History log of /PHP-8.0/ext/standard/info.c (Results 201 – 225 of 447)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 310dd4a2 08-May-2005 Rasmus Lerdorf

Fix request_uri XSS on phpinfo() page


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1
# 00c6078f 27-Feb-2005 Sara Golemon

Enum filters in phpinfo()


Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2, php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1
# 6a4e1fff 02-May-2004 Marcus Boerger

Use caseinsensitive sort


Revision tags: php-5.0.0RC2
# 9ee23d70 23-Apr-2004 Derick Rethans

- Fixed buffer overflow in phpinfo() for Zend Extension Api NO.


Revision tags: php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2
# 633c95aa 15-Mar-2004 Jon Parise

Fixed crash in php_ini_scanned_files() when no additional INI files were
actually parsed.

I'll merge this into the PHP_4_3 branch as soon as I receive permission
from the release mas

Fixed crash in php_ini_scanned_files() when no additional INI files were
actually parsed.

I'll merge this into the PHP_4_3 branch as soon as I receive permission
from the release master.

show more ...


Revision tags: php-5.0.0RC1RC1, RELEASE_0_2_0
# da55c003 18-Feb-2004 Sara Golemon

Show registered transports in phpinfo()


Revision tags: php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# dbb152b9 06-Dec-2003 Wez Furlong

Detect and enable IPv6 support under win32.
The ws2tcpip.h header links to IPv6 functions dynamically
and the generated binary will run on win98 and later.


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7
# e2caa6ea 22-Sep-2003 Ilia Alshanetsky

String formatting stuff.


Revision tags: php-4.3.3, php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1
# cbfb63c1 19-Jun-2003 Ilia Alshanetsky

Fixed possible crashes in streams code


Revision tags: php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY
# 25704f07 30-May-2003 Marcus Boerger

Fix memleaks (detected by rrichards@php.net)


Revision tags: php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2
# e4183ae9 19-Apr-2003 Sascha Schumann

Extend print_table_row so that one can specify the CSS class
directly. Add "vr" class which aligns the content to the right border.


Revision tags: RELEASE_0_6, RELEASE_0_5, init
# 861679d6 09-Apr-2003 Rasmus Lerdorf

MFB: Forgotten _FORM -> _REQUEST change


# 429ae4e8 09-Apr-2003 Derick Rethans

- Fixed printing the version string if it includes zend extensions in
text-mode


# 4888473e 02-Apr-2003 Colin Viebrock

fixes for logo guid functions


# 60214a03 01-Apr-2003 Thies C. Arntzen

*** empty log message ***


# 5ca07877 25-Mar-2003 Sebastian Bergmann

Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32.


# 3e621fac 18-Mar-2003 Marcus Boerger

make phpinfo() depend on executed sapi


Revision tags: php-4.3.2RC1
# 622da332 02-Mar-2003 Zeev Suraski

- Optimize $_REQUEST
- Fix phpinfo()


Revision tags: php-4.3.1
# 7ed09726 02-Feb-2003 Sebastian Bergmann

Fix warning.


# 53060ef8 02-Feb-2003 Zeev Suraski

Fix phpinfo() display of Zend extensions


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 0e38fedc 28-Jan-2003 Frank M. Kromann

Fix the setting of computer name and processor type for php_uname() on Win32


# 71e9f8cd 18-Jan-2003 Ilia Alshanetsky

Removed pointless memory allocation checks.


# cce2ffed 17-Jan-2003 Derick Rethans

- Fixed a bug that made that no newline was displayed when there was no value
for a row.


12345678910>>...18