| Commit message (Expand) | Author | Age | Files | Lines |
* | dlfcn.h was not found on Solaris when using forte cc | foobar | 2003-08-07 | 1 | -0/+1 |
* | Fix install-sapi dependency - it should depend on OVERALL_TARGET, of course. | Sascha Schumann | 2003-07-02 | 1 | -16/+4 |
* | - Separate CGI build from regular SAPI build | foobar | 2003-07-01 | 1 | -4/+16 |
* | - Changed 'grep -E' back to 'egrep'. | foobar | 2003-07-01 | 1 | -1/+1 |
* | add support for end_reflection_api.c | George Schlossnagle | 2003-06-30 | 1 | -1/+1 |
* | - Moved the PEAR check after the extensions. | foobar | 2003-06-30 | 1 | -40/+73 |
* | - Remove register_globals warning, and "built-in MySQL lib" warning | Derick Rethans | 2003-06-29 | 1 | -24/+0 |
* | Move along, nothing to see. | Edin Kadribasic | 2003-06-27 | 1 | -1/+1 |
* | beta 1 | Sterling Hughes | 2003-06-27 | 1 | -1/+1 |
* | Try to link the getaddrinfo test, so that one can disable it using | Sascha Schumann | 2003-06-27 | 1 | -1/+1 |
* | - Unified PHP_SETUP_OPENSSL with other PHP_SETUP_* macros. | foobar | 2003-06-24 | 1 | -12/+0 |
* | Fix build when builddir != srcdir. | Wez Furlong | 2003-06-23 | 1 | -1/+1 |
* | default_classes belongs to ZE2 part | Stanislav Malyshev | 2003-06-16 | 1 | -2/+2 |
* | Fix speling found by Allowee <php@allowee.no-ip.com> | Marcus Boerger | 2003-05-24 | 1 | -1/+1 |
* | - Unbundle libxml and expat. Now this compiles too.. | foobar | 2003-05-19 | 1 | -8/+0 |
* | beginnings of php5/bundle support | Sterling Hughes | 2003-05-02 | 1 | -0/+7 |
* | cygwin ships with bison 1.875b, so we need to remove that b here | Sascha Schumann | 2003-04-13 | 1 | -1/+1 |
* | --enable-all is not useful at all, removed from help | foobar | 2003-04-05 | 1 | -1/+0 |
* | - Checks specific to some extension belong in the extension's config.m4 | foobar | 2003-04-04 | 1 | -9/+0 |
* | Added cmsghdr check. Now sockets extension can be built under cygwin. | Moriyoshi Koizumi | 2003-04-04 | 1 | -0/+9 |
* | Check for flex version 2.5.4 | Marcus Boerger | 2003-04-03 | 1 | -2/+2 |
* | For now only bison 1.28, 1.35 and 1.75 are working properly | Marcus Boerger | 2003-04-02 | 1 | -2/+2 |
* | Fixed bug #22987 (missing perror() check in configure) | foobar | 2003-04-01 | 1 | -0/+1 |
* | Improved bison check; now configure accepts 1.28, 1.35, and 1.75 only. | Moriyoshi Koizumi | 2003-03-29 | 1 | -2/+2 |
* | update php module name to php5, not php4. | Sterling Hughes | 2003-03-29 | 1 | -3/+3 |
* | Correcting checking of flex version (dave) | David Hill | 2003-03-27 | 1 | -4/+12 |
* | Made "--with-pear" "--disable-all"-aware. Plus some cosmetics fixes. | foobar | 2003-03-25 | 1 | -2/+2 |
* | add a standard Exception class. | Sterling Hughes | 2003-03-23 | 1 | -1/+1 |
* | Fix for Bug #21310, based on a patch by jflemer@php.net. | Wez Furlong | 2003-03-17 | 1 | -0/+1 |
* | - Always use the shtool mkdir. | foobar | 2003-03-10 | 1 | -4/+4 |
* | Create php_version.h in the correct directory | foobar | 2003-03-07 | 1 | -4/+3 |
* | New user-space functions: | Wez Furlong | 2003-02-28 | 1 | -0/+2 |
* | Another big commit (tm). | Wez Furlong | 2003-02-27 | 1 | -1/+1 |
* | - Fixed bug #21224 (apache configure fails when using --enable-versioning) | foobar | 2003-02-25 | 1 | -3/+7 |
* | typofix | foobar | 2003-02-25 | 1 | -1/+1 |
* | - Fixed bug #14245 ('make install' fails on AIX when using --with-apxs). | foobar | 2003-02-25 | 1 | -0/+7 |
* | Implement simple stream support in the ZE scanners. | Wez Furlong | 2003-02-18 | 1 | -1/+1 |
* | Move streams files around a bit, to ease maintenance. | Wez Furlong | 2003-02-16 | 1 | -2/+6 |
* | - Don't add libcrypt if the crypt() function is provided already. | foobar | 2003-02-14 | 1 | -7/+7 |
* | supply mandir to makefile | Sascha Schumann | 2003-02-11 | 1 | -0/+1 |
* | - Fixed some weird crashes causd by the new default behaviour | foobar | 2003-02-11 | 1 | -0/+2 |
* | - Updated libtool to 1.4.3 which has test for the sed problem.. | foobar | 2003-02-10 | 1 | -3/+0 |
* | - Fixed bug: #13561 (--without-pear prevents install of phpize, php-config) | foobar | 2003-01-28 | 1 | -7/+9 |
* | Moved the scandir code into it's own files so that it can be used by other | Ilia Alshanetsky | 2003-01-27 | 1 | -1/+3 |
* | remove this stupid highlight which causes trouble. | foobar | 2003-01-23 | 1 | -3/+2 |
* | relabel | Zeev Suraski | 2003-01-19 | 1 | -4/+4 |
* | Fix bug: #21511, config.status warning | foobar | 2003-01-09 | 1 | -6/+4 |
* | Time for an update | Zeev Suraski | 2003-01-09 | 1 | -2/+2 |
* | Raise required OpenSSL version to 0.9.6. | Ilia Alshanetsky | 2003-01-02 | 1 | -1/+1 |
* | Workaround for glibc 2.2.9x and later "a+" bug that does not seek to EOF for | Wez Furlong | 2003-01-01 | 1 | -0/+1 |