php-src/ext/interbase
Sascha Schumann a481fddfb3 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.
2000-05-01 02:42:55 +00:00
..
config.m4 Whoops, defining them to empty values generates many parse errors. 1999-12-30 04:52:19 +00:00
interbase.c Moving module to the high-performance API & fixing it for PHP4. 2000-04-30 05:46:04 +00:00
Makefile.in Improved in-tree shared libraries build system 2000-05-01 02:42:55 +00:00
php_interbase.h Moving module to the high-performance API & fixing it for PHP4. 2000-04-30 05:46:04 +00:00
setup.stub last bunch of extensions moving to ext/ 1999-04-22 02:48:28 +00:00