Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3 |
|
#
35873119 |
| 21-Nov-2000 |
foobar |
Fix bug #7034
|
Revision tags: 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 |
|
#
35e3efbd |
| 20-Jun-2000 |
Zeev Suraski |
Warn about using the built-in MySQL library
|
#
ce9a9fb1 |
| 10-Jun-2000 |
Sascha Schumann |
Fix MYSQL_LIB_CHK ($i is used by the outer loop)
|
#
9097a781 |
| 10-Jun-2000 |
Sascha Schumann |
Search for mysqlclient library in lib and lib/mysql
|
Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH, php-4.0.0, php-4.0RC2 |
|
#
6bc1bf4c |
| 02-May-2000 |
Sascha Schumann |
Make MySQL independent of build location
|
#
82c5c690 |
| 02-May-2000 |
Sascha Schumann |
Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libadd
|
#
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 ...
|
#
27b736a1 |
| 30-Mar-2000 |
Sascha Schumann |
Non-functional changes
|
Revision tags: PHP-4.0-RC1 |
|
#
5d568a2e |
| 26-Mar-2000 |
Sascha Schumann |
PHP_EXTENSION sets $ext_src_base
|
#
491792e0 |
| 26-Mar-2000 |
Sascha Schumann |
Allow MySQL to be compiled against extern mysqlclient library
|
#
9b98d3ca |
| 07-Mar-2000 |
Sascha Schumann |
Try to locate the mysql.sock
|
#
6e1ad8c0 |
| 07-Mar-2000 |
Andi Gutmans |
- Enable MySQL by default
|
#
12b2f2af |
| 06-Mar-2000 |
Sascha Schumann |
Build fixes - MySQL now actually works
|
#
5864290d |
| 06-Mar-2000 |
Sascha Schumann |
Finish config.m4 changes
|
#
0c3b839a |
| 06-Mar-2000 |
Sascha Schumann |
Build always against embedded library
|
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1, BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000, BEFORE_PRE_SHUTDOWN_REVERSE_PATCH, PRE_ISSET_TYPE |
|
#
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, before-sapi-split, PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
809198b9 |
| 13-Sep-1999 |
Stig Bakken |
Added PHP_WITH_SHARED for checking "shared,*" prefix when configuring extensions.
|
#
bc53807a |
| 03-Sep-1999 |
Gergely Madarász |
Enabled shared build of mysql module
|
Revision tags: php-4.0b2, BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1 |
|
#
2beb9293 |
| 14-Jul-1999 |
Rasmus Lerdorf |
Remove some useless stuff
|
Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1 |
|
#
43a466a0 |
| 20-Jun-1999 |
Sascha Schumann |
Introduce AC_ADD_* macros The use of AC_EXPAND_PATH makes it possible to continue to use relative paths when configuring PHP. (e.g. --with-apache=../apache-1.3.x works again)
|
Revision tags: BEFORE_PHP4_APACHE_MODULE_CHANGE |
|
#
672e38da |
| 21-May-1999 |
Sascha Schumann |
Add default path for binary mysql distributions
|
#
c4442ed7 |
| 25-Apr-1999 |
Rasmus Lerdorf |
Ok, this beast compiles via --with-apxs Not sure if it actually works yet though. I have a feeling there are some -fpic flags missing in the libzend build. Will test later on today.
|
#
0704064c |
| 25-Apr-1999 |
Rasmus Lerdorf |
Argh! That typo took me over an hour to find. Grr..
|
#
cad2318a |
| 23-Apr-1999 |
Rasmus Lerdorf |
Module work
|