Revision tags: php-4.0.4pl1RC2 |
|
#
32c3af8c |
| 05-Jan-2001 |
Rui Hirokawa |
added libxml-1.95 support and some new functions related to namespace support. changed config.m4 to support xml extension as shared module. |
Revision tags: php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3, php-4.0.3, php-4.0.3RC2, php-4.0.3RC1, php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE, PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC, PRE_EIGHT_BYTE_ALLOC_PATCH, php-4.0.0, php-4.0RC2 |
|
#
a481fddf |
| 01-May-2000 |
Sascha Schumann |
Improved in-tree shared libraries build system The following new/revived shared modules are available now: ... MySQL (*) ... PCRE (*) ... Session ... SWF
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.
show more ...
|
Revision tags: PHP-4.0-RC1 |
|
#
fc636abf |
| 02-Mar-2000 |
Sascha Schumann |
adjust comment II |
#
aa52ee54 |
| 02-Mar-2000 |
Sascha Schumann |
adjust comment |
#
46820854 |
| 02-Mar-2000 |
Sascha Schumann |
Enable by default |
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1, BEFORE_SAPI_POST_PATCH_17_FEB_2000 |
|
#
e7a4d5f1 |
| 12-Feb-2000 |
Sascha Schumann |
Tell expat the byte order |
#
f6eb7501 |
| 12-Feb-2000 |
Sascha Schumann |
Use bundled expat library on UNIX. Note: Need to fix --enable-xml=shared |
Revision tags: BEFORE_SAPIFICATION_FEB_10_2000, BEFORE_PRE_SHUTDOWN_REVERSE_PATCH, PRE_ISSET_TYPE |
|
#
2c99bef4 |
| 30-Dec-1999 |
Sascha Schumann |
Get rid of config.h.stub. Note that you should embed a comment about what the respective define does into the AC_DEFINE macro. I.e. AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO]) |
#
f2f8d38e |
| 30-Dec-1999 |
Sascha Schumann |
Integration of -ng changes. Changes: - added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays som
Integration of -ng changes. Changes: - 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.
show more ...
|
Revision tags: PRE_LIBZEND_TO_ZEND, PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH, ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2 |
|
#
232afa48 |
| 04-Oct-1999 |
Sascha Schumann |
* archive-based convenience libraries completely replaced with libtool components * SAPI targets can enable thread-safe mode and define shared/static/prog
* archive-based convenience libraries completely replaced with libtool components * SAPI targets can enable thread-safe mode and define shared/static/program build target * all configure scripts use the same config.cache * phplibdir is $(top_builddir)/modules to avoid permission problems * sapi/*/Makefile.inc are gone * runpath handling cleaned up * top-level Makefile.in obsoleted through Makefile.am * --enable-versioning uses libtool's cleaner and more portable -export-symbols feature
show more ...
|
Revision tags: PRE_FETCH_READ_PATCH |
|
#
a054e6e6 |
| 28-Sep-1999 |
Thies C. Arntzen |
found a typo! |
Revision tags: before-sapi-split |
|
#
79e729d6 |
| 24-Sep-1999 |
Stig Bakken |
more high-tech shared building |
Revision tags: PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
09af5f96 |
| 17-Sep-1999 |
Sascha Schumann |
supply path to xml include dir for APXS and APACI |
#
79fd46c3 |
| 17-Sep-1999 |
Sascha Schumann |
If available, use Apache's embedded expat |
#
9a17e7b6 |
| 03-Sep-1999 |
Gergely Madarász |
Small cleanup |
#
1bce4ebf |
| 02-Sep-1999 |
Stig Bakken |
clean up library naming |
Revision tags: php-4.0b2, BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE |
|
#
f6f0f285 |
| 24-Jul-1999 |
Sascha Schumann |
overlooked them |
#
cd8d7c7c |
| 24-Jul-1999 |
Sascha Schumann |
fix for missing include path in CFLAGS |
#
6d0fa9bd |
| 23-Jul-1999 |
Stig Bakken |
updated the docstring for --with-xml |
Revision tags: php-4.0b1 |
|
#
d9f52fe0 |
| 21-Jul-1999 |
Stig Bakken |
First cut at standard way of making dynamically loadable extensions on UNIX. Examples on how to test: ./configure --with-xml static ./configure --with-xml=/opt
First cut at standard way of making dynamically loadable extensions on UNIX. Examples on how to test: ./configure --with-xml static ./configure --with-xml=/opt static ./configure --with-xml=shared shared ./configure --with-xml=shared,/opt shared The difference between these two is that when the extension is shared, it is not merged into libphpext.a. The shared extension is currently always built. I can't find a way to do just one or the other with automake/libtool, if someone has a clever idea, please come forward. :-) "make install" installs the .so (as well as a lot of other cruft) in $prefix/lib/php.
show more ...
|
#
f9b0f600 |
| 21-Jul-1999 |
Stig Bakken |
that's better |
#
57f0f15b |
| 21-Jul-1999 |
Stig Bakken |
Debian fixes |
Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1, BEFORE_PHP4_APACHE_MODULE_CHANGE |
|
#
2c0ad3ee |
| 22-Apr-1999 |
Stig Bakken |
last bunch of extensions moving to ext/ fhttpd module taken out of functions, functions is ready to go. The only extensions I have tested are gd+freetype and odbc(solid). Please try compi
last bunch of extensions moving to ext/ fhttpd module taken out of functions, functions is ready to go. The only extensions I have tested are gd+freetype and odbc(solid). Please try compiling in your favourite extensions and let me know how it works.
show more ...
|