summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
...
* @- 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
* 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