summaryrefslogtreecommitdiff
path: root/ext/recode/php_recode.h
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - 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?
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* One big mess is a bit less mess now.foobar2002-04-241-43/+2
|
* Fix build.Wez Furlong2002-03-181-8/+9
| | | | | Warning about TSRM testing still applies.
* Maintain headers.Sebastian Bergmann2002-02-281-2/+2
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵Zeev Suraski2001-07-301-5/+5
| | | | the way
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-11/+1
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Some cosmetic changes.Egon Schmid2000-07-151-8/+8
|
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
| | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
* - Nuke COMPILE_DL. Modules that need to be compiled as dll's in WindowsAndi Gutmans2000-06-101-5/+0
| | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1
* add check for stdbool.hThies C. Arntzen2000-06-061-1/+6
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* - Added additional DEFER macro.Kristian Köhntopp2000-03-111-0/+89
- First stab at porting the recode module. Still having problems with the _ex() functions, they core - why?