summaryrefslogtreecommitdiff
path: root/main/php_ini.c
Commit message (Expand)AuthorAgeFilesLines
* Use new ZEND_HASH_FOREACH_... API.Dmitry Stogov2015-02-101-7/+2
* fix warningsMichael Wallner2015-01-301-0/+4
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
* Drop duplicate arg from hash_get_current_key_exNikita Popov2014-12-261-1/+1
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-34/+33
* fix datatype mismatchesAnatol Belski2014-12-021-3/+3
* fix datatype mismatches and warnsAnatol Belski2014-10-271-9/+10
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* restore the length var and fix the com_dotnet iniAnatol Belski2014-09-011-0/+1
* Refactored INI subsystem to use zend_string* instead of char*Dmitry Stogov2014-09-011-10/+17
* master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
* master renames phase 3Anatol Belski2014-08-251-3/+3
* master renames phase 1Anatol Belski2014-08-251-15/+15
* first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-15/+15
* There should been memory leaks(and don't use pointer cast)Xinchen Hui2014-05-081-2/+2
* -- missing length declaration, may have worked w/some gcc as length is not us...Pierre Joye2014-05-071-0/+1
* Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-44/+62
|\
| * Merge branch 'PHP-5.6'Andrey Hristov2014-01-291-44/+62
| |\
| | * Fixed Request #66574 Allow multiple paths in php_ini_scanned_pathRemi Collet2014-01-291-44/+62
| | * Bump yearXinchen Hui2014-01-031-1/+1
* | | Combine HashTable.flags and HashTable.nApplyCount into single 32-bit wordDmitry Stogov2014-04-211-5/+3
* | | Refactored zend_hash_* iteration API zend_hash_fove_forward_ex(ht, pos) and f...Dmitry Stogov2014-04-071-1/+1
* | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-1/+1
* | | Fixed php_info relatedXinchen Hui2014-03-021-9/+13
* | | Use better data structures (incomplete; able to run bench.php)Dmitry Stogov2014-02-181-4/+2
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-171-4/+2
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-101-49/+32
|/ /
* | Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\ \
| * | Bump yearXinchen Hui2014-01-031-1/+1
| |/
* | Kill another TSRMLS_FETCH() in the zend extension loading codeKalle Sommer Nielsen2013-12-181-2/+2
|/
* Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-07-151-0/+5
|\
| * fix buffer overrunAnatol Belski2013-07-151-0/+5
* | Merge branch 'PHP-5.4' into PHP-5.5David Soria Parra2013-03-191-1/+1
|\ \ | |/
| * 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 strtok...Rasmus Lerdorf2011-08-061-1/+1
| * - 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 strtok...Rasmus Lerdorf2011-08-061-1/+1
* | - 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