summaryrefslogtreecommitdiff
path: root/ext/recode/recode.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
* Make these all work with persistent streams too.Wez Furlong2002-09-251-12/+2
* Make it possible to use recode 3.5 too. (happy now Wez? :)foobar2002-04-291-0/+2
* One big mess is a bit less mess now.foobar2002-04-241-37/+43
* - initialize globals properlyDerick Rethans2002-04-201-0/+7
* *** empty log message ***Markus Fischer2002-03-211-2/+2
* Fix build.Wez Furlong2002-03-181-1/+1
* change * formattingWez Furlong2002-03-161-1/+1
* New PHP streams...Wez Furlong2002-03-151-7/+18
* Maintain headers.Sebastian Bergmann2002-02-281-10/+10
* Update headers.Sebastian Bergmann2001-12-111-1/+1
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-1/+3
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-4/+4
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-6/+2
* More TSRMLS_FETCH annihilation (Zend compatibility patch)Zeev Suraski2001-07-301-2/+2
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-301-2/+0
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-6/+5
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* Better use buffer_to_buffer, since zval is really buffer, not string (it canStanislav Malyshev2001-03-081-2/+3
* Some cosmetic changes.Egon Schmid2000-07-151-2/+1
* add check for stdbool.hThies C. Arntzen2000-06-061-1/+2
* bool -> intThies C. Arntzen2000-06-061-1/+1
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-2/+2
* Make recode extension buildable as shared module.Sascha Schumann2000-05-231-0/+4
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* fixed unterminated string constant introduces by foreign patch.Kristian Köhntopp2000-04-091-1/+1
* phpinfo() prettyingColin Viebrock2000-04-061-4/+5
* Finished porting recode module.Kristian Köhntopp2000-03-121-3/+57
* - using _ex() functions now, thanks to Andrej.Kristian Köhntopp2000-03-121-23/+6
* - Added additional DEFER macro.Kristian Köhntopp2000-03-111-0/+184