History log of /PHP-8.1/ext/xml/config.m4 (Results 51 – 70 of 70)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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 ...


123