#
d63edeba |
| 03-Jan-2002 |
Hartmut Holzgraefe |
make configure more robust if extensions add libraries without checking for their existance first old behaviour was to fail on the next library check with misleading messages, now co
make configure more robust if extensions add libraries without checking for their existance first old behaviour was to fail on the next library check with misleading messages, now configure will work but make will fail with a 'lib not found' message
show more ...
|
Revision tags: php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog, php-4.1.0 |
|
#
5d104030 |
| 10-Dec-2001 |
foobar |
- Fixed the version detection of Bison. # The nice people who work on Bison decided to change the --version output.
|
Revision tags: php-4.1.0RC5 |
|
#
8a8741a1 |
| 01-Dec-2001 |
foobar |
This makes the configure --help output more readable.
|
Revision tags: php-4.1.0RC4, php-4.1.0RC3 |
|
#
4f0eab7f |
| 16-Nov-2001 |
David Reid |
s/\t/ /
|
Revision tags: php-4.1.0RC2, POST_PARAMETER_PARSING_API |
|
#
f73ee14b |
| 23-Oct-2001 |
foobar |
Check that realpath is available. Bug: #9469 # TSRM still uses it without checking. I can't fix that.
|
Revision tags: PRE_PARAMETER_PARSING_API, php-4.1.0RC1 |
|
#
b5e6cabb |
| 15-Oct-2001 |
Stig Bakken |
* bump version
|
Revision tags: php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS |
|
#
b14cb5c3 |
| 11-Sep-2001 |
Sascha Schumann |
Remove obselete message and drop "divert(6)" which caused problems with autoconf 2.5x.
|
Revision tags: php-4.0.7RC2 |
|
#
acb7d69f |
| 06-Sep-2001 |
foobar |
Always quote the messages.
|
#
452c41ec |
| 30-Aug-2001 |
Sebastian Bergmann |
HEAD has been 4.0.8-dev for some time now, so name it accordingly.
|
#
95347cd8 |
| 21-Aug-2001 |
Sascha Schumann |
Further work on autoconf-2.5x support
|
#
9350a23b |
| 21-Aug-2001 |
Sascha Schumann |
Move PHP_SUBSTs to configure.in.
|
#
8ab1c2aa |
| 21-Aug-2001 |
Sascha Schumann |
nuke some apparently harmful spaces
|
#
92942403 |
| 20-Aug-2001 |
foobar |
Keep crypt() working even if SNMP needs OpenSSL.
|
#
b96e13a9 |
| 19-Aug-2001 |
Stig Bakken |
Added "phptar" command as proof that the Archive_Tar class works. # Great work, Vincent!
|
#
e74c4e0a |
| 18-Aug-2001 |
foobar |
Added a check for libdmalloc whether it works (is found..) or not. # We should always test every library (when possible) before # adding them..
|
#
24187f2e |
| 15-Aug-2001 |
foobar |
Fix --with-pear=path too.
|
Revision tags: php-4.0.7RC1 |
|
#
5b2f8a0c |
| 14-Aug-2001 |
foobar |
Fixed bug: #12726. If --with-xxx is used in configure line without any value, it gets value 'yes'.
|
#
35de326b |
| 12-Aug-2001 |
Zeev Suraski |
Compile fix for oldie Linux systems (possibly others too)
|
Revision tags: BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE |
|
#
8b4c4c87 |
| 07-Aug-2001 |
foobar |
This did not work as expected. Reverted.
|
#
895c75e2 |
| 07-Aug-2001 |
foobar |
This was not supposed to be removed.
|
Revision tags: PRE_ENGINE2_SPLIT |
|
#
beac42e3 |
| 06-Aug-2001 |
foobar |
Fix bug: #12604. Also made the configure script shown a little nicer in phpinfo()
|
#
5bdc64c5 |
| 04-Aug-2001 |
foobar |
Fix bug: #9177
|
#
6e41650e |
| 02-Aug-2001 |
Rasmus Lerdorf |
Revert this change - if you want to do this, do it in a 'make clean'
|
#
17e6295f |
| 02-Aug-2001 |
foobar |
Delete config.cache always. This makes config.nice a bit more useful.
|
#
28b0a316 |
| 28-Jul-2001 |
Sascha Schumann |
Fix build and add a mips-related preprocessor directive.
|