[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Debian]:PHP4 laedt keine Module



Hallo Christian,

Christian Schrader wrote:
> 
> Ich habe mir hier mal PHP4 übersetzt und installiert.
> Es scheint auch teilweise zu funktionieren, aber dummerweise
> kriege ich es nicht dazu überredet die mysql- und Postgresmodule
> zu laden.
> 
> In der php4.ini steht:
> -------
> ...
> extension_dir   =   /usr/lib/php4/apache
> 
> extension=mysql.so
> extension=pgsql.so

Zumindest was MySQL betrifft, entfällt das seit PHP4.0RC2.

"commit-message" von Sascha Schumann vom 1.5:

---schnipp---
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.
---schnapp---

Gruss,
Martin
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.



Reply to: