summaryrefslogtreecommitdiff
path: root/ext/standard/info.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|/
* - Year++Felipe Pena2011-01-011-1/+1
* * Refactor zend_multibyte facility.Moriyoshi Koizumi2010-12-191-1/+11
* - Implemented request #26158/bug #53465 (open arbitrary file descriptor with ...Gustavo André dos Santos Lopes2010-12-111-1/+1
* 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
* - Fixed wrong type causing crash (in php-cgi -i and phpinfo(); when doing HTM...Jani Taskinen2010-11-171-9/+10
* * Added version info for Windows XP Starter/Tablet PC/Media Center editionsKalle Sommer Nielsen2010-10-121-25/+22
* Remove unused variablesPierrick Charron2010-06-011-1/+0
* * implement new output API, fixing some bugs and implementing some feature Michael Wallner2010-05-311-357/+242
* - Added recent Windows versions to php_uname and fix undefined windows versionPierre Joye2010-05-301-4/+15
* - wsPierre Joye2010-05-301-1/+1
* Add DTrace probesDavid Soria Parra2010-04-241-0/+6
* - Reverted r296062 and r296065Jani Taskinen2010-03-121-242/+357
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-111-357/+242
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - fix #40013, php_uname() doesnt return nodename (MFH)Pierre Joye2009-09-061-0/+25
* Build IDsStanislav Malyshev2009-01-171-0/+3
* MFHAntony Dovgal2009-01-041-1/+1
* - MFH Fix info outputMarcus Boerger2008-12-311-2/+2
* - MFH Do not show core ini entries twiceMarcus Boerger2008-12-311-2/+4
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH Show version and ini entries as default module info.Marcus Boerger2008-12-301-14/+17
* - MFH Added missing check for void param. (patch by Kalle)Felipe Pena2008-12-301-0/+8
* - double declaration and comments cleanupPierre Joye2008-12-091-9/+0
* - fix VC6 buildPierre Joye2008-12-091-2/+14
* improve Windows version detectionStanislav Malyshev2008-12-081-41/+235
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-15/+5
* MFH: use HashPosition to prevent race condition in multithreaded envAntony Dovgal2008-10-021-9/+12
* MFHJani Taskinen2008-08-131-7/+3
* capitalize multibyte supportAntony Dovgal2008-07-081-2/+2
* - Don't do stuff twice overSteph Fox2008-07-071-17/+6
* add a line to phpinfo() to indicate whether multibyte support is On or OffAntony Dovgal2008-07-031-0/+6
* - New parameter parsing APIFelipe Pena2008-06-201-4/+7
* - c/p evilnessPierre Joye2008-05-271-2/+2
* - [MFH] Add compiler informations on Windows (will add more info later, like ...Pierre Joye2008-05-271-0/+18
* MFH: New way for check void parametersFelipe Pena2008-03-101-10/+10
* Fixed bug #44306 (Better detection of MIPS processors on Windows)Ilia Alshanetsky2008-03-021-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* MFH: Fixed compile warningsJani Taskinen2007-07-211-5/+5
* MFH:- Added php_ini_loaded_file() function which returns the path to the actualfoobar2007-06-091-0/+12
* MFH: php_localtime_r() checksAntony Dovgal2007-06-071-1/+1
* - Changed phpinfo() to make difference between set php.ini path and what was ...foobar2007-04-021-1/+2
* - MFH php --ri <extension>Marcus Boerger2007-02-081-14/+24
* use length - 1 when we fetch it from hashesAntony Dovgal2007-01-261-12/+12
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Added a meta tag to phpinfo() output to prevent search engines fromIlia Alshanetsky2006-11-261-0/+1
* Write valid run-time value for Zend Memeory ManagerDmitry Stogov2006-09-141-5/+1