History log of /PHP-5.5/main/php_ini.c (Results 26 – 50 of 218)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 52aa5735 17-Jan-2011 Pierre Joye

- path len sanity check


# c8219466 17-Jan-2011 Pierre Joye

- path len sanity check


# a209aad9 10-Jan-2011 Pierre Joye

- remove local redeclaration


# 80e5f0f7 10-Jan-2011 Pierre Joye

- remove local redeclaration


Revision tags: php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# e1b87cce 11-Nov-2010 Jérôme Loyet

- Fixed #52045 (FPM tries to open php.ini from the current dir)
- Add php_ini_ignore_cwd to _sapi_module_struct


# bcea4e69 09-Sep-2010 Adam Harvey

Fix bug #52786 (PHP should reset section to [PHP] after ini sections). Patch by
Fedora at famillecollet dot com.


# 02b2a288 09-Sep-2010 Adam Harvey

Fix bug #52786 (PHP should reset section to [PHP] after ini sections). Patch by
Fedora at famillecollet dot com.


# c0840f18 30-Aug-2010 Felipe Pena

- Fixed crash on non-Windows build


# 1fc65cbf 30-Aug-2010 Felipe Pena

- Fixed crash on non-Windows build


# 2721bbfc 30-Aug-2010 Pierre Joye

- fix possible leak and error while fetching PHPRC


# c5563200 30-Aug-2010 Pierre Joye

- fix possible leak and error while fetching PHPRC


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# 01f828eb 08-Jun-2010 Antony Dovgal

fix bug #51276 (php_load_extension() is missing when HAVE_LIBDL is undefined)


# ae01c146 08-Jun-2010 Antony Dovgal

fix bug #51276 (php_load_extension() is missing when HAVE_LIBDL is undefined)


# dd8e59da 26-Apr-2010 Kalle Sommer Nielsen

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore

show more ...


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# e421bee7 16-Jan-2010 Jani Taskinen

- Fixed bug #48811 (Directives in PATH section do not get applied to subdirectories)


# 9ba1e816 03-Jan-2010 Sebastian Bergmann

sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php


Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2
# e4adfe4f 15-Oct-2009 Pierre Joye

- #48779, fix another use case where / usage may differ


# e5d4b019 12-Oct-2009 Pierre Joye

- #48779, improve fix, drop usage of _tolower and use zend_strtolower


# 112379ba 11-Oct-2009 Pierre Joye

- fix possible issue in TS environment (we don't have to do that anymore anyway in 5.3+)


# 4d63bd11 11-Oct-2009 Pierre Joye

- #48779, don't loop twice over the path chars


# 994307d4 09-Oct-2009 Felipe Pena

- Fixed build and comment-style


# 8e5a00e5 09-Oct-2009 Garrett Serack

- changed ini file directives [PATH=](on Win32) and [HOST=](on all) to be case insensitive (garretts)


Revision tags: oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1
# d29d2442 18-May-2009 Derick Rethans

- MFH: Get rid of the four different versions of zend_extension* and only use
zend_extension. Because of the API identifier change in PHP 5.3 you also get
a proper warning message now.

- MFH: Get rid of the four different versions of zend_extension* and only use
zend_extension. Because of the API identifier change in PHP 5.3 you also get
a proper warning message now.
#- [DOC]

show more ...


123456789