summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* back to devJohannes Schlüter2008-09-011-1/+1
* dev -> releaseJohannes Schlüter2008-09-011-1/+1
* back to devJohannes Schlüter2008-08-011-1/+1
* 5.3.0alpha1Johannes Schlüter2008-08-011-1/+1
* MFH:CSJani Taskinen2008-07-301-4/+4
* MFH:- Fixed the fix for not requiring C++ alwaysJani Taskinen2008-07-271-1/+1
* MFH: Fixed a minor problem in not enabling c++/g++ when not needed.Jani Taskinen2008-07-251-4/+8
* MFH: sync configure.in with HEAD (where applicable)Jani Taskinen2008-07-211-58/+73
* -nuke weird charJani Taskinen2008-07-161-1/+1
* MFH:- Prevent errors in CVS builds when bison is not there (for Sean :)Jani Taskinen2008-07-161-0/+9
* Added support for lambda functions and closuresDmitry Stogov2008-07-141-1/+2
* - MFH Fix styleMarcus Boerger2008-06-021-6/+6
* - PCRE is always there, no need for this check anymoreJani Taskinen2008-06-021-4/+0
* - Add phar command as installable commandMarcus Boerger2008-05-311-1/+3
* - MFH Add pharcmd to default targets if presentMarcus Boerger2008-05-311-1/+7
* MFHAntony Dovgal2008-05-231-1/+1
* MFH: force use of BSD sed for OS X hack (patch by Alexey Zakhlestin)Gwynne Raskind2008-04-151-1/+1
* fix the darwin 9 hack again; add the -O2 back in to avoid performance loss wh...Gwynne Raskind2008-04-011-1/+1
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-161-2/+29
* MFH: Fix Darwin 9/Mac OS X 10.5 build problems, or at least patch themGwynne Raskind2008-03-091-1/+27
* - MFH Allow zend_extensions to be build inside ext and tested with 'make test'Marcus Boerger2008-02-171-2/+14
* Reverted memrchr() patch, because it is broken on linux 64-bitDmitry Stogov2008-02-141-1/+0
* Use memrchr() instead of zend_memrchr() if available. (Nuno)Dmitry Stogov2008-02-131-0/+1
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-0/+8
* Added garbage collectorDmitry Stogov2008-01-221-1/+1
* - MFH glob stream wrapper (part 1)Marcus Boerger2007-11-061-3/+4
* MFH:- Moved the old regex functions to own extension: eregJani Taskinen2007-10-051-10/+7
* lcov 1.6 also works correctlyNuno Lopes2007-10-051-1/+1
* - Sync with configure.in from HEAD (the CGI stuff is as ini options nowadays)Jani Taskinen2007-10-051-17/+2
* MFH:- Added common getopt implementation to core.Jani Taskinen2007-10-011-2/+2
* Bump version.Sebastian Bergmann2007-09-271-2/+2
* Back to -dev.Sebastian Bergmann2007-08-301-2/+2
* 5.2.4Ilia Alshanetsky2007-08-291-1/+1
* Back to devIlia Alshanetsky2007-08-231-1/+1
* 5.2.4RC3Ilia Alshanetsky2007-08-231-1/+1
* MFH:- Part 1 of fixing problems with runpath switch (make --disable-rpath wor...Jani Taskinen2007-08-201-4/+4
* Back to devIlia Alshanetsky2007-08-171-1/+1
* 5.2.4RC2Ilia Alshanetsky2007-08-171-1/+1
* - RC2 on the runJani Taskinen2007-08-131-1/+1
* MFH:- Fixed bug #42195 (C++ compiler required always)Jani Taskinen2007-08-061-0/+6
* Back to devIlia Alshanetsky2007-08-021-1/+1
* 5.2.4RC1Ilia Alshanetsky2007-08-021-1/+1
* MFH: - Made build system less major version dependant to ease MFB/MFHJani Taskinen2007-07-261-14/+20
* MFH: fix invalid logic + prevent non-integers to be passedJani Taskinen2007-07-121-3/+7
* MFH: - Changed AC_ARG_* options to PHP_ARG_* options.Jani Taskinen2007-07-111-63/+65
* MFH: Removed --enable-versioningJani Taskinen2007-07-101-27/+0
* MFH: fix #41908 (CFLAGS="-Os" ./configure --enable-debug fails)Antony Dovgal2007-07-061-4/+4
* MFH: Fix some configure --help textsfoobar2007-07-031-2/+1
* MFH:- Improved php-config:foobar2007-06-291-0/+5
* MFH:- Added PHP_CHECK_SIZEOF macro (special version of AC_CHECK_SIZEOF)foobar2007-06-271-3/+5