History log of /PHP-8.1/ext/standard/info.c (Results 101 – 125 of 466)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 3dc9bef8 06-Aug-2014 Andrey Hristov

Merge branch 'PHP-5.5' into PHP-5.6

Conflicts:
ext/fileinfo/data_file.c
ext/fileinfo/libmagic/softmagic.c
ext/fileinfo/magicdata.patch


# 41e1ccef 06-Aug-2014 Andrey Hristov

Merge branch 'PHP-5.4' into PHP-5.5

Conflicts:
NEWS
configure.in
main/php_version.h


Revision tags: php-5.5.16RC1, php-5.4.32RC1
# ae745492 04-Aug-2014 Anatol Belski

backport the fix for bug #67739

# 8eeacd33 04-Aug-2014 Anatol Belski

Merge branch 'pull-request/756'


# 513d48f2 01-Aug-2014 Christian Wenz

Patches #67739

Fixes #67739: Windows 8.1/Server 2012 R2 OS build number reported as 6.2 (instead of 6.3)

Revision tags: php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31
# d8431ba0 09-Jul-2014 Xinchen Hui

Merge branch 'master' into phpng


Revision tags: php-5.4.31RC1, php-5.5.15RC1
# 8b3cc726 08-Jul-2014 Anatol Belski

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Backported the patch from bug #67407 into 5.5+
Backported the patch from bug #67407 into 5.4
NEWS
NEWS
Fix Bug #6

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Backported the patch from bug #67407 into 5.5+
Backported the patch from bug #67407 into 5.4
NEWS
NEWS
Fix Bug #67530 error_log=syslog ignored

Conflicts:
sapi/fpm/fpm/fpm_stdio.c

show more ...


# 51f79846 08-Jul-2014 Anatol Belski

Backported the patch from bug #67407 into 5.5+

# 03214a2a 08-Jul-2014 Anatol Belski

Backported the patch from bug #67407 into 5.4

# 4883a60b 08-Jul-2014 Anatol Belski

Merge branch 'pull-request/691'


Revision tags: php-5.6.0RC2
# acfbb7b6 30-Jun-2014 Dmitry Stogov

Merge branch 'master' into test

* master: (67 commits)
remove the NEWS entry for the reverted fpm fix
remove the NEWS entry for the reverted fpm fix
remove the NEWS entry f

Merge branch 'master' into test

* master: (67 commits)
remove the NEWS entry for the reverted fpm fix
remove the NEWS entry for the reverted fpm fix
remove the NEWS entry for the reverted fpm fix
Revert "Fix Bug #67530 error_log=syslog ignored"
--enable-fpm for the travis build
fix the last fpm NEWS entry, the other bug is related, but not the same what we fixed here
NEWS
NEWS
Fix bug #67091: make install fails to install libphp5.so on FreeBSD 10.0
adding NEWS entry for the fix for bug #65641
Updated NEWS file for recent phpdbg fixes
Fixed issue krakjoe/phpdbg#94 - List behavior is inconsistent
Fix issue krakjoe/phpdbg#97 - list now appends a newline if there is none The prompt should always ensure it is on a newline
Fixed test
Inform about back command existence in help - Fixes krakjoe/phpdbg#100 No way to list the current stack/frames
Fix issue krakjoe/phpdbg#98 break if does not seem to work
Fix issue krakjoe/phpdbg#99 register function has the same behavior as run
Fix readline/libedit (Thanks to @remicollet)
Replace incorrect `E` command with `ev` in watch help
Fix typo in `finish` help
...

Conflicts:
Zend/zend_ast.c
Zend/zend_highlight.c
Zend/zend_indent.c
ext/spl/spl_array.c
ext/spl/spl_observer.c
ext/standard/info.c

show more ...


Revision tags: php-5.4.30, php-5.5.14
# 3804c0d0 23-Jun-2014 Stanislav Malyshev

Fix bug #67498 - phpinfo() Type Confusion Information Leak Vulnerability

# 84f9fe0f 23-Jun-2014 Stanislav Malyshev

Fix bug #67498 - phpinfo() Type Confusion Information Leak Vulnerability

# e2ed4874 24-Jun-2014 Stanislav Malyshev

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
5.4.30
Better fix for bug #67072 with more BC provisions
Fix bug #67498 - phpinfo() Type Confusion Information Leak Vulnerabi

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
5.4.30
Better fix for bug #67072 with more BC provisions
Fix bug #67498 - phpinfo() Type Confusion Information Leak Vulnerability
update CVE
Fix bug #67492: unserialize() SPL ArrayObject / SPLObjectStorage Type Confusion
Fix bug #67397 (Buffer overflow in locale_get_display_name->uloc_getDisplayName (libicu 4.8.1))
Fix bug #67349: Locale::parseLocale Double Free
add CVEs
Fix potential segfault in dns_get_record()
Fix bug #66127 (Segmentation fault with ArrayObject unset)
5.4.30 rc1

Conflicts:
ext/intl/locale/locale_methods.c

show more ...


# fb0128af 23-Jun-2014 Stanislav Malyshev

Fix bug #67498 - phpinfo() Type Confusion Information Leak Vulnerability

Revision tags: php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1
# 60cc43a2 10-Jun-2014 Christian Wenz

Update info.c

Fixes #67407: Windows 8.1/Server 2012 R2 reported as Windows 8/Server 2012

Revision tags: php-5.6.0beta4, php-5.4.29, php-5.5.13
# 82a48974 19-May-2014 Xinchen Hui

Use new iterator macros

Revision tags: php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2, php-5.5.12, php-5.4.28, php-5.4.28RC1, php-5.5.12RC1, php-5.6.0beta1
# 3d17219c 07-Apr-2014 Dmitry Stogov

Refactored zend_hash_* iteration API zend_hash_fove_forward_ex(ht, pos) and family require second argument to be real pointer.
&(ht)->nInternalPointer should be passed instead of NULL.
zend_h

Refactored zend_hash_* iteration API zend_hash_fove_forward_ex(ht, pos) and family require second argument to be real pointer.
&(ht)->nInternalPointer should be passed instead of NULL.
zend_hash_update_current_key() may work only with internal pointer.

show more ...

Revision tags: php-5.4.27, php-5.5.11, php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26
# 7735226e 03-Mar-2014 Xinchen Hui

Fixed memory leak in php_uname

# 069c158c 02-Mar-2014 Xinchen Hui

Fixed php_info related

Revision tags: php-5.6.0alpha3, php-5.4.26RC1, php-5.5.10RC1
# 40e053e7 13-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)

Revision tags: php-5.6.0alpha2
# f4cfaf36 10-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)

Revision tags: php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24
# 4e2ae5f5 03-Jan-2014 Xinchen Hui

Here need to be str_efree

found by ext/standard/tests/general_functions/phpinfo2.php fails

# c081ce62 03-Jan-2014 Xinchen Hui

Bump year

# 47c90277 03-Jan-2014 Xinchen Hui

Bump year

12345678910>>...19