Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Remove version number here as already done in HEAD | Johannes Schlüter | 2006-09-03 | 1 | -1/+1 |
* | - attempt to fix #38696 | Michael Wallner | 2006-09-03 | 1 | -2/+2 |
* | - MFH: Add HAVE_REFLECTION define for win32 (by Steph) | Johannes Schlüter | 2006-09-02 | 1 | -0/+1 |
* | fix test | Hannes Magnusson | 2006-09-02 | 1 | -3/+1 |
* | and add a test | Nuno Lopes | 2006-09-01 | 1 | -0/+26 |
* | omg. take #2 to fix the bug. sorry.. | Nuno Lopes | 2006-09-01 | 1 | -2/+2 |
* | fix possible crash | Nuno Lopes | 2006-09-01 | 1 | -1/+1 |
* | - MFH | Pierre Joye | 2006-08-31 | 1 | -5/+5 |
* | - MFH | Pierre Joye | 2006-08-31 | 6 | -182/+114 |
* | add test | Antony Dovgal | 2006-08-31 | 1 | -0/+39 |
* | - MFH: test for mulitple filter calls | Pierre Joye | 2006-08-31 | 1 | -0/+37 |
* | MFH | Antony Dovgal | 2006-08-31 | 1 | -14/+16 |
* | - skip these tests for RC3 | Pierre Joye | 2006-08-31 | 3 | -1/+19 |
* | - MFH: pecl bug #8316, | Pierre Joye | 2006-08-31 | 4 | -22/+15 |
* | last portion of z/Z fixes | Antony Dovgal | 2006-08-31 | 6 | -88/+94 |
* | - clean the auto trim (behaves like php_trim now) | Pierre Joye | 2006-08-31 | 3 | -157/+173 |
* | fix typo in errmsg | Antony Dovgal | 2006-08-31 | 1 | -1/+1 |
* | ext/filter z/Z fixes | Antony Dovgal | 2006-08-31 | 1 | -16/+16 |
* | more z/Z fixes | Antony Dovgal | 2006-08-31 | 2 | -16/+16 |
* | more z/Z fixes | Antony Dovgal | 2006-08-31 | 1 | -14/+14 |
* | MFH: z/Z problem fixes | Antony Dovgal | 2006-08-31 | 1 | -19/+19 |
* | fix test | Antony Dovgal | 2006-08-31 | 1 | -1/+2 |
* | MFH: fix problem with mixed arguments accepted as zval* causing leaks/segfaul... | Antony Dovgal | 2006-08-31 | 1 | -79/+79 |
* | minor changes in iconv_substr() to avoid zval converting | Antony Dovgal | 2006-08-31 | 1 | -7/+3 |
* | fix warnings about nonextistent functions | Antony Dovgal | 2006-08-31 | 1 | -4/+0 |
* | no such function | Antony Dovgal | 2006-08-30 | 1 | -1/+0 |
* | MFH: fix leak, add test | Antony Dovgal | 2006-08-30 | 2 | -1/+39 |
* | fix segfault/leak, add test | Antony Dovgal | 2006-08-30 | 2 | -1/+43 |
* | MFH: fix segfault in openssl_seal(), add test | Antony Dovgal | 2006-08-30 | 2 | -0/+34 |
* | Upgrade PCRE lib to 6.7 | Ilia Alshanetsky | 2006-08-30 | 39 | -1268/+3694 |
* | Fixed bug #33770 (https:// or ftps:// do not work when --with-curlwrappers | Ilia Alshanetsky | 2006-08-30 | 1 | -0/+22 |
* | fix leak, add test | Antony Dovgal | 2006-08-30 | 2 | -0/+46 |
* | MFH: fix leak in iptcembed() | Antony Dovgal | 2006-08-30 | 1 | -0/+6 |
* | change ini handlers to produce E_ERROR if they are called during startup | Antony Dovgal | 2006-08-30 | 1 | -2/+14 |
* | fix leak | Antony Dovgal | 2006-08-30 | 1 | -1/+1 |
* | MFH: change E_ERROR to E_WARNING when invalid argument has been passed | Antony Dovgal | 2006-08-30 | 1 | -6/+13 |
* | MFH: fix #38653 (memory leak in ReflectionClass::getConstant()) | Antony Dovgal | 2006-08-30 | 2 | -0/+30 |
* | fix test | Hannes Magnusson | 2006-08-30 | 1 | -1/+1 |
* | - Upgrade timezone db to 2006k. | Derick Rethans | 2006-08-29 | 2 | -634/+1008 |
* | Corrected problems introduced by previous commit. | Ilia Alshanetsky | 2006-08-29 | 1 | -4/+4 |
* | Fixed bug #38637 (curl_copy_handle() fails to fully copy the cURL handle). | Ilia Alshanetsky | 2006-08-29 | 1 | -1/+33 |
* | Finalize implode() patch | Ilia Alshanetsky | 2006-08-29 | 1 | -5/+4 |
* | fix win32 build | Antony Dovgal | 2006-08-29 | 1 | -1/+3 |
* | fix #38474 (getAttribute select attribute by order, even when prefixed) | Rob Richards | 2006-08-28 | 2 | -11/+77 |
* | Adjust code to avoid TSRMLS_FETCH | Ilia Alshanetsky | 2006-08-28 | 2 | -4/+3 |
* | MFH: make sure ext/standard is down before ext/session (fixes #38534) | Antony Dovgal | 2006-08-28 | 1 | -1/+7 |
* | MFH: set BG(locale_string) to NULL on shutdown (partly fixes #38534) | Antony Dovgal | 2006-08-28 | 1 | -0/+1 |
* | fix ZTS build | Antony Dovgal | 2006-08-28 | 1 | -0/+1 |
* | MFH: | Hannes Magnusson | 2006-08-27 | 3 | -4/+50 |
* | Optimize the operation of implode() on non-string parameters | Ilia Alshanetsky | 2006-08-27 | 1 | -20/+37 |