Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 2004 -> 2005 | foobar | 2005-08-03 | 8 | -12/+12 |
| | |||||
* | Fixed bug #33723 (php_value overrides php_admin_value) | Dmitry Stogov | 2005-08-01 | 1 | -3/+3 |
| | |||||
* | MFB fix for bug #33690 | Rasmus Lerdorf | 2005-07-25 | 1 | -9/+16 |
| | |||||
* | - Bugfix #33733 | Marcus Boerger | 2005-07-25 | 1 | -1/+1 |
| | |||||
* | Fixed support for shared extensions on AIX | Dmitry Stogov | 2005-07-07 | 2 | -0/+6 |
| | |||||
* | Fixed bug #33520 (crash if safe_mode is on and session.save_path is changed) | Dmitry Stogov | 2005-07-04 | 4 | -4/+4 |
| | |||||
* | Added a SG(server_context) NULL check to php_apache_getenv. | Brian France | 2005-06-28 | 1 | -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 Alshanetsky | 2005-06-21 | 1 | -0/+3 |
| | |||||
* | fix #29683 (headers_list() returns empty array) | Antony Dovgal | 2005-06-20 | 4 | -12/+4 |
| | |||||
* | Some netware related build issues fixed (patch by: Kamesh Jayachandran ↵ | foobar | 2005-06-20 | 1 | -0/+3 |
| | | | | <kameshj at fastmail dot fm> | ||||
* | Don't crash here if there are errors (such as failing to load extensions via | Wez Furlong | 2005-06-16 | 1 | -1/+3 |
| | | | | | php.ini) during startup. | ||||
* | - Expose -a as special mode and show whether it is a shell or not | Marcus Boerger | 2005-06-06 | 1 | -1/+6 |
| | |||||
* | cs + ws | foobar | 2005-06-03 | 1 | -175/+162 |
| | |||||
* | - Unify the "configure --help" texts | foobar | 2005-05-29 | 10 | -31/+30 |
| | |||||
* | Fix for bug #33057 - Don't send extraneous entity-headers on a 304 as per | Rasmus Lerdorf | 2005-05-19 | 1 | -3/+9 |
| | | | | | RFC 2616 section 10.3.5 | ||||
* | - Fix readline loop-condition | Johannes Schlüter | 2005-05-17 | 2 | -3/+9 |
| | | | | | - Fix cli_is_valid_code detection | ||||
* | - Add command completion to CLI's -a mode | Marcus Boerger | 2005-05-14 | 4 | -216/+469 |
| | |||||
* | typofix | foobar | 2005-05-07 | 1 | -1/+1 |
| | |||||
* | - Update | Marcus Boerger | 2005-05-07 | 1 | -4/+7 |
| | |||||
* | - Improved interactive mode of CLI (php -a) | Marcus Boerger | 2005-05-07 | 1 | -0/+286 |
| | |||||
* | - Added PHP_INSTALL_HEADERS() macro | foobar | 2005-05-07 | 1 | -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 page | foobar | 2005-04-30 | 1 | -1/+1 |
| | |||||
* | int != long | foobar | 2005-04-28 | 1 | -2/+2 |
| | |||||
* | - Added fastcgi.logging php.ini option to be able to disable | foobar | 2005-04-28 | 1 | -1/+6 |
| | | | | | logging through the fastcgi connection | ||||
* | fix C++ comments | Antony Dovgal | 2005-04-22 | 1 | -2/+2 |
| | |||||
* | Expose EXEEXT and use for cli/cgi binaries | foobar | 2005-04-21 | 2 | -6/+2 |
| | |||||
* | No c++ comments in C code | foobar | 2005-04-19 | 3 | -5/+3 |
| | |||||
* | - Fixed bug #31887 (Custom 5xx error does not return correct HTTP response ↵ | foobar | 2005-04-17 | 1 | -5/+18 |
| | | | | message) | ||||
* | - Say in the help too this is the handler module.. | foobar | 2005-04-10 | 1 | -1/+1 |
| | |||||
* | Might not be obvious for everyone :) | foobar | 2005-04-10 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #32587 (Apache2: errors sent to error_log do not include timestamps) | foobar | 2005-04-08 | 2 | -19/+7 |
| | |||||
* | added a server variable PHP_AUTH_DIGEST to support HTTP Digest Authentication. | Rui Hirokawa | 2005-04-04 | 2 | -33/+38 |
| | |||||
* | Add sapi.get_request_time() to NSAPI | Uwe Schindler | 2005-04-03 | 1 | -1/+6 |
| | |||||
* | fix #28803 (enabled debug causes bailout errors with CLI on AIX | Antony Dovgal | 2005-03-22 | 1 | -1/+4 |
| | | | | | because of fflush() called on already closed filedescriptor) | ||||
* | Revert bad idea. (no more error for invalid -d options) | foobar | 2005-03-18 | 1 | -7/+3 |
| | |||||
* | - Made CLI option -d output error and exit if an non-existing (or ↵ | foobar | 2005-03-17 | 1 | -3/+7 |
| | | | | unmodifyable) entry is passed | ||||
* | - ZTS fixes | Derick Rethans | 2005-03-17 | 1 | -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 via | Andrei Zmievski | 2005-03-15 | 1 | -1/+8 |
| | | | | | -dextension= mechanism. | ||||
* | Fix for bug #32263 | Rasmus Lerdorf | 2005-03-14 | 8 | -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 already | Wez Furlong | 2005-03-12 | 1 | -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 Orton | 2005-03-10 | 1 | -0/+10 |
| | |||||
* | MFB: Fix VPATH build | foobar | 2005-03-06 | 1 | -0/+1 |
| | |||||
* | Merge from sapi/apache/config.m4 and cleanup | foobar | 2005-03-04 | 1 | -31/+67 |
| | |||||
* | Do not set apache stuff if not building apache | foobar | 2005-03-04 | 1 | -27/+31 |
| | |||||
* | Revert previous patch | foobar | 2005-02-11 | 1 | -11/+1 |
| | |||||
* | - Fixed bug #28227 (PHP CGI depends upon non-standard SCRIPT_FILENAME) | foobar | 2005-02-04 | 1 | -1/+11 |
| | | | | | # patch by: lukem at NetBSD dot org | ||||
* | - There is no --with-apache2, only apxs2 | Derick Rethans | 2005-01-26 | 1 | -1/+1 |
| | |||||
* | MFB (Fix several egregious leaks in ext/browscap and sapi/embed). | Andrei Zmievski | 2005-01-25 | 1 | -0/+1 |
| | |||||
* | Fixed regression #31645 - only flush before running the subrequest. | Joe Orton | 2005-01-24 | 1 | -4/+4 |
| | |||||
* | - Revert the weird change of ZEND_STRS() macro and use the correct | foobar | 2005-01-20 | 1 | -3/+3 |
| | | | | | | ZEND_STRL() macro. # ZEND_STRS was changed to be same as ZEND_STRL..someone on crack? :) |