Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add missing skipif conditions | Antony Dovgal | 2005-12-21 | 3 | -0/+6 | |
| | | | | | fix existing ones | |||||
* | fix test | Antony Dovgal | 2005-12-16 | 1 | -1/+1 | |
| | ||||||
* | Fixed possible memory corruption inside mb_strcut(). | Ilia Alshanetsky | 2005-12-15 | 1 | -0/+7 | |
| | ||||||
* | sync with HEAD | foobar | 2005-12-06 | 1 | -1/+1 | |
| | ||||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -14/+14 | |
| | ||||||
* | 5th argument of mb_encode_mimeheader() was not acceptable. | Rui Hirokawa | 2005-11-25 | 1 | -1/+1 | |
| | ||||||
* | MFH: fixed 5307 unexpected header can be injected to mb_send_mail(). | Rui Hirokawa | 2005-11-23 | 1 | -2/+40 | |
| | ||||||
* | MFH: fixed #35253 length of the encoded string vilolates a RFC. | Rui Hirokawa | 2005-11-19 | 1 | -3/+4 | |
| | ||||||
* | MFH: fixed garbled multibyte characters. | Rui Hirokawa | 2005-11-05 | 1 | -1/+1 | |
| | ||||||
* | NetWare LibC sdk has stdarg.h | Anantha Kesari H Y | 2005-10-28 | 1 | -1/+13 | |
| | | | | | --Kamesh | |||||
* | MFH: fix #34977 (Compile failure on MacOSX due to use of varargs.h) | Antony Dovgal | 2005-10-26 | 1 | -2/+3 | |
| | ||||||
* | fix compile warnings (again) | Antony Dovgal | 2005-10-12 | 1 | -4/+4 | |
| | ||||||
* | fixed compiler warnings | Ilia Alshanetsky | 2005-09-21 | 1 | -0/+1 | |
| | ||||||
* | MFH: Fixed bug #34565 (mb_send_mail does not fetch mail.force_extra_parameters) | Ilia Alshanetsky | 2005-09-21 | 1 | -0/+10 | |
| | ||||||
* | - Fixed bug #34015 | foobar | 2005-08-05 | 1 | -18/+6 | |
| | | | | | # Whatever this test was supposed to try to test...sheesh.. | |||||
* | - Bumber up year | foobar | 2005-08-03 | 7 | -7/+7 | |
| | ||||||
* | Fix VPATH build | foobar | 2005-05-29 | 1 | -11/+17 | |
| | ||||||
* | - Added PHP_INSTALL_HEADERS() macro | foobar | 2005-05-07 | 1 | -0/+1 | |
| | | | | | | | - Fixed several VPATH build issues - Changed all awk calls to use $AWK - Changed all mkdir calls to use "$php_shtool mkdir" | |||||
* | - Fix mbfl_encoding_detector_feed() and mbfl_mbfl_identify_encoding() behaviour | Masaki Fujimoto | 2005-04-22 | 1 | -10/+12 | |
| | ||||||
* | - Fix bug #32311 (mb_encode_mimeheader() does not properly escape characters.) | Moriyoshi Koizumi | 2005-03-23 | 1 | -1/+20 | |
| | ||||||
* | - Add Armenian encoding / NLS (patch by Hayk Chamyan) | Moriyoshi Koizumi | 2005-03-22 | 21 | -7/+349 | |
| | ||||||
* | oniguruma updated to 3.7.1 and changed UChar to OnigUChar. | Rui Hirokawa | 2005-03-19 | 10 | -134/+125 | |
| | ||||||
* | Revert bad fix | foobar | 2005-03-17 | 2 | -2/+2 | |
| | ||||||
* | Build fixes | Rasmus Lerdorf | 2005-03-17 | 2 | -2/+2 | |
| | ||||||
* | fix compile warnings | Antony Dovgal | 2005-03-09 | 1 | -4/+4 | |
| | ||||||
* | - Synch with the latest checkouts. (include fix by Joe Orton. Thanks.) | Moriyoshi Koizumi | 2005-02-23 | 2 | -2/+2 | |
| | ||||||
* | - Update libmbfl (fixes bug #32063). | Moriyoshi Koizumi | 2005-02-22 | 1 | -0/+1 | |
| | ||||||
* | - WS fix. | Moriyoshi Koizumi | 2005-02-21 | 1 | -1/+0 | |
| | ||||||
* | - Fix bug #28568 (known_post_content_types is not thread safe). | Moriyoshi Koizumi | 2005-02-21 | 2 | -41/+30 | |
| | | | | | # What is eventually necessiated is entire SAPI redesign, I think. | |||||
* | - Fix bug #30868 (evaluated pointer comparison in mbregex causes compile | Moriyoshi Koizumi | 2005-02-21 | 1 | -1/+1 | |
| | | | | | failure). | |||||
* | - Fix bug #30573 (compiler warning due to invalid type cast) | Moriyoshi Koizumi | 2005-02-21 | 2 | -7/+8 | |
| | ||||||
* | - Fix bug #29989 (type re_registers redefined in oniguruma.h) | Moriyoshi Koizumi | 2005-02-21 | 1 | -0/+1 | |
| | ||||||
* | - Fix compiler warnings. | Moriyoshi Koizumi | 2005-02-21 | 15 | -17/+40 | |
| | ||||||
* | - Add testcases for bug #28220 and #30549. | Moriyoshi Koizumi | 2005-02-21 | 2 | -0/+52 | |
| | ||||||
* | - Forgot to add this one. | Moriyoshi Koizumi | 2005-02-20 | 1 | -0/+42 | |
| | ||||||
* | - Update libmbfl (fixes bug #30549 and #31911). | Moriyoshi Koizumi | 2005-02-20 | 87 | -5744/+19116 | |
| | | | | | - Update oniguruma to 3.7.0 | |||||
* | Removed unused vars. | Ilia Alshanetsky | 2005-02-10 | 2 | -3/+2 | |
| | ||||||
* | MFB: fix #31732 | Antony Dovgal | 2005-01-28 | 1 | -1/+1 | |
| | ||||||
* | - Fix a critical bug that request-local settings leak to another request. | Moriyoshi Koizumi | 2005-01-16 | 3 | -43/+92 | |
| | ||||||
* | Don't scribble over the stack; icc compiler warning fix | Joe Orton | 2005-01-10 | 1 | -1/+1 | |
| | | | | | from dcb314@hotmail.com via Red Hat bugzilla #143795. | |||||
* | - Fix typo (avaliable -> available). (bug #28725) | foobar | 2004-12-16 | 3 | -3/+3 | |
| | ||||||
* | Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib | Joe Orton | 2004-11-03 | 1 | -2/+2 | |
| | | | | | to support multi-ABI platforms. | |||||
* | - Fix test. I have no idea why the test was left this way. | Moriyoshi Koizumi | 2004-10-09 | 1 | -3/+6 | |
| | ||||||
* | - Sync with the latest codebase (fixes bug #28220). | Moriyoshi Koizumi | 2004-10-08 | 5 | -16/+153 | |
| | ||||||
* | - Avoid doubly symbol definition. Codes in the removed file has never been | Moriyoshi Koizumi | 2004-10-08 | 1 | -1/+0 | |
| | | | | | used anywhere. | |||||
* | MFB: Enforce protocol on magic methods/functions | Marcus Boerger | 2004-08-02 | 1 | -6/+9 | |
| | ||||||
* | - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() | Andi Gutmans | 2004-07-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | used to return "" and not bool(false). It's not worth keeping it because STR_FREE() and zval_dtor() always have to check for it and it slows down the general case. In addition, it seems that empty_string has been abused quite a lot, and was used not only for setting zval's but generally in PHP code instead of "", which wasn't the intention. Last but not least, nuking empty_string should improve stability as I doubt every place correctly checked if they are not mistakenly erealloc()'ing it or calling efree() on it. NOTE: Some code is probably broken. Each extension maintainer should check and see that my changes are OK. Also, I haven't had time to touch PECL yet. Will try and do it tomorrow. | |||||
* | - Fix VPATH build. (patch by Joe Orton) | Moriyoshi Koizumi | 2004-07-19 | 1 | -0/+1 | |
| | ||||||
* | - Rename php_compat.h to php_onig_compat.h to avoid name conflict. | Moriyoshi Koizumi | 2004-07-19 | 2 | -1/+1 | |
| | | | | | (reported by Joe Orton, thanks.) | |||||
* | Fixed input_filter functions need emalloc()ed values. | Stefan Esser | 2004-06-26 | 1 | -0/+4 | |
| |