Revision tags: php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3 |
|
#
8a26918e |
| 27-Mar-2001 |
foobar |
Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. # Heads up people! I tested this before committing but you never know..
|
Revision tags: php-4.0.5RC2, php-4.0.5RC1 |
|
#
e8ef0d8b |
| 21-Feb-2001 |
Sascha Schumann |
Preprocessor stuff should go into CPPFLAGS.
|
#
df868616 |
| 20-Feb-2001 |
Andrei Zmievski |
Enable UTF8 support (incomplete) by default.
|
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, 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 |
|
#
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 ...
|
Revision tags: PHP-4.0-RC1 |
|
#
213491a1 |
| 07-Mar-2000 |
Andrei Zmievski |
Expanded checking for pcre.h and libpcre.a.
|
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 |
|
#
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 |
|
#
387f15d8 |
| 24-Oct-1999 |
Sascha Schumann |
Define USE_BCOPY, if memmove is not found (i.e. SunOS 4). Fix for #2480
|
#
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 ...
|
#
cf4afd61 |
| 29-Sep-1999 |
Sascha Schumann |
* create Makefiles for ext, pcrelib, sapi/* * copy files for Apache from $(srcdir)
|
Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split |
|
#
9f07657b |
| 23-Sep-1999 |
Andrey Hristov |
Small clarification.
|
Revision tags: PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
e20af627 |
| 16-Sep-1999 |
Sascha Schumann |
improve short help messages
|
#
870a6679 |
| 14-Sep-1999 |
Andrey Hristov |
- Updated bundled PCRE library to version 2.08 - Made it possible to specify external location of the PCRE library - Reworked PCRE extension to use updated PCRE library API Hopefully
- Updated bundled PCRE library to version 2.08 - Made it possible to specify external location of the PCRE library - Reworked PCRE extension to use updated PCRE library API Hopefully now everything behaves just like Perl..
show more ...
|
Revision tags: php-4.0b2, BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1 |
|
#
be66f224 |
| 12-Jul-1999 |
Andrey Hristov |
*** empty log message ***
|
Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1 |
|
#
aea74987 |
| 01-Jun-1999 |
Andrey Hristov |
*** empty log message ***
|
#
0eb1498f |
| 28-May-1999 |
Zeev Suraski |
* Get Apache module to compile again with the regex stuff. * Get Apache to propertly work with POST, and some SAPI fixes
|
#
3fe94e5b |
| 28-May-1999 |
Andrey Hristov |
-Modified PCRE library slightly to do what needs to be done -Updated preg_replace() code to handle stuff properly -Removed ability to specify external PCRE library source to link against
-Modified PCRE library slightly to do what needs to be done -Updated preg_replace() code to handle stuff properly -Removed ability to specify external PCRE library source to link against (since our bundled version is patched now)
show more ...
|
#
a5138d27 |
| 27-May-1999 |
Andrey Hristov |
We don't need those there.
|
#
e10e4dbe |
| 27-May-1999 |
Andrey Hristov |
Really fix the configuration now so that it's possible to compile both against the bundled PCRE library and the one external to the source tree. Crossing my fingers while Zeev compiles this.
Really fix the configuration now so that it's possible to compile both against the bundled PCRE library and the one external to the source tree. Crossing my fingers while Zeev compiles this. :)
show more ...
|
#
5d0a7599 |
| 27-May-1999 |
Sascha Schumann |
- fix CGI build (at least)
|
#
66f850e5 |
| 26-May-1999 |
Andrey Hristov |
-Added PCRE library source -Updated configuration process
|
Revision tags: BEFORE_PHP4_APACHE_MODULE_CHANGE |
|
#
17bbbf29 |
| 21-May-1999 |
Andrey Hristov |
Initial check-in of PCRE (Perl Compatible Regular Expressions) extension. PCRE library can be found at ftp://ftp.cus.cam.ac.uk/pub/software/programs/pcre/ config.m4 will be updated
Initial check-in of PCRE (Perl Compatible Regular Expressions) extension. PCRE library can be found at ftp://ftp.cus.cam.ac.uk/pub/software/programs/pcre/ config.m4 will be updated to be more robust later on. perl_match() takes a regular expression, the source string, and the array for subpattern matches. perl_replace() takes a regular expression, the search string, and the replacement string. Regular expression is specified using delimiters and options. Example: perl_match("/<[a-z]*>/i", $text, $tags); More stuff is coming soon.
show more ...
|