summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Not all systems have sys/ipc.h so let's check and only include it if weDavid Reid2002-11-041-0/+1
* Don't use autoconf 2.52 macros.Wez Furlong2002-10-291-5/+5
* Fix for #19508 by poleson@verio.net.Wez Furlong2002-10-291-0/+9
* - Enable the sed check. (and moved earlier so we can use the $SED everywhere)foobar2002-10-281-3/+3
* Back to 4.3.0-dev.Andrei Zmievski2002-10-271-1/+1
* Update to -pre2.Andrei Zmievski2002-10-271-1/+1
* Define HAVE_LIBDL, if dlopen() was found.Sascha Schumann2002-10-261-0/+3
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-0/+3
* Make PHP compile out-of-the-box with uClibcSascha Schumann2002-10-241-1/+2
* Possible fix for cygwin detection.foobar2002-10-231-0/+1
* - Moved CGI specific lines from configure.in to sapi/cgi/config9.m4foobar2002-10-211-4/+4
* Add the actual ftok check for Derick :-)Wez Furlong2002-10-201-0/+1
* Back to 4.3.0-dev.Andrei Zmievski2002-10-101-1/+1
* Update to 4.3.0-pre1.Andrei Zmievski2002-10-101-1/+1
* Revert to 4.3.0.Andrei Zmievski2002-10-081-1/+1
* add support for adding /usr/lib to the linkline by defaultSascha Schumann2002-10-081-2/+8
* Change HEAD version to 4.4.0-dev.Andrei Zmievski2002-10-051-1/+1
* As discussed, add --with-config-file-scan-dir compile-time switch definingRasmus Lerdorf2002-10-041-0/+8
* Check for C99 conformance of snprintf.Marcus Boerger2002-10-021-0/+1
* - Revert the removal of dlopen check here.foobar2002-10-011-0/+1
* - Removed unnecessary dlopen checks. (this is done in Zend.m4 already)foobar2002-10-011-1/+0
* Follow Yasuo's suggestion and build sapi program's under the sapi-specificSascha Schumann2002-09-291-8/+1
* Added php/embed toolkit for embedding PHP engine into C/C++ applications.Edin Kadribasic2002-09-291-0/+6
* Fix the errors reported by Melvynfoobar2002-09-061-1/+1
* @- Added --disable-all configure option. (Jani)foobar2002-09-041-25/+36
* Added a check for monetary.h needed for strfmon inside string.cIlia Alshanetsky2002-08-211-0/+1
* Default is enable, so better --disable-ipv6 I guessStig Venaas2002-08-171-1/+1
* Added --enable-ipv6 and only look up AAAA in DNS when enabledStig Venaas2002-08-171-3/+7
* Centralize some blocking socket related code.Wez Furlong2002-08-091-0/+1
* Fix the framework supportMarko Karppinen2002-08-061-0/+1
* Support compiling and linking against Darwin / Mac OS X frameworksMarko Karppinen2002-08-061-0/+1
* Fix bug: #18308. (uname -a sometimes has extra linefeeds)foobar2002-07-231-2/+2
* This should fix those solaris+gcc bugs when --enable-libgcc is not usedfoobar2002-07-231-30/+27
* Improve/fix handling of --disable-rpathSascha Schumann2002-07-201-1/+1
* We have a macro for checking -R, etc. switches. (exactly same code)foobar2002-07-171-26/+3
* Fix the Solaris issue where CPP was set wrongly to "cc -E", becauseSascha Schumann2002-07-051-3/+3
* Remove remainings of bsd_makefileSascha Schumann2002-07-051-4/+0
* 1. PHP_CHECK_FUNC(func, lib1, lib2, ..., libn) searches forSascha Schumann2002-07-041-68/+32
* Avoid error messages, if the variable is empty.Sascha Schumann2002-07-021-1/+1
* In Darwin we have this thing called two-level namespaceMarko Karppinen2002-07-011-2/+3
* - gethostname() is found in glibc (at least on Linux) and the yp_* funcsfoobar2002-06-241-6/+9
* - Add zend_mm.cAndi Gutmans2002-06-161-1/+1
* Disable installing pear when --disable-cli is used since pear installerEdin Kadribasic2002-06-111-1/+1
* @New constants: PHP_PREFIX and PHP_SHLIB_SUFFIX (Stig)Stig Bakken2002-06-071-0/+1
* * get rid of pearizeStig Bakken2002-06-071-2/+1
* - Fix build with Engine 2Andi Gutmans2002-06-011-1/+1
* some versions of autoconf pad CONFIG_FILES with a single space.Sascha Schumann2002-05-141-1/+1
* Fixed "make install" when compiled with --disable-cli option.Edin Kadribasic2002-05-101-1/+2
* Fix 'php-config --version'foobar2002-05-091-2/+1
* Added conversion support from script character encoding to internal character...Rui Hirokawa2002-05-081-1/+1