History log of /PHP-8.1/UPGRADING (Results 1001 – 1025 of 1208)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# e73beb82 14-Nov-2012 Anatoliy Belsky

Updated NEWS

# 5a1d2fe4 14-Nov-2012 Anatoliy Belsky

UPdated NEWS

# 713a3fc5 04-Oct-2012 Andrey Hristov

update

# 5de79f9f 22-Sep-2012 Nikita Popov

Add NEWS/UPGRADING for previous change

# 5246d6f0 12-Sep-2012 Gustavo André dos Santos Lopes

Generators & UPGRADING

# 35951d4b 25-Aug-2012 Xinchen Hui

Support list in foreach

RFC: https://wiki.php.net/rfc/foreachlist

# fc26aa7f 16-Aug-2012 Nikita Popov

Adjust UPGRADING/NEWS for additional mcrypt deprecations

# 80d5ae3c 13-Aug-2012 Xinchen Hui

Implemented 'finally' keywords for php

RFC: https://wiki.php.net/rfc/finally
FR: https://bugs.php.net/bug.php?id=32100
and I have got some improvment ideas(performance), will impleme

Implemented 'finally' keywords for php

RFC: https://wiki.php.net/rfc/finally
FR: https://bugs.php.net/bug.php?id=32100
and I have got some improvment ideas(performance), will implemented
later. thanks

show more ...

# 128a4bbb 08-Aug-2012 Stanislav Malyshev

News for bug#40459

# c9eb6412 06-Aug-2012 Stanislav Malyshev

Merge branch 'pull-request/132'

* pull-request/132:
OK, bye bye JavaScript, let's just include credits before license
Nicer (JSLint-compliant!) credits reveal JavaScript
Re

Merge branch 'pull-request/132'

* pull-request/132:
OK, bye bye JavaScript, let's just include credits before license
Nicer (JSLint-compliant!) credits reveal JavaScript
Removed now-unnecessary expose_php checks for logo
Fixed small misalignment in prev commit
Removed Logo GUIDs and replaced with Data URIs and div hidden with JS

show more ...


# 4a2d41a5 06-Aug-2012 Stanislav Malyshev

add note for mcrypt_ecb

# 4203e0a5 22-Jul-2012 Gustavo André dos Santos Lopes

Reflect changes made in merge 99e48d3

# 626effcf 15-Jul-2012 Stanislav Malyshev

typo

# bd340b72 14-Jul-2012 Stanislav Malyshev

add NEWS/UPGRADING

# 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 ...

# bf015489 10-Jul-2012 Anthony Ferrara

Add new function hash_pbkdf2() to UGRAPDING doc

# a213c10e 07-Jul-2012 Stanislav Malyshev

Merge branch 'pull-request/112' into PHP-5.4

* pull-request/112:
Added in NEWS and UPGRADING for feature 55218
Adding in test for feature 55218
Implements feature 55218


# f0df7dbc 07-Jul-2012 Lonny Kapelushnik

Added in NEWS and UPGRADING for feature 55218

# 794d2268 25-Jun-2012 Gustavo André dos Santos Lopes

Update UPGRADING given 7596445

# 5c001d42 19-Jun-2012 Anatoliy Belsky

one more correction for COM upgrading notes

# 1c4e4865 18-Jun-2012 Anatoliy Belsky

com ext upgrading infos

# 0eaa6e95 07-Jun-2012 David Soria Parra

UPGRADING entry for boolval()

# c22a29b5 04-Jun-2012 Gustavo André dos Santos Lopes

Updated UPGRADING for the changes in eb346ef

# b187c35f 24-May-2012 Stanislav Malyshev

Merge branch 'pull-request/54'

* pull-request/54:
Allow arbitrary expressions for empty()

This change is as per RFC https://wiki.php.net/rfc/empty_isset_exprs.

Merge branch 'pull-request/54'

* pull-request/54:
Allow arbitrary expressions for empty()

This change is as per RFC https://wiki.php.net/rfc/empty_isset_exprs.

The change allows passing the result of function calls and other
expressions to the empty() language construct. This is accomplished by
simply rewriting empty(expr) to !expr.

The change does not affect the suppression of errors when using empty()
on variables. empty($undefinedVar) will continue not to throw errors.
When an expression is used inside empty() on the other hand, errors will
not be suppressed. Thus empty($undefinedVar + $somethingElse) *will*
throw a notice.

The change also does not make empty() into a real function, so using
'empty' as a callback is still not possible.

In addition to the empty() changes the commit adds nicer error messages
when isset() is used on function call results or other expressions.

show more ...


# 92039fed 24-May-2012 Gustavo André dos Santos Lopes

Changed ResourceBundle constructor behavior

null is now accepted for two first (mandatory arguments).

Passing null as the package name causes NULL to be passed to ICU and
the d

Changed ResourceBundle constructor behavior

null is now accepted for two first (mandatory arguments).

Passing null as the package name causes NULL to be passed to ICU and
the default ICU data to be loaded.

Passing null as the locale name causes the default locale to be used.

show more ...

1...<<414243444546474849