| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | XML parsing warnings and notices were disabled. | Dmitry Stogov | 2004-01-13 | 4 | -2/+22 |
| | | |||||
| * | Support for WSDL <operation> without <input> message | Dmitry Stogov | 2004-01-13 | 3 | -69/+79 |
| | | |||||
| * | HTTP Cookies support (see interop round2 base kafka) | Dmitry Stogov | 2004-01-13 | 1 | -23/+33 |
| | | |||||
| * | Don't even define this. | Sara Golemon | 2004-01-13 | 1 | -1/+1 |
| | | |||||
| * | Whoops... Ilia forgot a ')' | John Coggeshall | 2004-01-13 | 1 | -1/+1 |
| | | |||||
| * | make usleep actually work properly | Wez Furlong | 2004-01-13 | 1 | -2/+2 |
| | | |||||
| * | ChangeLog update | 2004-01-13 | 2 | -0/+81 | |
| | | |||||
| * | Support automatic handling of byref parameters | Wez Furlong | 2004-01-13 | 3 | -4/+127 |
| | | |||||
| * | Fixed a bug that would cause the sqlite session database to grow endlessly. | Ilia Alshanetsky | 2004-01-12 | 1 | -1/+9 |
| | | |||||
| * | More handsome solution for previous fix | Ard Biesheuvel | 2004-01-12 | 1 | -8/+9 |
| | | |||||
| * | Added sanity check on ibase_[p]connect() dialect argument (fixes obscure ↵ | Ard Biesheuvel | 2004-01-12 | 1 | -2/+8 |
| | | | | | unregistered bug) | ||||
| * | Avoid duplicate symbols; definition is in bz2.c | Martin Kraemer | 2004-01-12 | 1 | -1/+1 |
| | | |||||
| * | fix | Dmitry Stogov | 2004-01-12 | 1 | -7/+7 |
| | | |||||
| * | fix | Dmitry Stogov | 2004-01-12 | 1 | -10/+12 |
| | | |||||
| * | Date comparsion was fixed to compare dates with different time zones. | Dmitry Stogov | 2004-01-12 | 2 | -2/+31 |
| | | |||||
| * | Timezone support | Dmitry Stogov | 2004-01-12 | 1 | -8/+19 |
| | | |||||
| * | Small error reporting fixes | Dmitry Stogov | 2004-01-12 | 1 | -18/+24 |
| | | |||||
| * | WSDL support: schema import | Dmitry Stogov | 2004-01-12 | 1 | -4/+17 |
| | | |||||
| * | WSDL support: support for wsdl import | Dmitry Stogov | 2004-01-12 | 4 | -302/+381 |
| | | |||||
| * | This was way out of date. | John Coggeshall | 2004-01-12 | 1 | -107/+1 |
| | | |||||
| * | WSDL support: use of type before declaration (see interop round2 base ↵ | Dmitry Stogov | 2004-01-12 | 2 | -2/+3 |
| | | | | | OpenLink echoStructArray) | ||||
| * | - Return the PHP 4 behavior of not allowing class declerations within | Andi Gutmans | 2004-01-12 | 1 | -0/+5 |
| | | | | | | | | | | | | | - class declerations. This happened when declaring a class within a - method. class A { function foo() { class B { } } } | ||||
| * | Synch mysql_fetch_object with mysqli, sqlite and pgsql | Marcus Boerger | 2004-01-12 | 2 | -27/+198 |
| | | |||||
| * | Add some tests | Marcus Boerger | 2004-01-12 | 4 | -0/+99 |
| | | |||||
| * | ChangeLog update | 2004-01-12 | 2 | -0/+72 | |
| | | |||||
| * | Proto fix | Marcus Boerger | 2004-01-12 | 1 | -1/+1 |
| | | |||||
| * | No longer needed | Marcus Boerger | 2004-01-12 | 1 | -3/+0 |
| | | |||||
| * | Add missing macro | Marcus Boerger | 2004-01-12 | 2 | -0/+2 |
| | | | | | | # by popular demand, more and more exts need this | ||||
| * | TSRMLS fix | Wez Furlong | 2004-01-11 | 3 | -3/+3 |
| | | |||||
| * | Fixed bug #26864 (pg_(update|delete) ignore PGSQL_DML_EXEC option). | Ilia Alshanetsky | 2004-01-11 | 1 | -2/+8 |
| | | |||||
| * | - Re-allow conditional class declerations. Needless to say that I also | Andi Gutmans | 2004-01-11 | 1 | -0/+1 |
| | | | | | | - think it's not great coding.. Use polymorphism instead :) | ||||
| * | - This should fix the problem of conditional function decleration on the | Andi Gutmans | 2004-01-11 | 3 | -10/+16 |
| | | | | | | | - same line of code not to work. You should re-evaluate your coding style - if you really code this way :) | ||||
| * | oops.. | foobar | 2004-01-11 | 1 | -1/+1 |
| | | |||||
| * | BFN | foobar | 2004-01-11 | 1 | -0/+3 |
| | | |||||
| * | add test case for bug #26869 | foobar | 2004-01-11 | 1 | -0/+15 |
| | | |||||
| * | fixing test | Andrey Hristov | 2004-01-11 | 1 | -1/+1 |
| | | |||||
| * | added utf8 support option for sqlite >= 2.8.9. | Rui Hirokawa | 2004-01-11 | 1 | -5/+12 |
| | | |||||
| * | ChangeLog update | 2004-01-11 | 2 | -0/+53 | |
| | | |||||
| * | typos | Tal Peer | 2004-01-10 | 1 | -2/+2 |
| | | |||||
| * | fixing tests after last Derick's commit that changed the behaviour of | Andrey Hristov | 2004-01-10 | 2 | -240/+240 |
| | | | | | | var_export() :) | ||||
| * | Do not run test if session extension is not avaliable. | Ilia Alshanetsky | 2004-01-10 | 1 | -1/+6 |
| | | |||||
| * | Update attribute tests. | Marcus Boerger | 2004-01-10 | 3 | -13/+93 |
| | | | | | | | # There is a memory leak with += when accessing the attributes directly # But yet ->elem[$n] is not fails in the engine | ||||
| * | - Cleanup class_entry | Marcus Boerger | 2004-01-10 | 1 | -68/+46 |
| | | | | | | | - allow derived classes - fix new SimpleXML_Element() | ||||
| * | Fix memory corruption with libxml's error handling. | Marcus Boerger | 2004-01-10 | 2 | -11/+7 |
| | | |||||
| * | Remove conflict | Zeev Suraski | 2004-01-10 | 1 | -5/+0 |
| | | |||||
| * | Update tests | Rob Richards | 2004-01-10 | 4 | -7/+7 |
| | | |||||
| * | XPath query returns nodelist object rather than array | Rob Richards | 2004-01-10 | 4 | -52/+107 |
| | | |||||
| * | Added error mask to set_error_handler() | Zeev Suraski | 2004-01-10 | 4 | -7/+23 |
| | | | | | | Patch by Christian Schneider <cschneid@cschneid.com> | ||||
| * | BUGFIX: server006.phpt | Dmitry Stogov | 2004-01-10 | 1 | -1/+9 |
| | | |||||
| * | *** empty log message *** | Dmitry Stogov | 2004-01-10 | 1 | -0/+196 |
| | | |||||
