summaryrefslogtreecommitdiff
path: root/ext/recode
Commit message (Collapse)AuthorAgeFilesLines
...
* Large commit test IIISascha Schumann2000-05-011-0/+3
|
* Improved in-tree shared libraries build systemSascha Schumann2000-05-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-6/+1
| | | | | | | | | * Makefile header is now completely dynamic * Absolute paths in (top_)?(src|build)dir and VPATH (fixes Tru64 support) * VPATH does not contain variables anymore (fixes UnixWare support)
* fixed unterminated string constant introduces by foreign patch.Kristian Köhntopp2000-04-091-1/+1
|
* phpinfo() prettyingColin Viebrock2000-04-061-4/+5
|
* Some white-space changesSascha Schumann2000-03-261-2/+2
|
* Finished porting recode module.Kristian Köhntopp2000-03-121-3/+57
|
* - using _ex() functions now, thanks to Andrej.Kristian Köhntopp2000-03-121-23/+6
|
* - Added additional DEFER macro.Kristian Köhntopp2000-03-115-0/+351
- First stab at porting the recode module. Still having problems with the _ex() functions, they core - why?