summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* 5.4.0 alpha11Stanislav Malyshev2011-06-191-1/+1
* Relax autoconf support from 2.60 to 2.59. This is the version available on C...Christopher Jones2011-06-081-2/+2
* Get rid of autoconf warningsRasmus Lerdorf2011-05-161-0/+99
* Make the version match the branchRasmus Lerdorf2011-05-151-2/+2
* Drop support for autoconf < 2.60 in trunk and the Rasmus Lerdorf2011-05-151-48/+2
* Expose PHP_MANDIRHannes Magnusson2011-04-181-0/+2
* - Implemented FR #53271, FR #52410 (Building multiple PHP binary SAPIs and on...Jani Taskinen2010-11-131-34/+30
* - Simplified the DTrace configure macros, one is enoughJani Taskinen2010-11-131-11/+3
* - WS + cleanup Jani Taskinen2010-11-131-7/+7
* - Fixed -g adding for gcc and g++ (former got it twice, latter not at all)Jani Taskinen2010-11-021-1/+1
* fix bug #50345 (nanosleep not detected properly on some solaris versions)Antony Dovgal2010-10-051-1/+1
* make the code more readableAntony Dovgal2010-05-071-7/+9
* Abort if DTrace is not installed on the systemDavid Soria Parra2010-05-071-1/+1
* Removed safe_modeKalle Sommer Nielsen2010-04-261-23/+1
* Add DTrace probesDavid Soria Parra2010-04-241-1/+26
* Added concept of interned strings. All strings constants known at compile tim...Dmitry Stogov2010-04-201-1/+1
* simplify configure check for nanosleep()Antony Dovgal2010-04-131-1/+1
* Fix version.Sebastian Bergmann2010-03-231-1/+1
* I am sorry I tried fixing PHP without extensive discussion on the mailing list.Andrei Zmievski2010-03-181-6/+0
* Fix a few problems with large (2G-4G) file uploads. AddedAndrei Zmievski2010-03-181-0/+6
* 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
* - Fixed bug #50508 (compile fails: Conflicting HEADER type declarations)Jani Taskinen2009-12-181-1/+0
* - Fixed bug #50496 (Use of <stdbool.h> is valid only in a c99 compilation env...Sriram Natarajan2009-12-161-1/+6
* - 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
* - 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 specify...Gwynne Raskind2009-11-301-3/+3
* once and for all remove the old broken Darwin hack, replace it with the new a...Gwynne Raskind2009-11-301-24/+8
* Revert attempt at supporting both autoconf 2.13 andRasmus Lerdorf2009-11-291-16/+70
* Last attempt to get this stuff right before punting itRasmus Lerdorf2009-11-291-1/+1
* More work on the autoconf 2.13->2.60+ transition code.Rasmus Lerdorf2009-11-281-5/+17
* unsetting LIBS and LDFLAGS just makes it impossible to specify LDFLAGS from t...Gwynne Raskind2009-11-281-3/+3
* 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
* Someone strap down Jani and give him a sedative please.Rasmus Lerdorf2009-11-251-5/+5
* - Fixed "make test" in phpize builds when ini file(s) contain extension direc...Jani Taskinen2009-11-181-0/+2
* - 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 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 w...Scott MacVicar2009-08-111-1/+0
* Fix bug #48575 - Use dlopen() just like all the other *nixes instead of OSX s...Scott MacVicar2009-08-061-10/+0
* 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