summaryrefslogtreecommitdiff
path: root/ext/recode
Commit message (Expand)AuthorAgeFilesLines
...
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-191-6/+6
* Bump year.Sebastian Bergmann2002-12-312-2/+2
* 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-292-4/+23
* One big mess is a bit less mess now.foobar2002-04-243-136/+84
* - initialize globals properlyDerick Rethans2002-04-201-0/+7
* *** empty log message ***Markus Fischer2002-03-211-2/+2
* Fix build.Wez Furlong2002-03-182-9/+10
* change * formattingWez Furlong2002-03-161-1/+1
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-3/+0
* New PHP streams...Wez Furlong2002-03-151-7/+18
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-8/+1
* Maintain headers.Sebastian Bergmann2002-02-282-12/+12
* Update headers.Sebastian Bergmann2001-12-112-3/+3
* Unified the configure messages.foobar2001-11-301-5/+3
* * 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-302-7/+5
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-282-17/+6
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* Nuke more quotesSascha Schumann2001-05-121-4/+4
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-3/+3
* Better use buffer_to_buffer, since zval is really buffer, not string (it canStanislav Malyshev2001-03-081-2/+3
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
* Some cosmetic changes.Egon Schmid2000-07-152-10/+9
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
* - Nuke COMPILE_DL. Modules that need to be compiled as dll's in WindowsAndi Gutmans2000-06-101-5/+0
* add check for stdbool.hThies C. Arntzen2000-06-063-2/+11
* 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-233-15/+18
* Update the license with the new clause 6Zeev Suraski2000-05-182-4/+4
* Remove trailing empty linesSascha Schumann2000-05-011-4/+0
* Large test commit IVSascha Schumann2000-05-011-0/+1
* Large commit test IIISascha Schumann2000-05-011-0/+3
* Improved in-tree shared libraries build systemSascha Schumann2000-05-011-1/+1
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-6/+1
* fixed unterminated string constant introduces by foreign patch.Kristian Köhntopp2000-04-091-1/+1
* phpinfo() prettyingColin Viebrock2000-04-061-4/+5
* Some white-space changesSascha Schumann2000-03-261-2/+2
* 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-115-0/+351