Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve short help messages | Sascha Schumann | 1999-09-16 | 1 | -1/+2 |
| | |||||
* | Tiny fixes | Zeev Suraski | 1999-08-27 | 1 | -2/+2 |
| | |||||
* | lets not make global functions unless we need to..actually this should be ↵ | Mark Musone | 1999-08-27 | 1 | -1/+1 |
| | | | | taken out someday | ||||
* | cjh: fixing the imap_add_body crash in php4. | Chuck Hagenbuch | 1999-08-18 | 1 | -1/+1 |
| | |||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -85/+85 |
| | | | | | php3_compat.h) | ||||
* | More symbol work. | Andrey Hristov | 1999-08-02 | 2 | -5/+5 |
| | |||||
* | Final IMAP fixes | Zeev Suraski | 1999-08-01 | 1 | -4/+4 |
| | |||||
* | More IMAP fixes | Zeev Suraski | 1999-07-31 | 1 | -2/+17 |
| | |||||
* | Declaration fix | Zeev Suraski | 1999-07-31 | 1 | -1/+1 |
| | |||||
* | Ok, that should be a good start. Can somebody verify that this actually ↵ | Zeev Suraski | 1999-07-30 | 1 | -154/+190 |
| | | | | | | | compiles, and perhaps check if it runs? | ||||
* | Early steps towards making the IMAP module PHP 4.0 compatible | Zeev Suraski | 1999-07-30 | 1 | -652/+639 |
| | | | | | (and readable - indent people, INDENT) | ||||
* | Debian fixes | Stig Bakken | 1999-07-21 | 1 | -0/+4 |
| | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 |
| | |||||
* | A useless check | Rasmus Lerdorf | 1999-07-15 | 1 | -26/+9 |
| | |||||
* | Fix imap build problem | Rasmus Lerdorf | 1999-07-14 | 1 | -8/+14 |
| | |||||
* | Fix logic here - the error message was bogus when it couldn't find the | Rasmus Lerdorf | 1999-07-14 | 1 | -1/+1 |
| | | | | | imap lib | ||||
* | - run ext sources through conv_proto | Sascha Schumann | 1999-05-21 | 2 | -94/+94 |
| | | | | | - add necessary phpext_*_ptr | ||||
* | Remove tls.[ch] | Zeev Suraski | 1999-04-23 | 1 | -3/+0 |
| | |||||
* | cleanups | Zeev Suraski | 1999-04-23 | 1 | -3/+0 |
| | |||||
* | This is generated | Rasmus Lerdorf | 1999-04-22 | 2 | -290/+2 |
| | |||||
* | Bring imap build rules up to date. We still have a problem here though. | Rasmus Lerdorf | 1999-04-22 | 2 | -83/+127 |
| | | | | | | | | | | | 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. | ||||
* | last bunch of extensions moving to ext/ | Stig Bakken | 1999-04-22 | 1 | -13/+0 |
| | | | | | | | | 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. | ||||
* | moved imap and ldap | Stig Bakken | 1999-04-22 | 7 | -0/+3098 |