summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix internal access to exception propertiesMarcus Boerger2004-01-222-28/+28
|
* XML Schema support was improvedDmitry Stogov2004-01-226-258/+708
| | | | | | | | | | support for content model (<sequence>,<all>,<choice>) support for top-level <group> support for <group> 'ref' attribute support for content model encoding/decoding (incomplete) support for attribute encoding/decoding (incomplete) support for <attribute> with inline anonymous <simpleType>
* - Update examples to studlyCaps syntaxPierre Joye2004-01-222-7/+5
|
* add collections support to win32 buildAntony Dovgal2004-01-221-0/+1
|
* add missing protosAntony Dovgal2004-01-221-19/+18
| | | | | and some minor changes
* MFBAntony Dovgal2004-01-221-3/+2
| | | | | oci_lob_save() should be removed indeed, but we're already in feature freeze =(
* ChangeLog update2004-01-221-0/+147
|
* test case for bug #26938foobar2004-01-211-0/+24
|
* Change to correct syntax.Marcus Boerger2004-01-211-3/+3
| | | | | # The test will still fail though.
* All technical reasons that prevented us from studlyCaps are solvedMarcus Boerger2004-01-211-1/+16
| | | | | | | | and all current extensions as well as the whole PEAR framework follow this rule. So for consistency i readd it. # Also we had the discussion onece and decided for this. # Lookup the archieves
* Fixed bug #26938 (exec() has problems reading long lines).Ilia Alshanetsky2004-01-212-1/+3
|
* *change constant name, coz it doesn't comply with othersAntony Dovgal2004-01-211-5/+25
| | | | | | | | *add constant's alias, coz others do have aliases *change protos (oops =)) *add notices to collection functions *change coll_element_get & coll_assign to inform user, that this type of element is not supported yet.
* Source cleanupDmitry Stogov2004-01-211-23/+10
|
* Fix namespace regression bugRob Richards2004-01-212-20/+54
| | | | | | | Read attributes correctly Update sxe_prop_dim_exists logic Update profile
* XML Schema support was improvedDmitry Stogov2004-01-214-415/+634
| | | | | | | | | | xml tree cleanup (save memory and parsing time) support for <inclide> and <import> support for top-level <attribute> support for <attribute> 'ref' attribute support for top-level <attributeGroup> support for <attributeGroup> 'ref' attribute
* fix potential segfault in oci_lob_write()Antony Dovgal2004-01-211-2/+3
| | | | | change oci_lob_trim() - truncate length should be 0 by default.
* Fix Bug #26976 (Can not access array elements using array indices)Rob Richards2004-01-212-13/+6
| | | | | | return index 0 as non iterable object update test
* MFBArd Biesheuvel2004-01-211-0/+19
|
* News update on new streams methodHartmut Holzgraefe2004-01-211-0/+1
|
* Moving the OO syntax to studlyCaps.John Coggeshall2004-01-212-44/+44
| | | | | I am *not* changing this back :)
* stream_lock() method added to userspace streams wrapperHartmut Holzgraefe2004-01-211-2/+53
|
* Adding dependencies on sqlite.h for the rest of the source files in theJon Parise2004-01-211-0/+4
| | | | | libsqlite distribution.
* 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
|