mirror of
https://github.com/php/php-src.git
synced 2025-01-27 06:03:45 +08:00
better place for it
This commit is contained in:
parent
85cb296a09
commit
83855c0ce7
@ -13,7 +13,6 @@ UPGRADE NOTES - PHP 5.3
|
||||
b. no longer maintained
|
||||
c. with changed behaviour
|
||||
d. no longer possible to disable
|
||||
e. removed functionality
|
||||
8. Changes in SAPI support
|
||||
9. Changes in INI directives
|
||||
10. Syntax additions
|
||||
@ -165,6 +164,9 @@ UPGRADE NOTES - PHP 5.3
|
||||
|
||||
c. with changed behaviour
|
||||
|
||||
- datetime: date/timefunctions will no longer use the TZ environment
|
||||
variable to guess which timezone should be used.
|
||||
|
||||
- hash: The SHA-224 hash algorithm is now supported.
|
||||
|
||||
- oci8: Calling oci_close() on a persistent connection, or on a variable
|
||||
@ -188,11 +190,6 @@ UPGRADE NOTES - PHP 5.3
|
||||
- Reflection
|
||||
- SPL
|
||||
|
||||
e. removed behaviour
|
||||
|
||||
- date/time functions will no longer use the TZ environment variable to
|
||||
guess which timezone should be used.
|
||||
|
||||
|
||||
==========================
|
||||
8. Changes in SAPI support
|
||||
|
Loading…
Reference in New Issue
Block a user