summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* MFHfoobar2005-09-021-1/+1
* MFHfoobar2005-09-012-2/+2
* MFH: Fixed bug #33987 (php script as ErrorDocument causes crash in Apache 2).Ilia Alshanetsky2005-08-181-0/+6
* - Fix tab-completion for constants.Johannes Schlüter2005-08-141-1/+1
* - MFH creadits to JohannesMarcus Boerger2005-08-111-1/+1
* - Fixed problem with -dextension=foobar.so not having it's MINIT run.foobar2005-08-081-1/+1
* fix extension loading from command line, resources didn't workHartmut Holzgraefe2005-08-081-1/+1
* - Changed -a to -A to prevent enabling PHP in httpd.conf automatically.foobar2005-08-052-2/+2
* - Bumber up yearfoobar2005-08-0335-36/+36
* - 2004 -> 2005foobar2005-08-038-12/+12
* Fixed bug #33723 (php_value overrides php_admin_value)Dmitry Stogov2005-08-011-3/+3
* MFB fix for bug #33690Rasmus Lerdorf2005-07-251-9/+16
* - Bugfix #33733Marcus Boerger2005-07-251-1/+1
* Fixed support for shared extensions on AIXDmitry Stogov2005-07-072-0/+6
* Fixed bug #33520 (crash if safe_mode is on and session.save_path is changed)Dmitry Stogov2005-07-044-4/+4
* Added a SG(server_context) NULL check to php_apache_getenv.Brian France2005-06-281-0/+4
* Fixed possible memory corruption.Ilia Alshanetsky2005-06-211-0/+3
* fix #29683 (headers_list() returns empty array)Antony Dovgal2005-06-204-12/+4
* Some netware related build issues fixed (patch by: Kamesh Jayachandran <kames...foobar2005-06-201-0/+3
* Don't crash here if there are errors (such as failing to load extensions viaWez Furlong2005-06-161-1/+3
* - Expose -a as special mode and show whether it is a shell or notMarcus Boerger2005-06-061-1/+6
* cs + wsfoobar2005-06-031-175/+162
* - Unify the "configure --help" textsfoobar2005-05-2910-31/+30
* Fix for bug #33057 - Don't send extraneous entity-headers on a 304 as perRasmus Lerdorf2005-05-191-3/+9
* - Fix readline loop-conditionJohannes Schlüter2005-05-172-3/+9
* - Add command completion to CLI's -a modeMarcus Boerger2005-05-144-216/+469
* typofixfoobar2005-05-071-1/+1
* - UpdateMarcus Boerger2005-05-071-4/+7
* - Improved interactive mode of CLI (php -a)Marcus Boerger2005-05-071-0/+286
* - Added PHP_INSTALL_HEADERS() macrofoobar2005-05-071-0/+1
* Silence the warnings about weird characters in this man pagefoobar2005-04-301-1/+1
* int != longfoobar2005-04-281-2/+2
* - Added fastcgi.logging php.ini option to be able to disablefoobar2005-04-281-1/+6
* fix C++ commentsAntony Dovgal2005-04-221-2/+2
* Expose EXEEXT and use for cli/cgi binariesfoobar2005-04-212-6/+2
* No c++ comments in C codefoobar2005-04-193-5/+3
* - Fixed bug #31887 (Custom 5xx error does not return correct HTTP response me...foobar2005-04-171-5/+18
* - Say in the help too this is the handler module..foobar2005-04-101-1/+1
* Might not be obvious for everyone :)foobar2005-04-101-1/+1
* - Fixed bug #32587 (Apache2: errors sent to error_log do not include timestamps)foobar2005-04-082-19/+7
* added a server variable PHP_AUTH_DIGEST to support HTTP Digest Authentication.Rui Hirokawa2005-04-042-33/+38
* Add sapi.get_request_time() to NSAPIUwe Schindler2005-04-031-1/+6
* 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