| Commit message (Expand) | Author | Age | Files | Lines |
* | MFH: Minor fixes (bjori) | Sara Golemon | 2006-05-30 | 3 | -3/+3 |
* | - fix bug #37635 (parameter of pcntl signal handler is trashed) | Michael Wallner | 2006-05-30 | 2 | -8/+8 |
* | added mb_stristr( ), mb_strrichr( ). | Seiji Masugata | 2006-05-30 | 2 | -0/+109 |
* | added mb_strstr( ), mb_strrchr( ). | Seiji Masugata | 2006-05-30 | 2 | -0/+130 |
* | added mb_stripos( ), mb_strripos( ). | Seiji Masugata | 2006-05-30 | 2 | -0/+125 |
* | added mb_list_encodings_alias_names( ), mb_list_mime_names( ). | Seiji Masugata | 2006-05-30 | 2 | -0/+120 |
* | added option parameter mb_list_encodings( ). | Seiji Masugata | 2006-05-30 | 1 | -7/+29 |
* | MFH: Play nice, use 4digit years in DATE_RSS | Hannes Magnusson | 2006-05-30 | 2 | -8/+9 |
* | Added memory_get_peak_usage() function for retrieving peak memory usage of | Ilia Alshanetsky | 2006-05-30 | 4 | -0/+10 |
* | MFH: Fixed DATE_COOKIE, DATE_RSS & tests | Hannes Magnusson | 2006-05-30 | 2 | -8/+25 |
* | MFH: don't require libociei, this allows us to build ext/oci8 against basicli... | Antony Dovgal | 2006-05-30 | 1 | -1/+1 |
* | - Now as text and not HTML. | Derick Rethans | 2006-05-30 | 2 | -6/+53 |
* | - MFH: Fixed bug #37616: DATE_RFC822 does not product RFC 822 dates. (Patch by | Derick Rethans | 2006-05-30 | 4 | -8/+92 |
* | no need to call zend_is_callable() if callable is known to be invalid | Antony Dovgal | 2006-05-30 | 1 | -3/+6 |
* | Convert E_ERROR to E_RECOVERABLE_ERROR | Ilia Alshanetsky | 2006-05-30 | 1 | -2/+2 |
* | MFH: no need to check it for not-NULL | Antony Dovgal | 2006-05-29 | 1 | -4/+2 |
* | MFH: there is no ce at this point, revert this line to its previous state | Antony Dovgal | 2006-05-29 | 1 | -1/+1 |
* | fix tests | Antony Dovgal | 2006-05-29 | 2 | -2/+5 |
* | add test | Antony Dovgal | 2006-05-29 | 1 | -0/+16 |
* | MFH: return NULL in case of error | Antony Dovgal | 2006-05-29 | 1 | -0/+4 |
* | - BFN | Marcus Boerger | 2006-05-29 | 1 | -0/+1 |
* | - MFH Bugfix #37632 (Protected method access problem) | Marcus Boerger | 2006-05-29 | 3 | -5/+147 |
* | MFH: improve sed expressions | Antony Dovgal | 2006-05-29 | 1 | -2/+2 |
* | - Fixed bug #36949 (invalid internal mysqli objects dtor) | Michael Wallner | 2006-05-29 | 3 | -17/+56 |
* | BFN | Antony Dovgal | 2006-05-29 | 1 | -0/+1 |
* | MFH: fix #37531 (oci8 persistent connection corruption) | Antony Dovgal | 2006-05-29 | 1 | -1/+5 |
* | add test | Antony Dovgal | 2006-05-29 | 1 | -0/+28 |
* | initialize srcstream | Antony Dovgal | 2006-05-29 | 1 | -1/+1 |
* | MFH: prevent resource leaking when passing invalid stream resource as second ... | Antony Dovgal | 2006-05-29 | 1 | -6/+5 |
* | Fix for bug #37620 | Georg Richter | 2006-05-29 | 2 | -2/+3 |
* | - news entry for apache2handler ap_set_content_type() fix | Michael Wallner | 2006-05-28 | 1 | -0/+1 |
* | MFH: call ap_set_content_type() only once, else each time we call it, | Michael Wallner | 2006-05-28 | 2 | -6/+15 |
* | Fixed bug #37586 (Bumped minimum PCRE version to 6.6, needed for recurssion | Ilia Alshanetsky | 2006-05-28 | 2 | -2/+4 |
* | - Revert until there is an ok for the full patch | Marcus Boerger | 2006-05-27 | 1 | -15/+0 |
* | - WS | Marcus Boerger | 2006-05-27 | 1 | -3/+22 |
* | - MFH: Fix bug #37212 (Access to protected property of common base class) | Marcus Boerger | 2006-05-27 | 4 | -4/+64 |
* | - MFH Fix #37614 (Class name lowercased in error message) | Johannes Schlüter | 2006-05-27 | 2 | -3/+4 |
* | - WS/CS | Marcus Boerger | 2006-05-27 | 1 | -1/+2 |
* | MFH: add C14N() and C14NFile() methods to perform XML canonicalization | Rob Richards | 2006-05-26 | 3 | -0/+291 |
* | Fixed bug #37523 (namespaces added too late, leads to missing xsi:type attrib... | Dmitry Stogov | 2006-05-26 | 136 | -243/+238 |
* | - MFH Sync error messages and simplify error message generation code | Marcus Boerger | 2006-05-26 | 3 | -83/+50 |
* | - fix leaks in openssl context options | Pierre Joye | 2006-05-26 | 2 | -1/+7 |
* | Fixed bug #37569 (WDDX incorrectly encodes high-ascii characters) | Ilia Alshanetsky | 2006-05-25 | 3 | -2/+13 |
* | Missing definition, patch by Steph Fox | Edin Kadribasic | 2006-05-25 | 1 | -0/+1 |
* | - implement standard http stream wrapper options, fixes bug #34180 | Michael Wallner | 2006-05-25 | 2 | -26/+83 |
* | MFH: remove debug output and fix bug #37589 | Antony Dovgal | 2006-05-25 | 1 | -1/+0 |
* | - Update test | Marcus Boerger | 2006-05-25 | 1 | -1/+6 |
* | - Update update news and sync with NEWS | Marcus Boerger | 2006-05-25 | 2 | -1/+2 |
* | fix error messages when converting objects to other types | Antony Dovgal | 2006-05-25 | 3 | -17/+16 |
* | - MFH Bugfix 37587 | Marcus Boerger | 2006-05-25 | 3 | -6/+48 |