mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
91 lines
2.6 KiB
Text
91 lines
2.6 KiB
Text
PHP 8.4 UPGRADE NOTES
|
|
|
|
1. Backward Incompatible Changes
|
|
2. New Features
|
|
3. Changes in SAPI modules
|
|
4. Deprecated Functionality
|
|
5. Changed Functions
|
|
6. New Functions
|
|
7. New Classes and Interfaces
|
|
8. Removed Extensions and SAPIs
|
|
9. Other Changes to Extensions
|
|
10. New Global Constants
|
|
11. Changes to INI File Handling
|
|
12. Windows Support
|
|
13. Other Changes
|
|
14. Performance Improvements
|
|
|
|
========================================
|
|
1. Backward Incompatible Changes
|
|
========================================
|
|
|
|
- DOM:
|
|
. New methods and constants were added to some DOM classes. If you inherit
|
|
from these and you happen to have a method or property with the same name,
|
|
you might encounter errors if the declaration is incompatible.
|
|
Consult sections 2. New Features and 6. New Functions for a list of
|
|
newly implemented methods and constants.
|
|
|
|
========================================
|
|
2. New Features
|
|
========================================
|
|
|
|
- DOM:
|
|
. Added constant DOMNode::DOCUMENT_POSITION_DISCONNECTED.
|
|
. Added constant DOMNode::DOCUMENT_POSITION_PRECEDING.
|
|
. Added constant DOMNode::DOCUMENT_POSITION_FOLLOWING.
|
|
. Added constant DOMNode::DOCUMENT_POSITION_CONTAINS.
|
|
. Added constant DOMNode::DOCUMENT_POSITION_CONTAINED_BY.
|
|
. Added constant DOMNode::DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC.
|
|
|
|
========================================
|
|
3. Changes in SAPI modules
|
|
========================================
|
|
|
|
========================================
|
|
4. Deprecated Functionality
|
|
========================================
|
|
|
|
========================================
|
|
5. Changed Functions
|
|
========================================
|
|
|
|
========================================
|
|
6. New Functions
|
|
========================================
|
|
|
|
- DOM:
|
|
. Added DOMNode::compareDocumentPosition().
|
|
|
|
========================================
|
|
7. New Classes and Interfaces
|
|
========================================
|
|
|
|
========================================
|
|
8. Removed Extensions and SAPIs
|
|
========================================
|
|
|
|
========================================
|
|
9. Other Changes to Extensions
|
|
========================================
|
|
|
|
========================================
|
|
10. New Global Constants
|
|
========================================
|
|
|
|
========================================
|
|
11. Changes to INI File Handling
|
|
========================================
|
|
|
|
========================================
|
|
12. Windows Support
|
|
========================================
|
|
|
|
========================================
|
|
13. Other Changes
|
|
========================================
|
|
|
|
========================================
|
|
14. Performance Improvements
|
|
========================================
|
|
|