summaryrefslogtreecommitdiff
path: root/ext/standard/info.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
| | | * Bump yearXinchen Hui2014-01-031-1/+1
| | * | Bump yearXinchen Hui2014-01-031-1/+1
| * | | Fix bug #67498 - phpinfo() Type Confusion Information Leak VulnerabilityStanislav Malyshev2014-06-241-4/+4
* | | | using correct manifest, GetVersionEx can recognise versionsAnatol Belski2015-05-281-1/+22
* | | | We can re-use the already existing EG(windows_version_info) here and save a l...Kalle Sommer Nielsen2015-03-291-8/+1
* | | | Drop this struct (it was only used for VC6 which we don't support anyway)Kalle Sommer Nielsen2015-03-291-3/+0
* | | | remove recognition for no more supported OSesAnatol Belski2015-03-251-75/+2
* | | | Merged zend_array and HashTable into the single data structure.Dmitry Stogov2015-02-131-5/+5
* | | | Use new ZEND_HASH_FOREACH_... API.Dmitry Stogov2015-02-101-15/+14
* | | | bump yearXinchen Hui2015-01-151-1/+1
* | | | Faster sorting algoXinchen Hui2015-01-141-1/+1
* | | | trailing whitespace removalStanislav Malyshev2015-01-101-5/+5
* | | | Drop duplicate arg from hash_get_current_key_exNikita Popov2014-12-261-2/+2
* | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-161-3/+3
|\ \ \ \
| * | | | Fix the fix for bug #55415Stanislav Malyshev2014-12-151-2/+2
| * | | | add include for definition of php_url_encodeStanislav Malyshev2014-12-151-1/+1
* | | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-151-3/+10
|\ \ \ \ \ | |/ / / /
| * | | | Fixed bug #55415 (php_info produces invalid anchor names)Kalle Sommer Nielsen2014-12-141-1/+7
| * | | | Implement feature request #55467 (phpinfo: PHP Variables with $ and single qu...Kalle Sommer Nielsen2014-12-141-2/+3
* | | | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-53/+50
|/ / / /
* | | | fix datatype mismatchesAnatol Belski2014-10-231-6/+6
* | | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1