Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH. mailparse moved to pear/PECL. | jim winstead | 2002-04-04 | 1 | -919/+0 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -2/+2 |
| | |||||
* | Fix ZTS startup crash | Yasuo Ohgaki | 2002-02-04 | 1 | -0/+7 |
| | |||||
* | - Typo. | Markus Fischer | 2001-12-21 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -3/+2 |
| | |||||
* | 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. | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | @- Added mailparse_uudecode_all() which extracts all uuencoded attachments | Wez Furlong | 2001-08-28 | 1 | -0/+119 |
| | | | | | (Wez) | ||||
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -11/+15 |
| | |||||
* | More TSRMLS_FETCH annihilation (Zend compatibility patch) | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
| | |||||
* | - 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 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -2/+2 |
| | |||||
* | * 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 | 1 | -0/+799 |
@- New mailparse extension for parsing and manipulating MIME mail (Wez) |