summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* fix #28803 (enabled debug causes bailout errors with CLI on AIXAntony Dovgal2005-03-221-1/+4
* Revert bad idea. (no more error for invalid -d options)foobar2005-03-181-7/+3
* - Made CLI option -d output error and exit if an non-existing (or unmodifyabl...foobar2005-03-171-3/+7
* - ZTS fixesDerick Rethans2005-03-171-2/+2
* Make it possible to load shared extensions from command line viaAndrei Zmievski2005-03-151-1/+8
* Fix for bug #32263Rasmus Lerdorf2005-03-148-0/+12
* it's 2005 alreadyWez Furlong2005-03-121-3/+3
* - Fixed bug #31717: Reject PATH_INFO if "AcceptPathInfo off" is used.Joe Orton2005-03-101-0/+10
* MFB: Fix VPATH buildfoobar2005-03-061-0/+1
* Merge from sapi/apache/config.m4 and cleanupfoobar2005-03-041-31/+67
* Do not set apache stuff if not building apachefoobar2005-03-041-27/+31
* Revert previous patchfoobar2005-02-111-11/+1
* - Fixed bug #28227 (PHP CGI depends upon non-standard SCRIPT_FILENAME)foobar2005-02-041-1/+11
* - There is no --with-apache2, only apxs2Derick Rethans2005-01-261-1/+1
* MFB (Fix several egregious leaks in ext/browscap and sapi/embed).Andrei Zmievski2005-01-251-0/+1
* Fixed regression #31645 - only flush before running the subrequest.Joe Orton2005-01-241-4/+4
* - Revert the weird change of ZEND_STRS() macro and use the correctfoobar2005-01-201-3/+3
* Fixed bug #31519: Set r->status_line to SAPI-provided status-line.Joe Orton2005-01-171-0/+8
* - Fix another generated header includefoobar2005-01-141-1/+1
* Fixed bug #30446 - virtual() includes files out of sequence,Joe Orton2005-01-111-0/+5
* Fix ZTS buildfoobar2005-01-111-0/+2
* - Fixed bug #28074 (FastCGI: stderr should be written in a FCGI stderr stream).foobar2005-01-101-0/+7
* - Fix outside-source-tree builds. Always include generated header filesfoobar2005-01-091-1/+1
* - Fixed bug #31055 (apache2filter: per request leak proportional to the full ...foobar2005-01-071-0/+3
* MFB_4_3: Quote macro names in AC_DEFUN()foobar2004-12-302-2/+2
* Add the new request_time sapi struct entry to all the sapis. Some of theseRasmus Lerdorf2004-12-2016-1/+17
* Missing cvs id tagfoobar2004-12-181-0/+1
* - Fix typo (avaliable -> available). (bug #28725)foobar2004-12-161-1/+1
* - Apply the same fix to apache2filter too.Moriyoshi Koizumi2004-12-121-4/+4
* - Fixlet for httpd-2.1 on Darwin platformsMoriyoshi Koizumi2004-12-121-4/+4
* fix startup - if startup did not succeed, do not continue with executionStanislav Malyshev2004-12-061-3/+5
* do not zero out peak - MM shutdown would do thatStanislav Malyshev2004-12-061-1/+0
* Replaced static server variables by function call and configurable list at th...Holger Zimmermann2004-12-053-88/+45
* Fix protoRasmus Lerdorf2004-12-041-1/+1
* Add apache_reset_timeout() function for Apache1. This is needed becauseRasmus Lerdorf2004-12-041-0/+15
* fix CLI leaks when using malformed option stringAntony Dovgal2004-11-151-1/+1
* Fix typo in man page. Bug #30727. Patch by Jakub VranaFrank M. Kromann2004-11-091-1/+1
* - always convert apr_time_t to time_t using apr_time_sec() to be future-proof.Joe Orton2004-10-234-17/+17
* Fix the get_request_time implementation for the 2.0 SAPIs to returnJoe Orton2004-10-232-12/+5
* Fix case where php_handle_aborted_connection was called outside aJoe Orton2004-10-201-0/+2
* As NetWare LibC has optind and optarg macros defined in unistd.h our local va...Anantha Kesari H Y2004-10-081-0/+7
* removed redundant CLIB_STAT_PATCH checks for NETWAREAnantha Kesari H Y2004-09-241-1/+1
* TSRMLS_FETCH should be called prior to accessing any of the SG membersAnantha Kesari H Y2004-09-231-1/+1
* NetWare now has a POSIX compliant stat structure so no need of CLIB_STAT_PATC...Anantha Kesari H Y2004-09-231-4/+0
* changed order of processing of ini entriesUwe Schindler2004-09-201-2/+2
* Fixed bug #29805 (HTTP Authentication Issues)Uwe Schindler2004-09-151-0/+2
* - MFB: Fixed Apache 2.0 SAPI build against Apache 2 HEAD. (Patch by Joe Orton)Derick Rethans2004-08-232-6/+18
* MFB: typo in config.m4 (potential configuration problem with Stronghold)Antony Dovgal2004-08-181-1/+1
* TSRM fixMarcus Boerger2004-08-111-1/+3
* Add SAPI hook to get the request time if provided by the web server,Rasmus Lerdorf2004-08-103-0/+27