summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Collapse)AuthorAgeFilesLines
* - 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
| | | | | | This can get called when "<key> = ${<key>}:/foo" is used in a .ini file, but <key> has not be set yet. You will end up with a value of ":/foo", but at least it will not crash now.
* 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 ↵foobar2005-06-201-0/+3
| | | | <kameshj at fastmail dot fm>
* Don't crash here if there are errors (such as failing to load extensions viaWez Furlong2005-06-161-1/+3
| | | | | php.ini) during startup.
* - 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
| | | | | RFC 2616 section 10.3.5
* - Fix readline loop-conditionJohannes Schlüter2005-05-172-3/+9
| | | | | - Fix cli_is_valid_code detection
* - 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
| | | | | | | - Fixed several VPATH build issues - Changed all awk calls to use $AWK - Changed all mkdir calls to use "$php_shtool mkdir"
* 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
| | | | | logging through the fastcgi connection
* 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 ↵foobar2005-04-171-5/+18
| | | | message)
* - 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
| | | | | because of fflush() called on already closed filedescriptor)
* 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 ↵foobar2005-03-171-3/+7
| | | | unmodifyable) entry is passed
* - ZTS fixesDerick Rethans2005-03-171-2/+2
| | | | | | #- Andrei, it would be nice if you could test ZTS builds too before you # commit...
* Make it possible to load shared extensions from command line viaAndrei Zmievski2005-03-151-1/+8
| | | | | -dextension= mechanism.
* Fix for bug #32263Rasmus Lerdorf2005-03-148-0/+12
| | | | | | | | | This adds proto_num to request_info. It is defaulted to HTTP 1.0 (1000) such that it has a valid value even if the underlying sapi doesn't set it correctly. It is then used to determine if a 302 or a 303 should be sent on a Location redirect. Any non GET/HEAD HTTP 1.1 redirect will get a 303 instead of a 302 to be compatible with the HTTP spec.
* it's 2005 alreadyWez Furlong2005-03-121-3/+3
| | | | | # and we're all too lazy to go through and update all the copyright years :)
* - 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
| | | | | # patch by: lukem at NetBSD dot org
* - 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
| | | | | | ZEND_STRL() macro. # ZEND_STRS was changed to be same as ZEND_STRL..someone on crack? :)