Commit Graph

2058 Commits

Author SHA1 Message Date
Pierre Joye
3c0e78268c - MFB: fix build 2009-03-16 10:14:16 +00:00
Marcus Boerger
d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
Ilia Alshanetsky
dbe0873150 MFB: Adjust previous fix to avoid compiler warnings 2009-03-07 22:36:42 +00:00
Ilia Alshanetsky
eb6f6181a7 MFB: Improved parameter handling 2009-03-07 21:56:52 +00:00
Pierre Joye
2d55b6f289 - fix build (use the same arginfo than the aliased func) 2009-02-02 08:47:09 +00:00
Felipe Pena
56c8958dba - WS, CS
- Added missing param. checking
- Fixed type for 'l'
2009-01-30 14:35:22 +00:00
Ilia Alshanetsky
10b12d429a MFB: improved parameter parsing 2009-01-27 21:59:46 +00:00
Scott MacVicar
381f6e28ba Fix apache2handler under Apache 2.3.0-alpha 2009-01-19 19:31:45 +00:00
David Soria Parra
1770e94d92 Fix #47149. Remove check for script_filename = path_translated, as this the actual value that we get from apache. 2009-01-19 18:16:52 +00:00
Uwe Schindler
76c26c9810 revert last commit, sizeof does not work in preprocessor :( 2009-01-11 13:46:45 +00:00
Uwe Schindler
044971a23a add sanity check for time_t size of win32 2009-01-11 13:39:01 +00:00
Dmitry Stogov
e35b825990 Disable dl() in CGI and FastCGI modes 2009-01-11 08:35:53 +00:00
David Soria Parra
4edee64c6c Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non apache). 2009-01-09 22:13:40 +00:00
Ilia Alshanetsky
af28e3443f Corrected fix for bug #46844 to only trigger on the 1st line of CLI opened
files.
2009-01-09 17:20:57 +00:00
Uwe Schindler
72dad2c9a3 the #ifdef was never working. If Sun extends its NSAPI to support subrequests, much of this code must be rewritten. Because of that it is better to have a clean start. This commit does not change behaviour. 2009-01-06 13:45:30 +00:00
Ilia Alshanetsky
9220a5eda2 Improved parameter handling 2009-01-05 16:24:14 +00:00
Felipe Pena
cc42ff9fa2 - Fixed tests 2009-01-05 15:21:10 +00:00
Marcus Boerger
ebd735786c - Catch exceptions in cli -a 2009-01-02 13:14:17 +00:00
Hannes Magnusson
bbe70f3090 MFB: Nuke unused variables 2008-12-31 14:46:38 +00:00
Marcus Boerger
509f9455a0 - WS 2008-12-31 14:15:41 +00:00
Marcus Boerger
415f9d73ed - Fix test 2008-12-31 12:32:59 +00:00
Sebastian Bergmann
7f4dc8702a Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
Stanislav Malyshev
4cd34ac3d3 fix #46005: User not consistently logged under Apache2 2008-12-17 11:33:56 +00:00
Pierre Joye
08796b0bb9 - WS 2008-12-11 10:20:30 +00:00
Pierre Joye
c33931489d - ws 2008-12-11 00:15:05 +00:00
Matt Wilmas
3cfd3fe58d Fixed bug #46782 (fastcgi.c parse error) 2008-12-07 10:54:16 +00:00
Uwe Schindler
8786ee7ce0 remove unneeded includes (not needed since NSAPI 3.0, wich is very old). This is needed for cleanup of the windows build. 2008-12-01 10:08:42 +00:00
Uwe Schindler
d2e97a0e09 support stat cache of webserver (like apache does) 2008-11-29 23:43:43 +00:00
Uwe Schindler
4a2fd02927 Some nsapi.h specific ifdefs unified & corrected 2008-11-29 19:57:23 +00:00
Uwe Schindler
ba4ed0395a remove one stat call and replace by cached one 2008-11-29 19:36:40 +00:00
Uwe Schindler
ca51af4219 - Implement the changes needed for http://news.php.net/php.cvs/54228
- Additionally implement flushing in NSAPI and fix some small things
2008-11-29 14:44:26 +00:00
Stanislav Malyshev
c73e385315 MFB: init server context before config variables are processed 2008-11-29 00:46:27 +00:00
Dmitry Stogov
dcd2ff33e0 Fixed bug #46366 (bad cwd with / as pathinfo) 2008-11-28 11:57:11 +00:00
Arnaud Le Blanc
76e5580b2e Fixed endless loop in cli when ignore_user_abort is on 2008-11-25 03:49:21 +00:00
Stanislav Malyshev
f778e6c4f9 MFB: fix php_value application order for Apache 2008-11-25 00:33:11 +00:00
Alexey Zakhlestin
7764b84794 MFB: new parameter-parsing api 2008-11-18 19:09:15 +00:00
Felipe Pena
43791516db - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
Arnaud Le Blanc
d27e9eac93 MFB: Updated header_handler in apache2filter and apache_hooks 2008-11-13 13:41:59 +00:00
Arnaud Le Blanc
047870a61f MFB: Added header_remove() (chsc at peytz dotdk, Arnaud) 2008-11-13 10:33:08 +00:00
Rasmus Lerdorf
f459896964 Fix for bug #46525 which fixes Ilia's fix for bug #46319 2008-11-09 15:50:13 +00:00
Alexey Zakhlestin
bf9dc86e1a MFB: new parameter-parsing API 2008-11-07 13:28:56 +00:00
Arnaud Le Blanc
0036a09ebe Open STDIN and php://stdin streams with the relevant
wrapper when the file descriptor is a socket (inetd, etc)
Fixes bug #43731
2008-11-04 21:04:28 +00:00
Marcus Boerger
57a1a7c48d - Cleanup 2008-11-04 00:34:24 +00:00
Felipe Pena
e006a89e71 - Revert ZEND_BEGIN_ARG_INFO change 2008-11-02 21:10:13 +00:00
Felipe Pena
01b1c57f6a - Fixed bug #46382 (Mismatching allocation and deallocation in stresstest.cpp) (dvice_null at yahoo dot com) 2008-10-24 23:16:16 +00:00
Felipe Pena
916b56d2d9 - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-10-24 16:02:16 +00:00
Arnaud Le Blanc
d5c0fbb06b Fixed FCGI_GET_VALUES requests (fixes #45522) 2008-10-21 03:19:07 +00:00
Ilia Alshanetsky
23ed94cbba MFB: Fixed bug #46319 (PHP sets default Content-Type header for HTTP 304
response code, in cgi sapi)
2008-10-17 01:34:26 +00:00
Rob Richards
a750e6a8e8 use getenv 2008-09-30 15:10:34 +00:00
George Wang
86978e726c *** empty log message *** 2008-09-21 02:37:57 +00:00