summaryrefslogtreecommitdiff
path: root/ext/mailparse
Commit message (Expand)AuthorAgeFilesLines
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-15/+15
* Fix indentation of ./configure --helpSascha Schumann2001-09-191-1/+1
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-094-7/+7
* @- Added mailparse_uudecode_all() which extracts all uuencoded attachmentsWez Furlong2001-08-282-0/+120
* Zend compatibility patchZeev Suraski2001-07-302-13/+18
* More TSRMLS_FETCH annihilation (Zend compatibility patch)Zeev Suraski2001-07-301-1/+1
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-283-5/+3
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-1/+1
* fix includeThies C. Arntzen2001-07-201-1/+1
* namespace protect one enum to fix compile with ncursesThies C. Arntzen2001-06-122-17/+17
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-063-5/+18
* Improved performance of message part extraction when using a PHP-spaceWez Furlong2001-05-282-3/+16
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* fixed a bug in mailparse_stream_encode which would default to a random encodi...Wez Furlong2001-05-201-3/+0
* Imported mailparse extensionWez Furlong2001-05-2023-0/+4057