summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* correct fix for bug #37055Antony Dovgal2006-04-121-1/+4
|
* add testAntony Dovgal2006-04-121-0/+62
|
* fix #37057 (xmlrpc_decode() may produce arrays with numeric strings which ↵Antony Dovgal2006-04-122-1/+9
| | | | are unaccessible)
* fix #37055 (incorrect reference counting for persistent OCI8 connections)Antony Dovgal2006-04-122-1/+3
|
* fix #37053 (html_errors with internal classes produces wrong links)Antony Dovgal2006-04-122-1/+7
|
* Fixed bug #37046 (foreach breaks static scope)Dmitry Stogov2006-04-124-8/+97
|
* Fixed bug #37002 (Have to quote literals in INI when concatenating with vars)Dmitry Stogov2006-04-122-6/+11
|
* MFHAndrei Zmievski2006-04-111-1/+13
|
* add default timezone to the testsAntony Dovgal2006-04-112-0/+4
|
* - MFH: Fixed bug #37017 (strtotime fails before 13:00:00 with some time zonesDerick Rethans2006-04-1111-7877/+11630
| | | | | | | | | | | | | | | | | | | identifiers). (Derick) - MFH: Fixed bug #36988 (mktime freezes on long numbers). (Derick) - MFH: Implemented better error and warning handling that is also used for the date_parse() function. - MFH: Fixed problems with "T" in front of a time string was seen as a time zone string. - MFH: Fixed a problem were 5 and 6 character timezone abbreviations where not correctly parsed. Experimental support (All MFH): - Added the date_parse() function that returns a parsed date/time string including warnings and errors. - Added the timezone_name_from_abbr() function that exposes the guessing mechanism that tries to find a timezone identifier from a timezone abbreviation and GMT offset.
* Fixed testIlia Alshanetsky2006-04-101-1/+1
|
* - Coverity issue 59Marcus Boerger2006-04-101-0/+3
|
* - MFH Iterators from overloaded objects are allowed to not have keys...Marcus Boerger2006-04-102-2/+6
|
* - MFH Coverity fix 49Marcus Boerger2006-04-101-1/+1
|
* - MFH Fix potenbtioal SEGVMarcus Boerger2006-04-101-1/+2
|
* - MFH Fix conditionMarcus Boerger2006-04-101-1/+1
|
* Fixed bug #36908 (wsdl default value overrides value in soap request).Dmitry Stogov2006-04-104-4/+105
|
* Fixed testDmitry Stogov2006-04-101-1/+1
|
* Fixed possible crash in interactive modeDmitry Stogov2006-04-101-2/+4
|
* MFH: fix typofoobar2006-04-101-2/+2
|
* MFH: - Determine the shared/link lib suffixes in one macro.foobar2006-04-103-28/+11
|
* MFH: - Fixed bug #36909 (ld: Undefined symbols: _lchown)foobar2006-04-102-0/+8
|
* MFH: - Silence some PCRE compile warningsfoobar2006-04-101-0/+2
|
* ZTS fixDmitry Stogov2006-04-101-1/+1
|
* update creditsfoobar2006-04-101-1/+1
|
* Fix NEWSfoobar2006-04-101-10/+10
|
* Speed up SoapClient/SoapServer constructors by caching WSDL structuresAndrei Zmievski2006-04-099-10/+1153
| | | | | | in memory. All WSDL files will be cached, unless turned off via an option to the constructor.
* Fixed bug #36935Edin Kadribasic2006-04-091-1/+1
|
* *** empty log message ***Ilia Alshanetsky2006-04-092-5/+10
|
* be aware of PDO_ATTR_EMULATE_PREPARESWez Furlong2006-04-091-3/+13
|
* Fixed Bug #36602: persistent connections don't work with MySQL 5.0.3+.Wez Furlong2006-04-091-5/+32
| | | | | | | | | | | Fixed PECL Bug #6262; correctly fallback to emulated statements when the server version is too old. Also include code to default to using emulated prepared statements, as these can take advantage of the query cache. Since it's a bit late in the release process to spring this on the masses, the default has not been changed. The code is included so that it doesn't get lost.
* Add "ATTR_EMULATE_PREPARES" general attribute to replace the customWez Furlong2006-04-093-6/+27
| | | | | | attributes employed by mysql and postgres drivers. No functional change.
* This completes the fix for PECL #5827; we need to gobble up result sets in theWez Furlong2006-04-091-0/+10
| | | | | stmt dtor too.
* fix for PECL Bug #5827.Wez Furlong2006-04-091-0/+10
| | | | | | We're responsible for gobbling up supplemental result sets in closeCursor() (which is what PDO does for us if we didn't implement our own closer routine).
* MFHAndrei Zmievski2006-04-085-15/+41
|
* fix memory corruptions and leaks when cloning ArrayObjects and ArrayIteratorsAntony Dovgal2006-04-071-3/+5
|
* RC3Ilia Alshanetsky2006-04-073-4/+4
|
* - revert last commit, something else went wrongPierre Joye2006-04-071-1/+0
|
* OptimizationDmitry Stogov2006-04-071-53/+47
|
* CGI anf FastCGI assume $_SERVER and $_ENV have the same values,Dmitry Stogov2006-04-071-0/+11
| | | | | so we don't need construct the same arrays twich and may just copy it
* - fix leak when an error occured in socket_read, free tmpbufPierre Joye2006-04-071-0/+1
|
* Removed unnecessary copyingDmitry Stogov2006-04-071-4/+4
|
* We don't need setup the same time-out two times.Dmitry Stogov2006-04-071-2/+4
|
* MFH:Dmitry Stogov2006-04-071-15/+11
| | | | | | - Allowed storing NULL pointers in HashTable - Optimized zend_hash_reverse_apply()
* Adjusted credits file so that it appears properly on phpinfo()Ilia Alshanetsky2006-04-071-1/+1
|
* I guess we only need this on HEAD.Andrei Zmievski2006-04-061-20/+0
|
* *** empty log message ***Andrei Zmievski2006-04-061-0/+2
|
* Fix a bug that would not fill in the fifth argument to preg_replace()Andrei Zmievski2006-04-064-9/+31
| | | | | properly, if the variable was not declared previously.
* fix #36981 (SplFileObject->fgets() ignores max_length)Antony Dovgal2006-04-062-2/+13
|
* Fixed safe_mode check for source argument of the copy() function.Ilia Alshanetsky2006-04-062-1/+2
|