Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 2 | -0/+13 | |
| | ||||||
* | ChangeLog update | 2004-07-11 | 2 | -0/+162 | ||
| | ||||||
* | DragonFly BSD is derived from FreeBSD and requires the same floating point | Jon Parise | 2004-07-10 | 1 | -4/+4 | |
| | | | | | precision fix. | |||||
* | 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) | |||||
* | RIP: greedy ready problems | Wez Furlong | 2004-07-10 | 1 | -1/+2 | |
| | | | | | | This allows people to use fread($fp, filesize($filename)) for regular files, but packet-based non-greedy reads for everything else. | |||||
* | - Better stability during premature shutdown of request startup | Andi Gutmans | 2004-07-10 | 12 | -46/+75 | |
| | ||||||
* | Fixed function proto. | Ilia Alshanetsky | 2004-07-09 | 1 | -1/+1 | |
| | ||||||
* | ChangeLog update | 2004-07-09 | 1 | -0/+22 | ||
| | ||||||
* | 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 | |
| | ||||||
* | ChangeLog update | 2004-07-08 | 1 | -0/+17 | ||
| | ||||||
* | Added memory-limit to the list of excluded force-on options | Edin Kadribasic | 2004-07-07 | 1 | -2/+2 | |
| | ||||||
* | 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 | |||||
* | ChangeLog update | 2004-07-07 | 1 | -0/+35 | ||
| | ||||||
* | 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 | 4 | -4/+52 | |
| | ||||||
* | ChangeLog update | 2004-07-06 | 2 | -0/+36 | ||
| | ||||||
* | 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 | 2 | -1/+2 | |
| | ||||||
* | - Disable zend_mm for 5.0.0 | Andi Gutmans | 2004-07-05 | 1 | -1/+2 | |
| | ||||||
* | - revert to proper behaviour | Sascha Schumann | 2004-07-05 | 1 | -1/+1 | |
| | ||||||
* | - Add test for bug #28325. | Moriyoshi Koizumi | 2004-07-05 | 1 | -0/+39 | |
| | ||||||
* | ChangeLog update | 2004-07-05 | 1 | -0/+18 | ||
| | ||||||
* | 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 | |
| | ||||||
* | Fix TSRM build | Marcus Boerger | 2004-07-04 | 1 | -2/+2 | |
| | ||||||
* | ChangeLog update | 2004-07-04 | 2 | -0/+30 | ||
| | ||||||
* | BFN | Moriyoshi Koizumi | 2004-07-03 | 1 | -0/+1 | |
| | ||||||
* | - Bugfix #28325 (circular reference serialisation). | Moriyoshi Koizumi | 2004-07-03 | 1 | -7/+18 | |
| | ||||||
* | ChangeLog update | 2004-07-03 | 1 | -0/+12 | ||
| | ||||||
* | - Should fix mem leak with ZEND_MM. I made this change a while ago and | Andi Gutmans | 2004-07-03 | 1 | -2/+5 | |
| | | | | | - rolled it back but I don't remember why. Please test! | |||||
* | ChangeLog update | 2004-07-02 | 2 | -0/+42 | ||
| | ||||||
* | Do not use alloca() where it can be easily abused by the users. | Ilia Alshanetsky | 2004-07-01 | 1 | -12/+9 | |
| | | | | | # This probably should go into reflection code as well. | |||||
* | fix bug wrt to CURLOPT_POSTFIELDS where if you passed it code like: | Sterling Hughes | 2004-07-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | $fields = array('foo' => 'bar'); curl_setopt($ch, CURLOPT_POSTFIELDS, $fields); curl_exec($ch); as opposed to : curl_setopt($ch, CURLOPT_POSTFIELDS, array('foo' => 'bar')); you'll get a segv or no results, depending on the mood and cycle of the moon. | |||||
* | That hashtable should never have been an argument.... | Sara Golemon | 2004-07-01 | 1 | -1/+1 | |
| | ||||||
* | ChangeLog update | 2004-07-01 | 1 | -0/+42 | ||
| |