History log of /PHP-7.0/ext/standard/info.c (Results 51 – 75 of 405)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# fb0128af 23-Jun-2014 Stanislav Malyshev

Fix bug #67498 - phpinfo() Type Confusion Information Leak Vulnerability


Revision tags: php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1
# 60cc43a2 10-Jun-2014 Christian Wenz

Update info.c

Fixes #67407: Windows 8.1/Server 2012 R2 reported as Windows 8/Server 2012


Revision tags: php-5.6.0beta4, php-5.4.29, php-5.5.13
# 82a48974 19-May-2014 Xinchen Hui

Use new iterator macros


Revision tags: php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2, php-5.5.12, php-5.4.28, php-5.4.28RC1, php-5.5.12RC1, php-5.6.0beta1
# 3d17219c 07-Apr-2014 Dmitry Stogov

Refactored zend_hash_* iteration API zend_hash_fove_forward_ex(ht, pos) and family require second argument to be real pointer.
&(ht)->nInternalPointer should be passed instead of NULL.
zend_h

Refactored zend_hash_* iteration API zend_hash_fove_forward_ex(ht, pos) and family require second argument to be real pointer.
&(ht)->nInternalPointer should be passed instead of NULL.
zend_hash_update_current_key() may work only with internal pointer.

show more ...


Revision tags: php-5.4.27, php-5.5.11, php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26
# 7735226e 03-Mar-2014 Xinchen Hui

Fixed memory leak in php_uname


# 069c158c 02-Mar-2014 Xinchen Hui

Fixed php_info related


Revision tags: php-5.6.0alpha3, php-5.4.26RC1, php-5.5.10RC1
# 40e053e7 13-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


Revision tags: php-5.6.0alpha2
# f4cfaf36 10-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


Revision tags: php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24
# 4e2ae5f5 03-Jan-2014 Xinchen Hui

Here need to be str_efree

found by ext/standard/tests/general_functions/phpinfo2.php fails


# c081ce62 03-Jan-2014 Xinchen Hui

Bump year


# 47c90277 03-Jan-2014 Xinchen Hui

Bump year


# c0d060f5 03-Jan-2014 Xinchen Hui

Bump year


Revision tags: php-5.4.24RC1, php-5.5.8RC1, php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1, php-5.4.22, php-5.5.6, php-5.4.22RC1, php-5.5.6RC1, php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1, php-5.5.4, php-5.4.20, php-5.5.4RC1, php-5.4.20RC1
# d8023d13 21-Aug-2013 Michael Wallner

Fix pointer sign warning showing up in EVERY build


Revision tags: php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18, php-5.5.2RC1, php-5.4.18RC2, php-5.5.1, php-5.4.18RC1, php-5.3.27, php-5.4.17
# 41b73e4c 25-Jun-2013 Felipe Pena

- Fixed bug #62964 (Possible XSS on "Registered stream filters" info) patch by: david at nnucomputerwhiz dot com


Revision tags: php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1, php-5.4.14, php-5.3.24, php-5.5.0beta3, php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2
# f01a7e54 27-Mar-2013 Pierre Joye

add windows 8 and windows server 2012


Revision tags: php-5.5.0beta1, php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12, php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11, php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1
# a666285b 01-Jan-2013 Xinchen Hui

Happy New Year


# 0a7395e0 01-Jan-2013 Xinchen Hui

Happy New Year


# a2045ff3 01-Jan-2013 Xinchen Hui

Happy New Year~


Revision tags: php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1
# 6eb0aa97 04-Dec-2012 Colin Viebrock

fix for scrolling, other minor tweaks


Revision tags: php-5.3.19, php-5.4.9, php-5.5.0alpha1
# ff93287f 08-Nov-2012 Colin Viebrock

Bringing CSS up to this decade's standards.

Here are some tweaks to the phpinfo() styling, since this really hasn't
been touched in almost a decade:
- color codes are shortened
-

Bringing CSS up to this decade's standards.

Here are some tweaks to the phpinfo() styling, since this really hasn't
been touched in almost a decade:
- color codes are shortened
- table width is bigger and handled via CSS
- fix so that long INI entries don't make the layout super wide
- bgcolor for "Additional Modules" wasn't set
- fix my email address

Signed-off-by: Colin Viebrock <colin@viebrock.ca>

show more ...


Revision tags: php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1, php-5.3.17, php-5.4.7, php-5.4.7RC1, php-5.3.16, php-5.4.6
# 3d4169d7 09-Aug-2012 Reeze Xia

Fix phpcredits() BC after remove Logo GUIDs

This test was affected: ext/standard/tests/general_functions/phpcredits2.phpt
see https://github.com/php/php-src/pull/132/files#diff-3
Thi

Fix phpcredits() BC after remove Logo GUIDs

This test was affected: ext/standard/tests/general_functions/phpcredits2.phpt
see https://github.com/php/php-src/pull/132/files#diff-3
This makes constant PHP_CREDITS_FULLPAGE didn't functional anymore.

show more ...


Revision tags: php-5.4.6RC1
# b1a997e2 22-Jul-2012 Andrew Faulds

OK, bye bye JavaScript, let's just include credits before license


Revision tags: php-5.4.5
# c7c2fb01 15-Jul-2012 Andrew Faulds

Nicer (JSLint-compliant!) credits reveal JavaScript


# ee6540ad 14-Jul-2012 Andrew Faulds

Removed now-unnecessary expose_php checks for logo


# 92d2aeb2 14-Jul-2012 Andrew Faulds

Fixed small misalignment in prev commit


12345678910>>...17