php-src/UPGRADING.INTERNALS
2018-08-03 10:52:31 +02:00

31 lines
685 B
Plaintext

PHP 7.4 INTERNALS UPGRADE NOTES
1. Internal API changes
a. php_sys_symlink() and php_sys_link()
2. Build system changes
a. Unix build system changes
b. Windows build system changes
3. Module changes
========================
1. Internal API changes
========================
a. php_sys_symlink() and php_sys_link() portability macros have been
added, which behave like POSIX's symlink() and link(), respectively, on
POSIX compliant systems and on Windows.
========================
2. Build system changes
========================
a. Unix build system changes
b. Windows build system changes
========================
3. Module changes
========================