Felipe Pena
|
124a952328
|
- Fixed bug #51237 (milter SAPI crash on startup)
patch by: igmar at palsenberg dot com
|
2010-03-08 23:29:46 +00:00 |
|
Felipe Pena
|
b2230b0bf5
|
- Fix php-milter sample usage (-r option doesn't exists here)
|
2010-03-08 22:58:31 +00:00 |
|
Kalle Sommer Nielsen
|
63e453a1d4
|
Fixed bug #50795 (man pages have bad whatis entries)
- Patch by Debian
|
2010-02-17 05:32:52 +00:00 |
|
Rasmus Lerdorf
|
a10f03d66e
|
Fix bug #50940
|
2010-02-05 18:59:05 +00:00 |
|
Ilia Alshanetsky
|
a553cc7b55
|
Update copyright year in the man file
|
2010-01-04 12:38:07 +00:00 |
|
Sebastian Bergmann
|
22f4ef45fe
|
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
2010-01-03 09:23:27 +00:00 |
|
Antony Dovgal
|
83e34669e0
|
fix minor leak in CGI sapi (happened once per child)
|
2009-12-23 09:40:28 +00:00 |
|
Felipe Pena
|
97cfc51298
|
- Fixed bug #50209 (Compiling with libedit cannot find readline.h)
(patch by tcallawa at redhat dot com)
|
2009-12-13 17:06:47 +00:00 |
|
Jani Taskinen
|
0b09205413
|
MFB: sprintf -> snprintf + all other patches people did not bother to merge
|
2009-12-08 17:46:19 +00:00 |
|
Jani Taskinen
|
ce790c4d97
|
MFB: r215701, Reimplementation of the way Apache 2 Filter works.
|
2009-12-08 17:29:11 +00:00 |
|
Jani Taskinen
|
2e628db2f4
|
- ws + cs
|
2009-12-08 16:13:46 +00:00 |
|
Jani Taskinen
|
f4ff3b773d
|
MFB: sprintf -> snprintf (Thanks Marcus for not merging to HEAD..)
|
2009-12-08 16:13:01 +00:00 |
|
Jani Taskinen
|
6b2679d8c5
|
ws, cs, sigh
|
2009-12-08 15:27:37 +00:00 |
|
Joey Smith
|
3922af3c83
|
Merge some spelling corrections found in the Debian patch base.
|
2009-12-02 02:01:18 +00:00 |
|
Jani Taskinen
|
12803d743d
|
- Fixed bug #49677 (ini parser crashes with apache2 and using ${something} ini variables)
|
2009-11-25 12:35:42 +00:00 |
|
Jani Taskinen
|
211ab98ff1
|
ws
|
2009-11-25 12:26:10 +00:00 |
|
Uwe Schindler
|
4e958fb22d
|
Fix compile error because of wrong merging from 5.3 branch.
TODO: Convert $SERVER[] variables to unicode also for NSAPI (see apache2_handler)
|
2009-11-19 22:13:15 +00:00 |
|
Uwe Schindler
|
4c60929967
|
Fix bug #50140: With default compilation option, php symbols are unresolved for nsapi
|
2009-11-17 21:17:49 +00:00 |
|
Uwe Schindler
|
09bb52dd93
|
As I am working on it, further improvement for bug #50087
|
2009-11-12 17:13:05 +00:00 |
|
Uwe Schindler
|
18909cbb9a
|
Fix bug #50087: NSAPI performance improvements
|
2009-11-12 15:19:35 +00:00 |
|
Antony Dovgal
|
0ad8b2ab2b
|
fix crash on empty doc_root
|
2009-10-20 12:57:44 +00:00 |
|
Stanislav Malyshev
|
7394d5bb6b
|
improve fix for #49767 and #47627 - make PHP report
"no script" on 404 again
|
2009-10-16 23:34:31 +00:00 |
|
Pierre Joye
|
4706ebbfe2
|
- #48779, fix another use case where / usage may differ
|
2009-10-15 13:09:25 +00:00 |
|
Pierre Joye
|
29cec688e8
|
- #48779, improve fix, drop usage of _tolower and use zend_strtolower
|
2009-10-12 14:40:27 +00:00 |
|
Felipe Pena
|
7bdb2e9e60
|
- Fixed build and comment-style
|
2009-10-09 20:01:16 +00:00 |
|
Garrett Serack
|
b7fbc646f1
|
- changed ini file directives [PATH=](on Win32) and [HOST=](on all) to be case insensitive (garretts)
|
2009-10-09 19:43:00 +00:00 |
|
Ilia Alshanetsky
|
6fa2d1171a
|
Fixed test
|
2009-09-13 13:14:11 +00:00 |
|
Jani Taskinen
|
6d132cf814
|
- Simplified a bit and fixed possible memory corruption and definate leak.
|
2009-09-10 16:19:42 +00:00 |
|
Felipe Pena
|
792ae864ee
|
- Drop unused var
|
2009-09-05 18:21:10 +00:00 |
|
Jani Taskinen
|
7713cc89d9
|
- Fixed bug #49182 (PHP CGI always outputs the shebang line)
|
2009-09-05 17:07:14 +00:00 |
|
Pierre Joye
|
409dbe66d4
|
- be sure to get all crt dbg errors in stderr
|
2009-09-02 20:02:17 +00:00 |
|
Pierre Joye
|
d39d0bc418
|
- fix build
|
2009-08-26 19:19:05 +00:00 |
|
Ilia Alshanetsky
|
29b1bc6238
|
Fixed variable clobbering
|
2009-08-26 15:29:06 +00:00 |
|
Uwe Schindler
|
eff434d309
|
Fix bug #46020: With Sun Java System Web Server 7.0 on HPUX, #define HPUX
|
2009-08-03 10:12:30 +00:00 |
|
Garrett Serack
|
ecc90ce5f1
|
- Updated fix for bug #48911 (embed sapi misses SAPI_API)
#- Windows didn't need SAPI_API
|
2009-07-30 20:20:56 +00:00 |
|
Jani Taskinen
|
63530f0e89
|
- Fixed bug #48911 (embed sapi misses SAPI_API)
|
2009-07-28 21:07:43 +00:00 |
|
Rasmus Lerdorf
|
5f64810ebd
|
Still lots more Unicode work to be done here, but this is a start
|
2009-07-26 16:50:41 +00:00 |
|
Jani Taskinen
|
b83fb47852
|
- Fix this again :)
|
2009-07-25 21:07:02 +00:00 |
|
Jani Taskinen
|
e10e4abda8
|
- Fix test
|
2009-07-25 00:35:25 +00:00 |
|
Jani Taskinen
|
b10dc00263
|
- Fixed bug #48802 (printf() returns incorrect outputted length)
|
2009-07-23 14:54:04 +00:00 |
|
Pierre Joye
|
da915bc1c3
|
- MF53: [PHP-CVS] cvs: php-src(PHP_5_3) /sapi/cgi cgi_main.c
|
2009-06-22 20:15:27 +00:00 |
|
Johannes Schlüter
|
e4b82c6252
|
It's 2009
|
2009-06-21 16:44:40 +00:00 |
|
Pierre Joye
|
351b983419
|
- MF53: #47318, UMR when trying to activate user config
|
2009-06-17 19:31:54 +00:00 |
|
David Soria Parra
|
21d5bbcb7a
|
Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME for non apache).
The fix was provided by Sriram Natarajan.
|
2009-06-09 13:32:12 +00:00 |
|
Pierre Joye
|
b78b9f5df3
|
- fix build (test before commit maybe?)
|
2009-06-09 10:23:10 +00:00 |
|
Matt Wilmas
|
e9b382cc2e
|
Added zend_eval_stringl and made create_function(), etc. binary-safe
|
2009-06-05 18:50:10 +00:00 |
|
Jani Taskinen
|
d6e6a2461f
|
- Fixed bug #48419 (non-portable STDIN fileno in cgi_main.c)
|
2009-06-04 11:51:10 +00:00 |
|
Jani Taskinen
|
90010aad63
|
MFB: snprintf -> slprintf (Ilia)
|
2009-06-04 11:47:51 +00:00 |
|
Kalle Sommer Nielsen
|
70f99a9610
|
Fix compiler warnings introduced by the JIT commit
|
2009-05-28 20:47:01 +00:00 |
|
Jani Taskinen
|
1020fdde3c
|
ws + cs
|
2009-05-23 18:59:17 +00:00 |
|