php-src/ext/session
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 Improved in-tree shared libraries build system 2000-05-01 02:42:55 +00:00
Makefile.in Improved in-tree shared libraries build system 2000-05-01 02:42:55 +00:00
mod_files.c - Change some open's to V_OPEN()'s 2000-04-30 19:01:17 +00:00
mod_files.h - some cleanups 1999-06-07 16:43:24 +00:00
mod_files.sh - cleanup code 1999-08-22 14:14:46 +00:00
mod_mm.c GC now prints out how many session objects were removed 2000-03-29 20:37:29 +00:00
mod_mm.h - add global startup/shutdown handlers 1999-09-03 17:46:39 +00:00
mod_user.c the pipe is breaking all the time 2000-02-19 23:41:32 +00:00
mod_user.h the pipe is breaking all the time 2000-02-19 23:41:32 +00:00
modules.c add user-level callbacks 1999-09-17 05:40:59 +00:00
php_session.h @-added session_get_cookie_params (sterling) 2000-03-30 18:50:09 +00:00
session.c Improved in-tree shared libraries build system 2000-05-01 02:42:55 +00:00
setup.stub first import of session module 1999-06-05 19:52:58 +00:00