#
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
|
#
da8c6bea |
| 23-Feb-2000 |
Sascha Schumann |
Proper check for getrusage(), it somehow disappeared.
|
Revision tags: php-4.0b4pl1 |
|
#
a763da63 |
| 21-Feb-2000 |
Zeev Suraski |
Prepare a package
|
#
ef1ea9c8 |
| 21-Feb-2000 |
Thies C. Arntzen |
the next baby is likely to be RC1, but...
|
Revision tags: php-4.0b4 |
|
#
021836ef |
| 20-Feb-2000 |
Zeev Suraski |
Go B4, go!
|
Revision tags: php-4.0b4_rc1 |
|
#
43819ff6 |
| 19-Feb-2000 |
Zeev Suraski |
*** empty log message ***
|
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000 |
|
#
e6c20383 |
| 19-Jan-2000 |
Sam Ruby |
First step to restoring the ability to build Java support on Unix: 1) Restore the ability to build CGI as a shared library 2) Correct make dependency rule so that the jar files are included
First step to restoring the ability to build Java support on Unix: 1) Restore the ability to build CGI as a shared library 2) Correct make dependency rule so that the jar files are included 3) Search for jar executable, and use it, if found Left TODO: actually build the shared libraries
show more ...
|
Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH |
|
#
c658fc5c |
| 12-Jan-2000 |
Sascha Schumann |
Only suppress including dlfcn.h when we are in PHP.
|
#
da67577e |
| 12-Jan-2000 |
Sascha Schumann |
Avoid including dlfcn.h, if we are compiling as an Apache module.
|