summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* - This is 5.4.0 (for now..:)Jani Taskinen2010-03-111-2/+2
|
* Revert commit 292222. It's not needed anymore to specify c99.David Soria Parra2010-01-121-6/+1
|
* PHP 5.3.2RC1Johannes Schlüter2009-12-221-1/+1
|
* - Fixed bug #50517 (EXTRA_LDFLAGS polluted by wrong entries)Jani Taskinen2009-12-221-1/+0
| | | | | | | # Until someone shows me use case for LDFLAGS, this is gone. # This was wrong place to import it anyway.
* - Fixed bug #50508 (compile fails: Conflicting HEADER type declarations)Jani Taskinen2009-12-181-1/+0
| | | | | # NEVER ever include nameser_compat.h, it's included in various ways in different OSes by nameser.h if needed
* - Fixed bug #50496 (Use of <stdbool.h> is valid only in a c99 compilation ↵Sriram Natarajan2009-12-161-1/+6
| | | | environment.)
* - Make $sbindir be usable in C code as well (like $bindir and co.)Jani Taskinen2009-12-151-0/+2
|
* - Allow using $sbindir as wellJani Taskinen2009-12-151-0/+1
|
* - Fixed bug #50345 (nanosleep not detected properly on some solaris versions)Jani Taskinen2009-12-021-3/+3
|
* The old Darwin hack is BROKEN and INCORRECT. It works only for Darwin 9, not ↵Gwynne Raskind2009-11-301-24/+8
| | | | 10, and uses an ugly CFLAGS hack that messes with the entire build. This version sets one cached value to the correct result for Darwin 9 and 10. It's cleaner, has no side effects, has nothing to do with Autoconf versions, and works for everyone.
* - Restore configure.in before the madness startedJani Taskinen2009-11-301-8/+24
|
* - Revert bad patchJani Taskinen2009-11-301-3/+3
|
* re-committing: unsetting LIBS and LDFLAGS just makes it impossible to ↵Gwynne Raskind2009-11-301-3/+3
| | | | specify LDFLAGS from the environment. keeping them doesn't seem to cause any trouble
* once and for all remove the old broken Darwin hack, replace it with the new ↵Gwynne Raskind2009-11-301-24/+8
| | | | and much cleaner and simpler one
* Revert attempt at supporting both autoconf 2.13 andRasmus Lerdorf2009-11-291-16/+70
| | | | | | | | | | | modern versions in the same build chain. There are simply too many broken things in 2.13 to make it work. Cache handling is broken as well which is why I need to revert the pdo_inc_path cache fix as well. trunk is now 2.60+ only and I'll work on cleaning out all the legacy cruft from there.
* Last attempt to get this stuff right before punting itRasmus Lerdorf2009-11-291-1/+1
| | | | | and being stuck on 1996 autoconf for eternity
* More work on the autoconf 2.13->2.60+ transition code.Rasmus Lerdorf2009-11-281-5/+17
| | | | | | | 2.13 should be working again with one weird libtool issue left to solve. It doesn't seem directly related to this stuff.
* unsetting LIBS and LDFLAGS just makes it impossible to specify LDFLAGS from ↵Gwynne Raskind2009-11-281-3/+3
| | | | the environment. keeping them doesn't seem to cause any trouble
* Remove the now-unnecessary (and wrong anyway) Darwin hackGwynne Raskind2009-11-281-24/+0
|
* This macro needs to come after AC_INITRasmus Lerdorf2009-11-281-1/+1
|
* Ok, new attempt. Require autoconf-2.60 in this branch.Rasmus Lerdorf2009-11-281-44/+2
| | | | | | | | | | | | | | | This simplifies things quite a bit by entirely getting rid of the m4 diversions which were messing things up. Now we are using the built-in autoconf diversions the way they were intended and the HELP output order is preserved through the AC_PRESERVE_HELP_ORDER macro which was introduced in autoconf-2.59c The next thing to clean up are the template warnings and I want to get to the bottom of the cache warning we generate as well. Now that I fixed the _cv_ stuff, I am not sure that is still a valid warning.
* Someone strap down Jani and give him a sedative please.Rasmus Lerdorf2009-11-251-5/+5
| | | | | | This makes our toolchain work with the latest versions of autoconf and avoids a lot of end-user grief.
* - Fixed "make test" in phpize builds when ini file(s) contain extension ↵Jani Taskinen2009-11-181-0/+2
| | | | directives
* - Fixed bug #49809 (time_sleep_until is not available on solaris)Jani Taskinen2009-10-081-1/+2
|
* save LDFLAGS in EXTRA_LDFLAGS before unsettingAntony Dovgal2009-09-241-0/+1
| | | | | | this patch makes sure that LDFLAGS are taken into account when configuring the build
* This will become 5.3.2, the NEWS file will be merged once 5.3.1 is outJohannes Schlüter2009-09-031-1/+1
|
* add -g along with -O0Antony Dovgal2009-09-011-2/+2
|
* Merge chanes from head to improve DNS on OSX and allow usage of bind9 stuff ↵Scott MacVicar2009-08-111-1/+0
| | | | with the bind8 compatibility layer.
* Fix bug #48575 - Use dlopen() just like all the other *nixes instead of OSX ↵Scott MacVicar2009-08-061-10/+0
| | | | specific code.
* Change dns.h to php_dns.h, part of my dns cleanupScott MacVicar2009-08-051-1/+2
|
* res_search is already checked within ext/standard/config.m4Scott MacVicar2009-08-051-1/+1
| | | | | | also check for arpa/nameser_compat.h, OSX puts some old defines in there (not used yet)
* CVS->SVNJohannes Schlüter2009-07-201-1/+1
|
* MFH: Bug #48722 (Update OCI8 --enable-sigchild warning)Christopher Jones2009-07-191-3/+8
|
* fix buildStanislav Malyshev2009-07-141-1/+1
|
* Nuke "hotfix", fix the real issue..Jani Taskinen2009-07-031-1/+1
|
* - Fixed bug #48782 (CFLAGS killed during configure)Jani Taskinen2009-07-031-2/+0
|
* Back to -devJohannes Schlüter2009-06-291-2/+2
|
* Bump version to 5.3.0 and API Nos. upJohannes Schlüter2009-06-261-1/+1
|
* Fix trouble with memory alignment on Sparch, see #48668 (David)Johannes Schlüter2009-06-261-1/+4
|
* Back to devJohannes Schlüter2009-06-181-1/+1
|
* 5.3.0 RC 4Johannes Schlüter2009-06-181-1/+1
|
* back to -devJohannes Schlüter2009-06-101-1/+1
|
* 5.3.0RC3Johannes Schlüter2009-06-101-1/+1
|
* - MFH: Get rid of the four different versions of zend_extension* and only useDerick Rethans2009-05-181-9/+1
| | | | | | | zend_extension. Because of the API identifier change in PHP 5.3 you also get a proper warning message now. #- [DOC]
* Back to -devJohannes Schlüter2009-05-061-1/+1
|
* 5.3.0RC2-devJohannes Schlüter2009-05-061-1/+1
|
* Fixed bug #48156 (Added support for lcov v1.7)Ilia Alshanetsky2009-05-061-1/+1
|
* Back to devJohannes Schlüter2009-03-231-1/+1
|
* 5.3.0 RC 1Johannes Schlüter2009-03-231-1/+1
|
* Fixed floating point mathematic speed degradation (Christian)Dmitry Stogov2009-03-181-1/+1
|