#
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.
|
#
1e31b775 |
| 30-Mar-2000 |
Sascha Schumann |
* Add --enable-libgcc which explicitly links against libgcc. * Some cleanup and increased use of PHP_ARG_[ENABLE|WITH]
|
#
4179e856 |
| 30-Mar-2000 |
Sascha Schumann |
Propagate pthread_cflags to CXXFLAGS and INLINE_CFLAGS
|
Revision tags: PHP-4.0-RC1 |
|
#
8c79054a |
| 26-Mar-2000 |
Zeev Suraski |
Package RC1
|
#
3b2bcf3c |
| 26-Mar-2000 |
Sascha Schumann |
Fix internal_functions.c screwup for people not using --with-mm
|
#
a2d42419 |
| 26-Mar-2000 |
Sascha Schumann |
Revamp session's config.m4 and reenable support for mm. The shared memory module works now successfully again under Apache and other web servers.
|
#
827ad656 |
| 18-Mar-2000 |
Sascha Schumann |
@- Added --disable-pic for disabling generating PIC for shared objects on platforms which support it (i.e. Linux) (Sascha) Additionally, we enforce passing pthread_cflags to the compi
@- Added --disable-pic for disabling generating PIC for shared objects on platforms which support it (i.e. Linux) (Sascha) Additionally, we enforce passing pthread_cflags to the compiler, if libtool chooses it as linker.
show more ...
|
#
9dca788c |
| 11-Mar-2000 |
Andi Gutmans |
- Don't define DEBUG anymore. Everyone should use PHP_DEBUG. There are 2-3 third-party libs in PHP which use DEBUG and I left them this way (primary example is pcrelib). - Please test
- Don't define DEBUG anymore. Everyone should use PHP_DEBUG. There are 2-3 third-party libs in PHP which use DEBUG and I left them this way (primary example is pcrelib). - Please test things and Andrei, can you check that pcrelib stopped printing the warning messages?
show more ...
|
#
4a50fde5 |
| 11-Mar-2000 |
Sascha Schumann |
mkextlib is not created anymore
|
#
cc14640f |
| 11-Mar-2000 |
Sascha Schumann |
We don't need mkextlib anymore
|
#
e8cf4a40 |
| 09-Mar-2000 |
Sascha Schumann |
Fix build problem on systems where ulong is not defined. There ulong was defined to `unsigned long long' resulting in compile-time problems in libmysql. The client library uses `ulong' an
Fix build problem on systems where ulong is not defined. There ulong was defined to `unsigned long long' resulting in compile-time problems in libmysql. The client library uses `ulong' an `unsigned long' interchangeable. The removed tests are performed by the Zend library, thus this change has no negative impact. Reported by: Dan Larsson <dl@tyfon.net>
show more ...
|
#
77fb7d2b |
| 07-Mar-2000 |
Sascha Schumann |
Write configuration parameters into `config.nice', so you can redo the same configuration with exactly one command.
|
#
1ceb19f1 |
| 07-Mar-2000 |
Sascha Schumann |
Use threads.m4
|
#
3bfe29fd |
| 03-Mar-2000 |
Sascha Schumann |
Support HP-UX 10.x non-standard time-related reentrant functions
|
#
c5977f65 |
| 29-Feb-2000 |
Sascha Schumann |
AD_ADD_LIBRARY_DEFER allows people to add libraries in a deferred way (needed for imap and recode)
|
#
bf5cb890 |
| 26-Feb-2000 |
Zeev Suraski |
- Convert 'PHP3' to 'PHP' - Avoid declaring crypt() related salt types twice
|
#
d23e5d83 |
| 25-Feb-2000 |
Stig Bakken |
@- Implemented default_charset and default_mimetype config directives (Stig) Implemented default_charset and default_mimetype configuration directives. Started implementing ticks in PHP.
|
#
a8c7a9de |
| 23-Feb-2000 |
Thies C. Arntzen |
bump version number
|