f53afa6e | 23-Apr-1999 |
Zeev Suraski |
cleanups |
b2c5ef42 | 23-Apr-1999 |
Zeev Suraski |
Arithmetics bug fix |
bce60f0f | 23-Apr-1999 |
Zeev Suraski |
* MySQL fix (thanks Stig) * Remove reundant includes from bcmath |
94cde334 | 23-Apr-1999 |
Stig Bakken |
use only EXTRA_LIBS |
43c9b540 | 23-Apr-1999 |
Zeev Suraski |
Minor MySQL thread safety issues |
5be8dd97 | 23-Apr-1999 |
Zeev Suraski |
License |
f9cdc884 | 23-Apr-1999 |
Zeev Suraski |
Testing unified diffs |
a458b4f6 | 23-Apr-1999 |
Zeev Suraski |
Support eval() and highlight_string() in the C++ scanner |
01575b9d | 23-Apr-1999 |
Andi Gutmans |
- Use yyless() instead of unput() where possible. I'll erase the commented out code in a day or so. |
7440bc50 | 23-Apr-1999 |
Rasmus Lerdorf |
Ok, finally.. These now work nicely on a RH-5.2 box: --with-mysql --with-ldap --with-imap --with-zlib --with-snmp |
806dfc2a | 23-Apr-1999 |
Rasmus Lerdorf |
Make zlib compile |
8a2f6371 | 23-Apr-1999 |
Zeev Suraski |
*** empty log message *** |
1aa2c5c0 | 23-Apr-1999 |
Zeev Suraski |
Ok, call me crazy, because I probably am. Thread safe version now uses a C++ scanner object. Works fully. |
cad2318a | 23-Apr-1999 |
Rasmus Lerdorf |
Module work |
551fe778 | 22-Apr-1999 |
Zeev Suraski |
Make token names uniform, they all begin with T_ now. |
327fc202 | 22-Apr-1999 |
Zeev Suraski |
vpath fix |
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 ...
|
916692f4 | 22-Apr-1999 |
Andi Gutmans |
- Update the regular VC project file. |
e1097561 | 22-Apr-1999 |
Stig Bakken |
db was not linked in |
09d047f8 | 22-Apr-1999 |
Stig Bakken |
db was not linked in |
2c0ad3ee | 22-Apr-1999 |
Stig Bakken |
last bunch of extensions moving to ext/ fhttpd module taken out of functions, functions is ready to go. The only extensions I have tested are gd+freetype and odbc(solid). Please try compi
last bunch of extensions moving to ext/ fhttpd module taken out of functions, functions is ready to go. The only extensions I have tested are gd+freetype and odbc(solid). Please try compiling in your favourite extensions and let me know how it works.
show more ...
|
2a78f928 | 22-Apr-1999 |
Stig Bakken |
moved imap and ldap |
ff377329 | 22-Apr-1999 |
Stig Bakken |
moved fdf, hyperwave, informix and some smaller files |
f582bec9 | 21-Apr-1999 |
Stig Bakken |
moved db |