#
cc91e5ea |
| 29-Feb-2000 |
Sascha Schumann |
Automatically try to symlink c-client.a to libc-client.a, so people can avoid changing things.
|
#
a05db573 |
| 29-Feb-2000 |
Sascha Schumann |
Rewrite IMAP checks. This should solve the problems people had with shared imap libs
|
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1, BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000, BEFORE_PRE_SHUTDOWN_REVERSE_PATCH, PRE_ISSET_TYPE |
|
#
cf5a5fb1 |
| 30-Dec-1999 |
Sascha Schumann |
Whoops, defining them to empty values generates many parse errors. Defaulting to 1.
|
#
2c99bef4 |
| 30-Dec-1999 |
Sascha Schumann |
Get rid of config.h.stub. Note that you should embed a comment about what the respective define does into the AC_DEFINE macro. I.e. AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO])
|
Revision tags: PRE_LIBZEND_TO_ZEND, PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH, ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2, PRE_FETCH_READ_PATCH, before-sapi-split, PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
e20af627 |
| 16-Sep-1999 |
Sascha Schumann |
improve short help messages
|
Revision tags: php-4.0b2, BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1 |
|
#
57f0f15b |
| 21-Jul-1999 |
Stig Bakken |
Debian fixes
|
#
895cab28 |
| 15-Jul-1999 |
Rasmus Lerdorf |
A useless check
|
#
0fa438a2 |
| 14-Jul-1999 |
Rasmus Lerdorf |
Fix imap build problem
|
#
d22cbad1 |
| 14-Jul-1999 |
Rasmus Lerdorf |
Fix logic here - the error message was bogus when it couldn't find the imap lib
|
Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1, BEFORE_PHP4_APACHE_MODULE_CHANGE |
|
#
af3f73f7 |
| 22-Apr-1999 |
Rasmus Lerdorf |
This is generated
|
#
77cdb5f4 |
| 22-Apr-1999 |
Rasmus Lerdorf |
Bring imap build rules up to date. We still have a problem here though. In this new build structure we are adding libraries to $LIBS as we add modules instead of doing an AC_SUBST into the M
Bring imap build rules up to date. We still have a problem here though. In this new build structure we are adding libraries to $LIBS as we add modules instead of doing an AC_SUBST into the Makefile. One reason for doing the subst in php3 was to get around the libraries that could not be included in $LIBS because doing so would mess up the various configure tests. For example, you can't do a -limap as part of the various simple configure compile programs because -limap requires a bunch of callback symbols to be present.
show more ...
|
#
2a78f928 |
| 22-Apr-1999 |
Stig Bakken |
moved imap and ldap
|