summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* fixing the name of the testAndrey Hristov2004-07-111-1/+1
|
* fixing bug 29038:Andrey Hristov2004-07-112-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 releaseTimm Friebe2004-07-112-0/+241
|
* - Added simple test for float exceeding the float precisionTimm Friebe2004-07-111-2/+6
| | | | | # See bug #29064
* - Initial releaseTimm Friebe2004-07-111-0/+54
|
* - Initial releaseTimm Friebe2004-07-112-0/+143
|
* Fixed bug #29008 (array_combine() does not handle non-numeric/string keys).Ilia Alshanetsky2004-07-112-0/+13
|
* ChangeLog update2004-07-112-0/+162
|
* DragonFly BSD is derived from FreeBSD and requires the same floating pointJon Parise2004-07-101-4/+4
| | | | | precision fix.
* Fix #28402: no need for -ldlWez Furlong2004-07-101-1/+1
|
* Bump PHP 5 sqlite extension number to 2.0Wez Furlong2004-07-102-2/+2
| | | | | (put some distance between it and the 4.3 version)
* Upgrade bundled library to 2.8.14 + misc fixesWez Furlong2004-07-1043-5463/+5857
| | | | | (http://www.sqlite.org/cvstrac/chngview?cn=1742)
* RIP: greedy ready problemsWez Furlong2004-07-101-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 startupAndi Gutmans2004-07-1012-46/+75
|
* Fixed function proto.Ilia Alshanetsky2004-07-091-1/+1
|
* ChangeLog update2004-07-091-0/+22
|
* Fixed bug #29049 (array sorting via user function/method does not validateIlia Alshanetsky2004-07-081-0/+17
| | | | | it).
* - A bugfix in search words hilightling code (mnogosearch extension).Sergey Kartashoff2004-07-081-34/+5
|
* Last dangerous alloca() bits.Ilia Alshanetsky2004-07-081-4/+4
|
* ChangeLog update2004-07-081-0/+17
|
* Added memory-limit to the list of excluded force-on optionsEdin Kadribasic2004-07-071-2/+2
|
* added check in config.m4 for deprecated libraryGeorg Richter2004-07-077-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 update2004-07-071-0/+35
|
* Fixed bug #29034 (wordwrap() returns a boolean when passed empty string).Ilia Alshanetsky2004-07-061-2/+3
|
* - Some fixes in mnogosearch extensionSergey Kartashoff2004-07-061-21/+70
|
* - Revert storing handle, got lost in 1.92, noticed by Kamesh JayachandranMarcus Boerger2004-07-061-0/+2
| | | | | <kameshj at fastmail dot fm>
* Don't copy ini items to module globalsArd Biesheuvel2004-07-063-41/+40
| | | | | (fixed unregistered bug with mangled default_db setting)
* Fix ZTS build.Sebastian Bergmann2004-07-061-1/+1
|
* Fixed bug #28751 (SoapServer does not call _autoload())Dmitry Stogov2004-07-064-4/+52
|
* ChangeLog update2004-07-062-0/+36
|
* Eliminate alloca() calls where they can be affected by the users.Ilia Alshanetsky2004-07-051-8/+8
|
* Don't use alloca() where it can reached by the users.Ilia Alshanetsky2004-07-052-11/+10
|
* - Bugfix: #29019 Database not closingMarcus Boerger2004-07-052-1/+2
|
* - Disable zend_mm for 5.0.0Andi Gutmans2004-07-051-1/+2
|
* - revert to proper behaviourSascha Schumann2004-07-051-1/+1
|
* - Add test for bug #28325.Moriyoshi Koizumi2004-07-051-0/+39
|
* ChangeLog update2004-07-051-0/+18
|
* Eliminate potentially dangerous alloca().Ilia Alshanetsky2004-07-041-2/+2
|
* Fixed bug #28963 (Missing space for \0 in address allocation).Ilia Alshanetsky2004-07-041-1/+1
|
* Fix TSRM buildMarcus Boerger2004-07-041-2/+2
|
* ChangeLog update2004-07-042-0/+30
|
* BFNMoriyoshi Koizumi2004-07-031-0/+1
|
* - Bugfix #28325 (circular reference serialisation).Moriyoshi Koizumi2004-07-031-7/+18
|
* ChangeLog update2004-07-031-0/+12
|
* - Should fix mem leak with ZEND_MM. I made this change a while ago andAndi Gutmans2004-07-031-2/+5
| | | | | - rolled it back but I don't remember why. Please test!
* ChangeLog update2004-07-022-0/+42
|
* Do not use alloca() where it can be easily abused by the users.Ilia Alshanetsky2004-07-011-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 Hughes2004-07-011-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 Golemon2004-07-011-1/+1
|
* ChangeLog update2004-07-011-0/+42
|