Skip to content

Commit 9200e45

Browse files
ext/standard: drop old smart_string headers
Functionality was removed in PHP 7.2
1 parent 7777eaa commit 9200e45

File tree

3 files changed

+4
-38
lines changed

3 files changed

+4
-38
lines changed

UPGRADING.INTERNALS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ PHP 8.5 INTERNALS UPGRADE NOTES
7272
* zend_register_stringl_constant()
7373
. EG(fake_scope) now is a _const_ zend_class_entry*.
7474

75+
- standard
76+
. ext/standard/php_smart_string.h and ext/standard/php_smart_string_public.h
77+
were removed. Use the corresponding headers in Zend/ instead.
78+
7579
========================
7680
2. Build system changes
7781
========================

ext/standard/php_smart_string.h

Lines changed: 0 additions & 19 deletions
This file was deleted.

ext/standard/php_smart_string_public.h

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)