| Commit message (Expand) | Author | Age | Files | Lines |
* | Warn when empty string supplied to load methods (by Pierre-Alain) | Rob Richards | 2004-01-20 | 3 | -1/+9 |
* | update todo part of readme | Wez Furlong | 2004-01-20 | 1 | -8/+3 |
* | Fix warning (and possible problem) | Marcus Boerger | 2004-01-20 | 1 | -0/+2 |
* | - | Sterling Hughes | 2004-01-20 | 1 | -20/+58 |
* | Fix compilation of simplexml when spl is build as shared object | Frank M. Kromann | 2004-01-19 | 1 | -1/+1 |
* | Fix compilation of spl as shared object | Frank M. Kromann | 2004-01-19 | 1 | -2/+2 |
* | Fix leaks in dom_xpath_query (create retval only if requiered) by Pierre-Alain | Christian Stocker | 2004-01-19 | 1 | -2/+3 |
* | fixes segfault, if file doesn't exist (by Pierre-Alain) | Christian Stocker | 2004-01-19 | 1 | -0/+9 |
* | - Make sure srand() / mt_srand() are really called. | foobar | 2004-01-19 | 1 | -0/+3 |
* | Fixed bug #26967 (make various file operations return FALSE on error). | Ilia Alshanetsky | 2004-01-19 | 1 | -21/+24 |
* | really fix this test... | Christian Stocker | 2004-01-19 | 1 | -5/+2 |
* | fix test | Christian Stocker | 2004-01-19 | 2 | -2/+2 |
* | Cosmetics and NEWS entry | Christian Stocker | 2004-01-19 | 2 | -2/+2 |
* | - Turn off mbstring.func_overload as this test uses plain strlen() for | Moriyoshi Koizumi | 2004-01-19 | 1 | -0/+2 |
* | XML Schema support was impoved | Dmitry Stogov | 2004-01-19 | 4 | -313/+631 |
* | @- added XsltProcessor->registerPhpFunctions() (Christian) | Christian Stocker | 2004-01-19 | 4 | -161/+208 |
* | adjust test | Christian Stocker | 2004-01-19 | 1 | -2/+4 |
* | fix typo | Christian Stocker | 2004-01-19 | 1 | -1/+1 |
* | Must be buitin | Marcus Boerger | 2004-01-19 | 1 | -0/+3 |
* | Add spl_sxe to prackage | Marcus Boerger | 2004-01-19 | 1 | -0/+2 |
* | - Being picky :) | Derick Rethans | 2004-01-19 | 1 | -1/+1 |
* | Add spl_sxe.c. | Sebastian Bergmann | 2004-01-19 | 1 | -1/+1 |
* | XML Scheam support | Dmitry Stogov | 2004-01-19 | 4 | -20/+30 |
* | Added fgetcsv() tests. | Ilia Alshanetsky | 2004-01-19 | 1 | -0/+158 |
* | - Moved php_srand() call into php_rand(). | foobar | 2004-01-19 | 2 | -8/+4 |
* | - Fixed bug #26949 (rand(min,max) always returns min when ZTS enabled) | foobar | 2004-01-19 | 1 | -1/+2 |
* | Fix test by adding expectations | Marcus Boerger | 2004-01-19 | 1 | -0/+2 |
* | Fix refcounting in ZE2 | Marcus Boerger | 2004-01-19 | 1 | -6/+0 |
* | Fix some warnings | Marcus Boerger | 2004-01-19 | 3 | -9/+8 |
* | Rename header to prevent name clashes with external files | Marcus Boerger | 2004-01-18 | 3 | -5/+5 |
* | Fix memory corruption | Marcus Boerger | 2004-01-18 | 1 | -2/+0 |
* | Fix a warning | Marcus Boerger | 2004-01-18 | 1 | -1/+1 |
* | Necessary as long as SPL is shared/dll | Marcus Boerger | 2004-01-18 | 1 | -1/+1 |
* | Update, id_l is unique | Marcus Boerger | 2004-01-18 | 1 | -3/+3 |
* | Add spl interaction test. | Marcus Boerger | 2004-01-18 | 1 | -0/+125 |
* | Fix fgetcsv() to reflect the change on 4.3.5 behaviour. | Moriyoshi Koizumi | 2004-01-18 | 1 | -1/+5 |
* | Update | Marcus Boerger | 2004-01-18 | 2 | -0/+6 |
* | - This define is not used anymore | Derick Rethans | 2004-01-18 | 1 | -1/+0 |
* | Not needed | Marcus Boerger | 2004-01-18 | 1 | -7/+0 |
* | Fix problems with manual iteration | Marcus Boerger | 2004-01-18 | 2 | -4/+98 |
* | - Fixed compiler warnings (int format, long int arg) | Timm Friebe | 2004-01-18 | 1 | -5/+5 |
* | Add class SimpleXMLIterator | Marcus Boerger | 2004-01-18 | 7 | -1/+342 |
* | Fix Warning | Marcus Boerger | 2004-01-18 | 1 | -0/+1 |
* | Enable inherited classes inside SPL and respect order of module init. | Marcus Boerger | 2004-01-18 | 3 | -26/+86 |
* | Use external files only in 001.phpt & tests for bugs | Marcus Boerger | 2004-01-18 | 6 | -27/+98 |
* | Export access to class_entry by function. | Marcus Boerger | 2004-01-18 | 2 | -1/+8 |
* | - fix for bug #26947 Crash by using DomDocument::getElementById() | Christian Stocker | 2004-01-18 | 1 | -28/+21 |
* | -test for more than one argument (this segfaulted before) | Christian Stocker | 2004-01-18 | 2 | -6/+6 |
* | Fix some casing issues | Marcus Boerger | 2004-01-18 | 1 | -13/+19 |
* | update the tests proper-like | Sterling Hughes | 2004-01-17 | 2 | -3/+2 |