History log of /php-src/ext/standard/info.c (Results 76 – 100 of 482)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# a85156db 15-Jun-2015 Christian Wenz

fixes bug #69835: phpinfo() does not report many Windows SKUs

Revision tags: php-5.5.26
# 23e89563 10-Jun-2015 Anatol Belski

Merge branch 'PHP-5.6'

* PHP-5.6:
updated NEWS
updated NEWS
Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business"
Revert "Fix #69781

Merge branch 'PHP-5.6'

* PHP-5.6:
updated NEWS
updated NEWS
Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business"
Revert "Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business""
Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business"

show more ...


# 64df05d5 10-Jun-2015 Anatol Belski

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
updated NEWS
Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business"
Revert "Fix #69781: phpi

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
updated NEWS
Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business"
Revert "Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business""
Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business"

show more ...


Revision tags: php-7.0.0alpha1, php-5.6.10, php-5.4.42
# 0c813665 09-Jun-2015 Christian Wenz

Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business"

# 82e52601 09-Jun-2015 Christian Wenz

Revert "Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business""

This reverts commit 4a05c81b85336b76d05017cc86372fbd04871e3f.

# 741b949a 09-Jun-2015 Christian Wenz

Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business"

# 021effbe 31-May-2015 Anatol Belski

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
backport the basic code to properly recognize win 8.1 and 10
backport the manifest changes for makefile
backport the manifest

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
backport the basic code to properly recognize win 8.1 and 10
backport the manifest changes for makefile
backport the manifest changes in js
add default manifest
add test

show more ...


# 1e952202 31-May-2015 Anatol Belski

backport the basic code to properly recognize win 8.1 and 10

Revision tags: POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL
# e4ca770f 28-May-2015 Anatol Belski

using correct manifest, GetVersionEx can recognise versions

Revision tags: php-5.6.10RC1, php-5.5.26RC1, php-5.5.25, php-5.6.9, php-5.4.41, php-5.6.9RC1, php-5.5.25RC1, php-5.6.8, php-5.5.24, php-5.4.40, php-5.6.8RC1, php-5.5.24RC1
# de2d244f 29-Mar-2015 Kalle Sommer Nielsen

We can re-use the already existing EG(windows_version_info) here and save a little bit of memory too!

# f8590f71 29-Mar-2015 Kalle Sommer Nielsen

Drop this struct (it was only used for VC6 which we don't support anyway)

# 2cd07c37 25-Mar-2015 Anatol Belski

remove recognition for no more supported OSes

Revision tags: php-5.6.7, php-5.5.23, php-5.4.39, php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS, php-5.6.6, php-5.5.22, php-5.4.38
# e10e151e 13-Feb-2015 Dmitry Stogov

Merged zend_array and HashTable into the single data structure.
Now each HashTable is also zend_array, so it's refcounted and may be a subject for Copy on Write
zend_array_dup() was changed t

Merged zend_array and HashTable into the single data structure.
Now each HashTable is also zend_array, so it's refcounted and may be a subject for Copy on Write
zend_array_dup() was changed to allocate and return HashTable, instead of taking preallocated HashTable as argument.

show more ...

# 1eb43521 10-Feb-2015 Dmitry Stogov

Use new ZEND_HASH_FOREACH_... API.

Revision tags: POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1, php-5.5.21, php-5.6.5, php-5.4.37
# fc33f52d 15-Jan-2015 Xinchen Hui

bump year

# 0579e827 15-Jan-2015 Xinchen Hui

bump year

# 73c1be26 15-Jan-2015 Xinchen Hui

Bump year

# 2193de0d 14-Jan-2015 Xinchen Hui

Faster sorting algo

Revision tags: php-5.5.21RC1, php-5.6.5RC1
# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal

# 2d212b42 23-Dec-2014 Nikita Popov

Drop duplicate arg from hash_get_current_key_ex

Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4
# 209a7a27 16-Dec-2014 Anatol Belski

Merge remote-tracking branch 'origin/master' into native-tls

* origin/master:
Revert "Removed useless local variable"
Fix the fix for bug #55415
add BC breaks from PHPNG RF

Merge remote-tracking branch 'origin/master' into native-tls

* origin/master:
Revert "Removed useless local variable"
Fix the fix for bug #55415
add BC breaks from PHPNG RFC
add include for definition of php_url_encode

show more ...


# d9f277bd 15-Dec-2014 Stanislav Malyshev

Fix the fix for bug #55415

# e304c319 15-Dec-2014 Stanislav Malyshev

add include for definition of php_url_encode

# 5ff59f98 15-Dec-2014 Anatol Belski

Merge remote-tracking branch 'origin/master' into native-tls

* origin/master:
Revert HTTP status codes merger
fixed tests, bugs in status codes merger
Fixed bug #55415 (php

Merge remote-tracking branch 'origin/master' into native-tls

* origin/master:
Revert HTTP status codes merger
fixed tests, bugs in status codes merger
Fixed bug #55415 (php_info produces invalid anchor names)
NEWS
Implement feature request #55467 (phpinfo: PHP Variables with $ and single quotes)
NEWS
Change back to use is_int() as function instead of is_integer(), as per Jan Tvrdík's request @github
NEWS
Change is_long() to be an alias of is_integer()
Fix indentation
Share HTTP status codes map

show more ...


# ad01fd8b 14-Dec-2014 Kalle Sommer Nielsen

Fixed bug #55415 (php_info produces invalid anchor names)

@@ Slightly based off Johannes' patch

12345678910>>...20