| Commit message (Expand) | Author | Age | Files | Lines |
* | Limit _POSIX_PTHREAD_SEMANTICS to Solaris, and stop appending -O2. This | Sascha Schumann | 1999-12-22 | 1 | -3/+5 |
* | Move TSRM checks, so that additional flags can be considered | Sascha Schumann | 1999-12-21 | 1 | -5/+5 |
* | Only add additional include paths, if building in a separate directory | Sascha Schumann | 1999-12-21 | 1 | -2/+9 |
* | Propagate ZTS setting correctly | Sascha Schumann | 1999-12-21 | 1 | -2/+1 |
* | Fix typo | Sascha Schumann | 1999-12-20 | 1 | -1/+1 |
* | libzend -> Zend | Zeev Suraski | 1999-12-19 | 1 | -5/+5 |
* | Fix broken sprintf handling in PHP | Sascha Schumann | 1999-12-19 | 1 | -5/+1 |
* | Refine PEAR option. Since it does not reference anything external, it should be | Sascha Schumann | 1999-12-19 | 1 | -11/+12 |
* | Added --without-pear option. | Andrei Zmievski | 1999-12-18 | 1 | -0/+15 |
* | Remove passthru, it is not needed anymore | Sascha Schumann | 1999-12-17 | 1 | -8/+4 |
* | Build structure change. Instead of using an external configure for libzend | Sascha Schumann | 1999-12-17 | 1 | -56/+34 |
* | Moving APXS-specific checks into respective config.m4. The placement of | Sascha Schumann | 1999-12-11 | 1 | -9/+7 |
* | Revert the patch. | Andrei Zmievski | 1999-12-07 | 1 | -4/+1 |
* | Add check for broken apxs script | Rasmus Lerdorf | 1999-12-07 | 1 | -0/+10 |
* | Need to check for __inet_aton on Solaris. | Andrei Zmievski | 1999-12-07 | 1 | -1/+4 |
* | Move it to the right place | Sascha Schumann | 1999-12-07 | 1 | -1/+2 |
* | Separate libpaths into PHP_LDFLAGS, so that we can address them | Sascha Schumann | 1999-12-06 | 1 | -3/+2 |
* | Add rpaths to LDFLAGS during configure, drop them later. | Sascha Schumann | 1999-12-05 | 1 | -2/+5 |
* | Prepend added libraries and separate LDFLAGS handling | Sascha Schumann | 1999-12-05 | 1 | -1/+3 |
* | Create ``libs'' subdirectory as the current user and add /usr/ucblib | Sascha Schumann | 1999-12-04 | 1 | -0/+8 |
* | Don't overwrite EXTRA_LIBS, some ext config.m4s access it directly | Sascha Schumann | 1999-12-04 | 1 | -1/+1 |
* | Use LIBS instead of EXTRA_LIBS, so that inter-library dependences can | Sascha Schumann | 1999-12-04 | 1 | -2/+2 |
* | Check for htonl in libsocket (sol251), and move inet_aton check in libbind to... | Sascha Schumann | 1999-12-04 | 1 | -1/+8 |
* | Fix for #2909 | Sascha Schumann | 1999-12-03 | 1 | -1/+1 |
* | inet_aton is in libresolv on Solaris 2.5.1 | Sascha Schumann | 1999-12-03 | 1 | -0/+2 |
* | Solaris needs -D_REENTRANT to define prototypes for localtime_r etc. | Sascha Schumann | 1999-12-03 | 1 | -2/+1 |
* | Add check for socklen_t (we cannot use AC_CHECK_TYPE, because socklen_t | Sascha Schumann | 1999-12-03 | 1 | -8/+24 |
* | Add configure command to phpinfo() output (Stig) | Stig Bakken | 1999-12-03 | 1 | -0/+6 |
* | @Fix some warnings when compiling in maintainer-mode (Stig) | Stig Bakken | 1999-12-01 | 1 | -3/+1 |
* | Add '--enable-low-memory' option. | Sascha Schumann | 1999-11-30 | 1 | -1/+13 |
* | @Renamed "PECL" to "PEAR" (PHP Extension and Add-on Repository). | Stig Bakken | 1999-11-28 | 1 | -1/+1 |
* | Test for PHP_THREAD_SAFETY | Sascha Schumann | 1999-11-27 | 1 | -1/+1 |
* | PERL_PATH is used nowhere | Sascha Schumann | 1999-11-27 | 1 | -1/+0 |
* | Add --enable-experimental-zts | Sascha Schumann | 1999-11-27 | 1 | -13/+29 |
* | Enable _POSIX_THREAD_SEMANTICS for all configurations testwise | Sascha Schumann | 1999-11-26 | 1 | -2/+4 |
* | - move strtok_r into reentrancy.c | Sascha Schumann | 1999-11-26 | 1 | -1/+3 |
* | Add reentrant versions of ctime, localtime, gmtime, asctime. | Sascha Schumann | 1999-11-26 | 1 | -0/+4 |
* | Add strtok_r replacement function from FreeBSD-current. | Sascha Schumann | 1999-11-26 | 1 | -2/+1 |
* | Only create regex/Makefile, if we use the bundled regex library | Sascha Schumann | 1999-11-23 | 1 | -1/+1 |
* | @Introduced PECL - PHP Extension and Code Library (prounounced "picke") | Stig Bakken | 1999-11-22 | 1 | -1/+2 |
* | --enable-versioning can now be used with CGI/AOLserver as well. Note that | Sascha Schumann | 1999-11-20 | 1 | -13/+14 |
* | Remove --enable-thread-safety. There is no reason people should be able | Sascha Schumann | 1999-11-17 | 1 | -18/+14 |
* | b3 is already tagged in CVS | Thies C. Arntzen | 1999-11-17 | 1 | -1/+1 |
* | 4.0b3 coming up | Stig Bakken | 1999-11-16 | 1 | -1/+1 |
* | @Added tmpfile() function (Stig) | Stig Bakken | 1999-11-14 | 1 | -1/+0 |
* | Improve regex library selection. It lets user specify whether they want | Sascha Schumann | 1999-11-13 | 1 | -1/+1 |
* | - remove extra CPPFLAGS from top-level Makefile | Sascha Schumann | 1999-11-13 | 1 | -1/+1 |
* | Export CPPFLAGS to propagate additional flags | Sascha Schumann | 1999-11-13 | 1 | -0/+1 |
* | Fix typo (escape sign was one off) | Sascha Schumann | 1999-11-13 | 1 | -1/+1 |
* | preparing 4.0b3-RC5 | Sascha Schumann | 1999-11-13 | 1 | -1/+1 |