#
7b88c7b3 |
| 20-May-2001 |
Sascha Schumann |
remove fi
|
#
ff5a9de3 |
| 20-May-2001 |
Sascha Schumann |
Support for IRIX-style asctime_r/ctime_r.
|
#
7dfce52f |
| 20-May-2001 |
Sascha Schumann |
Catch 'mkdir -p' brokeness on IRIX
|
#
6be7eb90 |
| 19-May-2001 |
Sascha Schumann |
Store some build-specific environment variables in config.nice.
|
Revision tags: php-4.0.6RC1 |
|
#
afdaee9e |
| 12-May-2001 |
Sascha Schumann |
Nuke more quotes
|
#
9982ff56 |
| 12-May-2001 |
Sascha Schumann |
Nuke some unneccessary quotes
|
#
b1393e18 |
| 09-May-2001 |
Sascha Schumann |
Document overwriting behaviour of PHP_ARG_WITH/ENABLE with regard to ext_shared.
|
#
8f3ebfe4 |
| 09-May-2001 |
Sascha Schumann |
Remove -L/usr/lib/? from PHP_LDFLAGS.
|
Revision tags: php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3 |
|
#
8a26918e |
| 27-Mar-2001 |
foobar |
Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. # Heads up people! I tested this before committing but you never know..
|
Revision tags: php-4.0.5RC2, php-4.0.5RC1 |
|
#
0656a47f |
| 21-Feb-2001 |
Sascha Schumann |
Instead of assuming that sendmail lives in /usr/lib, if we don't find it, we also check /usr/lib now. PR: #9362
|
Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2 |
|
#
59fa3f3d |
| 07-Jan-2001 |
Stig Venaas |
Made OpenSSL extension work with 0.9.5 and changed version check to 0.9.5
|
Revision tags: php-4.0.4pl1RC1 |
|
#
cc51599f |
| 03-Jan-2001 |
foobar |
Added better checking for OpenSSL's libraries. Now configure stops if the libs aren't found. # bug report #8365
|
#
348f6c60 |
| 02-Jan-2001 |
Stig Venaas |
I think the order is wrong, switched order of ssl and crypto libs
|
#
7f96af83 |
| 20-Dec-2000 |
Sascha Schumann |
Stop automatically passing vars to AC_SUBST through PHP_SUBST. There are some variables which are needed for Makefiles and files created by AC_OUTPUT; we use PHP_SUBST_OLD for those now.
Stop automatically passing vars to AC_SUBST through PHP_SUBST. There are some variables which are needed for Makefiles and files created by AC_OUTPUT; we use PHP_SUBST_OLD for those now. genif.sh was moved to an appropiate place.
show more ...
|
Revision tags: php-4.0.4REL |
|
#
80e1124c |
| 14-Dec-2000 |
Sascha Schumann |
New m4 macros should go into acinclude.m4.
|
Revision tags: php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4 |
|
#
3f38d892 |
| 03-Dec-2000 |
Sascha Schumann |
Workaround for these two symptoms: Some sed tools don't match strings which are not terminated with LF. Some shells still support the ^ as a synonym for the pipe character.
Workaround for these two symptoms: Some sed tools don't match strings which are not terminated with LF. Some shells still support the ^ as a synonym for the pipe character. Submitted by: Stanislav Malyshev
show more ...
|
Revision tags: php-4.0.4RC3 |
|
#
f5bf3c10 |
| 21-Nov-2000 |
Hartmut Holzgraefe |
make HAVE_FOPENCOOKIE available for other extensions besides zlib
|
#
1884518c |
| 02-Nov-2000 |
Stanislav Malyshev |
Revert the patch - people don't like it
|
#
d949733c |
| 02-Nov-2000 |
Stanislav Malyshev |
Fix issue with Sun CC not detecting readdir_r # This was once fixed in the code, but not in the configure
|
#
b74d02db |
| 28-Oct-2000 |
Andi Gutmans |
- Fix from Sascha. It fixes errorneous inclusion of bz2
|
#
83b3818e |
| 15-Oct-2000 |
foobar |
Fix the fix as Sascha suggested.
|
#
5db1090d |
| 14-Oct-2000 |
foobar |
Fix to #7162.
|
#
e07e515a |
| 12-Oct-2000 |
Sascha Schumann |
Ignore trailing slashes
|
Revision tags: php-4.0.3 |
|
#
23a96536 |
| 11-Oct-2000 |
Sascha Schumann |
Fix the readdir_r POSIX check
|
Revision tags: php-4.0.3RC2, php-4.0.3RC1 |
|
#
a2f126c3 |
| 26-Sep-2000 |
Sascha Schumann |
Build compat bridge for makes which support only the BSD .include command. This is only required for BSD/OS, because BSDI did not merge in changes from 4.4BSD Lite 1.
|