summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Last php4 occurances..foobar2004-01-211-1/+1
|
* Fix TSRMMarcus Boerger2004-01-211-0/+1
|
* Break out the test with first hit.foobar2004-01-211-0/+1
|
* TypoSara Golemon2004-01-211-1/+1
|
* - Fixed bug #26973 (*printf() + modifier broken)foobar2004-01-211-15/+12
|
* extend a bitfoobar2004-01-211-0/+14
|
* test case for bug #26973foobar2004-01-211-0/+20
|
* typo fixfoobar2004-01-211-1/+1
|
* test for bug #26976foobar2004-01-211-0/+28
|
* Fixed bug #26974 (rename() doesn't check the destination fileIlia Alshanetsky2004-01-211-2/+3
| | | | | against safe_mode/open_basedir).
* ChangeLog update2004-01-211-0/+46
|
* Goto targets should not be indented (some compilers choke on this, iirc)foobar2004-01-211-1/+1
|
* Add cvs tagsMarcus Boerger2004-01-2011-0/+22
|
* Fix a warningMarcus Boerger2004-01-201-1/+1
|
* Prevent shared builds under windows tooMarcus Boerger2004-01-201-0/+3
|
* default to compiled in to match unix.Wez Furlong2004-01-201-1/+1
|
* XML Schema supportDmitry Stogov2004-01-208-104/+470
| | | | | | | - support for <element> 'ref' attibute was implemented - support for inline types - support for <list> and <union> (incompleate)
* Warn when empty string supplied to load methods (by Pierre-Alain)Rob Richards2004-01-203-1/+9
| | | | | | Fix refcount on xpath iterators xpath_query should return nodelist even when empty
* update todo part of readmeWez Furlong2004-01-201-8/+3
|
* Fix warning (and possible problem)Marcus Boerger2004-01-201-0/+2
|
* -Sterling Hughes2004-01-201-20/+58
|
* ChangeLog update2004-01-202-0/+160
|
* - Fixed Bug #26969 (shared openssl build fails)foobar2004-01-201-1/+2
|
* BfNfoobar2004-01-201-0/+2
|
* test case for bug #26696foobar2004-01-201-0/+28
|
* Fix compilation of simplexml when spl is build as shared objectFrank M. Kromann2004-01-191-1/+1
|
* Fix compilation of spl as shared objectFrank M. Kromann2004-01-191-2/+2
|
* Fix leaks in dom_xpath_query (create retval only if requiered) by Pierre-AlainChristian Stocker2004-01-191-2/+3
|
* fixes segfault, if file doesn't exist (by Pierre-Alain)Christian Stocker2004-01-191-0/+9
|
* - Make sure srand() / mt_srand() are really called.foobar2004-01-191-0/+3
|
* Fixed bug #26967 (make various file operations return FALSE on error).Ilia Alshanetsky2004-01-191-21/+24
|
* really fix this test...Christian Stocker2004-01-191-5/+2
|
* fix testChristian Stocker2004-01-192-2/+2
|
* added missing dots..Christian Stocker2004-01-191-2/+2
|
* Cosmetics and NEWS entryChristian Stocker2004-01-193-2/+3
|
* - Turn off mbstring.func_overload as this test uses plain strlen() forMoriyoshi Koizumi2004-01-191-0/+2
| | | | | comparison.
* XML Schema support was impovedDmitry Stogov2004-01-194-313/+631
|
* @- added XsltProcessor->registerPhpFunctions() (Christian)Christian Stocker2004-01-194-161/+208
| | | | | | without that method call, it is not allowed to call php functions from xslt stylesheets for security reasons.
* adjust testChristian Stocker2004-01-191-2/+4
|
* * CSMartin Jansen2004-01-191-1/+1
|
* - Hopefully fix bug #26696.Andi Gutmans2004-01-192-30/+31
| | | | | - Please let me know if hell-breaks loose
* fix typoChristian Stocker2004-01-191-1/+1
|
* Must be buitinMarcus Boerger2004-01-191-0/+3
|
* Add spl_sxe to prackageMarcus Boerger2004-01-191-0/+2
|
* - Being picky :)Derick Rethans2004-01-191-1/+1
|
* Add spl_sxe.c.Sebastian Bergmann2004-01-191-1/+1
|
* - SPL lives now in ext/Derick Rethans2004-01-191-0/+1
|
* XML Scheam supportDmitry Stogov2004-01-194-20/+30
|
* Added fgetcsv() tests.Ilia Alshanetsky2004-01-191-0/+158
|
* fix -m argument to mkDir(). Conversion to octal was not being made,Greg Beaver2004-01-191-0/+8
| | | | | | | and a string should never be passed into mkdir(). Thanks to Alex Hayes