363 Commits (4d63c096619ef93601a149c37b84f3e439c26ec4)

Author SHA1 Message Date
foobar 4d63c09661 MFH:- Improved php-config: 19 years ago
foobar 3d88f40d51 MFH:- Added PHP_CHECK_SIZEOF macro (special version of AC_CHECK_SIZEOF) 19 years ago
foobar efcdcd80b6 - Allow build without flex/bison installed (fixes builddir != srcdir build 19 years ago
foobar 5603bef272 - Fix previous fix. (just revert of Stefan's bad fix..) 19 years ago
foobar 91d98d2986 - Fix idiotic change in logic. (hint: flex is _REQUIRED_ for building PHP! 19 years ago
foobar f5d9f9cd27 - Check if Makefile.frag actually exists before running sed on it. 19 years ago
Antony Dovgal 43d788ec33 MFH: move PHP_TEST_WRITE_STDOUT to acinclude.m4 and use it in configure.in 19 years ago
Nuno Lopes f3d0a26e13 add EXTRA_LDFLAGS_PROGRAM to config.nice (as LDFLAG is quite useless) 19 years ago
Antony Dovgal 24b312f8d5 MFH: missing part of the fix for #39795 19 years ago
Antony Dovgal 53f89fad03 MFH 19 years ago
Antony Dovgal a74c36a335 MFH: fix #39795 (build fails on AIX because crypt_r() uses different data struct) 19 years ago
Antony Dovgal ebef6661df MFH: fix build with Sun compiler, which doesn't support -O0 19 years ago
Antony Dovgal b8fc77bd13 MFH: the last part of the fix for #39004 19 years ago
Antony Dovgal 9c1b3c6d88 fix the fix for #39004 19 years ago
Ilia Alshanetsky cb312d43bf Fixed bug #39004 (Fixed generation of config.nice with autoconf 2.60). 19 years ago
Stefan Esser 6320ee11cf MFH: Only care about wrong flex version, when needed. 20 years ago
Ilia Alshanetsky b8c7ecc061 Fixed bug #37413 (Rejected versions of flex that don't work). 20 years ago
foobar 12346d64eb MFH: fix typo 20 years ago
foobar 276171f871 MFH: - Determine the shared/link lib suffixes in one macro. 20 years ago
Andrei Zmievski 9e5655387a MFH 20 years ago
Andrei Zmievski 0dded18b33 On Mac OSX, our extensions are actually "bundles" and should not have 20 years ago
Marcus Boerger 477f503b9e - MFH Fix dependency checks 20 years ago
Marcus Boerger 6c2ebc6d76 - MFH Require re2c 0.9.11 and use correct version notation 20 years ago
Wez Furlong 046bff25fb Fix bugs #35379 and #35432 by erroring out when the user configures PHP 20 years ago
foobar 7243d31ae0 MFH: - Fixed header installing under phpize builds 20 years ago
Rob Richards 1e0494a714 MFH: bump libxml min version to 2.6.11 20 years ago
foobar 09f0161160 ws fix 20 years ago
Anantha Kesari H Y 5337c02684 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". 20 years ago
foobar 655cb3aaf7 MFH 21 years ago
foobar e46cd60d89 - Fixed bug #33326 (Cannot build extensions with phpize on Macosx). 21 years ago
foobar b31f168184 - Fixed bug #34097 (configure failed to initize RE2C="exit 0;" when re2c is not found) 21 years ago
foobar a9cd02c033 fix macro 21 years ago
foobar ec940d4d5a - Fixed cacheing bug in PHP_SOCKADDR_SA_LEN macro 21 years ago
foobar 29894e4446 Fix the re_magic test by adding missing #include <sys/types.h> 21 years ago
foobar bc9bc3972c typofix 21 years ago
foobar df44615339 - Added check whether re_magic exists in struct regex_t 21 years ago
foobar 71d28a82cf - Fixed stupid bug in PHP_INSTALL_HEADERS() macro: "foo bar" != foo bar 21 years ago
Dmitry Stogov 8de3367453 Fixed support for shared extensions on AIX 21 years ago
foobar faa3fd4ae0 re2c 0.98 is the current working version 21 years ago
foobar e04f5603f7 - Cache the xml2-config path 21 years ago
foobar a0ab6b7160 - Never ever add /usr/lib as libpath, even if --with-libdir is used 21 years ago
foobar 9f2c906e80 Fix configure problem in braindead systems like Solaris. 21 years ago
foobar 4dfa3fc731 Some netware related build issues fixed (patch by: Kamesh Jayachandran <kameshj at fastmail dot fm> 21 years ago
foobar a892e4874f fix PHP_INSTALL_HEADERS() macro when 2 params are used 21 years ago
foobar 8d91c1a46d Make this usable for header files too 21 years ago
foobar 334f5d87ff Allow different things to be done when found / not-found 21 years ago
foobar 15cf2a60b0 - Added PHP_CHECK_PDO_INCLUDES macro (caches the result) 21 years ago
foobar 54d85cbfda - Fixed bug #31256 (PHP_EVAL_LIBLINE configure macro does not handle -pthread) 21 years ago
foobar 8e2efc351b - Show "none" when nothing is found 21 years ago
foobar 2fa74dab0e - Revert previous change in build/libtool.m4 and make sure 21 years ago