Jérôme Loyet
|
7ac145d9f3
|
correct wrong comparison (thx to felipe)
|
2010-04-22 07:14:06 +00:00 |
|
Kalle Sommer Nielsen
|
518a17e7bf
|
Remove old dsp/dsw/makefile files, these arent used by the build system anymore and are barely updated nor available for all extensions
|
2010-04-21 23:36:49 +00:00 |
|
Felipe Pena
|
696f6c7c93
|
- Fix ZTS build
|
2010-04-21 23:22:20 +00:00 |
|
Jérôme Loyet
|
3defa292f2
|
switch the configuration syntax from xml to ini
It's been describe in the RFC: http://wiki.php.net/rfc/fpm/ini_syntax
|
2010-04-21 22:56:33 +00:00 |
|
Kalle Sommer Nielsen
|
febee11285
|
Removed register_globals
|
2010-04-21 01:27:22 +00:00 |
|
Jérôme Loyet
|
bae9248602
|
typo
|
2010-04-20 23:31:13 +00:00 |
|
Jérôme Loyet
|
5556956899
|
Add a check request_method. If fcgi protocol is not followed, a segfault can occur.
|
2010-04-20 23:28:20 +00:00 |
|
Jérôme Loyet
|
ca8756478a
|
Change php_defines in configuration file to php_value,php_admin_value,php_flag,php_admin_flag (as in the apache sapi).
php_admin* sets values as ZEND_INI_SYSTEM mode while php_* sets values as ZEND_INI_USER
|
2010-04-20 21:13:40 +00:00 |
|
Jérôme Loyet
|
213436c3fb
|
true/false was not a valid value for boolean directives
|
2010-04-19 20:45:03 +00:00 |
|
Jérôme Loyet
|
5a211da7af
|
correct path in the man page
|
2010-04-19 18:02:36 +00:00 |
|
Antony Dovgal
|
b299e90b79
|
use new type + const static
|
2010-04-13 12:16:26 +00:00 |
|
Antony Dovgal
|
d77d6153ec
|
re-add updated FPM
|
2010-04-13 12:13:46 +00:00 |
|
Antony Dovgal
|
3ebdadf8f6
|
prepare to re-add newer FPM version
|
2010-04-13 12:13:24 +00:00 |
|
Kalle Sommer Nielsen
|
7ef4cdf471
|
Remove a couple TSRMLS_FETCH() calls around ext/main/sapi
|
2010-04-13 11:02:15 +00:00 |
|
Antony Dovgal
|
06b9943842
|
add FPM sapi to trunk
|
2010-04-12 11:22:24 +00:00 |
|
Johannes Schlüter
|
26af575926
|
Add ReflectionZendExtension class and --rz option to CLI
|
2010-03-30 22:35:23 +00:00 |
|
Jani Taskinen
|
af49e58f51
|
- Reverted r296062 and r296065
|
2010-03-12 10:28:59 +00:00 |
|
Jani Taskinen
|
06f072cb5e
|
MFH: Improved / fixed output buffering (Michael Wallner)
|
2010-03-11 10:24:29 +00:00 |
|
Felipe Pena
|
68f805a6d0
|
- 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
|
9186e478fa
|
- Fix php-milter sample usage (-r option doesn't exists here)
|
2010-03-08 22:58:31 +00:00 |
|
Kalle Sommer Nielsen
|
bf7de28e46
|
Fixed bug #50795 (man pages have bad whatis entries)
- Patch by Debian
|
2010-02-17 05:32:52 +00:00 |
|
Rasmus Lerdorf
|
1947334023
|
Fix bug #50940
|
2010-02-05 18:59:05 +00:00 |
|
Ilia Alshanetsky
|
8543914732
|
Update copyright year in the man file
|
2010-01-04 12:38:07 +00:00 |
|
Sebastian Bergmann
|
9ba1e81665
|
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
2010-01-03 09:23:27 +00:00 |
|
Antony Dovgal
|
6a9d78f102
|
fix minor leak in CGI sapi (happened once per child)
|
2009-12-23 09:40:28 +00:00 |
|
Felipe Pena
|
4411621217
|
- 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
|
c4819e9ff3
|
MFH: static before const
|
2009-12-08 17:30:22 +00:00 |
|
Jani Taskinen
|
4944354eec
|
- Sync files
|
2009-12-02 08:22:05 +00:00 |
|
Dmitry Stogov
|
b26c9d400d
|
Fixed bug #50168 (FastCGI fails with wrong error on HEAD request to non-existant file)
|
2009-11-30 14:43:22 +00:00 |
|
Jani Taskinen
|
bf7ed5eff5
|
- Fixed bug #49677 (ini parser crashes with apache2 and using ${something} ini variables)
|
2009-11-25 12:35:42 +00:00 |
|
Jani Taskinen
|
afc44b981e
|
ws
|
2009-11-25 12:26:10 +00:00 |
|
Uwe Schindler
|
bdef3ee350
|
Fix bug #50140: With default compilation option, php symbols are unresolved for nsapi
|
2009-11-17 21:17:49 +00:00 |
|
Uwe Schindler
|
d80507b7d9
|
As I am working on it, further improvement for bug #50087
|
2009-11-12 17:13:05 +00:00 |
|
Uwe Schindler
|
47189cac7b
|
Fix bug #50087: NSAPI performance improvements
|
2009-11-12 15:19:35 +00:00 |
|
Antony Dovgal
|
f298e6ce6e
|
fix crash on empty doc_root
|
2009-10-20 12:57:44 +00:00 |
|
Stanislav Malyshev
|
a226082475
|
improve fix for #49767 and #47627 - make PHP report
"no script" on 404 again
|
2009-10-16 23:34:31 +00:00 |
|
Pierre Joye
|
e4adfe4f61
|
- #48779, fix another use case where / usage may differ
|
2009-10-15 13:09:25 +00:00 |
|
Pierre Joye
|
e5d4b019b9
|
- #48779, improve fix, drop usage of _tolower and use zend_strtolower
|
2009-10-12 14:40:27 +00:00 |
|
Felipe Pena
|
994307d429
|
- Fixed build and comment-style
|
2009-10-09 20:01:16 +00:00 |
|
Garrett Serack
|
8e5a00e546
|
- 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
|
9e76501f1e
|
Fixed test
|
2009-09-13 13:14:11 +00:00 |
|
Jani Taskinen
|
ccd6e501d1
|
- Simplified a bit and fixed possible memory corruption and definate leak.
|
2009-09-10 16:19:42 +00:00 |
|
Felipe Pena
|
5c9579c27f
|
- Drop unused var
|
2009-09-05 18:22:16 +00:00 |
|
Jani Taskinen
|
f723d368b3
|
- Fixed bug #49182 (PHP CGI always outputs the shebang line)
|
2009-09-05 17:07:14 +00:00 |
|
Pierre Joye
|
4417646d72
|
- be sure to get all crt dbg errors in stderr
|
2009-09-02 20:02:17 +00:00 |
|
Pierre Joye
|
48d031aa6e
|
- fix build
|
2009-08-26 19:17:32 +00:00 |
|
Ilia Alshanetsky
|
19f11e401d
|
Fixed variable clobbering
|
2009-08-26 15:29:06 +00:00 |
|
Uwe Schindler
|
847f637497
|
MFH: Fix bug #46020: With Sun Java System Web Server 7.0 on HPUX, #define HPUX
|
2009-08-03 10:13:49 +00:00 |
|
Garrett Serack
|
f56d6b67b5
|
- 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
|
907763a20a
|
- Fixed bug #48911 (embed sapi misses SAPI_API)
|
2009-07-28 21:07:43 +00:00 |
|