| Commit message (Expand) | Author | Age | Files | Lines |
* | Speling (found by Andi) | Marcus Boerger | 2002-11-15 | 1 | -1/+1 |
* | db is deprecated now | Marcus Boerger | 2002-11-15 | 1 | -0/+11 |
* | use grep -E instead of egrep. the latter is not defined by POSIX anymore | Sascha Schumann | 2002-11-15 | 1 | -1/+1 |
* | - Remove PHP_DISABLE_CLI | Sascha Schumann | 2002-11-14 | 1 | -2/+2 |
* | Change version to 4.4.0-dev. | Andrei Zmievski | 2002-11-13 | 1 | -1/+1 |
* | Added a flex version check. In the event required flex version is not | Ilia Alshanetsky | 2002-11-11 | 1 | -0/+6 |
* | Not all systems have sys/ipc.h so let's check and only include it if we | David Reid | 2002-11-04 | 1 | -0/+1 |
* | Don't use autoconf 2.52 macros. | Wez Furlong | 2002-10-29 | 1 | -5/+5 |
* | Fix for #19508 by poleson@verio.net. | Wez Furlong | 2002-10-29 | 1 | -0/+9 |
* | - Enable the sed check. (and moved earlier so we can use the $SED everywhere) | foobar | 2002-10-28 | 1 | -3/+3 |
* | Back to 4.3.0-dev. | Andrei Zmievski | 2002-10-27 | 1 | -1/+1 |
* | Update to -pre2. | Andrei Zmievski | 2002-10-27 | 1 | -1/+1 |
* | Define HAVE_LIBDL, if dlopen() was found. | Sascha Schumann | 2002-10-26 | 1 | -0/+3 |
* | centralize #include "build-defs.h" and drop (sometimes inconsistent) other | Sascha Schumann | 2002-10-24 | 1 | -0/+3 |
* | Make PHP compile out-of-the-box with uClibc | Sascha Schumann | 2002-10-24 | 1 | -1/+2 |
* | Possible fix for cygwin detection. | foobar | 2002-10-23 | 1 | -0/+1 |
* | - Moved CGI specific lines from configure.in to sapi/cgi/config9.m4 | foobar | 2002-10-21 | 1 | -4/+4 |
* | Add the actual ftok check for Derick :-) | Wez Furlong | 2002-10-20 | 1 | -0/+1 |
* | Back to 4.3.0-dev. | Andrei Zmievski | 2002-10-10 | 1 | -1/+1 |
* | Update to 4.3.0-pre1. | Andrei Zmievski | 2002-10-10 | 1 | -1/+1 |
* | Revert to 4.3.0. | Andrei Zmievski | 2002-10-08 | 1 | -1/+1 |
* | add support for adding /usr/lib to the linkline by default | Sascha Schumann | 2002-10-08 | 1 | -2/+8 |
* | Change HEAD version to 4.4.0-dev. | Andrei Zmievski | 2002-10-05 | 1 | -1/+1 |
* | As discussed, add --with-config-file-scan-dir compile-time switch defining | Rasmus Lerdorf | 2002-10-04 | 1 | -0/+8 |
* | Check for C99 conformance of snprintf. | Marcus Boerger | 2002-10-02 | 1 | -0/+1 |
* | - Revert the removal of dlopen check here. | foobar | 2002-10-01 | 1 | -0/+1 |
* | - Removed unnecessary dlopen checks. (this is done in Zend.m4 already) | foobar | 2002-10-01 | 1 | -1/+0 |
* | Follow Yasuo's suggestion and build sapi program's under the sapi-specific | Sascha Schumann | 2002-09-29 | 1 | -8/+1 |
* | Added php/embed toolkit for embedding PHP engine into C/C++ applications. | Edin Kadribasic | 2002-09-29 | 1 | -0/+6 |
* | Fix the errors reported by Melvyn | foobar | 2002-09-06 | 1 | -1/+1 |
* | @- Added --disable-all configure option. (Jani) | foobar | 2002-09-04 | 1 | -25/+36 |
* | Added a check for monetary.h needed for strfmon inside string.c | Ilia Alshanetsky | 2002-08-21 | 1 | -0/+1 |
* | Default is enable, so better --disable-ipv6 I guess | Stig Venaas | 2002-08-17 | 1 | -1/+1 |
* | Added --enable-ipv6 and only look up AAAA in DNS when enabled | Stig Venaas | 2002-08-17 | 1 | -3/+7 |
* | Centralize some blocking socket related code. | Wez Furlong | 2002-08-09 | 1 | -0/+1 |
* | Fix the framework support | Marko Karppinen | 2002-08-06 | 1 | -0/+1 |
* | Support compiling and linking against Darwin / Mac OS X frameworks | Marko Karppinen | 2002-08-06 | 1 | -0/+1 |
* | Fix bug: #18308. (uname -a sometimes has extra linefeeds) | foobar | 2002-07-23 | 1 | -2/+2 |
* | This should fix those solaris+gcc bugs when --enable-libgcc is not used | foobar | 2002-07-23 | 1 | -30/+27 |
* | Improve/fix handling of --disable-rpath | Sascha Schumann | 2002-07-20 | 1 | -1/+1 |
* | We have a macro for checking -R, etc. switches. (exactly same code) | foobar | 2002-07-17 | 1 | -26/+3 |
* | Fix the Solaris issue where CPP was set wrongly to "cc -E", because | Sascha Schumann | 2002-07-05 | 1 | -3/+3 |
* | Remove remainings of bsd_makefile | Sascha Schumann | 2002-07-05 | 1 | -4/+0 |
* | 1. PHP_CHECK_FUNC(func, lib1, lib2, ..., libn) searches for | Sascha Schumann | 2002-07-04 | 1 | -68/+32 |
* | Avoid error messages, if the variable is empty. | Sascha Schumann | 2002-07-02 | 1 | -1/+1 |
* | In Darwin we have this thing called two-level namespace | Marko Karppinen | 2002-07-01 | 1 | -2/+3 |
* | - gethostname() is found in glibc (at least on Linux) and the yp_* funcs | foobar | 2002-06-24 | 1 | -6/+9 |
* | - Add zend_mm.c | Andi Gutmans | 2002-06-16 | 1 | -1/+1 |
* | Disable installing pear when --disable-cli is used since pear installer | Edin Kadribasic | 2002-06-11 | 1 | -1/+1 |
* | @New constants: PHP_PREFIX and PHP_SHLIB_SUFFIX (Stig) | Stig Bakken | 2002-06-07 | 1 | -0/+1 |