summaryrefslogtreecommitdiff
path: root/ext/standard/info.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* zend_hash_get_current_key_ex() returns string_len + 1, so we need to subtract...Antony Dovgal2006-08-081-2/+2
* - compiler warningsPierre Joye2006-08-081-6/+6
* ext/standard/info.c ext/standard/info.hIlia Alshanetsky2006-07-281-13/+17
* Fixed ZTS buildIlia Alshanetsky2006-06-111-1/+1
* Fully print array() in phpinfo().Ilia Alshanetsky2006-06-111-1/+1
* fix compile failure with old GCC (see bug #36931)Antony Dovgal2006-03-311-2/+4
* fix build: there is no TSRMLS_CC in this functionAntony Dovgal2006-03-301-1/+1
* Fixed XSS inside phpinfo() with long inputs.Ilia Alshanetsky2006-03-301-19/+17
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: Nuke php3 legacyfoobar2005-12-051-1/+1
* Fixed bug #35046 (phpinfo() uses improper css enclosure).Ilia Alshanetsky2005-11-231-2/+2
* - Fixed bug #34284 (CLI phpinfo showing html on _SERVER["argv"])foobar2005-08-281-5/+7
* MFH: Input validation part 2.Ilia Alshanetsky2005-08-161-1/+1
* Chunk the outputIlia Alshanetsky2005-08-151-1/+1
* MFH: input validation.Ilia Alshanetsky2005-08-151-0/+15
* - Bumber up yearfoobar2005-08-031-1/+1
* - Added the --disable-zend-memory-manager switch to disable the Zend memoryDerick Rethans2005-06-071-0/+6
* Fix request_uri XSS on phpinfo() pageRasmus Lerdorf2005-05-081-3/+9
* Enum filters in phpinfo()Sara Golemon2005-02-271-0/+41
* Use caseinsensitive sortMarcus Boerger2004-05-021-1/+1
* - Fixed buffer overflow in phpinfo() for Zend Extension Api NO.Derick Rethans2004-04-231-1/+1
* Fixed crash in php_ini_scanned_files() when no additional INI files wereJon Parise2004-03-151-1/+1
* Show registered transports in phpinfo()Sara Golemon2004-02-181-0/+41
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Detect and enable IPv6 support under win32.Wez Furlong2003-12-061-0/+5
* String formatting stuff.Ilia Alshanetsky2003-09-221-1/+1
* Fixed possible crashes in streams codeIlia Alshanetsky2003-06-191-1/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* Fix memleaks (detected by rrichards@php.net)Marcus Boerger2003-05-301-2/+5
* Extend print_table_row so that one can specify the CSS classSascha Schumann2003-04-191-5/+27
* MFB: Forgotten _FORM -> _REQUEST changeRasmus Lerdorf2003-04-091-1/+1
* - Fixed printing the version string if it includes zend extensions inDerick Rethans2003-04-091-1/+5
* fixes for logo guid functionsColin Viebrock2003-04-021-10/+41
* *** empty log message ***Thies C. Arntzen2003-04-011-1/+1
* Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ...Sebastian Bergmann2003-03-251-4/+4
* make phpinfo() depend on executed sapiMarcus Boerger2003-03-181-49/+37
* - Optimize $_REQUESTZeev Suraski2003-03-021-0/+2
* Fix warning.Sebastian Bergmann2003-02-021-0/+1
* Fix phpinfo() display of Zend extensionsZeev Suraski2003-02-021-1/+1
* Fix the setting of computer name and processor type for php_uname() on Win32Frank M. Kromann2003-01-281-6/+44