| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Use <span> instead of <font> in highlight_string(). (Patch by mg@iceni.pl) | Derick Rethans | 2004-02-25 | 1 | -5/+5 |
| | | |||||
| * | HTTP compression support (gzip and deflate) | Dmitry Stogov | 2004-02-25 | 4 | -14/+165 |
| | | |||||
| * | Do not corrupt mysql build with mysqli build stuff. (should fix #27387) | foobar | 2004-02-25 | 1 | -3/+3 |
| | | |||||
| * | Improve error messages | foobar | 2004-02-25 | 1 | -3/+3 |
| | | |||||
| * | update | Zeev Suraski | 2004-02-25 | 1 | -0/+5 |
| | | |||||
| * | - Rename compatiblity mode to zend.ze2_compatibility_mode (it doesn't ↵ | Zeev Suraski | 2004-02-25 | 3 | -85/+95 |
| | | | | | | | | | | | | only affect auto-clone). - Perform implementation checks even with simple inheritance (off when compatibility mode is enabled). - Restore default arguments in interfaces and handle it correctly. - Move registration of internal classes later in the startup sequence in order to have INI options available. | ||||
| * | - Rename compatiblity mode to zend.ze2_compatibility_mode (it doesn't only ↵ | Zeev Suraski | 2004-02-25 | 6 | -31/+21 |
| | | | | | | | | | | | | affect auto-clone). - Perform implementation checks even with simple inheritance (off when compatibility mode is enabled). - Restore default arguments in interfaces and handle it correctly. - Move registration of internal classes later in the startup sequence in order to have INI options available. | ||||
| * | - Fixed bug #27391 (typo in Fatal Error message). | Derick Rethans | 2004-02-25 | 1 | -1/+1 |
| | | |||||
| * | ZTS fix. | Sebastian Bergmann | 2004-02-25 | 1 | -1/+1 |
| | | |||||
| * | - Abstract methods cannot have defaults for arguments | Zeev Suraski | 2004-02-25 | 4 | -10/+38 |
| | | | | | | | - Make function foo($a, $b=null) satisfy both foo($a) and foo($a, $b) prototypes | ||||
| * | Proto fixes. | Sebastian Bergmann | 2004-02-25 | 2 | -18/+18 |
| | | |||||
| * | Fix object destruction/free in shutdown | Marcus Boerger | 2004-02-25 | 1 | -7/+5 |
| | | | | | | | - set destructor_called even when no dtor is given - use free_storage even when no dtor hat to be called | ||||
| * | Checking once for dtor is enough | Marcus Boerger | 2004-02-25 | 1 | -3/+1 |
| | | |||||
| * | ChangeLog update | 2004-02-25 | 2 | -0/+60 | |
| | | |||||
| * | Fix class flags when handling abstract methods | Marcus Boerger | 2004-02-24 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #27383 (Potential crash inside fopen_wrapper, while parsing | Ilia Alshanetsky | 2004-02-24 | 1 | -4/+13 |
| | | | | | | response code). | ||||
| * | fix for bug 27384 | George Schlossnagle | 2004-02-24 | 1 | -1/+1 |
| | | |||||
| * | Add missing export. | Frank M. Kromann | 2004-02-24 | 1 | -0/+2 |
| | | |||||
| * | More wordsize/alignment fixes | Ard Biesheuvel | 2004-02-24 | 1 | -16/+16 |
| | | |||||
| * | Documentation update | Dmitry Stogov | 2004-02-24 | 2 | -30/+8 |
| | | |||||
| * | Remove empty comment | Zeev Suraski | 2004-02-24 | 1 | -1/+0 |
| | | |||||
| * | WSDL support for <soap:headerfault> was implemented | Dmitry Stogov | 2004-02-24 | 7 | -119/+333 |
| | | |||||
| * | fix win32 compile with libxml 2.6 | Rob Richards | 2004-02-24 | 1 | -2/+5 |
| | | | | | | fix mem leaks | ||||
| * | Fixed value of attribute is default value of attribute | Dmitry Stogov | 2004-02-24 | 1 | -1/+3 |
| | | |||||
| * | fix: anotaion -> anotation | Dmitry Stogov | 2004-02-24 | 1 | -8/+8 |
| | | |||||
| * | constants for MIME/DIME encoding were added | Dmitry Stogov | 2004-02-24 | 1 | -0/+6 |
| | | |||||
| * | XML Schema support was improved: support for <element> default, fixed and ↵ | Dmitry Stogov | 2004-02-24 | 3 | -4/+54 |
| | | | | | nillable | ||||
| * | Fix bug #26005 (Random "cannot change the session ini settings" errors) | foobar | 2004-02-24 | 1 | -1/+13 |
| | | |||||
| * | ChangeLog update | 2004-02-24 | 2 | -0/+173 | |
| | | |||||
| * | test case for statcache corruption of BG | Wez Furlong | 2004-02-23 | 1 | -0/+13 |
| | | |||||
| * | Ooops, these should not be pointers ;) | Wez Furlong | 2004-02-23 | 1 | -1/+1 |
| | | |||||
| * | Make today's changes work w/ str_ireplace() as well. | Sara Golemon | 2004-02-23 | 1 | -8/+27 |
| | | |||||
| * | Short circuit str_replaces when we already know that needle does not occur ↵ | Sara Golemon | 2004-02-23 | 1 | -1/+10 |
| | | | | | | | | in haystack. Note: Prior bugfix was for #27176 not #27276 | ||||
| * | Bugfix #27276: When using str_replace to expand a string, count occurances ↵ | Sara Golemon | 2004-02-23 | 1 | -1/+8 |
| | | | | | of needle in haystack to avoid massive overallocation | ||||
| * | Fixed bug #27341 (HEAD requests fail to return data). | Ilia Alshanetsky | 2004-02-23 | 1 | -1/+2 |
| | | |||||
| * | - Added testcase for bug #27276 | Derick Rethans | 2004-02-23 | 1 | -0/+15 |
| | | |||||
| * | Fix bug #27337 (missing sapi_shutdown() causing memory leak) | foobar | 2004-02-23 | 1 | -0/+1 |
| | | |||||
| * | - Improve precendence: | Andi Gutmans | 2004-02-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | <?php $obj->foo = "Blah"; if (!$obj instanceof StdClass) { print "No"; } else { print "Yes"; } | ||||
| * | fixed prototypes for mysqli_connect_err* functions | Georg Richter | 2004-02-23 | 1 | -2/+2 |
| | | | | | | (thx to Mehdi Achour) | ||||
| * | 64-bit fixes | Ard Biesheuvel | 2004-02-23 | 2 | -2/+3 |
| | | |||||
| * | - omit WARNING instead of ERROR for x_p_c_ns | Christian Stocker | 2004-02-23 | 4 | -4/+5 |
| | | | | | | - fix SKIPIF code in tests | ||||
| * | skip tests, if xml_parser_create_ns is not supported. | Christian Stocker | 2004-02-23 | 3 | -0/+12 |
| | | |||||
| * | test for attributes | Christian Stocker | 2004-02-23 | 1 | -0/+34 |
| | | |||||
| * | - mixed up name and value... fixed | Christian Stocker | 2004-02-23 | 1 | -6/+6 |
| | | |||||
| * | fix attribute handling in combination with sax2 | Christian Stocker | 2004-02-23 | 1 | -3/+29 |
| | | |||||
| * | Use ZOOM_resultset_sort for yaz_sort. Require YAZ 2.0.13 or later. | Adam Dickmeiss | 2004-02-23 | 2 | -6/+9 |
| | | |||||
| * | remove compiler warnings | Christian Stocker | 2004-02-23 | 2 | -1/+3 |
| | | |||||
| * | - Decrease precedence of instanceof so that the following is true: | Andi Gutmans | 2004-02-23 | 1 | -1/+2 |
| | | | | | | | php -r 'var_export((object)1 instanceof stdClass);'; Patch by Jan Lehnardt | ||||
| * | - make it compile with libxml2 2.5 again | Christian Stocker | 2004-02-23 | 2 | -1/+18 |
| | | | | | | | - disable xml_parser_create_ns with libxml2 2.5 for the time being - the #if s can be removed, once we insist on libxml2 2.6 | ||||
| * | fixed report message | Georg Richter | 2004-02-23 | 2 | -2/+6 |
| | | | | | | Disabled reconnect option | ||||
