summaryrefslogtreecommitdiff
path: root/main/php_ini.c
Commit message (Collapse)AuthorAgeFilesLines
* bump yearXinchen Hui2015-01-151-1/+1
|
* Fixed Request #66574 Allow multiple paths in php_ini_scanned_pathRemi Collet2014-01-291-44/+62
| | | | | | | | | | | | | | | | | | php_ini_scanned_path, from --with-config-file-scan-dir option or from PHP_INI_SCAN_DIR environment variable allow a single path. In some case it could be useful to allow multiple. In the proposed patch, multiple paths are allow, using syntax inspired from Unix MANPATH (: separated list, empty string for builtin value). For example, this allow to use: PHP_INI_SCAN_DIR=/foo/php.d:/bar/php.d php PHP_INI_SCAN_DIR=:/myproject/php.d php PHP_INI_SCAN_DIR=/myproject/php.d: php Real use case: in SCL for dependent collections where each collection provides a separate tree for extensions, libraries and ini files.
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-07-151-0/+5
|\ | | | | | | | | * PHP-5.4: fix buffer overrun
| * fix buffer overrunAnatol Belski2013-07-151-0/+5
| |
* | Merge branch 'PHP-5.4' into PHP-5.5David Soria Parra2013-03-191-1/+1
|\ \ | |/ | | | | | | * PHP-5.4: Fix typos
| * Fix typosCarson McDonald2013-03-191-1/+1
| |
| * Happy New YearXinchen Hui2013-01-011-1/+1
| |
| * - Year++Felipe Pena2012-01-011-1/+1
| |
| * Implemented FR #54514 (Get php binary path during script execution).Xinchen Hui2011-12-071-46/+5
| |
| * - be sure to check if the var ha not been removed between the two callsPierre Joye2011-09-261-1/+5
| |
| * Fix another Coverity warning by initializing this to NULL prior to the ↵Rasmus Lerdorf2011-08-061-1/+1
| | | | | | | | strtok_r call
| * - fix bug #54204, Can't set a value with a PATH section in php.iniPierre Joye2011-07-181-1/+1
| |
* | Added ability to load zend_extensions without absolute path namesDmitry Stogov2013-03-171-1/+18
| |
* | Happy New YearXinchen Hui2013-01-011-1/+1
| |
* | - Year++Felipe Pena2012-01-011-1/+1
| |
* | Implemented FR #54514 (Get php binary path during script execution).Xinchen Hui2011-12-071-46/+5
| |
* | Merge -r317306 to trunkXinchen Hui2011-12-071-1/+5
| |
* | Fix another Coverity warning by initializing this to NULL prior to the ↵Rasmus Lerdorf2011-08-061-1/+1
| | | | | | | | strtok_r call
* | - fix bug #54204, Can't set a value with a PATH section in php.iniPierre Joye2011-07-181-1/+1
|/
* - path len check and fix buffer overrunPierre Joye2011-01-191-1/+4
|
* - path len sanity checkPierre Joye2011-01-171-0/+4
|
* - remove local redeclarationPierre Joye2011-01-101-9/+9
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* - Fixed #52045 (FPM tries to open php.ini from the current dir)Jérôme Loyet2010-11-111-1/+1
| | | | | - Add php_ini_ignore_cwd to _sapi_module_struct
* Fix bug #52786 (PHP should reset section to [PHP] after ini sections). Patch byAdam Harvey2010-09-091-3/+4
| | | | | Fedora at famillecollet dot com.
* - Fixed crash on non-Windows buildFelipe Pena2010-08-301-0/+4
|
* - fix possible leak and error while fetching PHPRCPierre Joye2010-08-301-2/+24
|
* fix bug #51276 (php_load_extension() is missing when HAVE_LIBDL is undefined)Antony Dovgal2010-06-081-0/+2
|
* Removed safe_modeKalle Sommer Nielsen2010-04-261-4/+0
| | | | | | | * 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
* - Fixed bug #48811 (Directives in PATH section do not get applied to ↵Jani Taskinen2010-01-161-1/+1
| | | | subdirectories)
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* - #48779, fix another use case where / usage may differPierre Joye2009-10-151-1/+9
|
* - #48779, improve fix, drop usage of _tolower and use zend_strtolowerPierre Joye2009-10-121-1/+1
|
* - fix possible issue in TS environment (we don't have to do that anymore ↵Pierre Joye2009-10-111-24/+9
| | | | anyway in 5.3+)
* - #48779, don't loop twice over the path charsPierre Joye2009-10-111-8/+6
|
* - Fixed build and comment-styleFelipe Pena2009-10-091-2/+2
|
* - changed ini file directives [PATH=](on Win32) and [HOST=](on all) to be ↵Garrett Serack2009-10-091-0/+21
| | | | case insensitive (garretts)
* - MFH: Get rid of the four different versions of zend_extension* and only useDerick Rethans2009-05-181-13/+1
| | | | | | | zend_extension. Because of the API identifier change in PHP 5.3 you also get a proper warning message now. #- [DOC]
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* - MFH Do not show empty ini directive tables for modules without ini entries.Marcus Boerger2008-12-301-5/+22
|
* - move declaration on top and fix build errorPierre Joye2008-08-131-1/+2
|
* MFHJani Taskinen2008-08-131-9/+35
|
* - MFH: Constness (Added const qualifier to several function parameters)Felipe Pena2008-08-121-6/+6
|
* Optimized request startup sequence for php.ini without per dir and per host ↵Dmitry Stogov2008-04-151-2/+23
| | | | configurations
* - MFH Rename dump_config_hash() to get_config_hash() as it doesn't dumpMarcus Boerger2008-02-031-6/+3
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: No zval is stored hereJani Taskinen2007-11-261-1/+1
|
* MFH:- Added support for [HOST=www.example.com] special sectionsJani Taskinen2007-11-091-23/+34
| | | | | MFH:- Allowed using full path to load modules using "extension" directive
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-2/+2
|