History log of /PHP-5.4/acinclude.m4 (Results 101 – 125 of 436)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5337c026 23-Sep-2005 Anantha Kesari H Y

In NetWare two binaries with the same name can not be loaded in kernel address space(This is the default behaviour for NetWare apache webserver and hence PHP extensions also get loaded in kernel addr

In NetWare two binaries with the same name can not be loaded in kernel address space(This is the default behaviour for NetWare apache webserver and hence PHP extensions also get loaded in kernel address space) simultaneoulsy. As the current autoconf built mysql extension is built as mysql.nlm this forbids the loading of mysql client binary. To work around this NetWare idiosyncrasy prefixing all the extensions with "php" except php5lib(phpts.dll eqivalent of Windows). I could have named this extensions prefixed with "php_" but "_" is eaten from the exported symbol prefix by the GCC cross compiler for NetWare so sticking to "php".
This fixes the issue of not needing "PHP_SUBST(EXTENSIONNAME_SHARED_LIBADD)" in all the extensions especially when they need to be built shared.

--Kamesh

show more ...


Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5
# 655cb3aa 01-Sep-2005 foobar

MFH


Revision tags: php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1
# e46cd60d 12-Aug-2005 foobar

- Fixed bug #33326 (Cannot build extensions with phpize on Macosx).


# b31f1681 12-Aug-2005 foobar

- Fixed bug #34097 (configure failed to initize RE2C="exit 0;" when re2c is not found)


Revision tags: BEFORE_UNICODE_MERGE, RELEASE_2_0_0, RELEASE_0_9
# a9cd02c0 18-Jul-2005 foobar

fix macro


Revision tags: php-5.1.0b3
# ec940d4d 14-Jul-2005 foobar

- Fixed cacheing bug in PHP_SOCKADDR_SA_LEN macro
- Removed duplicate sa_len check from configure.in
- Unified the sockaddr tests into PHP_SOCKADDR_CHECKS macro


# 29894e44 14-Jul-2005 foobar

Fix the re_magic test by adding missing #include <sys/types.h>


# bc9bc397 13-Jul-2005 foobar

typofix


# df446153 13-Jul-2005 foobar

- Added check whether re_magic exists in struct regex_t
# per Andrei's request


Revision tags: php-4.4.0
# 71d28a82 07-Jul-2005 foobar

- Fixed stupid bug in PHP_INSTALL_HEADERS() macro: "foo bar" != foo bar
- ext/date/lib/timelib_config.h is also installed now


# 8de33674 07-Jul-2005 Dmitry Stogov

Fixed support for shared extensions on AIX


Revision tags: php-4.4.0RC2
# faa3fd4a 28-Jun-2005 foobar

re2c 0.98 is the current working version


# e04f5603 27-Jun-2005 foobar

- Cache the xml2-config path


Revision tags: php-5.1.0b2
# a0ab6b71 22-Jun-2005 foobar

- Never ever add /usr/lib as libpath, even if --with-libdir is used


# 9f2c906e 21-Jun-2005 foobar

Fix configure problem in braindead systems like Solaris.


# 4dfa3fc7 20-Jun-2005 foobar

Some netware related build issues fixed (patch by: Kamesh Jayachandran <kameshj at fastmail dot fm>


# a892e487 20-Jun-2005 foobar

fix PHP_INSTALL_HEADERS() macro when 2 params are used


# 8d91c1a4 14-Jun-2005 foobar

Make this usable for header files too


# 334f5d87 14-Jun-2005 foobar

Allow different things to be done when found / not-found


# 15cf2a60 14-Jun-2005 foobar

- Added PHP_CHECK_PDO_INCLUDES macro (caches the result)


Revision tags: php-4.4.0RC1
# 54d85cbf 13-Jun-2005 foobar

- Fixed bug #31256 (PHP_EVAL_LIBLINE configure macro does not handle -pthread)


Revision tags: php-5.1.0b1, php-5.0.1b1
# 8e2efc35 07-Jun-2005 foobar

- Show "none" when nothing is found


# 2fa74dab 02-Jun-2005 foobar

- Revert previous change in build/libtool.m4 and make sure
the PATH_SEPARATOR check is only done under autoconf 2.13.
# fixes also the php-gtk buildconf probs


# abfc90fb 30-May-2005 foobar

- Use libtool also for completely static builds


# 5fee97ca 30-May-2005 foobar

- Changed the PATH_SEPARATOR check to a macro
- Made sure we're generating aclocal.m4 in same way with both buildconf
and phpize.
# Bug #33177


12345678910>>...18