summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RETURN_REF'.experimental/RETURN_REFSVN Migration1999-12-121-842/+0
* Moving APXS-specific checks into respective config.m4. The placement ofSascha Schumann1999-12-111-9/+7
* Revert the patch.Andrei Zmievski1999-12-071-4/+1
* Add check for broken apxs scriptRasmus Lerdorf1999-12-071-0/+10
* Need to check for __inet_aton on Solaris.Andrei Zmievski1999-12-071-1/+4
* Move it to the right placeSascha Schumann1999-12-071-1/+2
* Separate libpaths into PHP_LDFLAGS, so that we can address themSascha Schumann1999-12-061-3/+2
* Add rpaths to LDFLAGS during configure, drop them later.Sascha Schumann1999-12-051-2/+5
* Prepend added libraries and separate LDFLAGS handlingSascha Schumann1999-12-051-1/+3
* Create ``libs'' subdirectory as the current user and add /usr/ucblibSascha Schumann1999-12-041-0/+8
* Don't overwrite EXTRA_LIBS, some ext config.m4s access it directlySascha Schumann1999-12-041-1/+1
* Use LIBS instead of EXTRA_LIBS, so that inter-library dependences canSascha Schumann1999-12-041-2/+2
* Check for htonl in libsocket (sol251), and move inet_aton check in libbind to...Sascha Schumann1999-12-041-1/+8
* Fix for #2909Sascha Schumann1999-12-031-1/+1
* inet_aton is in libresolv on Solaris 2.5.1Sascha Schumann1999-12-031-0/+2
* Solaris needs -D_REENTRANT to define prototypes for localtime_r etc.Sascha Schumann1999-12-031-2/+1
* Add check for socklen_t (we cannot use AC_CHECK_TYPE, because socklen_tSascha Schumann1999-12-031-8/+24
* Add configure command to phpinfo() output (Stig)Stig Bakken1999-12-031-0/+6
* @Fix some warnings when compiling in maintainer-mode (Stig)Stig Bakken1999-12-011-3/+1
* Add '--enable-low-memory' option.Sascha Schumann1999-11-301-1/+13
* @Renamed "PECL" to "PEAR" (PHP Extension and Add-on Repository).Stig Bakken1999-11-281-1/+1
* Test for PHP_THREAD_SAFETYSascha Schumann1999-11-271-1/+1
* PERL_PATH is used nowhereSascha Schumann1999-11-271-1/+0
* Add --enable-experimental-ztsSascha Schumann1999-11-271-13/+29
* Enable _POSIX_THREAD_SEMANTICS for all configurations testwiseSascha Schumann1999-11-261-2/+4
* - move strtok_r into reentrancy.cSascha Schumann1999-11-261-1/+3
* Add reentrant versions of ctime, localtime, gmtime, asctime.Sascha Schumann1999-11-261-0/+4
* Add strtok_r replacement function from FreeBSD-current.Sascha Schumann1999-11-261-2/+1
* Only create regex/Makefile, if we use the bundled regex librarySascha Schumann1999-11-231-1/+1
* @Introduced PECL - PHP Extension and Code Library (prounounced "picke")Stig Bakken1999-11-221-1/+2
* --enable-versioning can now be used with CGI/AOLserver as well. Note thatSascha Schumann1999-11-201-13/+14
* Remove --enable-thread-safety. There is no reason people should be ableSascha Schumann1999-11-171-18/+14
* b3 is already tagged in CVSThies C. Arntzen1999-11-171-1/+1
* 4.0b3 coming upStig Bakken1999-11-161-1/+1
* @Added tmpfile() function (Stig)Stig Bakken1999-11-141-1/+0
* Improve regex library selection. It lets user specify whether they wantSascha Schumann1999-11-131-1/+1
* - remove extra CPPFLAGS from top-level MakefileSascha Schumann1999-11-131-1/+1
* Export CPPFLAGS to propagate additional flagsSascha Schumann1999-11-131-0/+1
* Fix typo (escape sign was one off)Sascha Schumann1999-11-131-1/+1
* preparing 4.0b3-RC5Sascha Schumann1999-11-131-1/+1
* Remove the extra INCLUDES line from most automake Mafiles. This is notSascha Schumann1999-11-131-1/+3
* Enable selective regex library compilation.Sascha Schumann1999-11-121-43/+2
* 4.0b3-RC4Stig Bakken1999-11-091-1/+1
* Bump version to 4.0b3-RC3.Stig Bakken1999-11-091-1/+1
* Cleaned up makedist a bit more.Stig Bakken1999-11-081-1/+1
* (PHP tempnam) now uses mkstemp() if availableStig Bakken1999-11-081-0/+1
* Version updateZeev Suraski1999-11-061-1/+1
* # First shot at 4.0b3.Stig Bakken1999-11-041-1/+1
* Additional check for concurrent use of --with-{apache,apxs}Sascha Schumann1999-11-021-4/+5
* Remove SAPI_TARGET and use PHP_SAPI completely.Sascha Schumann1999-10-071-2/+5