summaryrefslogtreecommitdiff
path: root/ext/recode
Commit message (Collapse)AuthorAgeFilesLines
* Remove extra ;Johannes Schlüter2012-06-221-1/+1
|
* Replace $Revision$ with $Id$ in keyword expansion enable filesDavid Soria Parra2012-03-201-1/+1
|
* - Year++Felipe Pena2012-01-012-2/+2
|
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
|
* - Year++Felipe Pena2011-01-012-2/+2
|
* - fix IsotoppPierre Joye2010-10-241-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
|
* MFH: hash_insert was renamed in MySQL 5.0 so we can safely use recode and mysqlJohannes Schlüter2008-12-011-1/+6
| | | | | with recent libmysql versions [DOC]
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-2/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+2
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-2/+0
|
* - New parameter parsing APIFelipe Pena2008-07-031-10/+9
|
* - Added arginfo (functions)Felipe Pena2008-07-031-3/+18
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
|
* - 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
| | | | | to support multi-ABI platforms.
* 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
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - 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
| | | | | - Added breaks to make sure the preferred value is used.
* - 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
| | | | | Warning about TSRM testing still applies.
* change * formattingWez Furlong2002-03-161-1/+1
|
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-3/+0
| | | | | these can be safely removed from the 4.2 branch, too.
* 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
| | | | | | 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 Wolffelaar2001-09-251-4/+4
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.