Revision tags: PRE_USED_RETURN_VALUE_PATCH |
|
#
65557ffe |
| 16-Nov-1999 |
Stig Bakken |
4.0b3 coming up
|
Revision tags: php-4.0b3_RC5 |
|
#
5f8f410e |
| 14-Nov-1999 |
Stig Bakken |
@Added tmpfile() function (Stig) Removed the mkstemp stuff and added tmpfile() function instead.
|
#
bcb2214e |
| 13-Nov-1999 |
Sascha Schumann |
Improve regex library selection. It lets user specify whether they want system, apache, or php's regex library by using the --with-regex option. "php" is the default; if you use --with-apache
Improve regex library selection. It lets user specify whether they want system, apache, or php's regex library by using the --with-regex option. "php" is the default; if you use --with-apache in combination with Apache 1.3.x, the default is "apache".
show more ...
|
#
117ebf3c |
| 13-Nov-1999 |
Sascha Schumann |
- remove extra CPPFLAGS from top-level Makefile - HSREGEX defaults to what the user wants, but can be changed now internally
|
#
942c0b35 |
| 13-Nov-1999 |
Sascha Schumann |
Export CPPFLAGS to propagate additional flags
|
#
194d75c3 |
| 13-Nov-1999 |
Sascha Schumann |
Fix typo (escape sign was one off)
|
#
c8106593 |
| 13-Nov-1999 |
Sascha Schumann |
preparing 4.0b3-RC5
|
#
3dc7757a |
| 13-Nov-1999 |
Sascha Schumann |
Remove the extra INCLUDES line from most automake Mafiles. This is not necessary, because we can change the value of INCLUDES globally in one place (configure.in). Also add two defin
Remove the extra INCLUDES line from most automake Mafiles. This is not necessary, because we can change the value of INCLUDES globally in one place (configure.in). Also add two defines in thread-safe mode (_REENTRANT and POSIX_PTHREAD_SEMANTICS)
show more ...
|
#
ceae3847 |
| 12-Nov-1999 |
Sascha Schumann |
Enable selective regex library compilation.
|
Revision tags: php-4.0b3_RC4 |
|
#
ef941dd7 |
| 09-Nov-1999 |
Stig Bakken |
4.0b3-RC4
|
Revision tags: php-4.0b3_RC3 |
|
#
9e1cfb4f |
| 09-Nov-1999 |
Stig Bakken |
Bump version to 4.0b3-RC3. # We release RC2 just minutes before Sam Ruby commits his Java extension. # What timing!
|
Revision tags: php-4.0b3_RC2 |
|
#
ecf83739 |
| 08-Nov-1999 |
Stig Bakken |
Cleaned up makedist a bit more. # Also changed 4.0B3-RC2 to 4.0b3-RC2. I don't see why we should start # using capital letters in 4.0.
|
#
63d47b77 |
| 08-Nov-1999 |
Stig Bakken |
(PHP tempnam) now uses mkstemp() if available @- tempnam() now uses mkstemp() if available (Stig)
|
#
512f4519 |
| 06-Nov-1999 |
Zeev Suraski |
Version update
|
#
f2099fcc |
| 04-Nov-1999 |
Stig Bakken |
# First shot at 4.0b3.
|
#
11287bba |
| 02-Nov-1999 |
Sascha Schumann |
Additional check for concurrent use of --with-{apache,apxs}
|
#
3f1c0106 |
| 07-Oct-1999 |
Sascha Schumann |
Remove SAPI_TARGET and use PHP_SAPI completely. The target filename is now available as SAPI_PROGRAM, SAPI_SHARED, and SAPI_STATIC.
|
#
9b654728 |
| 07-Oct-1999 |
Sascha Schumann |
PHP_SHOW_LD_LIBRARY_PATH leaked out of my test environment.
|
#
712105cd |
| 07-Oct-1999 |
Sascha Schumann |
Pass -avoid-version when building a shared library to avoid problems with "installing" symbolic links. We need to do this conditional, since some libtool versions imply --disable-stat
Pass -avoid-version when building a shared library to avoid problems with "installing" symbolic links. We need to do this conditional, since some libtool versions imply --disable-static with this option.
show more ...
|
#
2e322344 |
| 05-Oct-1999 |
Sascha Schumann |
Build program static.
|
#
33754163 |
| 04-Oct-1999 |
Sascha Schumann |
-module is already set in Makefile.am
|
#
7aed3d51 |
| 04-Oct-1999 |
Sascha Schumann |
* Fix header("HTTP/..") behaviour * Fix leak WRT http_status_line * Update sapi/README * Remove %PHP_OUTPUT_FILES sort
|
#
232afa48 |
| 04-Oct-1999 |
Sascha Schumann |
* archive-based convenience libraries completely replaced with libtool components * SAPI targets can enable thread-safe mode and define shared/static/prog
* archive-based convenience libraries completely replaced with libtool components * SAPI targets can enable thread-safe mode and define shared/static/program build target * all configure scripts use the same config.cache * phplibdir is $(top_builddir)/modules to avoid permission problems * sapi/*/Makefile.inc are gone * runpath handling cleaned up * top-level Makefile.in obsoleted through Makefile.am * --enable-versioning uses libtool's cleaner and more portable -export-symbols feature
show more ...
|
#
27fb752f |
| 03-Oct-1999 |
Sascha Schumann |
*_config are executable, thus we don't need %(SHELL)
|
#
079d9711 |
| 03-Oct-1999 |
Sascha Schumann |
Fix Apache-module build
|