Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - MFH: fix build (use the same arginfo than the aliased func) | Pierre Joye | 2009-02-02 | 1 | -1/+1 |
| | |||||
* | MFH: | Felipe Pena | 2009-01-30 | 1 | -56/+75 |
| | | | | | | | - WS, CS - Added missing param. checking - Fixed type for 'l' | ||||
* | Improved parameter parsing | Ilia Alshanetsky | 2009-01-27 | 1 | -11/+5 |
| | |||||
* | MFH Fix apache2handler under Apache 2.3.0-alpha | Scott MacVicar | 2009-01-19 | 1 | -0/+8 |
| | |||||
* | MFH: Fix #47149. Remove check for script_filename = path_translated, as this ↵ | David Soria Parra | 2009-01-19 | 1 | -2/+1 |
| | | | | the actual value that we get from apache. | ||||
* | revert last commit, sizeof does not work in preprocessor :( | Uwe Schindler | 2009-01-11 | 1 | -7/+0 |
| | |||||
* | MFH: add sanity check for time_t size of win32 | Uwe Schindler | 2009-01-11 | 1 | -1/+8 |
| | |||||
* | Disable dl() in CGI and FastCGI modes | Dmitry Stogov | 2009-01-11 | 1 | -1/+3 |
| | |||||
* | MFH: Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non apache). | David Soria Parra | 2009-01-09 | 1 | -1/+3 |
| | |||||
* | MFH: Corrected fix for bug #46844 to only trigger on the 1st line of CLI | Ilia Alshanetsky | 2009-01-09 | 1 | -0/+21 |
| | | | | | opened files. | ||||
* | MFH: the #ifdef was never working. If Sun extends its NSAPI to support ↵ | Uwe Schindler | 2009-01-06 | 1 | -8/+0 |
| | | | | 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. | ||||
* | MFB: Improved parameter handling | Ilia Alshanetsky | 2009-01-05 | 4 | -16/+12 |
| | |||||
* | - fix build | Pierre Joye | 2009-01-04 | 1 | -0/+1 |
| | |||||
* | - MFH Catch exceptions in cli -a | Marcus Boerger | 2009-01-02 | 1 | -1/+1 |
| | |||||
* | Nuke unused variables | Hannes Magnusson | 2008-12-31 | 1 | -0/+2 |
| | |||||
* | MFH | Marcus Boerger | 2008-12-31 | 3 | -0/+37 |
| | | | | | | | - Changed dl() to be disabled by default. Enabled only when explicitly registered by the SAPI layer. Enabled only with CLI, CGI and EMBED. (Dmitry) [DOC] | ||||
* | - MFH Fix test | Marcus Boerger | 2008-12-31 | 1 | -15/+15 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 43 | -47/+47 |
| | |||||
* | MFH fix #46005 | Stanislav Malyshev | 2008-12-17 | 2 | -0/+7 |
| | |||||
* | - WS | Pierre Joye | 2008-12-11 | 1 | -54/+54 |
| | |||||
* | - ws | Pierre Joye | 2008-12-11 | 1 | -28/+28 |
| | |||||
* | MFH: Fixed bug #46782 (fastcgi.c parse error) | Matt Wilmas | 2008-12-07 | 1 | -6/+6 |
| | |||||
* | remove unneeded includes (not needed since NSAPI 3.0, wich is very old). ↵ | Uwe Schindler | 2008-12-01 | 1 | -6/+0 |
| | | | | This is needed for cleanup of the windows build. | ||||
* | MFH: support stat cache of webserver (like apache does) | Uwe Schindler | 2008-11-29 | 1 | -1/+8 |
| | |||||
* | MFH: Some nsapi.h specific ifdefs unified & corrected | Uwe Schindler | 2008-11-29 | 1 | -4/+2 |
| | |||||
* | MFH: remove one stat call and replace by cached one | Uwe Schindler | 2008-11-29 | 1 | -6/+3 |
| | |||||
* | MFH: | Uwe Schindler | 2008-11-29 | 1 | -29/+94 |
| | | | | | | - Implement the changes needed for http://news.php.net/php.cvs/54228 - Additionally implement flushing in NSAPI and fix some small things | ||||
* | MFB: init server context before config variables are processed | Stanislav Malyshev | 2008-11-29 | 1 | -2/+2 |
| | |||||
* | Fixed bug #46366 (bad cwd with / as pathinfo) | Dmitry Stogov | 2008-11-28 | 1 | -0/+3 |
| | |||||
* | MFH: Fixed endless loop in cli when ignore_user_abort is on | Arnaud Le Blanc | 2008-11-25 | 1 | -3/+2 |
| | |||||
* | MFB: fix php_value application order for Apache | Stanislav Malyshev | 2008-11-24 | 2 | -10/+30 |
| | |||||
* | new parameter-parsing api | Alexey Zakhlestin | 2008-11-18 | 1 | -170/+145 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 7 | -51/+0 |
| | |||||
* | Updated header_handler in apache2filter and apache_hooks | Arnaud Le Blanc | 2008-11-13 | 2 | -44/+78 |
| | |||||
* | Added header_remove() (chsc at peytz dotdk, Arnaud) | Arnaud Le Blanc | 2008-11-13 | 4 | -52/+242 |
| | | | | | | | | | | | | | | | | | | | | | | | | | [DOC] proto void header_remove([string header_name]) Removes an HTTP header previously set using header() The header_name parameter is optionnal, all headers are removed if it is not set [SAPIs] The header_handler callback in sapi_module_struct has been changed, it now take a new argument. When it is set to SAPI_HEADER_DELETE, sapi_header->header is the name of an header, header_handler has to delete it. When it is set to SAPI_HEADER_DELETE_ALL, header_handler has to delete all headers. When sapi_header_op_enum is SAPI_HEADER_ADD or _REPLACE, sapi_header->header is in the form "Name: value", header_handler has to add or replace the given header. In all cases, header_handler must not free sapi_header or sapi_header->header. SAPI_HEADER_ADD must be returned if the header has been added or replaced, or 0 in other cases. | ||||
* | Fix for bug #46525 | Rasmus Lerdorf | 2008-11-08 | 1 | -0/+1 |
| | |||||
* | new parameter-parsing API | Alexey Zakhlestin | 2008-11-07 | 1 | -52/+44 |
| | |||||
* | Open STDIN and php://stdin streams with the relevant | Arnaud Le Blanc | 2008-11-04 | 2 | -0/+61 |
| | | | | | | wrapper when the file descriptor is a socket (inetd, etc) Fixes bug #43731 | ||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 7 | -0/+51 |
| | |||||
* | - MFH: Fixed bug #46382 (Mismatching allocation and deallocation in ↵ | Felipe Pena | 2008-10-24 | 1 | -1/+1 |
| | | | | stresstest.cpp) (dvice_null at yahoo dot com) | ||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 7 | -51/+0 |
| | |||||
* | MFH: Fixed FCGI_GET_VALUES requests (fixes #45522) | Arnaud Le Blanc | 2008-10-21 | 3 | -18/+75 |
| | |||||
* | Fixed bug #46319 (PHP sets default Content-Type header for HTTP 304 response | Ilia Alshanetsky | 2008-10-17 | 1 | -0/+9 |
| | | | | | code, in cgi sapi) | ||||
* | MFH: use getenv | Rob Richards | 2008-09-30 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | George Wang | 2008-09-21 | 1 | -2/+1 |
| | |||||
* | disable core dump by default | George Wang | 2008-09-21 | 1 | -1/+12 |
| | |||||
* | Fixed bug #45860 (header() function fails to correctly replace all Status lines) | Dmitry Stogov | 2008-09-02 | 2 | -2/+66 |
| | |||||
* | Fixed bug #42318 (problem with nm on AIX, not finding object files) | Dmitry Stogov | 2008-09-01 | 1 | -1/+5 |
| | |||||
* | - MFH Fix test | Marcus Boerger | 2008-08-30 | 1 | -0/+10 |
| | |||||
* | ignore signal SIGXFSZ | George Wang | 2008-08-26 | 2 | -7/+10 |
| |