summaryrefslogtreecommitdiff
path: root/main/php_ini.c
Commit message (Expand)AuthorAgeFilesLines
* Change Zend Stream API to use zend_string* instead of char*.Dmitry Stogov2021-03-161-6/+9
* Replace zend_bool uses with boolNikita Popov2021-01-151-1/+1
* Fix invalid memory read on libpathtwosee2020-10-211-1/+1
* Check linker compatibility directly from HMODULEChristoph M. Becker2020-09-211-9/+2
* Remove proto comments from C filesMax Semenik2020-07-061-40/+20
* Constify char * arguments of APIstwosee2020-06-081-1/+1
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Fix signature and callsAnatol Belski2019-08-271-2/+2
* Introduce zend_stream_init_fp() APINikita Popov2019-07-161-28/+25
* Put phpinfo() related code into cold code segmentDmitry Stogov2019-05-281-2/+2
* Fix returnAnatol Belski2019-03-311-2/+2
* Implement stricter extension compatibility checkAnatol Belski2019-03-311-0/+17
* Remove local variablesPeter Kokot2019-02-031-10/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Replace zend_hash_apply... with ZEND_HASH_FOREACH...Dmitry Stogov2018-12-191-53/+32
* Future-proof email addresses...Zeev Suraski2018-11-011-1/+1
* Fix localized error messages and memory leaksAnatol Belski2018-09-171-0/+1
* 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