summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* - Remove version number here as already done in HEADJohannes Schlüter2006-09-031-1/+1
* - attempt to fix #38696Michael Wallner2006-09-031-2/+2
* - MFH: Add HAVE_REFLECTION define for win32 (by Steph)Johannes Schlüter2006-09-021-0/+1
* fix testHannes Magnusson2006-09-021-3/+1
* and add a testNuno Lopes2006-09-011-0/+26
* omg. take #2 to fix the bug. sorry..Nuno Lopes2006-09-011-2/+2
* fix possible crashNuno Lopes2006-09-011-1/+1
* - MFHPierre Joye2006-08-311-5/+5
* - MFHPierre Joye2006-08-316-182/+114
* add testAntony Dovgal2006-08-311-0/+39
* - MFH: test for mulitple filter callsPierre Joye2006-08-311-0/+37
* MFHAntony Dovgal2006-08-311-14/+16
* - skip these tests for RC3Pierre Joye2006-08-313-1/+19
* - MFH: pecl bug #8316,Pierre Joye2006-08-314-22/+15
* last portion of z/Z fixesAntony Dovgal2006-08-316-88/+94
* - clean the auto trim (behaves like php_trim now)Pierre Joye2006-08-313-157/+173
* fix typo in errmsgAntony Dovgal2006-08-311-1/+1
* ext/filter z/Z fixesAntony Dovgal2006-08-311-16/+16
* more z/Z fixesAntony Dovgal2006-08-312-16/+16
* more z/Z fixesAntony Dovgal2006-08-311-14/+14
* MFH: z/Z problem fixesAntony Dovgal2006-08-311-19/+19
* fix testAntony Dovgal2006-08-311-1/+2
* MFH: fix problem with mixed arguments accepted as zval* causing leaks/segfaul...Antony Dovgal2006-08-311-79/+79
* minor changes in iconv_substr() to avoid zval convertingAntony Dovgal2006-08-311-7/+3
* fix warnings about nonextistent functionsAntony Dovgal2006-08-311-4/+0
* no such functionAntony Dovgal2006-08-301-1/+0
* MFH: fix leak, add testAntony Dovgal2006-08-302-1/+39
* fix segfault/leak, add testAntony Dovgal2006-08-302-1/+43
* MFH: fix segfault in openssl_seal(), add testAntony Dovgal2006-08-302-0/+34
* Upgrade PCRE lib to 6.7Ilia Alshanetsky2006-08-3039-1268/+3694
* Fixed bug #33770 (https:// or ftps:// do not work when --with-curlwrappersIlia Alshanetsky2006-08-301-0/+22
* fix leak, add testAntony Dovgal2006-08-302-0/+46
* MFH: fix leak in iptcembed()Antony Dovgal2006-08-301-0/+6
* change ini handlers to produce E_ERROR if they are called during startupAntony Dovgal2006-08-301-2/+14
* fix leakAntony Dovgal2006-08-301-1/+1
* MFH: change E_ERROR to E_WARNING when invalid argument has been passedAntony Dovgal2006-08-301-6/+13
* MFH: fix #38653 (memory leak in ReflectionClass::getConstant())Antony Dovgal2006-08-302-0/+30
* fix testHannes Magnusson2006-08-301-1/+1
* - Upgrade timezone db to 2006k.Derick Rethans2006-08-292-634/+1008
* Corrected problems introduced by previous commit.Ilia Alshanetsky2006-08-291-4/+4
* Fixed bug #38637 (curl_copy_handle() fails to fully copy the cURL handle).Ilia Alshanetsky2006-08-291-1/+33
* Finalize implode() patchIlia Alshanetsky2006-08-291-5/+4
* fix win32 buildAntony Dovgal2006-08-291-1/+3
* fix #38474 (getAttribute select attribute by order, even when prefixed)Rob Richards2006-08-282-11/+77
* Adjust code to avoid TSRMLS_FETCHIlia Alshanetsky2006-08-282-4/+3
* MFH: make sure ext/standard is down before ext/session (fixes #38534)Antony Dovgal2006-08-281-1/+7
* MFH: set BG(locale_string) to NULL on shutdown (partly fixes #38534)Antony Dovgal2006-08-281-0/+1
* fix ZTS buildAntony Dovgal2006-08-281-0/+1
* MFH:Hannes Magnusson2006-08-273-4/+50
* Optimize the operation of implode() on non-string parametersIlia Alshanetsky2006-08-271-20/+37