summaryrefslogtreecommitdiff
path: root/ext/recode/php_recode.h
Commit message (Collapse)AuthorAgeFilesLines
* - 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?