summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* force use of BSD sed for OS X hack (patch by Alexey Zakhlestin)Gwynne Raskind2008-04-151-1/+1
|
* Fix the fix. Sorry for the commit noise.Gwynne Raskind2008-04-011-2/+2
|
* MFB: fix the darwin 9 hack again; add the -O2 back in to avoid performance ↵Gwynne Raskind2008-04-011-1/+1
| | | | loss when not compiling for debug
* MFB 5.3: Rest of the changes for re2c mergeScott MacVicar2008-03-261-2/+30
|
* Improve the Darwin 9 hack considerably and switch to using dl*() instead of ↵Gwynne Raskind2008-03-101-7/+23
| | | | NS*() on Darwin 8+.
* Fix Darwin 9/Mac OS X 10.5 build problems, or at least patch themGwynne Raskind2008-03-091-1/+27
|
* - 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
|
* Imporoved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-0/+8
|
* Added garbage collectorDmitry Stogov2008-01-221-1/+2
|
* MFB: allow lcov 1.6Nuno Lopes2007-10-051-1/+1
|
* - Added common getopt implementation to core.Jani Taskinen2007-10-011-2/+2
| | | | | | | | - Added long-option feature to getopt(). - Made getopt() available on win32 systems. Patch by: David Soria Parra <dsp@php.net> [DOC]: These changes will be available from 5.3+
* - Part 1 of fixing problems with runpath switch (make --disable-rpath work ↵Jani Taskinen2007-08-201-4/+4
| | | | for real)
* - Fixed bug #42195 (C++ compiler required always)Jani Taskinen2007-08-061-0/+6
|
* - Made build system less dependant for the PHP major version to alsoJani Taskinen2007-07-261-14/+20
| | | | | | ease MFB/MFH as acinclude.m4 and Makefile.global are identical in both branches.
* - Moved the old regex functions to it's own extension: eregJani Taskinen2007-07-151-10/+7
|
* - missing commaJani Taskinen2007-07-121-1/+1
|
* - Fix invalid logic (plus made it possible to pass only integers to this)Jani Taskinen2007-07-121-3/+7
|
* - Enabled PHP_CHECK_CONFIGURE_OPTIONS (check for unknown configure options)Jani Taskinen2007-07-111-47/+45
|
* - Removed --enable-versioningJani Taskinen2007-07-101-27/+0
|
* fix #41908 (CFLAGS="-Os" ./configure --enable-debug fails)Antony Dovgal2007-07-061-4/+4
| | | | | patch by christian at hoffie dot info
* - Fix some configure --help textsfoobar2007-07-031-2/+1
|
* - Improved php-config:foobar2007-06-291-0/+5
| | | | | | | | . Added --configure-options option to get configure line for current build . Added --php-sapis option which shows SAPIs available . Fixed problem with missing php binary when CLI is not build but CGI is. - Fixed broken sed issues in phpize script
* - Added PHP_CHECK_SIZEOF macro (special version of AC_CHECK_SIZEOF)foobar2007-06-271-3/+5
| | | | | | # Now types like ptrdiff_t, ssize_t and intmax_t get defined to something # useful..
* Fixed stat() to support rdev, blocksize and blocks on Fedora 7Dmitry Stogov2007-06-251-0/+1
|
* MFB:- Unify installation of SAPIs: CGI is no exception anymore.foobar2007-05-241-3/+0
|
* MFBfoobar2007-05-241-3/+2
|
* libfcgi cleanup (Andrei Nigmatulin)Dmitry Stogov2007-05-211-6/+0
|
* - Add glob stream wrapperMarcus Boerger2007-03-031-1/+1
|
* move PHP_TEST_WRITE_STDOUT to acinclude.m4 and use it in configure.inAntony Dovgal2007-02-201-0/+3
| | | | | its result is used in sapi/cli & sapi/embed, not just sapi/cgi
* check if -no-cpp-precomp is supported by GCC before using it (mac os only)Antony Dovgal2007-01-261-1/+6
|
* Create PHP_SETUP_ICU macro that can be used in self-containedAndrei Zmievski2007-01-121-52/+2
| | | | | extensions.
* Rename php5 module to php6. Remove version number fromAndrei Zmievski2007-01-101-3/+3
| | | | | | sapi/apache/mod_php.* filenames (for future's sake). No other SAPI moduels modified (up to invididual maintainers).
* fix bug #39890 (using autoconf 2.6x and --with-layout=GNU breaks PEAR ↵Antony Dovgal2006-12-251-0/+10
| | | | install path)
* fix #39795 (build fails on AIX because crypt_r() uses different data struct)Antony Dovgal2006-12-121-1/+5
|
* Removed unused zend_mm.*Dmitry Stogov2006-12-051-1/+1
|
* fix build with Sun compiler, which doesn't support -O0Antony Dovgal2006-12-041-2/+6
|
* MFB: Added check for crypt_r()Ilia Alshanetsky2006-11-301-0/+3
|
* change CXXFLAGS along with CFLAGS as there might be C++ codeAntony Dovgal2006-09-251-0/+4
|
* fix separate TSRM buildAntony Dovgal2006-08-221-0/+1
|
* fix #38467 (--enable-versioning causes make fail on OS X)Antony Dovgal2006-08-151-0/+7
|
* there is no realiable way to detect memrchr() presence because of a mess in ↵Antony Dovgal2006-08-081-1/+0
| | | | | | | glibc so let's use our own implementation
* add zend_memrchr()Antony Dovgal2006-08-081-0/+1
|
* use -O0 with --enable-debugAntony Dovgal2006-08-061-0/+4
|
* - Removed unnecessary quotesfoobar2006-07-271-1/+1
|
* - Added PHP_VERSION_ID == PHP_VERSION as integer value.foobar2006-07-271-2/+4
|
* fix compile warning on Solaris, getloadavg() is in sys/loadavg.h thereAntony Dovgal2006-07-261-0/+1
|
* MFB: sys_getloadavg()Hannes Magnusson2006-06-261-0/+1
|
* MFBNuno Lopes2006-06-171-0/+1
|