1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 11:32:11 +02:00
This commit is contained in:
Sascha Schumann
2000-05-01 21:10:08 +00:00
parent 83f567abf3
commit 15c8fa99fb

1
NEWS
View File

@@ -69,6 +69,7 @@ PHP 4.0 NEWS
- snmp_walkoid is now an alias for snmp_realwalk. (Sterling)
- Fixed a bug that could cause a crash when using 'global' inside large include
files (Stas, Zend Engine)
- Added --enable-libgcc switch to force linking against libgcc (Sascha)
- Fixed dynamic loading where extension_dir had no trailing slash (Sascha)
- Fixed dynamic loading on OpenBSD (Sascha)
- Improved POSIX threads check. ZTS works now on at least Linux, Solaris,