summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagBEFORE_NEW_OUTPUT_APISVN Migration2006-06-02145-14127/+0
* idness not valid for attribute declarationsRob Richards2006-06-021-2/+2
* MFB: fixed compiler warningIlia Alshanetsky2006-06-011-1/+1
* MFB: #37630 MySQL extensions should link against thread safe client libs if b...Michael Wallner2006-06-013-16/+11
* ignore my previous fix, it was wrong =)Antony Dovgal2006-06-011-2/+4
* suppress_errors is used only on Win32, no need to look for it on other systemsAntony Dovgal2006-06-011-0/+4
* nuke unused variableAntony Dovgal2006-06-011-2/+0
* fix testsAntony Dovgal2006-06-013-0/+185
* no need to fetch trsm_ls when it's already availableAntony Dovgal2006-06-011-2/+0
* add expected warning to the testAntony Dovgal2006-05-311-0/+0
* - MF52: There was nothing wrong here, bug report #37595 is bogus.Derick Rethans2006-05-313-2/+24
* fix #37595 (mcrypt_generic calculates data length in wrong way)Antony Dovgal2006-05-312-1/+1
* MFB: fix testsAntony Dovgal2006-05-307-21/+23
* fix testAntony Dovgal2006-05-302-7/+16
* fix compilation on some b0rked systems that must have collections support but...Antony Dovgal2006-05-301-1/+1
* Minor fixes (bjori)Sara Golemon2006-05-303-3/+3
* MFB: fix bug 37635 (argument to pcntl signal handler is trashed)Michael Wallner2006-05-301-6/+5
* Lets play nice and use 4digit years with DATE_RSSHannes Magnusson2006-05-302-9/+10
* MFB: Added memory_get_peak_usage() function for retrieving peak memoryIlia Alshanetsky2006-05-303-0/+8
* Fixed DATE_COOKIE & DATE_RSSHannes Magnusson2006-05-302-8/+25
* don't require libociei, this allows us to build ext/oci8 against basiclite OI...Antony Dovgal2006-05-301-1/+1
* - Now as text and not HTML.Derick Rethans2006-05-302-6/+53
* - Fixed bug #37616: DATE_RFC822 does not product RFC 822 dates. (Patch byDerick Rethans2006-05-303-8/+90
* need to call zend_is_callable() if callable is known to be invalidAntony Dovgal2006-05-301-2/+2
* MFB: Convert E_ERROR to E_RECOVERABLE_ERRORIlia Alshanetsky2006-05-301-2/+2
* no need to check it for not-NULL (as was pointed by Nuno)Antony Dovgal2006-05-291-4/+2
* add testAntony Dovgal2006-05-291-0/+16
* return NULL in case of error (and fix leak/non-null-terminated string error)Antony Dovgal2006-05-291-0/+4
* improve sed expressionsAntony Dovgal2006-05-291-2/+2
* MFB: Fixed bug #36949 (invalid internal mysqli objects dtor)Michael Wallner2006-05-292-17/+55
* fix #37531 (oci8 persistent connection corruption)Antony Dovgal2006-05-291-1/+5
* add testAntony Dovgal2006-05-291-0/+40
* initialize srcstreamAntony Dovgal2006-05-291-3/+3
* prevent resource leaking when passing invalid stream resource as second argumentAntony Dovgal2006-05-291-6/+5
* - Fix str_replace with unicode strings as keyJohannes Schlüter2006-05-281-0/+1
* MFB: Fixed bug #37586 (Bumped minimum PCRE version to 6.6, needed forIlia Alshanetsky2006-05-281-2/+2
* - update changelogPierre Joye2006-05-282-4/+8
* - #7733, values using E/e returns wrong resultPierre Joye2006-05-281-0/+27
* 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-26138-247/+239
* Corrected previous patchIlia Alshanetsky2006-05-261-6/+2
* - MFB: fix leaks in openssl context optionsPierre Joye2006-05-261-1/+5
* - Fix handling of third parameter to iterator_apply()Marcus Boerger2006-05-263-3/+90
* - Fix type hintMarcus Boerger2006-05-261-2/+2
* - Add function iterator_apply()Marcus Boerger2006-05-263-4/+60
* MFB: Fixed bug #37569 (WDDX incorrectly encodes high-ascii characters).Ilia Alshanetsky2006-05-252-0/+14
* - Make recursive part and identical part work correctMarcus Boerger2006-05-252-1/+9
* - Add DualIterator and RecursiveDualIterator to examples including a testMarcus Boerger2006-05-253-0/+323
* -#7715, fix float validation when using '.23' or '123'Pierre Joye2006-05-251-0/+27
* MFB: fix bug #34180, --with-curlwrappers discards stream context optionsMichael Wallner2006-05-251-26/+81