History log of /PHP-7.1/ext/xml/config.m4 (Results 26 – 50 of 60)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1, help
# 2a8d55ff 11-Mar-2002 Sascha Schumann

Add global include path, so that other extensions can access
the expat header.


# 9d9d39a0 07-Mar-2002 Sascha Schumann

Please welcome the new build system.

If you encounter any problems, please make sure to email sas@php.net
directly.

An introduction can be found on

http://schumann.cx/b

Please welcome the new build system.

If you encounter any problems, please make sure to email sas@php.net
directly.

An introduction can be found on

http://schumann.cx/buildv5.txt

show more ...


Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH, php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog, php-4.1.0, php-4.1.0RC5
# f1397d53 30-Nov-2001 foobar

Unified the configure messages.


Revision tags: php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS, php-4.0.7RC2
# e4df7dc7 07-Sep-2001 foobar

if test -f /usr/local/lib/libexample.s?; then <-- no workie
if test -f /usr/local/lib/libexample.so; then <-- workie
#
# You can all point at me and laugh now.. :(
#


Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT, PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3
# 72b9547d 03-Jun-2001 Sascha Schumann

Fix XML build.

# sniper, did you ever test one of your patches?


# 36cfb10d 03-Jun-2001 Sascha Schumann

fix logic


Revision tags: php-4.0.6RC2
# 16216e3e 01-Jun-2001 foobar

Make use of the --with-expat-dir configure option


# 244ea9f6 20-May-2001 Sascha Schumann

Don't add -DXML_BYTE_ORDER to global CPPFLAGS


Revision tags: php-4.0.6RC1
# afdaee9e 12-May-2001 Sascha Schumann

Nuke more quotes


# cd2f057f 11-May-2001 Thies C. Arntzen

bump bundled expat to 1.95.1
win32 project _needs_ updating and i don't have windows


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, php-4.0.4pl1
# c2881f7c 10-Jan-2001 Rui Hirokawa

disable directory search for libexpat and disable some macros for libxml-1.95.


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


123