summaryrefslogtreecommitdiff
path: root/ext/recode
Commit message (Expand)AuthorAgeFilesLines
* - fix oumlaut :)Jani Taskinen2007-11-051-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* fix #41765Stanislav Malyshev2007-06-221-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
* Added automatic module globals managementDmitry Stogov2006-06-151-5/+8
* bump year and license versionfoobar2006-01-012-6/+6
* - Bumber up yearfoobar2005-08-032-2/+2
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
* Simplify and cleanup code.Ilia Alshanetsky2004-11-121-25/+12
* Fix --with-recode since PHP_YAZ is never defined.Joe Orton2004-11-091-1/+0
* Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/libJoe Orton2004-11-031-3/+3
* Prevent bug reports like #27260foobar2004-02-151-0/+14
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Fix ZTS buildMarcus Boerger2004-01-011-1/+1
* - Always look into /usr/local before /usrfoobar2003-10-011-1/+2
* - Commiting conversion to zend_parse_parameters (leftovers from debugging).Derick Rethans2003-07-071-10/+8
* updating license information in the headers.James Cox2003-06-102-7/+7
* 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