summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* - Fixed the version detection of Bison.foobar2001-12-101-6/+4
* This makes the configure --help output more readable.foobar2001-12-011-0/+16
* s/\t/ /David Reid2001-11-161-3/+3
* Check that realpath is available. Bug: #9469foobar2001-10-231-0/+1
* * bump versionStig Bakken2001-10-151-1/+1
* Remove obselete message and drop "divert(6)" which causedSascha Schumann2001-09-111-4/+0
* Always quote the messages.foobar2001-09-061-23/+23
* HEAD has been 4.0.8-dev for some time now, so name it accordingly.Sebastian Bergmann2001-08-301-1/+1
* Further work on autoconf-2.5x supportSascha Schumann2001-08-211-4/+6
* Move PHP_SUBSTs to configure.in.Sascha Schumann2001-08-211-0/+6
* nuke some apparently harmful spacesSascha Schumann2001-08-211-1/+1
* Keep crypt() working even if SNMP needs OpenSSL.foobar2001-08-201-0/+1
* Added "phptar" command as proof that the Archive_Tar class works.Stig Bakken2001-08-191-1/+1
* Added a check for libdmalloc whether it works (is found..) or not.foobar2001-08-181-3/+8
* Fix --with-pear=path too.foobar2001-08-151-0/+1
* Fixed bug: #12726. If --with-xxx is used in configure line without anyfoobar2001-08-141-1/+1
* Compile fix for oldie Linux systems (possibly others too)Zeev Suraski2001-08-121-0/+1
* This did not work as expected. Reverted.foobar2001-08-071-1/+1
* This was not supposed to be removed.foobar2001-08-071-0/+1
* Fix bug: #12604. Also made the configure script shown a little nicer in phpin...foobar2001-08-061-3/+3
* Fix bug: #9177foobar2001-08-041-1/+1
* Revert this change - if you want to do this, do it in a 'make clean'Rasmus Lerdorf2001-08-021-5/+0
* Delete config.cache always. This makes config.nice a bit more useful.foobar2001-08-021-1/+5
* Fix build and add a mips-related preprocessor directive.Sascha Schumann2001-07-281-1/+3
* Fix broken textZeev Suraski2001-07-201-1/+1
* (PHP nl_langinfo) Added function when provided by OSWez Furlong2001-07-041-0/+2
* fix bug: #11693. Some systems have crypt() in libc.foobar2001-06-261-4/+4
* Check for PHP_SIGCHILD only if any of oracle libs is enabled.foobar2001-06-241-3/+3
* Moved some messages to the end of configure process so they are easierfoobar2001-06-231-8/+33
* Fixed bug: #9239, check for IPV6 on netbsd, maybe othersfoobar2001-06-141-1/+2
* @Added "pearize" script to generate Makefile.in files for PEAR extensionsStig Bakken2001-05-281-1/+1
* @ - Fix disk_free_space() and disk_total_space() under FreeBSD. (jon)Jon Parise2001-05-221-0/+1
* Fixed bug #10964foobar2001-05-191-0/+2
* First step towards full libtool 1.4 portabilitySascha Schumann2001-05-121-36/+20
* Remove ltconfig which is not used anymore by libtool 1.4Sascha Schumann2001-05-121-1/+2
* Nuke more quotesSascha Schumann2001-05-121-2/+2
* Nuke some unneccessary quotesSascha Schumann2001-05-121-49/+47
* Fix special treatment of zlib by introducing the Apache conceptSascha Schumann2001-05-111-3/+0
* 4.0.6 is tagged, HEAD is now 4.0.7-devThies C. Arntzen2001-05-111-1/+1
* Moved the zlib configure before other extensions.foobar2001-05-101-4/+6
* Also remove -L/usr/lib/? from LDFLAGS.Sascha Schumann2001-05-091-0/+1
* Remove -L/usr/lib/? from PHP_LDFLAGS.Sascha Schumann2001-05-091-1/+2
* Fixed: http://www.php.net/bugs.php?id=10733&edit=1foobar2001-05-081-2/+2
* use $PHP_LAYOUT, not $libdir, to determine the extension install layoutStig Bakken2001-05-061-6/+7
* @Added --with-layout configure option (Stig)Stig Bakken2001-05-061-48/+81
* Fixed bugs: #10194, #9177.foobar2001-04-231-4/+6
* Uh, weird typo. Wonder when that crept in.Rasmus Lerdorf2001-04-231-1/+1
* * don't override $libdir and $datadir if they are specified on theStig Bakken2001-04-221-4/+4
* * expanded the following constants and made them available in PHP:Stig Bakken2001-04-221-42/+73
* Added --enable-php-streams option for experimental file abstractionWez Furlong2001-04-171-0/+8