Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
e49ad341 |
| 08-Jun-2000 |
Sascha Schumann |
Wipe out acconfig.h.in and rewrite some checks to use PHP_ARG_ENABLE.
|
Revision tags: php-4.0.0 |
|
#
f1941064 |
| 15-May-2000 |
Sascha Schumann |
Fix wording (not "to apxs", but "of apxs").
|
#
13e9da59 |
| 15-May-2000 |
Sascha Schumann |
Complain loudly and stop configuration, if we cannot run apxs.
|
Revision tags: php-4.0RC2, PHP-4.0-RC1 |
|
#
b4db4660 |
| 26-Mar-2000 |
Sascha Schumann |
Some white-space changes
|
#
3bd34bf3 |
| 24-Feb-2000 |
Sascha Schumann |
@- Fixed -DEAPI inheritance from APXS. (Sascha)
|
#
59d10665 |
| 24-Feb-2000 |
Sascha Schumann |
Improve APXS_CFLAGS checks
|
#
d64c1652 |
| 24-Feb-2000 |
Sascha Schumann |
Define EAPI, if Apache uses EAPI
|
#
fca41d27 |
| 24-Feb-2000 |
Sascha Schumann |
Remove XML_INCLUDE, we use the embedded expat always
|
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1, BEFORE_SAPI_POST_PATCH_17_FEB_2000 |
|
#
bfe09e83 |
| 12-Feb-2000 |
Sascha Schumann |
Never use Apache regex stuff
|
#
6d0ab616 |
| 10-Feb-2000 |
Zeev Suraski |
SAPIfication, Episode VI: Return of the SAPI Remove mostly all references to APACHE and CGI_BINARY from the code. - Apache include files are no longer included by any PHP code, except f
SAPIfication, Episode VI: Return of the SAPI Remove mostly all references to APACHE and CGI_BINARY from the code. - Apache include files are no longer included by any PHP code, except for the Apache SAPI module. - No server specific code is in any of the base PHP code. Still left to be done: - Eliminate any references to APACHE from the few remaining modules. - Move request_info.c's logic to SAPI - Modify the regex function names, and globals, so that we can always include them, without having to fear any interference with Apache; Always use the bundled regex library
show more ...
|
Revision tags: BEFORE_SAPIFICATION_FEB_10_2000 |
|
#
f0f00daa |
| 02-Feb-2000 |
Andrei Zmievski |
Moved ext/apache into sapi/apache.
|
Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH, PRE_ISSET_TYPE |
|
#
f2f8d38e |
| 30-Dec-1999 |
Sascha Schumann |
Integration of -ng changes. Changes: - added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays som
Integration of -ng changes. Changes: - added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays some informative messages, - faster static build (libtool isn't used anymore for compiling non-PIC objects), - dependencies comparable to automake's without requiring GNU make or GCC, - working make clean for non-GNU makes.
show more ...
|
#
6bf35299 |
| 30-Dec-1999 |
Sascha Schumann |
Macro syntax has changed
|
#
28ef78e4 |
| 27-Dec-1999 |
Ryan Bloom |
Beginning work to get PHP 4 to work with Apache 2.0. This change detects Apache 2.0 properly. # This is extremely experimental because neither project is release # quality yet. I expect
Beginning work to get PHP 4 to work with Apache 2.0. This change detects Apache 2.0 properly. # This is extremely experimental because neither project is release # quality yet. I expect this to drive bugs out of Apache 2.0's configure # process as well as provide a useful version of PHP for Apache 2.0, so it # may take some time for this to become stable. I will commit changes to # PHP as needed although more modifications will be on the Apache side.
show more ...
|
#
fc6c531e |
| 24-Dec-1999 |
Sascha Schumann |
Add -rdynamic, if supported by gcc and static Apache build is used
|
Revision tags: PRE_LIBZEND_TO_ZEND, PRE_RETURN_REF_MERGE, RETURN_REF_BP |
|
#
73656982 |
| 11-Dec-1999 |
Sascha Schumann |
Moving APXS-specific checks into respective config.m4. The placement of `%APXS -q..` caused error messages, if APXS was not used.
|
Revision tags: PRE_RETURN_REF_PATCH, ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3 |
|
#
111cedbb |
| 18-Nov-1999 |
Sascha Schumann |
Moving apMakefile.{libdir,tmpl} to sapi/apache directory.
|
Revision tags: PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5 |
|
#
677bf03f |
| 13-Nov-1999 |
Sascha Schumann |
Allow --with-apxs and --with-regex=apache
|
#
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 ...
|
#
ceae3847 |
| 12-Nov-1999 |
Sascha Schumann |
Enable selective regex library compilation.
|
Revision tags: php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2 |
|
#
a19f5933 |
| 09-Oct-1999 |
Thies C. Arntzen |
fix suggested by sascha for xml-build in apxs mode
|
#
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.
|
#
2dd9f01a |
| 05-Oct-1999 |
Sascha Schumann |
Fix typo.
|
#
7976bcbd |
| 05-Oct-1999 |
Sascha Schumann |
Get rid of *_SHLIB variables. Our config scripts don't need Perl, unfortunately the "apxs" utility does. Someone slap the creator of apxs.
|
#
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 ...
|