Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tagphp_ibase_before_split | SVN Migration | 2004-01-25 | 3213 | -765847/+0 |
| | | | | 'php_ibase_before_split'. | ||||
* | Check for both Firebird 1+ and Interbase/FB1 | Ard Biesheuvel | 2004-01-25 | 1 | -3/+2 |
| | |||||
* | prototype fix for mysqli_fetch | Georg Richter | 2004-01-25 | 1 | -4/+14 |
| | |||||
* | BFN | Marcus Boerger | 2004-01-25 | 1 | -0/+2 |
| | |||||
* | Fixed bug #27020 (Compile failure; sys/select.h: No such file or directory) | foobar | 2004-01-25 | 1 | -0/+4 |
| | |||||
* | ChangeLog update | 2004-01-25 | 2 | -0/+57 | |
| | |||||
* | Changed prototypes to allow parsing of string literals and constant strings | Ard Biesheuvel | 2004-01-25 | 3 | -19/+24 |
| | | | | | Minor CS/WS | ||||
* | TSRM fix | Marcus Boerger | 2004-01-24 | 1 | -4/+4 |
| | |||||
* | Switch from ZEND_ACC_DYNAMIC to ZEND_ACC_ALLOW_STATIC and disallow calling | Marcus Boerger | 2004-01-24 | 6 | -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 type | Timm Friebe | 2004-01-24 | 1 | -2/+6 |
| | |||||
* | prototype fixes | Georg Richter | 2004-01-24 | 1 | -2/+2 |
| | |||||
* | Change message as proposed by Jon. | Sebastian Bergmann | 2004-01-24 | 2 | -2/+2 |
| | |||||
* | - Initial release | Timm Friebe | 2004-01-24 | 1 | -0/+91 |
| | |||||
* | - Initial release | Timm Friebe | 2004-01-24 | 1 | -0/+65 |
| | |||||
* | - Initial release | Timm Friebe | 2004-01-24 | 7 | -0/+338 |
| | |||||
* | @- Fixed bug #22403 "PHP crashes when executing a sql procedure without | Timm Friebe | 2004-01-24 | 1 | -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 update | 2004-01-24 | 2 | -0/+56 | |
| | |||||
* | This is a definitive 'must' | Marcus Boerger | 2004-01-24 | 1 | -1/+1 |
| | |||||
* | Added third parameter (optional) to array_keys for strictness. It behaves | Andrey Hristov | 2004-01-24 | 1 | -4/+28 |
| | | | | | | like the "strict" parameter of in_array(). #Closing feature request #24258 | ||||
* | Adding note about declaration first use after that for classes. | Andrey Hristov | 2004-01-24 | 1 | -0/+16 |
| | | | | | | #I had no time recently to add this but since a user complained on #internals.... | ||||
* | Fix this example | Marcus Boerger | 2004-01-23 | 1 | -2/+2 |
| | |||||
* | Simplify detection of methods that must be called dynamic (with object) | Marcus Boerger | 2004-01-23 | 5 | -8/+10 |
| | |||||
* | Builtin recursion protection (by disallow to follow links by default). | Marcus Boerger | 2004-01-23 | 1 | -1/+11 |
| | |||||
* | Fix. Found by adam | Marcus Boerger | 2004-01-23 | 1 | -1/+1 |
| | |||||
* | Disallow calling __clone/__construct/__destruct static | Marcus Boerger | 2004-01-23 | 2 | -0/+20 |
| | | | | | Send an E_STRICT when calling a non static method static | ||||
* | Disallow static declaration of clone | Marcus Boerger | 2004-01-23 | 3 | -1/+14 |
| | |||||
* | fix | Dmitry Stogov | 2004-01-23 | 1 | -1/+1 |
| | |||||
* | disabling import if file was already loaded | Dmitry Stogov | 2004-01-23 | 2 | -74/+68 |
| | |||||
* | XML Schema support was improved | Dmitry Stogov | 2004-01-23 | 5 | -205/+373 |
| | | | | | | | support for type extension support for attribute encoding/decoding support for SOAP 1.2 array encoding/decoding | ||||
* | XML Schema support was improved | Dmitry Stogov | 2004-01-23 | 7 | -213/+286 |
| | | | | | suport for type extension | ||||
* | typofix (thanks to Mehdi Achour for noticing this) | foobar | 2004-01-23 | 1 | -3/+3 |
| | |||||
* | Silence some compile warnings | foobar | 2004-01-23 | 5 | -10/+10 |
| | |||||
* | ChangeLog update | 2004-01-23 | 2 | -0/+73 | |
| | |||||
* | update test | Rob Richards | 2004-01-22 | 1 | -4/+1 |
| | |||||
* | Add new test | Marcus Boerger | 2004-01-22 | 1 | -0/+31 |
| | |||||
* | Update tests | Marcus Boerger | 2004-01-22 | 4 | -19/+16 |
| | |||||
* | Fix bug #27010: segfault after returning nodes with children() | Rob Richards | 2004-01-22 | 2 | -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 statically | Rob Richards | 2004-01-22 | 14 | -44/+20 |
| | |||||
* | Fix internal access to exception properties | Marcus Boerger | 2004-01-22 | 2 | -28/+28 |
| | |||||
* | XML Schema support was improved | Dmitry Stogov | 2004-01-22 | 6 | -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 syntax | Pierre Joye | 2004-01-22 | 2 | -7/+5 |
| | |||||
* | add collections support to win32 build | Antony Dovgal | 2004-01-22 | 1 | -0/+1 |
| | |||||
* | add missing protos | Antony Dovgal | 2004-01-22 | 1 | -19/+18 |
| | | | | | and some minor changes | ||||
* | MFB | Antony Dovgal | 2004-01-22 | 1 | -3/+2 |
| | | | | | oci_lob_save() should be removed indeed, but we're already in feature freeze =( | ||||
* | ChangeLog update | 2004-01-22 | 1 | -0/+147 | |
| | |||||
* | test case for bug #26938 | foobar | 2004-01-21 | 1 | -0/+24 |
| | |||||
* | Change to correct syntax. | Marcus Boerger | 2004-01-21 | 1 | -3/+3 |
| | | | | | # The test will still fail though. | ||||
* | All technical reasons that prevented us from studlyCaps are solved | Marcus Boerger | 2004-01-21 | 1 | -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 Alshanetsky | 2004-01-21 | 2 | -1/+3 |
| | |||||
* | *change constant name, coz it doesn't comply with others | Antony Dovgal | 2004-01-21 | 1 | -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. |