Revision tags: RELEASE_1_2_3 |
|
#
02d966c2 |
| 09-Nov-2007 |
Jani Taskinen |
MFH:- Added support for [HOST=www.example.com] special sections MFH:- Allowed using full path to load modules using "extension" directive
|
Revision tags: php-5.2.5, php-5.2.5RC2 |
|
#
a1d37c3c |
| 01-Nov-2007 |
Dmitry Stogov |
Fixed bug #42848 (Status: header incorrect under FastCGI)
|
#
df96b455 |
| 26-Oct-2007 |
Dmitry Stogov |
Added check for HAVE_GETTIMEOFDAY
|
#
9942f30a |
| 25-Oct-2007 |
Jani Taskinen |
MFH: ws
|
#
6f7b738b |
| 25-Oct-2007 |
Dmitry Stogov |
Added CGI SAPI -T option, to measure execution time of script repeated several times.
|
Revision tags: php-5.2.5RC1, BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2 |
|
#
2bc631fb |
| 01-Oct-2007 |
Jani Taskinen |
MFH:- Added common getopt implementation to core. MFH:- Added long-option feature to getopt(). MFH:- Made getopt() available on win32 systems. MFH: Patch by: David Soria Parra <dsp@php.n
MFH:- Added common getopt implementation to core. MFH:- Added long-option feature to getopt(). MFH:- Made getopt() available on win32 systems. MFH: Patch by: David Soria Parra <dsp@php.net> [DOC]: These changes will be available from 5.3+ # Note: Fixed also tests and synced basic_functions.c with HEAD.
show more ...
|
#
09b6f37f |
| 28-Sep-2007 |
Jani Taskinen |
MFH: - Added ".htaccess" style user-defined php.ini files support for CGI/FastCGI. - Added support for special [PATH=/opt/httpd/www.example.com/] sections in php.ini. All dir
MFH: - Added ".htaccess" style user-defined php.ini files support for CGI/FastCGI. - Added support for special [PATH=/opt/httpd/www.example.com/] sections in php.ini. All directives set in these sections will not be able to be overridden in user-defined ini-files or during runtime in the specified path. - Improved php.ini handling: . Added better error reporting for syntax errors in php.ini files . Allowed "ini-variables" to be used almost everywhere ini php.ini files . Allowed using alphanumeric/variable indexes in "array" ini options . Fixed get_cfg_var() to be able to return "array" ini options - Fixed bug #27372 (parse error loading browscap.ini at apache startup) - Fixed bug #42069 (parse_ini_file() allows using some non-alpha numeric characters)
show more ...
|
#
0d3bdf23 |
| 27-Sep-2007 |
Jani Taskinen |
MFH: ws + cs
|
#
06f43b30 |
| 27-Sep-2007 |
Dmitry Stogov |
MFH: Improved and cleaned CGI code. FastCGI is now always enabled and can not be disabled. See sapi/cgi/CHANGES for more details.
|
#
b441b275 |
| 24-Sep-2007 |
Dmitry Stogov |
Fixed bug #42699 (PHP_SELF duplicates path)
|
#
96810f0a |
| 10-Sep-2007 |
Dmitry Stogov |
Fixed bug #42587 (behaviour change regarding symlinked .php files)
|
#
5d238efa |
| 05-Sep-2007 |
Dmitry Stogov |
Fixed bug #42523 (PHP_SELF duplicates path)
|
Revision tags: RELEASE_1_2_4 |
|
#
39bceffc |
| 31-Aug-2007 |
Dmitry Stogov |
Fixed bug #42453 (CGI SAPI does not shut down cleanly with -i/-m/-v cmdline options)
|
Revision tags: RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2 |
|
#
50293835 |
| 08-Aug-2007 |
Stanislav Malyshev |
remove unneeded variables
|
#
50aef7ec |
| 08-Aug-2007 |
Dmitry Stogov |
- Fixed bug #42198 (SCRIPT_NAME and PHP_SELF truncated when inside a userdir and using PATH_INFO). - Fixed bug #31892 (PHP_SELF incorrect without cgi.fix_pathinfo, but turning on scre
- Fixed bug #42198 (SCRIPT_NAME and PHP_SELF truncated when inside a userdir and using PATH_INFO). - Fixed bug #31892 (PHP_SELF incorrect without cgi.fix_pathinfo, but turning on screws up PATH_INFO).
show more ...
|
#
9c07366b |
| 08-Aug-2007 |
Jani Taskinen |
MFH: fix typos in comments
|
Revision tags: php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND |
|
#
e5909f14 |
| 26-Jun-2007 |
Dmitry Stogov |
Fixed bug #40419 (Trailing Slash in CGI request don't work)
|
#
5d218083 |
| 21-Jun-2007 |
Dmitry Stogov |
no need to return exit status of the last fastcgi request
|
#
5c75e5b4 |
| 04-Jun-2007 |
Antony Dovgal |
MFH: add missing open_basedir checks to CGI
|
Revision tags: php-5.2.3, RELEASE_1_4 |
|
#
e3567961 |
| 28-May-2007 |
Dmitry Stogov |
Removed deprecated comment
|
Revision tags: php-5.2.3RC1 |
|
#
23409a4b |
| 21-May-2007 |
Dmitry Stogov |
Fixed crash on "php -b 1234 -unknown-option"
|
#
30dd6a45 |
| 20-May-2007 |
Ilia Alshanetsky |
Fixed a possible crash when PATH_INFO is not provided but the path contains path info information
|
Revision tags: RELEASE_1_2_0 |
|
#
633aff55 |
| 15-May-2007 |
Dmitry Stogov |
Fixed bug #41378 (fastcgi protocol lacks support for Reason-Phrase in "Status:" header)
|
Revision tags: php-4.4.7, php-5.2.2, php-5.2.2RC2 |
|
#
4f54b301 |
| 17-Apr-2007 |
foobar |
- Fix a possible leak when multiple -c parameters are used
|
#
44066f23 |
| 17-Apr-2007 |
Antony Dovgal |
MFH: fix leak appearing when more than one -f option specified
|