summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change reentrancy API to always use the php prefix.Sascha Schumann2000-05-041-0/+1
* Determine first whether we will use ZTS mode or not.Sascha Schumann2000-05-041-33/+32
* Preset extension_dir to the installation directory of PHP modules.Sascha Schumann2000-05-021-1/+3
* Improved in-tree shared libraries build systemSascha Schumann2000-05-011-4/+6
* Check for ieeefp.h.Andrei Zmievski2000-04-201-0/+1
* Move this check to the main configure.in file. Fixes #3979Rasmus Lerdorf2000-04-161-0/+1
* Test for EBCDIC platformMartin Kraemer2000-04-131-0/+3
* Up version number to 4.0RC2-dev. (4.0-dev looks too general for now.)Sascha Schumann2000-04-011-1/+1
* Build the bundled mysqlclient library thread-safe in thread-safe mode.Sascha Schumann2000-03-301-0/+6
* * Add --enable-libgcc which explicitly links against libgcc.Sascha Schumann2000-03-301-91/+48
* Propagate pthread_cflags to CXXFLAGS and INLINE_CFLAGSSascha Schumann2000-03-301-0/+2
* Package RC1Zeev Suraski2000-03-261-1/+1
* Fix internal_functions.c screwup for people not using --with-mmSascha Schumann2000-03-261-1/+1
* Revamp session's config.m4 and reenable support for mm. The shared memorySascha Schumann2000-03-261-1/+1
* @- Added --disable-pic for disabling generating PIC for shared objectsSascha Schumann2000-03-181-9/+35
* - Don't define DEBUG anymore. Everyone should use PHP_DEBUG.Andi Gutmans2000-03-111-2/+0
* mkextlib is not created anymoreSascha Schumann2000-03-111-1/+0
* We don't need mkextlib anymoreSascha Schumann2000-03-111-1/+1
* Fix build problem on systems where ulong is not defined.Sascha Schumann2000-03-091-3/+0
* Write configuration parameters into `config.nice', so you can redo theSascha Schumann2000-03-071-2/+3
* Use threads.m4Sascha Schumann2000-03-071-6/+1
* 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