summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Collapse)AuthorAgeFilesLines
* add missing fileAntony Dovgal2008-09-081-0/+1
|
* MFH: set GCC to "no" if ICC was detectedAntony Dovgal2008-07-241-1/+2
|
* MFH: sync acinclude.m4 (leave the PHP_PROG_LEX for BC!)Jani Taskinen2008-07-211-1/+67
|
* make --enable-zend-multibyte known to configureAntony Dovgal2008-07-031-1/+1
|
* - Reset back to 0.13.4 now that it released.Derick Rethans2008-04-071-1/+1
|
* - Don't rely on a version that doesn't exist - that breaks snapshots.Derick Rethans2008-03-311-1/+1
|
* - Another re2c version bump and scanner regenerationMarcus Boerger2008-03-221-2/+2
| | | | | # It appears no one has used re2c in the way we do
* - Require 0.13.3Marcus Boerger2008-03-221-1/+1
|
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-161-67/+4
| | | | | | | | | The full patch is available as: http://php.net/~helly/php-re2c-5.3-20080316.diff.txt This is against php-re2c repository version 98 An older patch against version 97 is available under: http://php.net/~helly/php-re2c-97-20080316.diff.txt
* - MFH Allow zend_extensions to be build inside ext and tested with 'make test'Marcus Boerger2008-02-171-5/+9
|
* MFH:- Part 1 of fixing problems with runpath switch (make --disable-rpath ↵Jani Taskinen2007-08-201-1/+5
| | | | work for real)
* - Hopefully this fixes the "test: argument expected" error on solaris..Jani Taskinen2007-08-031-1/+1
|
* MFH: - Made build system less major version dependant to ease MFB/MFHJani Taskinen2007-07-261-10/+92
|
* MFH: - Allow using extra headers in PHP_CHECK_SIZEOFJani Taskinen2007-07-251-23/+43
|
* MFH:- Stop configure if scanner files are not found and invalid/no flex is foundJani Taskinen2007-07-191-2/+11
|
* - Fix issue in differentiating between --with-* and --enable-*Jani Taskinen2007-07-161-10/+13
|
* - MFH: Always enable mail() functionJohannes Schlüter2007-07-111-3/+0
|
* - Introducing 1st part of "show unknown configure options" and nuked ↵Jani Taskinen2007-07-111-22/+44
| | | | PHP_REGEX macro for good
* MFH: Removed --enable-versioningJani Taskinen2007-07-101-10/+0
|
* MFH:- Improved php-config:foobar2007-06-291-4/+6
| | | | | | | | MFH: . Added --configure-options option to get configure line for current build MFH: . Added --php-sapis option which shows SAPIs available MFH: . Fixed problem with missing php binary when CLI is not build but CGI is. MFH:- Fixed broken sed issues in phpize script
* MFH:- Added PHP_CHECK_SIZEOF macro (special version of AC_CHECK_SIZEOF)foobar2007-06-271-0/+41
|
* - Allow build without flex/bison installed (fixes builddir != srcdir buildfoobar2007-05-241-2/+2
| | | | | | when using distributed sources which inlude pre-generated bison/flex output. See bug #38762 for more..)
* - Fix previous fix. (just revert of Stefan's bad fix..)foobar2007-05-241-2/+3
|
* - Fix idiotic change in logic. (hint: flex is _REQUIRED_ for building PHP!foobar2007-05-241-3/+2
|
* - Check if Makefile.frag actually exists before running sed on it.foobar2007-03-251-1/+1
|
* MFH: move PHP_TEST_WRITE_STDOUT to acinclude.m4 and use it in configure.inAntony Dovgal2007-02-201-0/+30
|
* add EXTRA_LDFLAGS_PROGRAM to config.nice (as LDFLAG is quite useless)Nuno Lopes2007-01-011-1/+1
|
* MFH: missing part of the fix for #39795Antony Dovgal2006-12-121-0/+3
|
* MFHAntony Dovgal2006-12-121-1/+1
|
* MFH: fix #39795 (build fails on AIX because crypt_r() uses different data ↵Antony Dovgal2006-12-121-0/+52
| | | | struct)
* MFH: fix build with Sun compiler, which doesn't support -O0Antony Dovgal2006-12-041-0/+16
|
* MFH: the last part of the fix for #39004Antony Dovgal2006-10-021-0/+5
|
* fix the fix for #39004Antony Dovgal2006-10-021-4/+4
|
* Fixed bug #39004 (Fixed generation of config.nice with autoconf 2.60).Ilia Alshanetsky2006-10-021-3/+15
|
* MFH: Only care about wrong flex version, when needed.Stefan Esser2006-06-161-1/+2
|
* Fixed bug #37413 (Rejected versions of flex that don't work).Ilia Alshanetsky2006-05-111-2/+1
|
* MFH: fix typofoobar2006-04-101-2/+2
|
* MFH: - Determine the shared/link lib suffixes in one macro.foobar2006-04-101-22/+9
|
* MFHAndrei Zmievski2006-04-081-10/+33
|
* On Mac OSX, our extensions are actually "bundles" and should not haveAndrei Zmievski2006-03-271-3/+0
| | | | | | | .dylib extension. Read this: http://www.sm.luth.se/~alapaa/file_fetch/unixcdbookshelf/mac/ch05_03.htm
* - MFH Fix dependency checksMarcus Boerger2006-02-281-3/+3
|
* - MFH Require re2c 0.9.11 and use correct version notationMarcus Boerger2005-12-241-2/+2
|
* Fix bugs #35379 and #35432 by erroring out when the user configures PHPWez Furlong2005-11-301-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 buildsfoobar2005-11-211-2/+9
|
* MFH: bump libxml min version to 2.6.11Rob Richards2005-10-131-2/+2
|
* ws fixfoobar2005-09-231-78/+80
|
* In NetWare two binaries with the same name can not be loaded in kernel ↵Anantha Kesari H Y2005-09-231-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
* MFHfoobar2005-09-011-2/+2
|
* - Fixed bug #33326 (Cannot build extensions with phpize on Macosx).foobar2005-08-121-4/+0
|
* - Fixed bug #34097 (configure failed to initize RE2C="exit 0;" when re2c is ↵foobar2005-08-121-2/+0
| | | | not found)