Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: fix typo | foobar | 2006-04-10 | 1 | -2/+2 |
| | |||||
* | MFH: - Determine the shared/link lib suffixes in one macro. | foobar | 2006-04-10 | 1 | -22/+9 |
| | |||||
* | MFH | Andrei Zmievski | 2006-04-08 | 1 | -10/+33 |
| | |||||
* | On Mac OSX, our extensions are actually "bundles" and should not have | Andrei Zmievski | 2006-03-27 | 1 | -3/+0 |
| | | | | | | | .dylib extension. Read this: http://www.sm.luth.se/~alapaa/file_fetch/unixcdbookshelf/mac/ch05_03.htm | ||||
* | - MFH Fix dependency checks | Marcus Boerger | 2006-02-28 | 1 | -3/+3 |
| | |||||
* | - MFH Require re2c 0.9.11 and use correct version notation | Marcus Boerger | 2005-12-24 | 1 | -2/+2 |
| | |||||
* | Fix bugs #35379 and #35432 by erroring out when the user configures PHP | Wez Furlong | 2005-11-30 | 1 | -2/+24 |
| | | | | | | | | | | | | | | | 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. | ||||
* | MFH: - Fixed header installing under phpize builds | foobar | 2005-11-21 | 1 | -2/+9 |
| | |||||
* | MFH: bump libxml min version to 2.6.11 | Rob Richards | 2005-10-13 | 1 | -2/+2 |
| | |||||
* | ws fix | foobar | 2005-09-23 | 1 | -78/+80 |
| | |||||
* | In NetWare two binaries with the same name can not be loaded in kernel ↵ | Anantha Kesari H Y | 2005-09-23 | 1 | -3/+5 |
| | | | | | | | | | 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 | ||||
* | MFH | foobar | 2005-09-01 | 1 | -2/+2 |
| | |||||
* | - Fixed bug #33326 (Cannot build extensions with phpize on Macosx). | foobar | 2005-08-12 | 1 | -4/+0 |
| | |||||
* | - Fixed bug #34097 (configure failed to initize RE2C="exit 0;" when re2c is ↵ | foobar | 2005-08-12 | 1 | -2/+0 |
| | | | | not found) | ||||
* | fix macro | foobar | 2005-07-18 | 1 | -1/+1 |
| | |||||
* | - Fixed cacheing bug in PHP_SOCKADDR_SA_LEN macro | foobar | 2005-07-14 | 1 | -6/+18 |
| | | | | | | - Removed duplicate sa_len check from configure.in - Unified the sockaddr tests into PHP_SOCKADDR_CHECKS macro | ||||
* | Fix the re_magic test by adding missing #include <sys/types.h> | foobar | 2005-07-14 | 1 | -1/+2 |
| | |||||
* | typofix | foobar | 2005-07-13 | 1 | -2/+2 |
| | |||||
* | - Added check whether re_magic exists in struct regex_t | foobar | 2005-07-13 | 1 | -1/+9 |
| | | | | | # per Andrei's request | ||||
* | - Fixed stupid bug in PHP_INSTALL_HEADERS() macro: "foo bar" != foo bar | foobar | 2005-07-07 | 1 | -6/+6 |
| | | | | | - ext/date/lib/timelib_config.h is also installed now | ||||
* | Fixed support for shared extensions on AIX | Dmitry Stogov | 2005-07-07 | 1 | -0/+4 |
| | |||||
* | re2c 0.98 is the current working version | foobar | 2005-06-28 | 1 | -2/+2 |
| | |||||
* | - Cache the xml2-config path | foobar | 2005-06-27 | 1 | -3/+6 |
| | |||||
* | - Never ever add /usr/lib as libpath, even if --with-libdir is used | foobar | 2005-06-22 | 1 | -1/+1 |
| | |||||
* | Fix configure problem in braindead systems like Solaris. | foobar | 2005-06-21 | 1 | -2/+2 |
| | |||||
* | Some netware related build issues fixed (patch by: Kamesh Jayachandran ↵ | foobar | 2005-06-20 | 1 | -0/+5 |
| | | | | <kameshj at fastmail dot fm> | ||||
* | fix PHP_INSTALL_HEADERS() macro when 2 params are used | foobar | 2005-06-20 | 1 | -2/+2 |
| | |||||
* | Make this usable for header files too | foobar | 2005-06-14 | 1 | -1/+1 |
| | |||||
* | Allow different things to be done when found / not-found | foobar | 2005-06-14 | 1 | -3/+6 |
| | |||||
* | - Added PHP_CHECK_PDO_INCLUDES macro (caches the result) | foobar | 2005-06-14 | 1 | -0/+18 |
| | |||||
* | - Fixed bug #31256 (PHP_EVAL_LIBLINE configure macro does not handle -pthread) | foobar | 2005-06-13 | 1 | -0/+7 |
| | |||||
* | - Show "none" when nothing is found | foobar | 2005-06-07 | 1 | -1/+6 |
| | |||||
* | - Revert previous change in build/libtool.m4 and make sure | foobar | 2005-06-02 | 1 | -1/+0 |
| | | | | | | the PATH_SEPARATOR check is only done under autoconf 2.13. # fixes also the php-gtk buildconf probs | ||||
* | - Use libtool also for completely static builds | foobar | 2005-05-30 | 1 | -5/+5 |
| | |||||
* | - Changed the PATH_SEPARATOR check to a macro | foobar | 2005-05-30 | 1 | -0/+1 |
| | | | | | | | - Made sure we're generating aclocal.m4 in same way with both buildconf and phpize. # Bug #33177 | ||||
* | simplify flex version test | Hartmut Holzgraefe | 2005-05-29 | 1 | -10/+12 |
| | |||||
* | avoid code duplication in bison version test | Hartmut Holzgraefe | 2005-05-29 | 1 | -16/+1 |
| | |||||
* | added .cxx extension for C++ for completeness reasons | Hartmut Holzgraefe | 2005-05-29 | 1 | -1/+1 |
| | |||||
* | - Use $SED and $EGREP where possible | foobar | 2005-05-27 | 1 | -10/+14 |
| | |||||
* | Avoid syntax errors on some operating systems | Rasmus Lerdorf | 2005-05-21 | 1 | -1/+1 |
| | |||||
* | - Added PHP_INSTALL_HEADERS() macro | foobar | 2005-05-07 | 1 | -5/+32 |
| | | | | | | | - Fixed several VPATH build issues - Changed all awk calls to use $AWK - Changed all mkdir calls to use "$php_shtool mkdir" | ||||
* | - Fix problems with phpized ext/imap | foobar | 2005-04-30 | 1 | -0/+4 |
| | |||||
* | - No need to iterate through the options twice | foobar | 2005-04-30 | 1 | -0/+2 |
| | |||||
* | re2c 0.96 is the one that works (tm) | foobar | 2005-04-30 | 1 | -2/+2 |
| | |||||
* | We do allow 2.0 now too. | foobar | 2005-04-30 | 1 | -1/+1 |
| | |||||
* | Netware stuff | foobar | 2005-04-26 | 1 | -0/+4 |
| | |||||
* | - Change bison check to positive logic and allow bison 2.0 | Marcus Boerger | 2005-04-23 | 1 | -3/+3 |
| | |||||
* | Added support for .cc files in extensions. | Brian France | 2005-04-20 | 1 | -1/+1 |
| | |||||
* | - Cleanup a bit. And make use of shtool mkdir | foobar | 2005-04-07 | 1 | -5/+5 |
| | |||||
* | require libxml 2.6.0 or higher | Rob Richards | 2005-03-10 | 1 | -2/+2 |
| |