summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update commentZeev Suraski2002-05-021-4/+8
* Readd warningSascha Schumann2002-05-021-0/+6
* in6addr_any is defined as extern in IRIX header files, but is not actuallySascha Schumann2002-05-021-3/+3
* Remove bogus warning.foobar2002-05-021-5/+0
* Add a big disclaimer regarding register_globals. It just bit me againSascha Schumann2002-05-011-0/+6
* reuse known valuesSascha Schumann2002-04-261-3/+3
* ws fixfoobar2002-04-231-49/+51
* Part 2 of static apache build fixes:foobar2002-04-231-1/+8
* Apply patch for MAJOR_VERSION etc. by Joseph TateWez Furlong2002-04-111-1/+10
* make (v)spprintf availableMarcus Boerger2002-04-101-1/+1
* apply jan's configure check for apache2 and freebsd (relating to the useSterling Hughes2002-04-071-0/+9
* Improve the life of external extension maintainers bySascha Schumann2002-04-061-0/+1
* - OS X support for dynamically loaded extensions. (patch by Marko)foobar2002-04-041-0/+1
* Fix for bug: #5499 (no need to MFH this one)foobar2002-04-011-1/+1