Justtechjobs.com Find a programming school near you






Online Campus Both


php4-beta | 200004

[PHP4BETA] cvs: /php4/ext/yp .cvsignore Makefile.in /php4/ext/zlib .cvsignore Makefile.in From: Sascha Schumann (sascha <email protected>)
Date: 04/30/00

sas Sun Apr 30 19:42:55 2000 EDT

  Modified files:
    /php4/ext/yp .cvsignore Makefile.in
    /php4/ext/zlib .cvsignore Makefile.in
  Log:
  Improved in-tree shared libraries build system
  
  The following new/revived shared modules are available now:
  
    ... MySQL (*)
    ... PCRE (*)
    ... Session
    ... SWF
  
    (*) capable of using bundled library or external library
  
  All changes:
  
    The m4 macro PHP_EXTENSION was revamped. Uses LIB_BUILD now.
    This effectively means that all extensions have to use dynlib.
  
    ext/mysql/config.m4 was revamped.
    Uses LIB_BUILD for building bundled library.
  
    ext/pcre/config.m4 was revamped.
    Uses LIB_BUILD for building bundled library.
  
    ext/ext_skel was changed to reflect that more modules should be
    compileable as shared module.
  
    ext/Makefile.in has been simplified enormously.
  
    Dependencies are now stored in the build tree.
  
    Empty dependencies are not generated by buildconf anymore. They
    are now dynamically created during the build process.
  
    Implicit rules for .S were removed.
  
    The NO_RECURSION feature was removed.
  
    "libs.mk" has been added to all cvsignore files in ext.
  
  
Index: php4/ext/yp/.cvsignore
diff -u php4/ext/yp/.cvsignore:1.3 php4/ext/yp/.cvsignore:1.4
--- php4/ext/yp/.cvsignore:1.3 Wed Dec 29 18:59:31 1999
+++ php4/ext/yp/.cvsignore Sun Apr 30 19:42:54 2000
@@ -4,3 +4,4 @@
 .libs
 Makefile.am
 .deps
+libs.mk
Index: php4/ext/yp/Makefile.in
diff -u php4/ext/yp/Makefile.in:1.2 php4/ext/yp/Makefile.in:1.3
--- php4/ext/yp/Makefile.in:1.2 Sat Apr 29 20:20:04 2000
+++ php4/ext/yp/Makefile.in Sun Apr 30 19:42:54 2000
@@ -2,4 +2,4 @@
 LTLIBRARY_NAME = libyp.la
 LTLIBRARY_SOURCES = yp.c
 
-include $(top_srcdir)/build/ltlib.mk
+include $(top_srcdir)/build/dynlib.mk
Index: php4/ext/zlib/.cvsignore
diff -u php4/ext/zlib/.cvsignore:1.3 php4/ext/zlib/.cvsignore:1.4
--- php4/ext/zlib/.cvsignore:1.3 Wed Dec 29 18:59:32 1999
+++ php4/ext/zlib/.cvsignore Sun Apr 30 19:42:55 2000
@@ -4,3 +4,4 @@
 .libs
 Makefile.am
 .deps
+libs.mk
Index: php4/ext/zlib/Makefile.in
diff -u php4/ext/zlib/Makefile.in:1.5 php4/ext/zlib/Makefile.in:1.6
--- php4/ext/zlib/Makefile.in:1.5 Sat Apr 29 20:20:04 2000
+++ php4/ext/zlib/Makefile.in Sun Apr 30 19:42:55 2000
@@ -2,4 +2,4 @@
 LTLIBRARY_NAME = libzlib.la
 LTLIBRARY_SOURCES = zlib.c
 
-include $(top_srcdir)/build/ltlib.mk
+include $(top_srcdir)/build/dynlib.mk

-- 
PHP 4.0 Beta Mailing List <http://www.php.net/version4/>
To unsubscribe, e-mail: php4beta-unsubscribe <email protected>
For additional commands, e-mail: php4beta-help <email protected>
To contact the list administrators, e-mail: php4beta-admin <email protected>