#
cf7384aa |
| 12-Aug-2008 |
Felipe Pena |
- MFH: Constness (Added const qualifier to several function parameters)
|
Revision tags: php-4.4.9, php-5.3.0alpha1, php-4.4.9RC1, BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2 |
|
#
ba8e3174 |
| 15-Apr-2008 |
Dmitry Stogov |
Optimized request startup sequence for php.ini without per dir and per host configurations
|
Revision tags: php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1, php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1 |
|
#
fa94dabd |
| 03-Feb-2008 |
Marcus Boerger |
- MFH Rename dump_config_hash() to get_config_hash() as it doesn't dump
|
Revision tags: php-4.4.8 |
|
#
d1dded87 |
| 31-Dec-2007 |
Sebastian Bergmann |
MFH: Bump copyright year, 2 of 2.
|
Revision tags: php-4.4.8RC1 |
|
#
c75b8876 |
| 26-Nov-2007 |
Jani Taskinen |
MFH: No zval is stored here
|
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, php-5.2.5RC1 |
|
#
4b4d634c |
| 07-Oct-2007 |
Yiduo (David) Wang |
MFH: Added macros for managing zval refcounts and is_ref statuses
|
Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2 |
|
#
16749763 |
| 28-Sep-2007 |
Jani Taskinen |
MFH: Fixed win32 build.
|
#
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 ...
|
Revision tags: RELEASE_1_2_4 |
|
#
9be89ed6 |
| 31-Aug-2007 |
Jani Taskinen |
MFH: ws fixes
|
#
b9ddb5cb |
| 31-Aug-2007 |
Jani Taskinen |
MFH
|
Revision tags: RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND, php-5.2.3, RELEASE_1_4, php-5.2.3RC1 |
|
#
0db4f06f |
| 19-May-2007 |
Antony Dovgal |
MFH
|
Revision tags: RELEASE_1_2_0 |
|
#
d85fc29e |
| 14-May-2007 |
Antony Dovgal |
MFH
|
#
90989468 |
| 12-May-2007 |
Hannes Magnusson |
MFH: bug#41361 (shell_exec() does not find binaries)
|
#
63c11738 |
| 10-May-2007 |
Hannes Magnusson |
use php_strtok_r() rather than strsep() # Fixes build on, for instance, solaris
|
#
448dbac8 |
| 06-May-2007 |
Hannes Magnusson |
MFH: Fixed PHP CLI to use the php.ini from the binary location
|
Revision tags: php-4.4.7, php-5.2.2, php-5.2.2RC2 |
|
#
e1814f0d |
| 16-Apr-2007 |
Dmitry Stogov |
WIN64 support
|
Revision tags: RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1, php-4.4.6 |
|
#
50ea2676 |
| 24-Feb-2007 |
Marcus Boerger |
- Avoid sprintf, even when checked copy'n'paste or changes lead to errors
|
Revision tags: php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2 |
|
#
4223aa4d |
| 01-Jan-2007 |
Sebastian Bergmann |
MFH: Bump year.
|
#
112462d1 |
| 28-Dec-2006 |
Antony Dovgal |
MFH
|
Revision tags: php-5.2.1RC1, php-5.2.0, php-5.2.0RC6, php-5.2.0RC5 |
|
#
7d14dad0 |
| 19-Sep-2006 |
Dmitry Stogov |
MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; constants are working exactly like in php.ini; with FastCGI -d affects all requests).
|
Revision tags: php-5.2.0RC4 |
|
#
ef058cdd |
| 05-Sep-2006 |
Edin Kadribasic |
Search for php.ini in CWD in all sapi's *but* CLI. This patch reverses wrong behavaiour introduced before the release of 5.1.0. # We should probably consider killing adding CWD php.i
Search for php.ini in CWD in all sapi's *but* CLI. This patch reverses wrong behavaiour introduced before the release of 5.1.0. # We should probably consider killing adding CWD php.ini lookup # altogether.
show more ...
|
Revision tags: php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1 |
|
#
c946b4d1 |
| 03-Aug-2006 |
Dmitry Stogov |
In addtion to path to php.ini, PHPRC now may specify full file name
|
Revision tags: php-4.4.3, php-5.2.0RC1, php-4.4.3RC2 |
|
#
acb1e079 |
| 04-Jul-2006 |
Dmitry Stogov |
Changed priority of PHPRC environment variable on win32 to be higher then value from registry.
|
Revision tags: BEFORE_NEW_OUTPUT_API, php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2 |
|
#
5bd93221 |
| 01-Jan-2006 |
foobar |
bump year and license version
|