History log of /PHP-7.1/acinclude.m4 (Results 201 – 225 of 483)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 69eec3f3 30-Dec-2004 foobar

MFB_4_3: Quote macro names in AC_DEFUN()


# ea07d448 21-Dec-2004 Edin Kadribasic

MFB: Avoid autoheader warning


# 4157e50c 20-Dec-2004 foobar

Better fix for endian compile problems.


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227
# b68803c0 11-Dec-2004 Derick Rethans

- Generate all iconv headers by default


Revision tags: php-5.0.3RC2
# 1266735c 09-Dec-2004 Derick Rethans

- MF43: Fixed bug #31034 (Problem with non-existing iconv header file).


# 7b547a39 08-Dec-2004 Joe Orton

Fix VPATH build again.


Revision tags: php-4.3.10RC2
# 48b11896 06-Dec-2004 Derick Rethans

- MF43: Install the iconv extension headers to <installpath>/ext/iconv so that
external extensions can use them.


Revision tags: php-5.0.3RC1, php-4.3.10RC1
# c2f8c1a7 09-Nov-2004 Andrei Zmievski

.dylib extension are Mach-O shared libraries that meant for linking
against. Loadable modules (aka bundles) can have any extension, so we
should probably stick with .so

http://fink.s

.dylib extension are Mach-O shared libraries that meant for linking
against. Loadable modules (aka bundles) can have any extension, so we
should probably stick with .so

http://fink.sourceforge.net/doc/porting/shared.php?phpLang=en#lib-and-mod

show more ...


# 557cda47 03-Nov-2004 Joe Orton

Core changes to support multi-ABI platforms with libraries in
/usr/lib64 rather than /usr/lib.

* configure.in: Add --with-libdir flag; define PHP_LIBDIR.

* acinclude.m4 (PHP_REM

Core changes to support multi-ABI platforms with libraries in
/usr/lib64 rather than /usr/lib.

* configure.in: Add --with-libdir flag; define PHP_LIBDIR.

* acinclude.m4 (PHP_REMOVE_USR_LIB, PHP_RUNPATH_SWITCH,
PHP_ADD_LIBPATH): Check for /usr/$PHP_LIBDIR rather than /usr/lib.
(PHP_SETUP_OPENSSL, PHP_SETUP_ICONV): Use /path/to/$PHP_LIBDIR in
place of /path/to/lib.

show more ...


# 2469701b 03-Nov-2004 Joe Orton

Fix extraction of httpd version if httpd is linked against -lefence.


Revision tags: PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3
# 0e2100ca 12-Sep-2004 Antony Dovgal

add PHP_CHECK_64BIT macro to be able to detect 64-bit platform in ./configure


Revision tags: PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1
# ed682e57 18-Jul-2004 Wez Furlong

Implement extension load-order deps.


Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1
# 437840e8 27-Mar-2004 Ard Biesheuvel

Put AC_DEFINE in correct place so caching will work properly


Revision tags: php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0
# 0bf907b1 23-Feb-2004 foobar

- Added PHP_TEST_BUILD macro which can be used to test whether build
works / would work with current LIBS (+ additional extra-libs)


Revision tags: php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split
# d2e8751f 20-Jan-2004 foobar

- Fixed Bug #26969 (shared openssl build fails)


Revision tags: php-4.3.5RC1
# 57e2ef89 09-Jan-2004 Wez Furlong

support for building asm in the unix buildsys.
Also, when ZEND_ACCONFIG_H_NO_C_PROTOS is defined,
omit the C prototypes from the configuration header
so that it can be included into asm f

support for building asm in the unix buildsys.
Also, when ZEND_ACCONFIG_H_NO_C_PROTOS is defined,
omit the C prototypes from the configuration header
so that it can be included into asm files.

show more ...


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# c3ea5b12 12-Dec-2003 foobar

Fixed bug #26461 (-lssl missing from LIBS)


# e13e315a 04-Dec-2003 foobar

- Only add 'install-modules' into install targets when there are such
modules to install.


# 4eab4158 13-Nov-2003 foobar

- Fixed build of shared extensions which require openssl and when you only
have static openssl libraries.


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE
# 09b8fdc2 03-Oct-2003 foobar

Really fixed bug #25719.
(basically reverted to the original style of openssl checks found in 4.3.3)


Revision tags: RELEASE_1_3b2
# 8ba1bcb2 02-Oct-2003 foobar

Should fix bug #25719


# 3f415b2c 30-Sep-2003 foobar

Fixed bug #25703 (openssl checks failed)


Revision tags: php-4.3.4RC1
# 54a2a2ad 24-Sep-2003 foobar

ws


# 4c31afd2 24-Sep-2003 foobar

- Fixed some compile failures with e.g. RH9 + openssl by
making use of pkg-config


Revision tags: RELEASE_0_7
# edfd3e7c 03-Sep-2003 foobar

Cleanup after ourselves.


12345678910>>...20