summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move activescript sapi to PECLWez Furlong2004-07-2813-3582/+0
* - Rename ProgID from ActivePHP (tm) to PHPScript (bah)Wez Furlong2004-07-283-14/+38
* Tidy up a few loose ends.Wez Furlong2004-07-275-65/+119
* Major re-jig.Wez Furlong2004-07-278-976/+1359
* fix build for VC++ 6Rob Richards2004-07-242-5/+6
* Enable IObjectSafety so that we can be used in the M$ scripting control.Wez Furlong2004-07-241-1/+1
* Fix for #28929 by Michael SisolakEdin Kadribasic2004-07-211-1/+1
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-196-11/+11
* - request_dtor() should be called if a fatal error occurs during activationMoriyoshi Koizumi2004-07-171-2/+2
* Made php -m output sorted case-insensitevlyEdin Kadribasic2004-07-142-2/+2
* same bug.Stefan Esser2004-07-141-1/+1
* Security Fix broken! Destroyed Basic auth. Blame: meStefan Esser2004-07-141-1/+1
* - Better stability during premature shutdown of request startupAndi Gutmans2004-07-102-14/+16
* - revert to proper behaviourSascha Schumann2004-07-051-1/+1
* replace strncpy with strlcpyUwe Schindler2004-06-261-5/+3
* MFB: Memory leak fix (patch by Joe Orton)Edin Kadribasic2004-06-251-30/+8
* Addendum to bug #28878: change ini keys as PHP_INI_SYSTEMUwe Schindler2004-06-231-17/+10
* Updated the author's contact information.Alex Leigh2004-06-221-1/+1
* Fix bug #28878: php.ini values in php5_executeUwe Schindler2004-06-221-1/+1
* Fixed bug #28818 (Apache 2 sapis do not export st_dev).Ilia Alshanetsky2004-06-182-0/+2
* Fix prototypesZeev Suraski2004-05-301-30/+30
* - Remove unused blocksMarcus Boerger2004-05-197-9/+0
* Make isapi more compatible with apache sapis as far as the creationIlia Alshanetsky2004-05-131-1/+3
* Fix fastCGI breakage: due to calling flush on unitialized requests,Stanislav Malyshev2004-05-061-2/+8
* Just in case this header isn't present on the snaps machine.Wez Furlong2004-05-041-1/+3