From: Marko Karppinen Date: Thu, 4 Apr 2002 00:44:47 +0000 (+0000) Subject: Added news on the Mac OS X changes and removed a duplicate line X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~897 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef0d33785020b5f87559455110d7c36e31e34fd1;p=php Added news on the Mac OS X changes and removed a duplicate line --- diff --git a/NEWS b/NEWS index 88490360f1..e838610538 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,11 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2002, Version 4.3.0 -- Fixed CR/LF processing for Windows/OS2 in quoted_printable_decode (kir) +- Added support for --with-apxs build on Mac OS X / Darwin (markonen) +- Support for dynamically loaded extensions on OS X / Darwin (dank, markonen) + NOTE: Due to the Mach object handling in current version of OS X, the + dynamically loaded extensions do not work on the apxs build. To get + reliable extensions support, build --with-apache. - Fixed CR/LF processing for Windows/OS2 in quoted_printable_decode (kir) - Made crack extension available to Win32. Cracklib libraries for Win32 are available from http://www.jtatesoftware.com/cracklib/. (jtate)