summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagphp_ibase_before_splitSVN Migration2004-01-253213-765847/+0
| | | | 'php_ibase_before_split'.
* Check for both Firebird 1+ and Interbase/FB1Ard Biesheuvel2004-01-251-3/+2
|
* prototype fix for mysqli_fetchGeorg Richter2004-01-251-4/+14
|
* BFNMarcus Boerger2004-01-251-0/+2
|
* Fixed bug #27020 (Compile failure; sys/select.h: No such file or directory)foobar2004-01-251-0/+4
|
* ChangeLog update2004-01-252-0/+57
|
* Changed prototypes to allow parsing of string literals and constant stringsArd Biesheuvel2004-01-253-19/+24
| | | | | Minor CS/WS
* TSRM fixMarcus Boerger2004-01-241-4/+4
|
* Switch from ZEND_ACC_DYNAMIC to ZEND_ACC_ALLOW_STATIC and disallow callingMarcus Boerger2004-01-246-14/+22
| | | | | | | | | | | internal non-static methods statically. # As discussed with Zeev: # - For BC standard userspace methods allow this with an E_STRICT message. # - If you want to implement an internal method taht can be called both # statically and non-statically then use flag ZEND_ACC_ALLOW_STATIC. # - Magic user space methods __*() cannot and __construct, __destruct, # __clone can never be called statically.
* - Added test on char typeTimm Friebe2004-01-241-2/+6
|
* prototype fixesGeorg Richter2004-01-241-2/+2
|
* Change message as proposed by Jon.Sebastian Bergmann2004-01-242-2/+2
|
* - Initial releaseTimm Friebe2004-01-241-0/+91
|
* - Initial releaseTimm Friebe2004-01-241-0/+65
|
* - Initial releaseTimm Friebe2004-01-247-0/+338
|
* @- Fixed bug #22403 "PHP crashes when executing a sql procedure withoutTimm Friebe2004-01-241-11/+30
| | | | | | | | @ parameters" (Timm) @- Fixed memory leak in sybase_set_message_handler() (Timm) # Fixed bug with large numerics correctly (initial fix in r. 1.76 failed # for MAX_LONG + 1, for example)
* ChangeLog update2004-01-242-0/+56
|
* This is a definitive 'must'Marcus Boerger2004-01-241-1/+1
|
* Added third parameter (optional) to array_keys for strictness. It behavesAndrey Hristov2004-01-241-4/+28
| | | | | | like the "strict" parameter of in_array(). #Closing feature request #24258
* Adding note about declaration first use after that for classes.Andrey Hristov2004-01-241-0/+16
| | | | | | #I had no time recently to add this but since a user complained on #internals....
* Fix this exampleMarcus Boerger2004-01-231-2/+2
|
* Simplify detection of methods that must be called dynamic (with object)Marcus Boerger2004-01-235-8/+10
|
* Builtin recursion protection (by disallow to follow links by default).Marcus Boerger2004-01-231-1/+11
|
* Fix. Found by adamMarcus Boerger2004-01-231-1/+1
|
* Disallow calling __clone/__construct/__destruct staticMarcus Boerger2004-01-232-0/+20
| | | | | Send an E_STRICT when calling a non static method static
* Disallow static declaration of cloneMarcus Boerger2004-01-233-1/+14
|
* fixDmitry Stogov2004-01-231-1/+1
|
* disabling import if file was already loadedDmitry Stogov2004-01-232-74/+68
|
* XML Schema support was improvedDmitry Stogov2004-01-235-205/+373
| | | | | | | support for type extension support for attribute encoding/decoding support for SOAP 1.2 array encoding/decoding
* XML Schema support was improvedDmitry Stogov2004-01-237-213/+286
| | | | | suport for type extension
* typofix (thanks to Mehdi Achour for noticing this)foobar2004-01-231-3/+3
|
* Silence some compile warningsfoobar2004-01-235-10/+10
|
* ChangeLog update2004-01-232-0/+73
|
* update testRob Richards2004-01-221-4/+1
|
* Add new testMarcus Boerger2004-01-221-0/+31
|
* Update testsMarcus Boerger2004-01-224-19/+16
|
* Fix bug #27010: segfault after returning nodes with children()Rob Richards2004-01-222-112/+120
| | | | | | | | | Fix segfault in match_ns when matching prefix and node without ns some general cleanup and code consilidation better write handling - engine support dependent better isset handling - engine support dependent namespace fixes for reading/writing
* update constructors so they cant be called staticallyRob Richards2004-01-2214-44/+20
|
* 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.