History log of /PHP-8.0/ext/opcache/Optimizer/zend_func_info.c (Results 151 – 175 of 227)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-7.2.15RC1
# 92ac598a 22-Jan-2019 Peter Kokot

Remove local variables

This patch removes the so called local variables defined per
file basis for certain editors to properly show tab width, and
similar settings. These are mainly

Remove local variables

This patch removes the so called local variables defined per
file basis for certain editors to properly show tab width, and
similar settings. These are mainly used by Vim and Emacs editors
yet with recent changes the once working definitions don't work
anymore in Vim without custom plugins or additional configuration.
Neither are these settings synced across the PHP code base.

A simpler and better approach is EditorConfig and fixing code
using some code style fixing tools in the future instead.

This patch also removes the so called modelines for Vim. Modelines
allow Vim editor specifically to set some editor configuration such as
syntax highlighting, indentation style and tab width to be set in the
first line or the last 5 lines per file basis. Since the php test
files have syntax highlighting already set in most editors properly and
EditorConfig takes care of the indentation settings, this patch removes
these as well for the Vim 6.0 and newer versions.

With the removal of local variables for certain editors such as
Emacs and Vim, the footer is also probably not needed anymore when
creating extensions using ext_skel.php script.

Additionally, Vim modelines for setting php syntax and some editor
settings has been removed from some *.phpt files. All these are
mostly not relevant for phpt files neither work properly in the
middle of the file.

show more ...


# c7d7af80 28-Jan-2019 Nikita Popov

Remove fgetss and friends

These were deprecated in PHP 7.3 as part of
https://wiki.php.net/rfc/deprecations_php_7_3.


# 6db97f5e 28-Jan-2019 Nikita Popov

Remove each()

This has been deprecated in PHP 7.2 as part of
https://wiki.php.net/rfc/deprecations_php_7_2.


# ee16d995 28-Jan-2019 Nikita Popov

Remove create_function()

Deprecated in PHP 7.2 as part of
https://wiki.php.net/rfc/deprecations_php_7_2.


Revision tags: php-7.3.2RC1, php-5.6.40, php-7.1.26, php-7.3.1, php-7.2.14, php-7.2.14RC1, php-7.3.1RC1, php-5.6.39, php-7.1.25, php-7.2.13, php-7.0.33, php-7.3.0, php-7.1.25RC1, php-7.2.13RC1, php-7.3.0RC6, php-7.1.24, php-7.2.12, php-7.3.0RC5
# 9afce019 01-Nov-2018 Zeev Suraski

Future-proof email addresses


# 67e0138c 01-Nov-2018 Zeev Suraski

Future-proof email addresses...


# 388c21e7 26-Oct-2018 Gabriel Caruso

Add is_iterable to opcache Optimizer


Revision tags: php-7.1.24RC1, php-7.2.12RC1, php-7.3.0RC4, php-7.1.23, php-7.2.11, php-7.3.0RC3, php-7.1.23RC1, php-7.2.11RC1, php-7.3.0RC2, php-5.6.38, php-7.1.22, php-7.3.0RC1, php-7.2.10, php-7.0.32, php-7.1.22RC1, php-7.3.0beta3, php-7.2.10RC1, php-7.1.21, php-7.2.9, php-7.3.0beta2, php-7.1.21RC1, php-7.3.0beta1, php-7.2.9RC1, php-5.6.37, php-7.1.20, php-7.3.0alpha4, php-7.0.31, php-7.2.8, php-7.1.20RC1, php-7.2.8RC1, php-7.3.0alpha3, php-7.3.0alpha2, php-7.1.19, php-7.2.7
# 35872c09 15-Jun-2018 Xinchen Hui

Remove assertion


# f31ba7cb 15-Jun-2018 Xinchen Hui

Fixed bug #76477 (Opcache causes empty return value)


Revision tags: php-7.1.19RC1, php-7.3.0alpha1, php-7.2.7RC1
# 5eb1f92f 28-May-2018 Dmitry Stogov

Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence.


Revision tags: php-7.1.18, php-7.2.6, php-7.2.6RC1, php-7.1.18RC1, php-5.6.36, php-7.2.5, php-7.1.17, php-7.0.30, php-7.1.17RC1, php-7.2.5RC1, php-5.6.35, php-7.0.29, php-7.2.4, php-7.1.16, php-7.1.16RC1, php-7.2.4RC1, php-7.1.15, php-5.6.34, php-7.2.3, php-7.0.28, php-7.2.3RC1, php-7.1.15RC1, php-7.1.14, php-7.2.2
# d0ee2a82 19-Jan-2018 Gabriel Caruso

Add is_countable function

RFC: https://wiki.php.net/rfc/is-countable


# 500632ac 18-Feb-2018 Nikita Popov

Fix pfsockopen() func info


# 40ff0013 18-Feb-2018 Nikita Popov

Fix constant() func info

Since PHP 5.6 this can also be an array.


# c404b271 18-Feb-2018 Nikita Popov

Fix pg_pconnect() func info


# 1b54a62f 18-Feb-2018 Nikita Popov

Fix gettext func infos


# a5fa7555 17-Feb-2018 Nikita Popov

More mysqli func info fixes

Mainly changing resource returns to objects


# b889ff30 17-Feb-2018 Nikita Popov

Fix lcfirst() + ucfirst() func info

These may return the original string


# ea1a51f7 17-Feb-2018 Nikita Popov

Fix bcpowmod() func_info

Returns false on error


# 9c4783cb 17-Feb-2018 Nikita Popov

Fix error_get_last() func info


# d59c45d1 17-Feb-2018 Nikita Popov

Fix mysqli_connect() func info

This function returns an object, not a resource...


# 50def51d 17-Feb-2018 Nikita Popov

Fix bcscale() function info

Master only: This function now returns the old scale.


# fa7c23ba 17-Feb-2018 Nikita Popov

Fix hash_init() and hash_copy() func info

These functions were switched to use objects instead of resources.


# acb9426a 17-Feb-2018 Nikita Popov

Fix curl_multi_close() func info

Returns false on failure


# 8bdf9905 17-Feb-2018 Nikita Popov

Fix get_object_vars() func info

Numeric keys will be converted to integer nowadays.


# fd5644cd 17-Feb-2018 Nikita Popov

Fix array_values() and array_keys() func info

Can return RCN for empty/packed arrays


12345678910