summaryrefslogtreecommitdiff
path: root/ext/recode
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* 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 ↵Zeev Suraski2001-07-302-7/+5
| | | | the way
* 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
| | | | | # Heads up people! I tested this before committing but you never know..
* 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
* - 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
| | | | | | | | | 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-063-2/+11
|
* 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-233-15/+18
|
* Update the license with the new clause 6Zeev Suraski2000-05-182-4/+4
|
* Remove trailing empty linesSascha Schumann2000-05-011-4/+0
|
* Large test commit IVSascha Schumann2000-05-011-0/+1
|