summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MFH: Minor fixes (bjori)Sara Golemon2006-05-303-3/+3
* - fix bug #37635 (parameter of pcntl signal handler is trashed)Michael Wallner2006-05-302-8/+8
* added mb_stristr( ), mb_strrichr( ).Seiji Masugata2006-05-302-0/+109
* added mb_strstr( ), mb_strrchr( ).Seiji Masugata2006-05-302-0/+130
* added mb_stripos( ), mb_strripos( ).Seiji Masugata2006-05-302-0/+125
* added mb_list_encodings_alias_names( ), mb_list_mime_names( ).Seiji Masugata2006-05-302-0/+120
* added option parameter mb_list_encodings( ).Seiji Masugata2006-05-301-7/+29
* MFH: Play nice, use 4digit years in DATE_RSSHannes Magnusson2006-05-302-8/+9
* Added memory_get_peak_usage() function for retrieving peak memory usage ofIlia Alshanetsky2006-05-304-0/+10
* MFH: Fixed DATE_COOKIE, DATE_RSS & testsHannes Magnusson2006-05-302-8/+25
* MFH: don't require libociei, this allows us to build ext/oci8 against basicli...Antony Dovgal2006-05-301-1/+1
* - Now as text and not HTML.Derick Rethans2006-05-302-6/+53
* - MFH: Fixed bug #37616: DATE_RFC822 does not product RFC 822 dates. (Patch byDerick Rethans2006-05-304-8/+92
* no need to call zend_is_callable() if callable is known to be invalidAntony Dovgal2006-05-301-3/+6
* Convert E_ERROR to E_RECOVERABLE_ERRORIlia Alshanetsky2006-05-301-2/+2
* MFH: no need to check it for not-NULLAntony Dovgal2006-05-291-4/+2
* MFH: there is no ce at this point, revert this line to its previous stateAntony Dovgal2006-05-291-1/+1
* fix testsAntony Dovgal2006-05-292-2/+5
* add testAntony Dovgal2006-05-291-0/+16
* MFH: return NULL in case of errorAntony Dovgal2006-05-291-0/+4
* - BFNMarcus Boerger2006-05-291-0/+1
* - MFH Bugfix #37632 (Protected method access problem)Marcus Boerger2006-05-293-5/+147
* MFH: improve sed expressionsAntony Dovgal2006-05-291-2/+2
* - Fixed bug #36949 (invalid internal mysqli objects dtor)Michael Wallner2006-05-293-17/+56
* BFNAntony Dovgal2006-05-291-0/+1
* MFH: fix #37531 (oci8 persistent connection corruption)Antony Dovgal2006-05-291-1/+5
* add testAntony Dovgal2006-05-291-0/+28
* initialize srcstreamAntony Dovgal2006-05-291-1/+1
* MFH: prevent resource leaking when passing invalid stream resource as second ...Antony Dovgal2006-05-291-6/+5
* Fix for bug #37620Georg Richter2006-05-292-2/+3
* - news entry for apache2handler ap_set_content_type() fixMichael Wallner2006-05-281-0/+1
* MFH: call ap_set_content_type() only once, else each time we call it,Michael Wallner2006-05-282-6/+15
* Fixed bug #37586 (Bumped minimum PCRE version to 6.6, needed for recurssionIlia Alshanetsky2006-05-282-2/+4
* - Revert until there is an ok for the full patchMarcus Boerger2006-05-271-15/+0
* - WSMarcus Boerger2006-05-271-3/+22
* - MFH: Fix bug #37212 (Access to protected property of common base class)Marcus Boerger2006-05-274-4/+64
* - MFH Fix #37614 (Class name lowercased in error message)Johannes Schlüter2006-05-272-3/+4
* - WS/CSMarcus Boerger2006-05-271-1/+2
* MFH: add C14N() and C14NFile() methods to perform XML canonicalizationRob Richards2006-05-263-0/+291
* Fixed bug #37523 (namespaces added too late, leads to missing xsi:type attrib...Dmitry Stogov2006-05-26136-243/+238
* - MFH Sync error messages and simplify error message generation codeMarcus Boerger2006-05-263-83/+50
* - fix leaks in openssl context optionsPierre Joye2006-05-262-1/+7
* Fixed bug #37569 (WDDX incorrectly encodes high-ascii characters)Ilia Alshanetsky2006-05-253-2/+13
* Missing definition, patch by Steph FoxEdin Kadribasic2006-05-251-0/+1
* - implement standard http stream wrapper options, fixes bug #34180Michael Wallner2006-05-252-26/+83
* MFH: remove debug output and fix bug #37589Antony Dovgal2006-05-251-1/+0
* - Update testMarcus Boerger2006-05-251-1/+6
* - Update update news and sync with NEWSMarcus Boerger2006-05-252-1/+2
* fix error messages when converting objects to other typesAntony Dovgal2006-05-253-17/+16
* - MFH Bugfix 37587Marcus Boerger2006-05-253-6/+48