summaryrefslogtreecommitdiff
path: root/ext/imap
Commit message (Collapse)AuthorAgeFilesLines
* improve short help messagesSascha Schumann1999-09-161-1/+2
|
* Tiny fixesZeev Suraski1999-08-271-2/+2
|
* lets not make global functions unless we need to..actually this should be ↵Mark Musone1999-08-271-1/+1
| | | | taken out someday
* cjh: fixing the imap_add_body crash in php4.Chuck Hagenbuch1999-08-181-1/+1
|
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-85/+85
| | | | | php3_compat.h)
* More symbol work.Andrey Hristov1999-08-022-5/+5
|
* Final IMAP fixesZeev Suraski1999-08-011-4/+4
|
* More IMAP fixesZeev Suraski1999-07-311-2/+17
|
* Declaration fixZeev Suraski1999-07-311-1/+1
|
* Ok, that should be a good start. Can somebody verify that this actually ↵Zeev Suraski1999-07-301-154/+190
| | | | | | | compiles, and perhaps check if it runs?
* Early steps towards making the IMAP module PHP 4.0 compatibleZeev Suraski1999-07-301-652/+639
| | | | | (and readable - indent people, INDENT)
* Debian fixesStig Bakken1999-07-211-0/+4
|
* License updateZeev Suraski1999-07-161-20/+9
|
* A useless checkRasmus Lerdorf1999-07-151-26/+9
|
* Fix imap build problemRasmus Lerdorf1999-07-141-8/+14
|
* Fix logic here - the error message was bogus when it couldn't find theRasmus Lerdorf1999-07-141-1/+1
| | | | | imap lib
* - run ext sources through conv_protoSascha Schumann1999-05-212-94/+94
| | | | | - add necessary phpext_*_ptr
* Remove tls.[ch]Zeev Suraski1999-04-231-3/+0
|
* cleanupsZeev Suraski1999-04-231-3/+0
|
* This is generatedRasmus Lerdorf1999-04-222-290/+2
|
* Bring imap build rules up to date. We still have a problem here though.Rasmus Lerdorf1999-04-222-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 Bakken1999-04-221-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 ldapStig Bakken1999-04-227-0/+3098