Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mailparse moved to pear/PECL. | jim winstead | 2002-04-04 | 25 | -4478/+0 |
| | |||||
* | add test for mailparse_extract_part_file | Wez Furlong | 2002-04-03 | 1 | -0/+88 |
| | |||||
* | main/streams.c | Wez Furlong | 2002-04-02 | 3 | -140/+172 |
| | |||||
* | make quoted-printable encoding safe for use with digital signatures. Added ↵ | Wez Furlong | 2002-03-28 | 3 | -8/+118 |
| | | | | some tests | ||||
* | add test case for multiple To: lines | Wez Furlong | 2002-03-27 | 1 | -0/+22 |
| | |||||
* | allow headers hash to handle multiple To: lines | Wez Furlong | 2002-03-27 | 1 | -1/+26 |
| | |||||
* | Remove generated file | Sascha Schumann | 2002-03-27 | 1 | -7/+0 |
| | |||||
* | TSRMLS related work on streams, as discussed with Zeev. | Wez Furlong | 2002-03-18 | 1 | -0/+4 |
| | | | | | | # Should be the last "broad" commit for a while # Don't forget to make clean ; make | ||||
* | Streams now make more use of the memory manager, so tracking down | Wez Furlong | 2002-03-17 | 1 | -2/+2 |
| | | | | | | leaking streams should be easier. # I hate these big commits | ||||
* | - Some more TSRMLS fixes. | Markus Fischer | 2002-03-16 | 1 | -1/+1 |
| | |||||
* | change * formatting | Wez Furlong | 2002-03-16 | 1 | -32/+32 |
| | |||||
* | New PHP streams... | Wez Furlong | 2002-03-15 | 1 | -66/+47 |
| | |||||
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -16/+1 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 3 | -6/+5 |
| | |||||
* | Fix ZTS startup crash | Yasuo Ohgaki | 2002-02-04 | 1 | -0/+7 |
| | |||||
* | Make the decoder less strict to allow for brain-dead mailers that mark | Wez Furlong | 2002-01-19 | 1 | -4/+40 |
| | | | | | | messages as 7bit but then include 8bit chars in the body. Thanks to Dan Fitzpatrick for bringing this to my attention. | ||||
* | - Typo. | Markus Fischer | 2001-12-21 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 3 | -8/+6 |
| | |||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -2/+3 |
| | |||||
* | Fixed some protos and many more will follow the next hour. | Egon Schmid | 2001-11-08 | 1 | -27/+15 |
| | |||||
* | - prototypes | Derick Rethans | 2001-11-08 | 1 | -3/+3 |
| | | | | | #- Thanks to Zak for pointing this out during his talk | ||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -15/+15 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | Fix indentation of ./configure --help | Sascha Schumann | 2001-09-19 | 1 | -1/+1 |
| | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 4 | -7/+7 |
| | |||||
* | @- Added mailparse_uudecode_all() which extracts all uuencoded attachments | Wez Furlong | 2001-08-28 | 2 | -0/+120 |
| | | | | | (Wez) | ||||
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 2 | -13/+18 |
| | |||||
* | More TSRMLS_FETCH annihilation (Zend compatibility patch) | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 3 | -5/+3 |
| | |||||
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -1/+1 |
| | | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it... | ||||
* | fix include | Thies C. Arntzen | 2001-07-20 | 1 | -1/+1 |
| | |||||
* | namespace protect one enum to fix compile with ncurses | Thies C. Arntzen | 2001-06-12 | 2 | -17/+17 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 3 | -5/+18 |
| | |||||
* | Improved performance of message part extraction when using a PHP-space | Wez Furlong | 2001-05-28 | 2 | -3/+16 |
| | | | | | callback. | ||||
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
| | |||||
* | fixed a bug in mailparse_stream_encode which would default to a random ↵ | Wez Furlong | 2001-05-20 | 1 | -3/+0 |
| | | | | | | | encoding (usually base64) # oops | ||||
* | Imported mailparse extension | Wez Furlong | 2001-05-20 | 23 | -0/+4057 |
@- New mailparse extension for parsing and manipulating MIME mail (Wez) |