Skip to content

Remove ext/random backwards-compatibility headers #13108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 12, 2024
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.