History log of /PHP-8.3/ext/standard/info.c (Results 151 – 175 of 474)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 92d2aeb2 14-Jul-2012 Andrew Faulds

Fixed small misalignment in prev commit

# d12f8d67 14-Jul-2012 Andrew Faulds

Removed Logo GUIDs and replaced with Data URIs and div hidden with JS

- removed php_logo_guid()
- removed php_egg_logo_guid()
- removed php_real_logo_guid()
- removed zend_logo_g

Removed Logo GUIDs and replaced with Data URIs and div hidden with JS

- 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

show more ...

Revision tags: php-5.3.15, php-5.3.15RC1, php-5.4.5RC1, php-5.3.14, php-5.4.4, php-5.3.14RC2, php-5.4.4RC2, php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1, php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1
# 6655f794 16-Mar-2012 Adam Harvey

Fix bug #61409 (Bad formatting on phpinfo()). Patch by Jakub Vrana.

# 9aec9ccd 16-Mar-2012 Adam Harvey

Fix bug #61409 (Bad formatting on phpinfo()). Patch by Jakub Vrana.

Revision tags: php-5.4.0, php-5.4.0RC8, php-5.3.10, php-5.4.0RC7, php-5.4.0RC6, php-5.3.9, php-5.4.0RC5
# 8775a375 01-Jan-2012 Felipe Pena

- Year++

# 4e198252 01-Jan-2012 Felipe Pena

- Year++

Revision tags: php-5.3.9RC4, php-5.4.0RC4, php-5.3.9RC3, php-5.4.0RC3, php-5.3.9RC2, php-5.4.0RC2, php-5.4.0RC1, php-5.3.9RC1, php-5.4.0beta2, php-5.4.0beta1, yaf-2.1.0, php-5.3.8
# 5f429c57 19-Aug-2011 Pierre Joye

- Fixed bug #52461 (Incomplete doctype and missing xmlns)

# 15c1a736 19-Aug-2011 Pierre Joye

- Fixed bug #52461 (Incomplete doctype and missing xmlns)

Revision tags: php-5.3.7, php-5.3.7RC5
# a7852bcb 08-Aug-2011 Xinchen Hui

Make codes more clearly, and make the static analyzer silent..

# caedca8d 08-Aug-2011 Xinchen Hui

Make codes more clearly, and make the static analyzer silent..

Revision tags: php-5.4.0alpha3, php-5.3.7RC4, php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2
# 34d93f0c 22-Jun-2011 Ilia Alshanetsky

Zend Signal Handling

Revision tags: php-5.4.0alpha1, php-5.3.7RC1
# 93987513 02-Jun-2011 Ilia Alshanetsky

Zend Signal Handling (see RFC: https://wiki.php.net/rfc/zendsignals)
This needs to go into 5.4 as well, but will wait for Pierre to review win32 situation

# Patch by Lucas Nealan, Arnaud

Zend Signal Handling (see RFC: https://wiki.php.net/rfc/zendsignals)
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

show more ...

Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1, php-5.2.17, php-5.3.5
# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++

# bbf3d43c 19-Dec-2010 Moriyoshi Koizumi

* Refactor zend_multibyte facility.
Now mbstring.script_encoding is superseded by zend.script_encoding.

Revision tags: php-5.2.16
# f7325822 11-Dec-2010 Gustavo André dos Santos Lopes

- Implemented request #26158/bug #53465 (open arbitrary file descriptor with fopen)

Revision tags: php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2
# 67e8d44a 29-Nov-2010 Dmitry Stogov

Removed unnecessary dependencies

# ab93d8c6 24-Nov-2010 Dmitry Stogov

Added multibyte suppport by default. Previosly php had to be compiled with --enable-zend-multibyte. Now it can be enabled or disabled throug zend.multibyte directive in php.ini

Revision tags: php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 4d13e04a 17-Nov-2010 Jani Taskinen

- Fixed wrong type causing crash (in php-cgi -i and phpinfo(); when doing HTML output)

# 890d89fd 12-Oct-2010 Kalle Sommer Nielsen

* Added version info for Windows XP Starter/Tablet PC/Media Center editions
* Fixed typo: "Unknow" -> "Unknown"
* Removed useless Win9x version info

# I will merge this to 5.3 once I

* Added version info for Windows XP Starter/Tablet PC/Media Center editions
* Fixed typo: "Unknow" -> "Unknown"
* Removed useless Win9x version info

# I will merge this to 5.3 once I have analyzed a possible bug
# (and hopefully fixed) why Server 2008 is reported as unknown

show more ...

Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# 19ff5b79 01-Jun-2010 Pierrick Charron

Remove unused variables

# 11d24c15 31-May-2010 Michael Wallner

* implement new output API, fixing some bugs and implementing some feature
requests--let's see what I can dig out of the bugtracker for NEWS--
and while crossing the road:
* implem

* implement new output API, fixing some bugs and implementing some feature
requests--let's see what I can dig out of the bugtracker for NEWS--
and while crossing the road:
* implemented new zlib API
* fixed up ext/tidy (what was "s&" in zend_parse_parameters() supposed to do?)

Thanks to Jani and Felipe for pioneering.

show more ...

# 91721f73 30-May-2010 Pierre Joye

- Added recent Windows versions to php_uname and fix undefined windows version

# 5dba22d7 30-May-2010 Pierre Joye

- ws

# 08b9fdc8 24-Apr-2010 David Soria Parra

Add DTrace probes

# af49e58f 12-Mar-2010 Jani Taskinen

- Reverted r296062 and r296065

12345678910>>...19