summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Slight Darwin tweak from FredRasmus Lerdorf2000-08-221-1/+1
* Set abs_srcdir before SAPI modules' configure stuff is run.Sascha Schumann2000-08-071-3/+3
* Include <utime.h> in php_virtual_cwd.h.Sascha Schumann2000-08-061-0/+1
* Clean up the mess WRT rebuilding a limited set of files.Sascha Schumann2000-07-261-15/+11
* OK, got ahead of myself. Go back to where we started this morning.Joey Smith2000-07-261-2/+5
* OK, the fastgen stuff should be working OK, and normal configure should, too.Joey Smith2000-07-261-5/+2
* Make configure work again.Joey Smith2000-07-261-1/+1
* Finally fixed so config.status can regenerate single files withoutStig Bakken2000-07-251-4/+4
* * generate pear scripts properly with configureStig Bakken2000-07-241-4/+15
* @Set default include_path so PEAR files can be reached (Stig)Stig Bakken2000-07-181-0/+5
* Substitute CXX_PHP_COMPILE. Compiling C++ source files works now.Sascha Schumann2000-07-101-0/+1
* Add support for building C++ sources.Sascha Schumann2000-07-091-0/+3
* welcome 4.0.2-devThies C. Arntzen2000-06-291-1/+1
* TRACK_VARS is really no longer necessary...Zeev Suraski2000-06-261-9/+0
* Update to 4.0.1Zeev Suraski2000-06-221-1/+1
* Add alloca.h checkSascha Schumann2000-06-211-5/+3
* Warn about using the built-in MySQL libraryZeev Suraski2000-06-201-2/+18
* fix for BUG #5066Hartmut Holzgraefe2000-06-161-1/+1
* @- Updated strtotime() to handle many more formats. It now has completeAndrei Zmievski2000-06-151-0/+1
* Fix for #5028.Egon Schmid2000-06-141-1/+1
* Fix spellingSascha Schumann2000-06-131-1/+1
* Lets not offend anyone :)Zeev Suraski2000-06-121-1/+1
* Change directory name from core to main.Sascha Schumann2000-06-111-9/+9
* Prepare move of the top-level source files to the core directory.Sascha Schumann2000-06-111-10/+10
* Separate creating config_vars.mk and generating Makefiles.Sascha Schumann2000-06-111-1/+3
* Define _POSIX_PTHREAD_SEMANTICS on Solaris by default.Sascha Schumann2000-06-101-0/+2
* Real fix for std_syslog issue on OpenServer. This is limited to the nativeSascha Schumann2000-06-091-0/+1
* Wipe out acconfig.h.in and rewrite some checks to use PHP_ARG_ENABLE.Sascha Schumann2000-06-081-87/+60
* Back out the last change by Andi which caused TSRM to be always configured.Sascha Schumann2000-06-041-15/+16
* - Make TSRM always compile into PHP. We can now move virtual_cwd over here.Andi Gutmans2000-06-021-16/+15
* Make use of already existing macro PHP_PROG_SENDMAILSascha Schumann2000-05-311-4/+1
* - This should have been done for 4.0.0.Andi Gutmans2000-05-281-1/+1
* Add -traditional-cpp for Rhapsody and -D_BSD_TIMEOFDAY_FLAVOR for DG/UX.Sascha Schumann2000-05-241-2/+8
* Support old-style readdir_r()Sascha Schumann2000-05-241-1/+1
* Use reentrant version of readdir. If the target platform does not supportSascha Schumann2000-05-231-0/+1
* bump version to 4.0.1-devThies C. Arntzen2000-05-231-1/+1
* added new option "--enable-sigchild" (default is off)Thies C. Arntzen2000-05-181-0/+9
* Package 4.0.0Zeev Suraski2000-05-181-1/+1
* Make the shared library suffix dynamic. Improve workaround for libtool'sSascha Schumann2000-05-181-2/+4
* Fix workaround for systems where libtool cannot handle -avoid-versionSascha Schumann2000-05-181-1/+1
* Add debug.log facility. If there are any obscure bugs in our build system,Sascha Schumann2000-05-171-0/+23
* @- Improved round() to allow specification of rounding precision.Andrei Zmievski2000-05-171-1/+0
* Fix pointer to FAQ entry.Sascha Schumann2000-05-151-1/+1
* Use "mkdir -p" instead of "test -d || mkdir" where possibleSascha Schumann2000-05-151-9/+10
* Libtool creates libphp4.so.0.0 on at least AIX and FreeBSD 2.2.Sascha Schumann2000-05-071-1/+2
* This change addresses an issue on systems which cannot link against libnslSascha Schumann2000-05-061-5/+19
* Planning for 4.0RC2 on MondaySascha Schumann2000-05-061-1/+1
* Fix a bug introduced when the SAPI checks were moved.Sascha Schumann2000-05-051-1/+1
* Move dlopen in -ldl check to configure.in. This should ensure that if libdlSascha Schumann2000-05-051-0/+2
* Install extensions in different directories, so that users can haveSascha Schumann2000-05-041-4/+21