summaryrefslogtreecommitdiff
path: root/ext/standard/info.c
Commit message (Collapse)AuthorAgeFilesLines
* cleanupDmitry Stogov2014-08-131-1/+0
|
* Merge branch 'master' into testDmitry Stogov2014-08-111-0/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (39 commits) Add __debugInfo() to UPGRADING. fix TS build Update NEWS Update NEWS Update NEWS Small tidy ups and raise visibility of GitHub PR process Bug #41631: Observe socket read timeouts in SSL streams wrap int8_t and int16_t with #ifdef to avoid possible clashes - Updated to version 2014.6 (2014f) Removed Countable::count() change info from UPGRADE.INTERNALS too NEWS and UPGRADING for intdiv() Revert "Add SO_REUSEPORT + SO_BROADCAST support via socket stream context option" Fixed skip case for intdiv 64-bit test Use callback structure Add EXPECTF Fix handling of multi-result sets with PS...used to clean not only the result set but the whole PS. 5.5.17 now 5.4.33-dev now Add SO_REUSEPORT + SO_BROADCAST support via socket stream context option Add SO_REUSEPORT + SO_BROADCAST support via socket stream context option ... Conflicts: ext/fileinfo/libmagic/softmagic.c main/streams/xp_socket.c
| * Merge branch 'pull-request/756'Anatol Belski2014-08-041-0/+8
| |\
| | * Patches #67739Christian Wenz2014-08-011-0/+8
| | | | | | | | | Fixes #67739: Windows 8.1/Server 2012 R2 OS build number reported as 6.2 (instead of 6.3)
* | | Merge branch 'master' into phpngXinchen Hui2014-07-091-4/+30
|\ \ \ | |/ /
| * | Merge branch 'pull-request/691'Anatol Belski2014-07-081-4/+30
| |\ \ | | |/
| | * Update info.cChristian Wenz2014-06-101-4/+30
| | | | | | | | | Fixes #67407: Windows 8.1/Server 2012 R2 reported as Windows 8/Server 2012
* | | Merge branch 'master' into testDmitry Stogov2014-07-011-4/+4
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (67 commits) remove the NEWS entry for the reverted fpm fix remove the NEWS entry for the reverted fpm fix remove the NEWS entry for the reverted fpm fix Revert "Fix Bug #67530 error_log=syslog ignored" --enable-fpm for the travis build fix the last fpm NEWS entry, the other bug is related, but not the same what we fixed here NEWS NEWS Fix bug #67091: make install fails to install libphp5.so on FreeBSD 10.0 adding NEWS entry for the fix for bug #65641 Updated NEWS file for recent phpdbg fixes Fixed issue krakjoe/phpdbg#94 - List behavior is inconsistent Fix issue krakjoe/phpdbg#97 - list now appends a newline if there is none The prompt should always ensure it is on a newline Fixed test Inform about back command existence in help - Fixes krakjoe/phpdbg#100 No way to list the current stack/frames Fix issue krakjoe/phpdbg#98 break if does not seem to work Fix issue krakjoe/phpdbg#99 register function has the same behavior as run Fix readline/libedit (Thanks to @remicollet) Replace incorrect `E` command with `ev` in watch help Fix typo in `finish` help ... Conflicts: Zend/zend_ast.c Zend/zend_highlight.c Zend/zend_indent.c ext/spl/spl_array.c ext/spl/spl_observer.c ext/standard/info.c
| * | Fix bug #67498 - phpinfo() Type Confusion Information Leak VulnerabilityStanislav Malyshev2014-06-241-4/+4
| |/
* | Use new iterator macrosXinchen Hui2014-05-191-17/+11
| |
* | Refactored zend_hash_* iteration API zend_hash_fove_forward_ex(ht, pos) and ↵Dmitry Stogov2014-04-071-1/+1
| | | | | | | | | | | | | | 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.
* | Fixed memory leak in php_unameXinchen Hui2014-03-031-8/+7
| |
* | Fixed php_info relatedXinchen Hui2014-03-021-4/+7
| |
* | Use better data structures (incomplete)Dmitry Stogov2014-02-131-52/+51
| |
* | Use better data structures (incomplete)Dmitry Stogov2014-02-101-4/+4
|/
* Here need to be str_efreeXinchen Hui2014-01-031-1/+1
| | | | found by ext/standard/tests/general_functions/phpinfo2.php fails
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Merge branch 'PHP-5.5'Michael Wallner2013-08-211-1/+1
|\ | | | | | | | | * PHP-5.5: Fix pointer sign warning showing up in EVERY build
| * Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-08-211-1/+1
| |\ | | | | | | | | | | | | * PHP-5.4: Fix pointer sign warning showing up in EVERY build
| | * Fix pointer sign warning showing up in EVERY buildMichael Wallner2013-08-211-1/+1
| | |
* | | Merge branch 'pull-request/231'Stanislav Malyshev2013-07-211-35/+35
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | * pull-request/231: update Zend Engine logo as per Zeev, and tweak PHP logos ... :) fix for scrolling, other minor tweaks Bump up table width a bit more and make columns consistent Bringing CSS up to this decade's standards.
| * | fix for scrolling, other minor tweaksColin Viebrock2012-12-041-1/+1
| | |
| * | Bringing CSS up to this decade's standards.Colin Viebrock2012-11-081-34/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2013-06-251-1/+5
|\ \ \ | | |/ | |/| | | | | | | | | | * PHP-5.4: - Fixed bug #62964 (Possible XSS on "Registered stream filters" info) patch by: david at nnucomputerwhiz dot com - BFN
| * | - Fixed bug #62964 (Possible XSS on "Registered stream filters" info) patch ↵Felipe Pena2013-06-251-1/+5
| | | | | | | | | | | | by: david at nnucomputerwhiz dot com
| * | Happy New YearXinchen Hui2013-01-011-1/+1
| | |
| * | Fix bug #61409 (Bad formatting on phpinfo()). Patch by Jakub Vrana.Adam Harvey2012-03-161-1/+1
| | |
| * | - Year++Felipe Pena2012-01-011-1/+1
| | |
| * | - Fixed bug #52461 (Incomplete doctype and missing xmlns)Pierre Joye2011-08-191-1/+1
| | |
| * | Make codes more clearly, and make the static analyzer silent..Xinchen Hui2011-08-081-15/+15
| | |
| * | Zend Signal HandlingIlia Alshanetsky2011-06-221-0/+6
| | |
* | | add windows 8 and windows server 2012Pierre Joye2013-03-271-1/+7
| | |
* | | Happy New YearXinchen Hui2013-01-011-1/+1
| |/ |/|
* | Fix phpcredits() BC after remove Logo GUIDsReeze Xia2012-08-091-1/+1
| | | | | | | | | | | | 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.
* | Merge branch 'pull-request/132'Stanislav Malyshev2012-08-051-101/+22
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | * pull-request/132: OK, bye bye JavaScript, let's just include credits before license Nicer (JSLint-compliant!) credits reveal JavaScript Removed now-unnecessary expose_php checks for logo Fixed small misalignment in prev commit Removed Logo GUIDs and replaced with Data URIs and div hidden with JS
| * | OK, bye bye JavaScript, let's just include credits before licenseAndrew Faulds2012-07-231-26/+7
| | |
| * | Nicer (JSLint-compliant!) credits reveal JavaScriptAndrew Faulds2012-07-151-6/+11
| | |
| * | Removed now-unnecessary expose_php checks for logoAndrew Faulds2012-07-141-4/+3
| | |
| * | Fixed small misalignment in prev commitAndrew Faulds2012-07-141-1/+1
| | |
| * | Removed Logo GUIDs and replaced with Data URIs and div hidden with JSAndrew Faulds2012-07-141-92/+28
|/ / | | | | | | | | | | | | | | | | | | | | - removed php_logo_guid() - removed php_egg_logo_guid() - removed php_real_logo_guid() - removed zend_logo_guid() - removed logo GUID handling - removed logo GUIDs from source - added logo data URIs instead for phpinfo() - added credits to phpinfo() page, but hidden by default
* | Fix bug #61409 (Bad formatting on phpinfo()). Patch by Jakub Vrana.Adam Harvey2012-03-161-1/+1
| |
* | - Year++Felipe Pena2012-01-011-1/+1
| |
* | - Fixed bug #52461 (Incomplete doctype and missing xmlns)Pierre Joye2011-08-191-1/+1
| |
* | Make codes more clearly, and make the static analyzer silent..Xinchen Hui2011-08-081-15/+15
| |
* | Zend Signal Handling (see RFC: https://wiki.php.net/rfc/zendsignals)Ilia Alshanetsky2011-06-021-0/+6
|/ | | | | | | | This needs to go into 5.4 as well, but will wait for Pierre to review win32 situation # Patch by Lucas Nealan, Arnaud Le Blanc, Brian Shire & Ilia Alshanetsky
* - Year++Felipe Pena2011-01-011-1/+1
|
* * Refactor zend_multibyte facility.Moriyoshi Koizumi2010-12-191-1/+11
| | | | | Now mbstring.script_encoding is superseded by zend.script_encoding.
* - Implemented request #26158/bug #53465 (open arbitrary file descriptor with ↵Gustavo André dos Santos Lopes2010-12-111-1/+1
| | | | fopen)
* Removed unnecessary dependenciesDmitry Stogov2010-11-291-10/+0
|
* Added multibyte suppport by default. Previosly php had to be compiled with ↵Dmitry Stogov2010-11-241-5/+1
| | | | --enable-zend-multibyte. Now it can be enabled or disabled throug zend.multibyte directive in php.ini