summaryrefslogtreecommitdiff
path: root/main/php_ini.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-2/+2
* main/php_ini.c: build empty php_load_zend_extension_cb() when !HAVE_LIBDLThomas Petazzoni2018-03-231-0/+4
* year++Xinchen Hui2018-01-021-1/+1
* remove casts and ensure no out of bounds accessAnatol Belski2017-07-211-3/+7
* Fixed bug #74866 extension_dir = "./ext" now use current directory for baseFrancois Laupretre2017-07-131-5/+12
* replace the stack var by a macroAnatol Belski2017-07-061-6/+2
* Minor refactor of load extension by name implSara Golemon2017-06-221-14/+13
* Allow loading PHP and Zend extensions by nameFrancois Laupretre2017-06-221-5/+33
* Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-06-121-3/+5
|\
| * Fixed bug #74600Manuel Mausz2017-06-091-3/+5
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-05-161-2/+2
|\ \ | |/
| * Fixed bug #74600 (crash (SIGSEGV) in _zend_hash_add_or_update_i)Xinchen Hui2017-05-161-2/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-04-101-3/+3
|\ \ | |/
| * Fixed condition checkXinchen Hui2017-04-101-3/+3
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Merge branch 'PHP-7.0'Lior Kaplan2016-01-011-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
| |\
| | * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| | * bump yearXinchen Hui2015-01-151-1/+1
| * | SpellingRichard Quadling2015-09-301-1/+1
* | | Update php_ini.cElan Ruusamäe2015-11-111-1/+1
* | | SpellingRichard Quadling2015-09-251-1/+1
|/ /
* | Fixed bug #70431 (Memory leak in php_ini.c)Xinchen Hui2015-09-101-1/+2
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-10/+10
* | further cleanups with S_IF* macros generalized declarationsAnatol Belski2015-05-251-4/+0
* | Clean up some type conversionsNikita Popov2015-04-271-8/+4
* | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-041-7/+9
* | 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