summaryrefslogtreecommitdiff
path: root/ext/standard/info.c
Commit message (Expand)AuthorAgeFilesLines
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Replace zend_hash_apply... with ZEND_HASH_FOREACH...Dmitry Stogov2018-12-191-22/+11
* Future-proof email addresses...Zeev Suraski2018-11-011-1/+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-1/+1
* Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-1/+1
* Remove unused variableGabriel Caruso2018-02-061-1/+1
* Trailing whitespacesGabriel Caruso2018-01-031-2/+2
* year++Xinchen Hui2018-01-021-1/+1
* Add info about thread API usedAnatol Belski2017-12-211-0/+1
* Cleanup type conversionDmitry Stogov2017-12-071-12/+6
* Merge branch 'PHP-7.2'Nikita Popov2017-11-281-1/+1
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-11-281-1/+1
| |\
| | * Fixed #73124: php_ini_scanned_files()johnstevenson2017-11-281-1/+1
* | | Print PHP version in phpinfo() func html titleMattJeevas2017-11-251-1/+1
|/ /
* | Merge branch 'PHP-7.1'Remi Collet2017-01-201-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-01-201-1/+1
| |\
| | * Fixed bug #73965 DTrace reported as enabled when disabledRemi Collet2017-01-201-1/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | Use new param API in standardSara Golemon2016-12-301-12/+17
* | | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-1/+1
* | | Remove Netware supportKalle Sommer Nielsen2016-11-121-25/+0
* | | Get rid of these slow calls to LoadLibrary()/GetProcAddress() calls on Window...Kalle Sommer Nielsen2016-08-111-13/+3
|/ /
* | Switch zend_print_zval_r to use smart_strNikita Popov2016-06-131-1/+3
|/
* 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
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-8/+8
* | Merge branch 'PHP-5.6'Anatol Belski2015-06-181-25/+199
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-06-181-25/+199
| |\
| | * fixes bug #69835: phpinfo() does not report many Windows SKUsChristian Wenz2015-06-181-25/+199
* | | Merge branch 'PHP-5.6'Anatol Belski2015-06-101-2/+17
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-06-101-2/+17
| |\ \ | | |/
| | * Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as ...Christian Wenz2015-06-101-2/+17
| | * Revert "Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8....Christian Wenz2015-06-101-17/+2
| | * Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as ...Christian Wenz2015-06-101-2/+17
| * | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-05-311-0/+17
| |\ \ | | |/
| | * backport the basic code to properly recognize win 8.1 and 10Anatol Belski2015-05-311-0/+17
| | * Bump yearXinchen Hui2015-01-151-1/+1
| * | bump yearXinchen Hui2015-01-151-1/+1
| * | Merge branch 'PHP-5.5' into PHP-5.6Andrey Hristov2014-08-061-0/+8
| |\ \ | | |/
| | * Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2014-08-061-0/+8
| | |\
| | | * backport the fix for bug #67739Anatol Belski2014-08-041-0/+8
| | | * Backported the patch from bug #67407 into 5.4Anatol Belski2014-07-081-1/+33
| * | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-07-081-4/+30
| |\ \ \ | | |/ /
| | * | Backported the patch from bug #67407 into 5.5+Anatol Belski2014-07-081-4/+30
| | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-06-241-4/+4
| | |\ \ | | | |/
| | | * Fix bug #67498 - phpinfo() Type Confusion Information Leak VulnerabilityStanislav Malyshev2014-06-231-4/+4