History log of /PHP-8.3/UPGRADING (Results 1226 – 1250 of 1463)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 1c662dc3 25-Mar-2013 Pierre Joye

add new functions and constants for GD

# 0cb868c0 23-Mar-2013 Nikita Popov

Move some internal changes from UPGRADING to UPGRADING.INTERNALS

# 6af1b084 22-Mar-2013 Etienne Kneuss

Add SplDoublyLinkedList::add to UPGRADING

# fd2b8df2 22-Mar-2013 Rasmus Lerdorf

Tweaks an add OPcache info to UPGRADING

# 6f17c624 20-Mar-2013 Stanislav Malyshev

add array_column()

# fcc6611d 16-Feb-2013 Nikita Popov

Add support for non-scalar Iterator keys in foreach

RFC: https://wiki.php.net/rfc/foreach-non-scalar-keys

# c7ad92fa 11-Mar-2013 Keyur Govande

Adding in NEWS/UPGRADING about process title change support.

# 33a8e387 04-Mar-2013 Pierre Joye

- damned conflicts

# 3e0e64f2 04-Mar-2013 Pierre Joye

Merge branch 'PHP-5.5'

* PHP-5.5:
- add test for imagecropauto
- (s)rgb distance works way better for now, re enable threshold
- disable threshold for now, will enable it a

Merge branch 'PHP-5.5'

* PHP-5.5:
- add test for imagecropauto
- (s)rgb distance works way better for now, re enable threshold
- disable threshold for now, will enable it again using CIEDE2000
- add todo for threshold
- clean and enable threshold
- add image crop support

Conflicts:
UPGRADING

show more ...


# 2024ff3b 04-Mar-2013 Pierre Joye

- add test for imagecropauto

# 7698bc57 01-Mar-2013 Pierre Joye

- disable threshold for now, will enable it again using CIEDE2000

# e26ea9df 27-Feb-2013 Pierre Joye

- add image flip API support

# a000920d 03-Feb-2013 Gustavo Lopes

NEWS/UPGRADING for changes in sockets, intl

# 389d41cc 29-Jan-2013 Stanislav Malyshev

Add news for bug #60524

# 383e3172 29-Jan-2013 Stanislav Malyshev

oops, unintended addition

# 24447dca 29-Jan-2013 Stanislav Malyshev

post-5.5 changes for bug #46439 as described in the RFC

# 1ca429e1 29-Jan-2013 Stanislav Malyshev

Merge branch 'PHP-5.5'

* PHP-5.5:
Implement fix for bug #46439 - add CURLFile class for safer uploads

Conflicts:
UPGRADING


# a9d013bb 29-Jan-2013 Stanislav Malyshev

Implement fix for bug #46439 - add CURLFile class for safer uploads

# 420bcc1a 28-Jan-2013 Stanislav Malyshev

add new features

# 184db665 28-Jan-2013 Stanislav Malyshev

fix bug #60833 - self, parent, static behave inconsistently case-sensitive

# fe27146b 14-Jan-2013 Adam Harvey

Tinker with UPGRADING's wording for the format string changes for clarity.

# b7091aaf 10-Dec-2012 Adam Harvey

Deprecate ext/mysql.

Per https://wiki.php.net/rfc/mysql_deprecation, connecting to a MySQL database
via ext/mysql now generates an E_DEPRECATED error. This commit includes the
minima

Deprecate ext/mysql.

Per https://wiki.php.net/rfc/mysql_deprecation, connecting to a MySQL database
via ext/mysql now generates an E_DEPRECATED error. This commit includes the
minimal EXPECTF updates required for the test suite to pass: it may be
preferable to refactor some of the tests to suppress deprecation errors in
situations where no other error is expected from mysql_[p]connect(), but I'm
not enough of a MySQL expert to want to get my hands that dirty in a long
standing test suite.

show more ...

# fa30e475 05-Dec-2012 Dmitry Stogov

Slight performance improvement

# 7651d645 04-Dec-2012 Dmitry Stogov

Optimized access to temporary and compiled VM variables

# 70f83f35 30-Nov-2012 Dmitry Stogov

. The VM stacks for passing function arguments and syntaticaly nested calls were merged into a single stack. The stack size needed for op_array execution is calculated at compile time and preallocate

. The VM stacks for passing function arguments and syntaticaly nested calls were merged into a single stack. The stack size needed for op_array execution is calculated at compile time and preallocated at once. As result all the stack push operatins don't require checks for stack overflow any more.
. Generators implementation was improved using the new VM stack. Now it's a bit more clear and faster.

show more ...

1...<<41424344454647484950>>...59