| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | This commit was manufactured by cvs2svn to create tag 'php_4_2_0RC2'.php-4.2.0RC2 | SVN Migration | 2002-04-03 | 1 | -53/+0 |
| | | |||||
| * | moved static constant definitions for separeted files to fix compilation ↵ | Rui Hirokawa | 2002-03-31 | 3 | -6427/+9 |
| | | | | | problem in Tru64. | ||||
| * | revert Sascha's patch to fix compile error in Tru64. | Rui Hirokawa | 2002-03-31 | 2 | -41/+41 |
| | | |||||
| * | fixed crash bug in Tru64. | Rui Hirokawa | 2002-03-31 | 1 | -1/+1 |
| | | |||||
| * | fixed some compilation warning. | Rui Hirokawa | 2002-03-23 | 2 | -23/+27 |
| | | |||||
| * | fixed POST/GET argument handling. | Rui Hirokawa | 2002-03-23 | 1 | -2/+2 |
| | | |||||
| * | This commit was manufactured by cvs2svn to create branch 'PHP_4_2_0'. | SVN Migration | 2002-03-21 | 4 | -0/+6427 |
| | | |||||
| * | fixed errors of mbstring in regression tests. | Rui Hirokawa | 2002-03-16 | 12 | -84/+142 |
| | | |||||
| * | fixed module name iconv->mbstring. | Rui Hirokawa | 2002-03-10 | 1 | -1/+1 |
| | | |||||
| * | Add mbstring tests | Yasuo Ohgaki | 2002-03-02 | 39 | -0/+1505 |
| | | |||||
| * | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 2 | -2/+2 |
| | | |||||
| * | fixed a comment and default output encoding changed to pass. | Rui Hirokawa | 2002-02-23 | 2 | -3/+3 |
| | | |||||
| * | php.h included. | Rui Hirokawa | 2002-02-23 | 1 | -0/+1 |
| | | |||||
| * | Fix typo | Yasuo Ohgaki | 2002-02-10 | 1 | -1/+1 |
| | | |||||
| * | Remove unused line | Yasuo Ohgaki | 2002-02-06 | 1 | -1/+0 |
| | | | | | | # I forgot to delete this line | ||||
| * | Fixed crash with mb_output_handler() | Yasuo Ohgaki | 2002-02-06 | 1 | -8/+11 |
| | | | | | | | When mb_output_hanlder is applied muiltiple times, PHP does not output. This should be fixed also. | ||||
| * | Remove TSRMLS_FETCH() does not need | Yasuo Ohgaki | 2002-02-04 | 1 | -2/+0 |
| | | |||||
| * | fixed an error in mbstring caused by confliction with regex. | Rui Hirokawa | 2002-01-14 | 1 | -2/+2 |
| | | |||||
| * | @Added multi-byte enabled regex functions. (Rui) | Rui Hirokawa | 2002-01-11 | 7 | -18/+6074 |
| | | |||||
| * | Fixed some protos. | Egon Schmid | 2002-01-07 | 1 | -19/+19 |
| | | |||||
| * | @added mb_get_info() to get internal settings of mbstring. | Rui Hirokawa | 2002-01-07 | 2 | -0/+65 |
| | | |||||
| * | added code to remove overloaded function in RSHUTDOWN. | Rui Hirokawa | 2001-12-26 | 2 | -15/+27 |
| | | |||||
| * | @added function overload in mbstring to add multibyte support for string and ↵ | Rui Hirokawa | 2001-12-23 | 2 | -16/+45 |
| | | | | | mail functions. | ||||
| * | output encoding translation turn off in mb_output_handler() when non-text ↵ | Rui Hirokawa | 2001-12-17 | 1 | -56/+58 |
| | | | | | (binary) data was sent.(Patched by Kanemoto.) | ||||
| * | Fix compile error | Yasuo Ohgaki | 2001-12-17 | 1 | -0/+1 |
| | | |||||
| * | added an option mbstring.func_overload to overload some function by ↵ | Rui Hirokawa | 2001-12-16 | 2 | -5/+24 |
| | | | | | multibyte enabled version of function in mbstring. | ||||
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -2/+2 |
| | | |||||
| * | Fix declarations of static variables. Builds on AIX now. | Sascha Schumann | 2001-12-03 | 2 | -41/+41 |
| | | |||||
| * | Unified the configure messages. | foobar | 2001-11-30 | 1 | -2/+4 |
| | | |||||
| * | fixed a bug in http input processing patched by Yasuo Ohgaki. | Rui Hirokawa | 2001-11-08 | 1 | -3/+4 |
| | | |||||
| * | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
| | | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
| * | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -4/+4 |
| | | | | | | I've got pretty much everything now... | ||||
| * | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -1/+1 |
| | | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
| * | mbstring is no more in experimental status. | Rui Hirokawa | 2001-09-23 | 1 | -5/+0 |
| | | |||||
| * | Fixing win32 debug build | Frank M. Kromann | 2001-09-18 | 1 | -2/+2 |
| | | |||||
| * | fix bug# 13017 - patch from tsukada@fminn.nagano.nagano.jp | Wez Furlong | 2001-08-29 | 1 | -1/+1 |
| | | |||||
| * | fix uudecode | Wez Furlong | 2001-08-28 | 1 | -1/+1 |
| | | |||||
| * | fix cp1252 -> wchar conversion | Wez Furlong | 2001-08-28 | 1 | -7/+0 |
| | | |||||
| * | Windows-1252 encoding awareness | Wez Furlong | 2001-08-25 | 2 | -2/+138 |
| | | |||||
| * | accomodate SAPI_API changes | Daniel Beulshausen | 2001-08-15 | 2 | -3/+3 |
| | | |||||
| * | Some more TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 1 | -4/+3 |
| | | |||||
| * | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 1 | -2/+0 |
| | | |||||
| * | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -9/+0 |
| | | |||||
| * | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -5/+0 |
| | | |||||
| * | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 1 | -4/+4 |
| | | | | | the way | ||||
| * | changed for input encoding conversion in win32. | Rui Hirokawa | 2001-07-29 | 1 | -1/+4 |
| | | |||||
| * | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 2 | -56/+16 |
| | | |||||
| * | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -5/+5 |
| | | | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it... | ||||
| * | fix include | Thies C. Arntzen | 2001-07-20 | 1 | -1/+1 |
| | | |||||
| * | fix dsp (?) | Daniel Beulshausen | 2001-07-06 | 1 | -25/+47 |
| | | |||||
