summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Support HP-UX 10.x non-standard time-related reentrant functionsSascha Schumann2000-03-031-0/+1
* AD_ADD_LIBRARY_DEFER allows people to add libraries in a deferred waySascha Schumann2000-02-291-1/+1
* - Convert 'PHP3' to 'PHP'Zeev Suraski2000-02-261-3/+3
* @- Implemented default_charset and default_mimetype config directives (Stig)Stig Bakken2000-02-251-9/+11
* bump version numberThies C. Arntzen2000-02-231-1/+1
* Proper check for getrusage(), it somehow disappeared.Sascha Schumann2000-02-231-0/+1
* Prepare a packageZeev Suraski2000-02-211-1/+1
* the next baby is likely to be RC1, but...Thies C. Arntzen2000-02-211-1/+1
* Go B4, go!Zeev Suraski2000-02-201-1/+1
* *** empty log message ***Zeev Suraski2000-02-191-2/+2
* First step to restoring the ability to build Java support on Unix:Sam Ruby2000-01-191-1/+4
* Only suppress including dlfcn.h when we are in PHP.Sascha Schumann2000-01-121-2/+2
* Avoid including dlfcn.h, if we are compiling as an Apache module.Sascha Schumann2000-01-121-2/+15
* Declare timezone only, if the system fails to do so.Sascha Schumann2000-01-011-0/+1
* Define to 1Sascha Schumann1999-12-301-1/+1
* Get rid of config.h.stub. Note that you should embed a comment aboutSascha Schumann1999-12-301-1/+1
* Integration of -ng changes. Changes:Sascha Schumann1999-12-301-99/+112
* Remove --enable-low-memory, and preserve LIBS from TSRMSascha Schumann1999-12-241-13/+2
* Clear LIBS as well, otherwise later linking checks (TSRM) might failSascha Schumann1999-12-221-2/+2
* Add TSRM's LDFLAGS to EXTRA_LDFLAGSSascha Schumann1999-12-221-1/+3
* Limit _POSIX_PTHREAD_SEMANTICS to Solaris, and stop appending -O2. ThisSascha Schumann1999-12-221-3/+5
* Move TSRM checks, so that additional flags can be consideredSascha Schumann1999-12-211-5/+5
* Only add additional include paths, if building in a separate directorySascha Schumann1999-12-211-2/+9
* Propagate ZTS setting correctlySascha Schumann1999-12-211-2/+1
* Fix typoSascha Schumann1999-12-201-1/+1
* libzend -> ZendZeev Suraski1999-12-191-5/+5
* Fix broken sprintf handling in PHPSascha Schumann1999-12-191-5/+1
* Refine PEAR option. Since it does not reference anything external, it should beSascha Schumann1999-12-191-11/+12
* Added --without-pear option.Andrei Zmievski1999-12-181-0/+15
* Remove passthru, it is not needed anymoreSascha Schumann1999-12-171-8/+4
* Build structure change. Instead of using an external configure for libzendSascha Schumann1999-12-171-56/+34
* 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