Pierre Joye
9720dea2c7
- WS
2010-05-03 14:30:14 +00:00
Antony Dovgal
47aa194a10
merge the fix for #51688
2010-04-30 08:20:57 +00:00
Pierre Joye
8a197878c8
- Fix #51688 , ini per dir crashes when invalid document root are given
2010-04-30 08:15:09 +00:00
Rob Richards
0a34d10783
revert change #298288 : Remove old dsp/dsw/makefile files
2010-04-28 14:41:51 +00:00
Kalle Sommer Nielsen
dd8e59da8f
Removed safe_mode
...
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
2010-04-26 23:53:30 +00:00
Jérôme Loyet
34ba9e39fa
Add PHP_VALUE and PHP_ADMIN_VALUE interpretation from fastcgi headers.
...
It works as php_value and php_admin_value from the main conf file or apache sapi.
See bug (request) #51595
2010-04-23 16:05:52 +00:00
Jérôme Loyet
acf5fba0fb
Remove unused functions / variables / #if 0 blocks
2010-04-23 15:09:28 +00:00
Jérôme Loyet
757d7ace9a
typo
2010-04-23 13:56:14 +00:00
Jérôme Loyet
0b2a196431
typo and errors in php-fpm.conf
2010-04-23 08:06:49 +00:00
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