Marcus Boerger
3b207ccb12
Add cvs tags
2004-01-20 20:59:45 +00:00
Marcus Boerger
fe03687b00
Fix a warning
2004-01-20 20:16:30 +00:00
Marcus Boerger
b0320c6032
Prevent shared builds under windows too
2004-01-20 19:49:21 +00:00
Wez Furlong
8691f86cb8
default to compiled in to match unix.
2004-01-20 17:18:41 +00:00
Dmitry Stogov
67886b8321
XML Schema support
...
- support for <element> 'ref' attibute was implemented
- support for inline types
- support for <list> and <union> (incompleate)
2004-01-20 16:30:38 +00:00
Rob Richards
a4815f7c8e
Warn when empty string supplied to load methods (by Pierre-Alain)
...
Fix refcount on xpath iterators
xpath_query should return nodelist even when empty
2004-01-20 11:35:32 +00:00
Wez Furlong
42110742b7
update todo part of readme
2004-01-20 11:01:16 +00:00
Marcus Boerger
920358a0cc
Fix warning (and possible problem)
2004-01-20 07:27:47 +00:00
Sterling Hughes
bd306c8b52
-
2004-01-20 05:31:50 +00:00
Frank M. Kromann
0d6fcd02cb
Fix compilation of simplexml when spl is build as shared object
2004-01-19 23:44:03 +00:00
Frank M. Kromann
25cb3d01d5
Fix compilation of spl as shared object
2004-01-19 23:43:03 +00:00
Christian Stocker
6b70f9d1b3
Fix leaks in dom_xpath_query (create retval only if requiered) by Pierre-Alain
2004-01-19 21:08:29 +00:00
Christian Stocker
00af01bb94
fixes segfault, if file doesn't exist (by Pierre-Alain)
2004-01-19 20:54:40 +00:00
foobar
dde4c166c9
- Make sure srand() / mt_srand() are really called.
2004-01-19 19:01:17 +00:00
Ilia Alshanetsky
39b62f26cf
Fixed bug #26967 (make various file operations return FALSE on error).
2004-01-19 18:40:39 +00:00
Christian Stocker
ab26ac118d
really fix this test...
2004-01-19 17:38:47 +00:00
Christian Stocker
efed27ae1b
fix test
2004-01-19 17:35:38 +00:00
Christian Stocker
d4488ccf2d
Cosmetics and NEWS entry
2004-01-19 17:27:22 +00:00
Moriyoshi Koizumi
e4d90e60fc
- Turn off mbstring.func_overload as this test uses plain strlen() for
...
comparison.
2004-01-19 16:53:34 +00:00
Dmitry Stogov
039d88ac99
XML Schema support was impoved
2004-01-19 16:40:37 +00:00
Christian Stocker
23b30e9a30
@- added XsltProcessor->registerPhpFunctions() (Christian)
...
without that method call, it is not allowed to call php functions from
xslt stylesheets for security reasons.
2004-01-19 15:07:08 +00:00
Christian Stocker
c0a1f294e9
adjust test
2004-01-19 15:00:59 +00:00
Christian Stocker
04c2e1e8c4
fix typo
2004-01-19 11:07:19 +00:00
Marcus Boerger
6b8f137905
Must be buitin
2004-01-19 08:48:30 +00:00
Marcus Boerger
10d48448a4
Add spl_sxe to prackage
2004-01-19 08:32:58 +00:00
Derick Rethans
ff86abeab6
- Being picky :)
2004-01-19 08:32:26 +00:00
Sebastian Bergmann
32f7ba2bd6
Add spl_sxe.c.
2004-01-19 08:31:16 +00:00
Dmitry Stogov
a68777e954
XML Scheam support
2004-01-19 07:22:53 +00:00
Ilia Alshanetsky
608db4728b
Added fgetcsv() tests.
2004-01-19 03:55:29 +00:00
foobar
e0782e2519
- Moved php_srand() call into php_rand().
...
# Makes shuffle() and str_shuffle() to be random without having to
# call srand() in scripts.
# They don't internally call php_srand() at all and it would be silly
# to start adding php_srand() calls all over the place..
2004-01-19 03:14:58 +00:00
foobar
c7f8c84f36
- Fixed bug #26949 (rand(min,max) always returns min when ZTS enabled)
2004-01-19 02:30:54 +00:00
Marcus Boerger
3ee59febe7
Fix test by adding expectations
2004-01-19 00:27:06 +00:00
Marcus Boerger
a5d11dc943
Fix refcounting in ZE2
2004-01-19 00:26:33 +00:00
Marcus Boerger
ba4c4cddc2
Fix some warnings
2004-01-19 00:10:41 +00:00
Marcus Boerger
b0620b27be
Rename header to prevent name clashes with external files
2004-01-18 23:35:13 +00:00
Marcus Boerger
a7974a876e
Fix memory corruption
2004-01-18 23:22:20 +00:00
Marcus Boerger
f0aacc09d2
Fix a warning
2004-01-18 23:19:36 +00:00
Marcus Boerger
517c5f5fc5
Necessary as long as SPL is shared/dll
2004-01-18 22:20:54 +00:00
Marcus Boerger
c7c9c72d49
Update, id_l is unique
2004-01-18 21:11:55 +00:00
Marcus Boerger
90515ee22a
Add spl interaction test.
2004-01-18 20:57:42 +00:00
Moriyoshi Koizumi
abfda09eda
Fix fgetcsv() to reflect the change on 4.3.5 behaviour.
2004-01-18 20:29:34 +00:00
Marcus Boerger
c1df34cae0
Update
2004-01-18 19:55:50 +00:00
Derick Rethans
a3adb776ad
- This define is not used anymore
2004-01-18 19:21:23 +00:00
Marcus Boerger
43ee98f9fa
Not needed
2004-01-18 19:17:50 +00:00
Marcus Boerger
94e64e3d8b
Fix problems with manual iteration
2004-01-18 16:25:26 +00:00
Timm Friebe
348abec29d
- Fixed compiler warnings (int format, long int arg)
2004-01-18 16:01:02 +00:00
Marcus Boerger
309f54384d
Add class SimpleXMLIterator
2004-01-18 15:33:38 +00:00
Marcus Boerger
913f5ce8ec
Fix Warning
2004-01-18 15:21:49 +00:00
Marcus Boerger
8f4e9d9e42
Enable inherited classes inside SPL and respect order of module init.
2004-01-18 15:16:26 +00:00
Marcus Boerger
bb678c07b5
Use external files only in 001.phpt & tests for bugs
2004-01-18 15:14:03 +00:00