wez             Mon Dec  9 13:29:07 2002 EDT

  Modified files:              
    /php4       configure.in 
    /php4/ext/zlib      config0.m4 
    /php4/ext/zip       config.m4 
  Log:
  Centralize fopencookie test
  
  
Index: php4/configure.in
diff -u php4/configure.in:1.405 php4/configure.in:1.406
--- php4/configure.in:1.405     Mon Dec  9 11:14:27 2002
+++ php4/configure.in   Mon Dec  9 13:29:07 2002
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.405 2002/12/09 16:14:27 wez Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.406 2002/12/09 18:29:07 wez Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -381,7 +381,7 @@
 #endif
 ])
 
-
+PHP_FOPENCOOKIE
 
 dnl Checks for typedefs, structures, and compiler characteristics.
 dnl -------------------------------------------------------------------------
Index: php4/ext/zlib/config0.m4
diff -u php4/ext/zlib/config0.m4:1.12 php4/ext/zlib/config0.m4:1.13
--- php4/ext/zlib/config0.m4:1.12       Mon Oct  7 18:27:50 2002
+++ php4/ext/zlib/config0.m4    Mon Dec  9 13:29:07 2002
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config0.m4,v 1.12 2002/10/07 22:27:50 rasmus Exp $
+dnl $Id: config0.m4,v 1.13 2002/12/09 18:29:07 wez Exp $
 dnl
 
 PHP_ARG_WITH(zlib,for ZLIB support,
@@ -50,5 +50,4 @@
   PHP_ADD_LIBRARY(z,, ZLIB_SHARED_LIBADD)
   PHP_ADD_INCLUDE($ZLIB_INCDIR)
 
-  PHP_FOPENCOOKIE
 fi
Index: php4/ext/zip/config.m4
diff -u php4/ext/zip/config.m4:1.5 php4/ext/zip/config.m4:1.6
--- php4/ext/zip/config.m4:1.5  Thu Oct 17 01:06:53 2002
+++ php4/ext/zip/config.m4      Mon Dec  9 13:29:07 2002
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.5 2002/10/17 05:06:53 sniper Exp $
+dnl $Id: config.m4,v 1.6 2002/12/09 18:29:07 wez Exp $
 dnl 
 
 PHP_ARG_WITH(zip,for ZIP support, 
@@ -33,8 +33,6 @@
 
   PHP_ADD_LIBRARY_WITH_PATH(zzip, $ZZIPLIB_LIBDIR, ZIP_SHARED_LIBADD)
   PHP_ADD_INCLUDE($ZZIPLIB_INCDIR)
-
-  PHP_FOPENCOOKIE
 
   PHP_NEW_EXTENSION(zip, zip.c, $ext_shared)
   PHP_SUBST(ZIP_SHARED_LIBADD)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to