History log of /PHP-7.1/acinclude.m4 (Results 126 – 150 of 483)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1
# f5d9f9cd 25-Mar-2007 foobar

- Check if Makefile.frag actually exists before running sed on it.


Revision tags: php-4.4.6, php-4.4.6RC1
# 43d788ec 20-Feb-2007 Antony Dovgal

MFH: move PHP_TEST_WRITE_STDOUT to acinclude.m4 and use it in configure.in


Revision tags: php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2
# f3d0a26e 01-Jan-2007 Nuno Lopes

add EXTRA_LDFLAGS_PROGRAM to config.nice (as LDFLAG is quite useless)


Revision tags: php-5.2.1RC1
# 24b312f8 12-Dec-2006 Antony Dovgal

MFH: missing part of the fix for #39795


# 53f89fad 12-Dec-2006 Antony Dovgal

MFH


# a74c36a3 12-Dec-2006 Antony Dovgal

MFH: fix #39795 (build fails on AIX because crypt_r() uses different data struct)


# ebef6661 04-Dec-2006 Antony Dovgal

MFH: fix build with Sun compiler, which doesn't support -O0


Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5
# b8fc77bd 02-Oct-2006 Antony Dovgal

MFH: the last part of the fix for #39004


# 9c1b3c6d 02-Oct-2006 Antony Dovgal

fix the fix for #39004


# cb312d43 02-Oct-2006 Ilia Alshanetsky

Fixed bug #39004 (Fixed generation of config.nice with autoconf 2.60).


Revision tags: php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1, php-4.4.3RC2
# 6320ee11 16-Jun-2006 Stefan Esser

MFH: Only care about wrong flex version, when needed.


Revision tags: BEFORE_NEW_OUTPUT_API, php-4.4.3RC1
# b8c7ecc0 11-May-2006 Ilia Alshanetsky

Fixed bug #37413 (Rejected versions of flex that don't work).


Revision tags: php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3
# 12346d64 10-Apr-2006 foobar

MFH: fix typo


# 276171f8 10-Apr-2006 foobar

MFH: - Determine the shared/link lib suffixes in one macro.


# 9e565538 08-Apr-2006 Andrei Zmievski

MFH


Revision tags: php-5.1.3RC2
# 0dded18b 27-Mar-2006 Andrei Zmievski

On Mac OSX, our extensions are actually "bundles" and should not have
.dylib extension. Read this:

http://www.sm.luth.se/~alapaa/file_fetch/unixcdbookshelf/mac/ch05_03.htm


Revision tags: php-5.1.3RC1, RELEASE_1_2
# 477f503b 28-Feb-2006 Marcus Boerger

- MFH Fix dependency checks


Revision tags: RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 6c2ebc6d 24-Dec-2005 Marcus Boerger

- MFH Require re2c 0.9.11 and use correct version notation


Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2
# 046bff25 30-Nov-2005 Wez Furlong

Fix bugs #35379 and #35432 by erroring out when the user configures PHP
extensions with conflicting options.

Jani, feel free to refine the way that extensions are detected as shared :)

Fix bugs #35379 and #35432 by erroring out when the user configures PHP
extensions with conflicting options.

Jani, feel free to refine the way that extensions are detected as shared :)

For this to be foolproof, we either need to guarantee that the extensions have
their PHP_NEW_EXTENSION invoked in the right sequence. Eg: PDO should be
handled in the configure script before any of the extensions that depend on it
are handled... tricky.

By happy coincidence, the alphabet ensures that pdo is configured before all
the pdo_ extensions, and also before sqlite, so this works for now.

show more ...


Revision tags: php-5.1.1, php-5.1.0
# 7243d31a 21-Nov-2005 foobar

MFH: - Fixed header installing under phpize builds


Revision tags: php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2
# 1e0494a7 13-Oct-2005 Rob Richards

MFH: bump libxml min version to 2.6.11


Revision tags: php-4.4.1RC1, RELEASE_0_9_0
# 09f01611 23-Sep-2005 foobar

ws fix


# 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).


12345678910>>...20