summaryrefslogtreecommitdiff
path: root/ext/recode/recode.c
Commit message (Collapse)AuthorAgeFilesLines
* Better use buffer_to_buffer, since zval is really buffer, not string (it canStanislav Malyshev2001-03-081-2/+3
| | | | | | contain \0's and not end in \0). # and recode_string is recode_buffer_to_buffer internally anyways
* Some cosmetic changes.Egon Schmid2000-07-151-2/+1
|
* add check for stdbool.hThies C. Arntzen2000-06-061-1/+2
|
* 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-231-0/+4
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* fixed unterminated string constant introduces by foreign patch.Kristian Köhntopp2000-04-091-1/+1
|
* phpinfo() prettyingColin Viebrock2000-04-061-4/+5
|
* 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-111-0/+184
- First stab at porting the recode module. Still having problems with the _ex() functions, they core - why?