348 Commits (3003cd2473fe2a12ba052d6304bd5846100fd1cc)

Author SHA1 Message Date
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 21 years ago
foobar 7243d31ae0 MFH: - Fixed header installing under phpize builds 21 years ago
Rob Richards 1e0494a714 MFH: bump libxml min version to 2.6.11 21 years ago
foobar 09f0161160 ws fix 21 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". 21 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
foobar abfc90fb60 - Use libtool also for completely static builds 21 years ago
foobar 5fee97ca33 - Changed the PATH_SEPARATOR check to a macro 21 years ago
Hartmut Holzgraefe 522159468c simplify flex version test 21 years ago
Hartmut Holzgraefe af14bbe455 avoid code duplication in bison version test 21 years ago
Hartmut Holzgraefe 10f21b3bca added .cxx extension for C++ for completeness reasons 21 years ago
foobar 9ef2ea19e5 - Use $SED and $EGREP where possible 21 years ago
Rasmus Lerdorf 4688093cdc Avoid syntax errors on some operating systems 21 years ago
foobar 626253940e - Added PHP_INSTALL_HEADERS() macro 21 years ago
foobar 073188c832 - Fix problems with phpized ext/imap 21 years ago
foobar e8f715af59 - No need to iterate through the options twice 21 years ago
foobar b85f0897a2 re2c 0.96 is the one that works (tm) 21 years ago
foobar bf85fd4f2b We do allow 2.0 now too. 21 years ago
foobar 6e0da82528 Netware stuff 21 years ago
Marcus Boerger 965b70c0bd - Change bison check to positive logic and allow bison 2.0 21 years ago
Brian France e836164570 Added support for .cc files in extensions. 21 years ago