History log of /PHP-5.5/acinclude.m4 (Results 101 – 125 of 447)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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).


# 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


12345678910>>...18