sniper Fri Aug 12 11:15:17 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src NEWS acinclude.m4
Log:
- Fixed bug #33326 (Cannot build extensions with phpize on Macosx).
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.13&r2=1.2027.2.14&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.13 php-src/NEWS:1.2027.2.14
--- php-src/NEWS:1.2027.2.13 Thu Aug 11 18:34:10 2005
+++ php-src/NEWS Fri Aug 12 11:15:16 2005
@@ -48,6 +48,7 @@
- Fixed bug #33578 (strtotime() problem with "Oct17" format). (Derick)
- Fixed bug #33558 (warning with nested calls to functions returning by
reference). (Dmitry)
+- Fixed bug #33326 (Cannot build extensions with phpize on Macosx). (Jani)
- Fixed bug #32139 (SOAP client does not auto-handle base64 encoding). (Ilia)
- Fixed bug #32010 (Memory leak in mssql_fetch_batch). (fmk)
- Fixed bug #29334 (win32 mail() provides incorrect Date: header). (Jani)
http://cvs.php.net/diff.php/php-src/acinclude.m4?r1=1.332.2.1&r2=1.332.2.2&ty=u
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.332.2.1 php-src/acinclude.m4:1.332.2.2
--- php-src/acinclude.m4:1.332.2.1 Fri Aug 12 09:53:27 2005
+++ php-src/acinclude.m4 Fri Aug 12 11:15:17 2005
@@ -1,5 +1,5 @@
dnl
-dnl $Id: acinclude.m4,v 1.332.2.1 2005/08/12 13:53:27 sniper Exp $
+dnl $Id: acinclude.m4,v 1.332.2.2 2005/08/12 15:15:17 sniper Exp $
dnl
dnl This file contains local autoconf functions.
dnl
@@ -854,10 +854,6 @@
suffix=so
link_cmd='$(LIBTOOL) --mode=link ifelse($4,,[$(CC)],[$(CXX)])
$(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) $(LDFLAGS) -Wl,-G -o '$3'/$1.la
-export-dynamic -avoid-version -prefer-pic -module -rpath $(phplibdir)
$(EXTRA_LDFLAGS) $($2) $(translit($1,a-z_-,A-Z__)_SHARED_LIBADD) && mv -f
'$3'/.libs/$1.so '$3'/$1.so'
;;
- *darwin*[)]
- suffix=so
- link_cmd='ifelse($4,,[$(CC)],[$(CXX)]) -dynamic -flat_namespace -bundle
-undefined suppress $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) $(LDFLAGS)
-o [$]@ $(EXTRA_LDFLAGS) $($2) $(translit($1,a-z_-,A-Z__)_SHARED_LIBADD)'
- ;;
*netware*[)]
suffix=nlm
link_cmd='$(LIBTOOL) --mode=link ifelse($4,,[$(CC)],[$(CXX)])
$(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) $(LDFLAGS) -o [$]@ -shared
-export-dynamic -avoid-version -prefer-pic -module -rpath $(phplibdir)
$(EXTRA_LDFLAGS) $($2) $(translit($1,a-z_-,A-Z__)_SHARED_LIBADD)'
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php