#
2aaa538a |
| 23-May-2000 |
Sascha Schumann |
Use reentrant version of readdir. If the target platform does not support the POSIX-like readdir_r, we fall back to readdir. In ZTS mode, this will cause php_readdir_r calls to be serialized.
|
#
61ceb9e5 |
| 23-May-2000 |
Thies C. Arntzen |
bump version to 4.0.1-dev
|
Revision tags: php-4.0.0 |
|
#
674f4bac |
| 18-May-2000 |
Thies C. Arntzen |
added new option "--enable-sigchild" (default is off) when using this option php will setup it's own SIGCHLD handler. when using oracle-libraries >= 8.1 on linux you need this option if y
added new option "--enable-sigchild" (default is off) when using this option php will setup it's own SIGCHLD handler. when using oracle-libraries >= 8.1 on linux you need this option if you are connecting using the BEQ interface - elsewise you will see <defunc> processes whenever a php-script disconnects from oracle.
show more ...
|
#
7e0a18d0 |
| 18-May-2000 |
Zeev Suraski |
Package 4.0.0
|
#
f04936f8 |
| 18-May-2000 |
Sascha Schumann |
Make the shared library suffix dynamic. Improve workaround for libtool's inflexibility WRT -avoid-version to support various numbers of .0
|
#
b4589027 |
| 18-May-2000 |
Sascha Schumann |
Fix workaround for systems where libtool cannot handle -avoid-version correctly.
|
#
db3d16dc |
| 17-May-2000 |
Sascha Schumann |
Add debug.log facility. If there are any obscure bugs in our build system, this will give us enough information to find and fix it.
|
#
08ff225a |
| 17-May-2000 |
Andrei Zmievski |
@- Improved round() to allow specification of rounding precision. @ (Andrei, Todd Kirby <kirbyt@yahoo.com>)
|
#
c20fb0c2 |
| 15-May-2000 |
Sascha Schumann |
Fix pointer to FAQ entry. PR: #4451
|
#
8ab33a4d |
| 15-May-2000 |
Sascha Schumann |
Use "mkdir -p" instead of "test -d || mkdir" where possible
|
Revision tags: php-4.0RC2 |
|
#
873df0ae |
| 07-May-2000 |
Sascha Schumann |
Libtool creates libphp4.so.0.0 on at least AIX and FreeBSD 2.2. This hack will catch the resulting shared library anyway. The Right Way to approach this is to fix libtool to properl
Libtool creates libphp4.so.0.0 on at least AIX and FreeBSD 2.2. This hack will catch the resulting shared library anyway. The Right Way to approach this is to fix libtool to properly handle -module on all platforms.
show more ...
|
#
ec9612aa |
| 06-May-2000 |
Sascha Schumann |
This change addresses an issue on systems which cannot link against libnsl and libsocket, resulting in segfaults. If yp_get_default_domain is available after checking for libsocket, we assume
This change addresses an issue on systems which cannot link against libnsl and libsocket, resulting in segfaults. If yp_get_default_domain is available after checking for libsocket, we assume we do not need libnsl anymore.
show more ...
|
#
17b84ad7 |
| 06-May-2000 |
Sascha Schumann |
Planning for 4.0RC2 on Monday
|
#
30f6031b |
| 05-May-2000 |
Sascha Schumann |
Fix a bug introduced when the SAPI checks were moved. INCLUDES were overwritten, so i.e. APXS builds failed.
|
#
f51b56cf |
| 05-May-2000 |
Sascha Schumann |
Move dlopen in -ldl check to configure.in. This should ensure that if libdl exists, it will be always found. We define HAVE_LIBDL now always, if the function dlopen is found.
|
#
a88946c7 |
| 04-May-2000 |
Sascha Schumann |
Install extensions in different directories, so that users can have various PHP installations with different parameters.
|
#
d0f3764e |
| 04-May-2000 |
Sascha Schumann |
Change reentrancy API to always use the php prefix. Check for the declaration of reentrant functions, so that we can use them in non-ZTS mode on all platforms.
|
#
b6e4841e |
| 04-May-2000 |
Sascha Schumann |
Determine first whether we will use ZTS mode or not. This is important, because the system checks will yield different results depending on whether POSIX threads are enabled or not.
Determine first whether we will use ZTS mode or not. This is important, because the system checks will yield different results depending on whether POSIX threads are enabled or not. We also use PTHREADS_CFLAGS only in ZTS mode now. Using these flags in non-ZTS mode causes complete build failures on some platforms (i.e. FreeBSD 2.2.x). This will cause harmless warnings on some platforms (i.e. Solaris 2).
show more ...
|
#
fca9539d |
| 02-May-2000 |
Sascha Schumann |
Preset extension_dir to the installation directory of PHP modules. This effectively means that dl() will work without having an installed configuration file.
|
#
a481fddf |
| 01-May-2000 |
Sascha Schumann |
Improved in-tree shared libraries build system The following new/revived shared modules are available now: ... MySQL (*) ... PCRE (*) ... Session ... SWF
Improved in-tree shared libraries build system The following new/revived shared modules are available now: ... MySQL (*) ... PCRE (*) ... Session ... SWF (*) capable of using bundled library or external library All changes: The m4 macro PHP_EXTENSION was revamped. Uses LIB_BUILD now. This effectively means that all extensions have to use dynlib. ext/mysql/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/pcre/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/ext_skel was changed to reflect that more modules should be compileable as shared module. ext/Makefile.in has been simplified enormously. Dependencies are now stored in the build tree. Empty dependencies are not generated by buildconf anymore. They are now dynamically created during the build process. Implicit rules for .S were removed. The NO_RECURSION feature was removed. "libs.mk" has been added to all cvsignore files in ext.
show more ...
|
#
70b2013f |
| 20-Apr-2000 |
Andrei Zmievski |
Check for ieeefp.h.
|
#
8b1b39b5 |
| 16-Apr-2000 |
Rasmus Lerdorf |
Move this check to the main configure.in file. Fixes #3979
|
#
06e504d3 |
| 13-Apr-2000 |
Martin Kraemer |
Test for EBCDIC platform
|
#
77688ff3 |
| 01-Apr-2000 |
Sascha Schumann |
Up version number to 4.0RC2-dev. (4.0-dev looks too general for now.)
|
#
0a52ef64 |
| 30-Mar-2000 |
Sascha Schumann |
Build the bundled mysqlclient library thread-safe in thread-safe mode.
|