Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_5_0_0RC4'.php-5.0.0RC4 | SVN Migration | 2004-07-15 | 12 | -217/+34 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. | SVN Migration | 2004-07-15 | 118 | -14738/+0 |
| | |||||
* | Bug 29058 (patch submitted by bug reporter) | Dan Kalowsky | 2004-07-15 | 1 | -1/+1 |
| | |||||
* | fix #29012 (Potential race during first connection) thanks to cjbj at ↵ | Antony Dovgal | 2004-07-15 | 1 | -2/+2 |
| | | | | hotmail dot com | ||||
* | Fixed Bug #29075 (strnatcmp() incorrectly handles whitespace). | Ilia Alshanetsky | 2004-07-15 | 2 | -3/+17 |
| | | | | | # Original Patch by: curt@php.net | ||||
* | - Fixed text. | Derick Rethans | 2004-07-14 | 1 | -1/+1 |
| | |||||
* | Changing the Tidy version to 2.0 | John Coggeshall | 2004-07-14 | 1 | -1/+1 |
| | |||||
* | Bugfix# 28829 bcmath values for 0, 1, and 2 initialized/freed at wrong time ↵ | Sara Golemon | 2004-07-14 | 2 | -7/+25 |
| | | | | for threaded sapis. | ||||
* | Add {{{ proto's | Zeev Suraski | 2004-07-13 | 1 | -12/+85 |
| | |||||
* | add missing break | Wez Furlong | 2004-07-13 | 1 | -0/+1 |
| | |||||
* | prototype fixes | Georg Richter | 2004-07-13 | 1 | -3/+3 |
| | |||||
* | initial xmlwriter code | Rob Richards | 2004-07-13 | 8 | -0/+1533 |
| | |||||
* | changed mysqli_stmt_reset (returns now bool instead of void) | Georg Richter | 2004-07-13 | 1 | -4/+5 |
| | |||||
* | - Initial release | Timm Friebe | 2004-07-12 | 1 | -0/+76 |
| | |||||
* | Added missing constant and correct bound column retrieval. When bound | Ilia Alshanetsky | 2004-07-12 | 2 | -0/+6 |
| | | | | | columns are specified only return status (TRUE/FALSE) indicator. | ||||
* | Fixed a bug that could result in false failed query reporting on | Ilia Alshanetsky | 2004-07-12 | 1 | -2/+6 |
| | | | | | INSERT/UPDATE/DELETE queries. | ||||
* | Missing patch. | Ilia Alshanetsky | 2004-07-12 | 1 | -4/+6 |
| | |||||
* | Touch the file so that build system does not try to rebuild it. | Ilia Alshanetsky | 2004-07-12 | 1 | -1/+1 |
| | |||||
* | implement the clone code for the XSLTProcessor object and fix #29108 | Christian Stocker | 2004-07-12 | 1 | -2/+50 |
| | | | | | "xslt segfaults when ze1_compatibility_mode is on" (By Rob Richards) | ||||
* | fix #28978 (multiple OCIBindByName on the same placeholder eats memory) | Antony Dovgal | 2004-07-12 | 1 | -2/+2 |
| | |||||
* | fixing bug #28974 : overflow in array_slice() | Andrey Hristov | 2004-07-11 | 3 | -6/+95 |
| | | | | | | The same kind of overflow appeared in array_splice(), substr() and substr_replace() | ||||
* | fixing bug #28739 | Andrey Hristov | 2004-07-11 | 2 | -1/+71 |
| | | | | | | | | array_*diff() and array_*intersect() not clearing the fci cache before work. FCI call cache was introduced in HEAD. All functions that perform sorting of arrays clear the fci cache before work. array_*diff() and\ array_*intersect() were somehow missed to be updated. | ||||
* | fixing the name of the test | Andrey Hristov | 2004-07-11 | 1 | -1/+1 |
| | |||||
* | fixing bug 29038: | Andrey Hristov | 2004-07-11 | 2 | -1/+75 |
| | | | | | | | EXTR_PREFIX_SAME is prevented from creating a new variable when the key is a empty string. EXTR_PREFIX_ALL is also prevented from doing that, but works for numbers. | ||||
* | - Initial release | Timm Friebe | 2004-07-11 | 2 | -0/+241 |
| | |||||
* | - Added simple test for float exceeding the float precision | Timm Friebe | 2004-07-11 | 1 | -2/+6 |
| | | | | | # See bug #29064 | ||||
* | - Initial release | Timm Friebe | 2004-07-11 | 1 | -0/+54 |
| | |||||
* | - Initial release | Timm Friebe | 2004-07-11 | 2 | -0/+143 |
| | |||||
* | Fixed bug #29008 (array_combine() does not handle non-numeric/string keys). | Ilia Alshanetsky | 2004-07-11 | 1 | -0/+11 |
| | |||||
* | Fix #28402: no need for -ldl | Wez Furlong | 2004-07-10 | 1 | -1/+1 |
| | |||||
* | Bump PHP 5 sqlite extension number to 2.0 | Wez Furlong | 2004-07-10 | 2 | -2/+2 |
| | | | | | (put some distance between it and the 4.3 version) | ||||
* | Upgrade bundled library to 2.8.14 + misc fixes | Wez Furlong | 2004-07-10 | 43 | -5463/+5857 |
| | | | | | (http://www.sqlite.org/cvstrac/chngview?cn=1742) | ||||
* | - Better stability during premature shutdown of request startup | Andi Gutmans | 2004-07-10 | 5 | -11/+26 |
| | |||||
* | Fixed function proto. | Ilia Alshanetsky | 2004-07-09 | 1 | -1/+1 |
| | |||||
* | Fixed bug #29049 (array sorting via user function/method does not validate | Ilia Alshanetsky | 2004-07-08 | 1 | -0/+17 |
| | | | | | it). | ||||
* | - A bugfix in search words hilightling code (mnogosearch extension). | Sergey Kartashoff | 2004-07-08 | 1 | -34/+5 |
| | |||||
* | Last dangerous alloca() bits. | Ilia Alshanetsky | 2004-07-08 | 1 | -4/+4 |
| | |||||
* | added check in config.m4 for deprecated library | Georg Richter | 2004-07-07 | 7 | -77/+109 |
| | | | | | | | | | | added support for new 4.1.3-beta functions mysqli_stmt_field_count mysqli_stmt_attr_set mysqli_stmt_attr_get removed support for deprecated/old api functions fixed bug in constructor_get | ||||
* | Fixed bug #29034 (wordwrap() returns a boolean when passed empty string). | Ilia Alshanetsky | 2004-07-06 | 1 | -2/+3 |
| | |||||
* | - Some fixes in mnogosearch extension | Sergey Kartashoff | 2004-07-06 | 1 | -21/+70 |
| | |||||
* | - Revert storing handle, got lost in 1.92, noticed by Kamesh Jayachandran | Marcus Boerger | 2004-07-06 | 1 | -0/+2 |
| | | | | | <kameshj at fastmail dot fm> | ||||
* | Don't copy ini items to module globals | Ard Biesheuvel | 2004-07-06 | 3 | -41/+40 |
| | | | | | (fixed unregistered bug with mangled default_db setting) | ||||
* | Fix ZTS build. | Sebastian Bergmann | 2004-07-06 | 1 | -1/+1 |
| | |||||
* | Fixed bug #28751 (SoapServer does not call _autoload()) | Dmitry Stogov | 2004-07-06 | 3 | -4/+51 |
| | |||||
* | Eliminate alloca() calls where they can be affected by the users. | Ilia Alshanetsky | 2004-07-05 | 1 | -8/+8 |
| | |||||
* | Don't use alloca() where it can reached by the users. | Ilia Alshanetsky | 2004-07-05 | 2 | -11/+10 |
| | |||||
* | - Bugfix: #29019 Database not closing | Marcus Boerger | 2004-07-05 | 1 | -1/+1 |
| | |||||
* | - Add test for bug #28325. | Moriyoshi Koizumi | 2004-07-05 | 1 | -0/+39 |
| | |||||
* | Eliminate potentially dangerous alloca(). | Ilia Alshanetsky | 2004-07-04 | 1 | -2/+2 |
| | |||||
* | Fixed bug #28963 (Missing space for \0 in address allocation). | Ilia Alshanetsky | 2004-07-04 | 1 | -1/+1 |
| |