History log of /PHP-8.4/main/php_ini.c (Results 151 – 175 of 305)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5
# 1890173d 02-Sep-2005 foobar

Revert


# 96873fec 02-Sep-2005 foobar

it is good idea to return something always


# 64cfbf53 01-Sep-2005 foobar

MFH: - Fixed bug #34307 (OnUpdateStringUnempty INI options can be set empty)


Revision tags: php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE
# 000a9e30 08-Aug-2005 foobar

- Fixed problem with -dextension=foobar.so not having it's MINIT run.


Revision tags: RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year


# f66d5f0c 29-Jul-2005 foobar

- Fixed few logic errors in php*.ini search path creation as documented here:

http://fi.php.net/manual/en/configuration.php#configuration.file

#
# Before this patch:
#

- Fixed few logic errors in php*.ini search path creation as documented here:

http://fi.php.net/manual/en/configuration.php#configuration.file

#
# Before this patch:
#
# $ strace php -r 'echo 1;' 2>&1 | grep php.ini
# open("/www/php/lib/php.ini", O_RDONLY) = 3
# lstat64("/www/php/lib/php.ini", {st_mode=S_IFREG|0640, st_size=46264, ...}) = 0
#
# With this patch:
#
# $ strace php -r 'echo 1;' 2>&1 | grep php.ini
# open("./php.ini", O_RDONLY) = -1 ENOENT (No such file or directory)
# open("/usr/src/php5_1_full/sapi/cli/php.ini", O_RDONLY) = -1 ENOENT (No such file or directory)
# open("/www/php/lib/php.ini", O_RDONLY) = 3
# lstat64("/www/php/lib/php.ini", {st_mode=S_IFREG|0640, st_size=46264, ...}) = 0
#

show more ...


# 98694f91 27-Jul-2005 Antony Dovgal

ws fix


# 882cb200 27-Jul-2005 Hartmut Holzgraefe

edge case: do not remove trailing slash for root directory (Bug #33882)


# 7e071d9a 27-Jul-2005 Hartmut Holzgraefe

php.ini search logic needs to use the absolute path of the running binary
when looking for php.ini in the directory the php binary is installed in


12345678910>>...13