Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions UPGRADING.INTERNALS
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ PHP 8.4 INTERNALS UPGRADE NOTES
int(*)(zend_object_iterator *) to zend_result(*)(zend_object_iterator *) to
be more in line with what callbacks are returning.

* The backwards compatibility headers ext/standard/{php_lcg.h,php_mt_rand.h,
php_rand.h,php_random.h} have been removed. Include ext/random/php_random.h
directly.

========================
2. Build system changes
========================
Expand Down
1 change: 0 additions & 1 deletion ext/standard/php_lcg.h

This file was deleted.

1 change: 0 additions & 1 deletion ext/standard/php_mt_rand.h

This file was deleted.

1 change: 0 additions & 1 deletion ext/standard/php_rand.h

This file was deleted.

1 change: 0 additions & 1 deletion ext/standard/php_random.h

This file was deleted.