summaryrefslogtreecommitdiff
path: root/ext/cpdf
Commit message (Collapse)AuthorAgeFilesLines
...
* Large test commit ISascha Schumann2000-05-011-0/+1
|
* 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.
* (The first part of this commit died with a SIGPIPE from the CVS server.)Sascha Schumann2000-04-301-6/+1
| | | | | | | | | | | Overall UNIX build system improvements: * 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)
* phpinfo() prettyingColin Viebrock2000-04-051-2/+6
| | | | | | I will get to the rest of the functions later tonight or tomorrow (i.e. from hyperwave to snmp)
* - fixed cpdf_set_font() errorUwe Steinmann2000-03-091-1/+2
|
* - Convert 'PHP3' to 'PHP'Zeev Suraski2000-02-261-1/+1
| | | | | - Avoid declaring crypt() related salt types twice
* - several minor cleanups like removing unused variablesUwe Steinmann2000-02-021-1/+4
|
* - changed cpdf_global_set_document_settings() to ↵Uwe Steinmann2000-01-102-4/+4
| | | | cpdf_global_set_document_limits()
* - added cpdf_global_set_document_limits()Uwe Steinmann2000-01-102-6/+29
|
* Get rid of config.h.stub. Note that you should embed a comment aboutSascha Schumann1999-12-302-4/+2
| | | | | | | what the respective define does into the AC_DEFINE macro. I.e. AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO])
* Integration of -ng changes. Changes:Sascha Schumann1999-12-302-5/+10
| | | | | | | | | | | | - added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays some informative messages, - faster static build (libtool isn't used anymore for compiling non-PIC objects), - dependencies comparable to automake's without requiring GNU make or GCC, - working make clean for non-GNU makes.
* Some more php3->php stuff.Andrei Zmievski1999-12-211-2/+2
|
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-172-87/+87
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* More php3_ annihilationZeev Suraski1999-12-171-74/+74
|
* More php3_ annihilationZeev Suraski1999-12-171-1/+1
|
* - improved configuration due to compile problems which suddently show upUwe Steinmann1999-12-091-4/+5
|
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-042-3/+3
| | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
* - changed encoding parameter of cpdf_set_font to string on advice fromUwe Steinmann1999-11-251-17/+4
| | | | | fastio to better support asian fonts.
* - port of clibpdf module based on ClibPDF 2.x.Uwe Steinmann1999-11-225-0/+2776
This module is not tested yet, it just compiles. I don't expect any real problem since the api hasn't changed. ClibPDF 1.x isn't support anymore.