summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_0_0RC4'.php-5.0.0RC4SVN Migration2004-07-1512-217/+34
|
* This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.SVN Migration2004-07-15118-14738/+0
|
* Bug 29058 (patch submitted by bug reporter)Dan Kalowsky2004-07-151-1/+1
|
* fix #29012 (Potential race during first connection) thanks to cjbj at ↵Antony Dovgal2004-07-151-2/+2
| | | | hotmail dot com
* Fixed Bug #29075 (strnatcmp() incorrectly handles whitespace).Ilia Alshanetsky2004-07-152-3/+17
| | | | | # Original Patch by: curt@php.net
* - Fixed text.Derick Rethans2004-07-141-1/+1
|
* Changing the Tidy version to 2.0John Coggeshall2004-07-141-1/+1
|
* Bugfix# 28829 bcmath values for 0, 1, and 2 initialized/freed at wrong time ↵Sara Golemon2004-07-142-7/+25
| | | | for threaded sapis.
* Add {{{ proto'sZeev Suraski2004-07-131-12/+85
|
* add missing breakWez Furlong2004-07-131-0/+1
|
* prototype fixesGeorg Richter2004-07-131-3/+3
|
* initial xmlwriter codeRob Richards2004-07-138-0/+1533
|
* changed mysqli_stmt_reset (returns now bool instead of void)Georg Richter2004-07-131-4/+5
|
* - Initial releaseTimm Friebe2004-07-121-0/+76
|
* Added missing constant and correct bound column retrieval. When boundIlia Alshanetsky2004-07-122-0/+6
| | | | | columns are specified only return status (TRUE/FALSE) indicator.
* Fixed a bug that could result in false failed query reporting onIlia Alshanetsky2004-07-121-2/+6
| | | | | INSERT/UPDATE/DELETE queries.
* Missing patch.Ilia Alshanetsky2004-07-121-4/+6
|
* Touch the file so that build system does not try to rebuild it.Ilia Alshanetsky2004-07-121-1/+1
|
* implement the clone code for the XSLTProcessor object and fix #29108Christian Stocker2004-07-121-2/+50
| | | | | "xslt segfaults when ze1_compatibility_mode is on" (By Rob Richards)
* fix #28978 (multiple OCIBindByName on the same placeholder eats memory)Antony Dovgal2004-07-121-2/+2
|
* fixing bug #28974 : overflow in array_slice()Andrey Hristov2004-07-113-6/+95
| | | | | | The same kind of overflow appeared in array_splice(), substr() and substr_replace()
* fixing bug #28739Andrey Hristov2004-07-112-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 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-111-0/+11
|
* 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)
* - Better stability during premature shutdown of request startupAndi Gutmans2004-07-105-11/+26
|
* Fixed function proto.Ilia Alshanetsky2004-07-091-1/+1
|
* 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
|
* 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
* 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-063-4/+51
|
* 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-051-1/+1
|
* - Add test for bug #28325.Moriyoshi Koizumi2004-07-051-0/+39
|
* 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
|