Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | correct fix for bug #37055 | Antony Dovgal | 2006-04-12 | 1 | -1/+4 | |
| | ||||||
* | add test | Antony Dovgal | 2006-04-12 | 1 | -0/+62 | |
| | ||||||
* | fix #37057 (xmlrpc_decode() may produce arrays with numeric strings which ↵ | Antony Dovgal | 2006-04-12 | 2 | -1/+9 | |
| | | | | are unaccessible) | |||||
* | fix #37055 (incorrect reference counting for persistent OCI8 connections) | Antony Dovgal | 2006-04-12 | 2 | -1/+3 | |
| | ||||||
* | fix #37053 (html_errors with internal classes produces wrong links) | Antony Dovgal | 2006-04-12 | 2 | -1/+7 | |
| | ||||||
* | Fixed bug #37046 (foreach breaks static scope) | Dmitry Stogov | 2006-04-12 | 4 | -8/+97 | |
| | ||||||
* | Fixed bug #37002 (Have to quote literals in INI when concatenating with vars) | Dmitry Stogov | 2006-04-12 | 2 | -6/+11 | |
| | ||||||
* | MFH | Andrei Zmievski | 2006-04-11 | 1 | -1/+13 | |
| | ||||||
* | add default timezone to the tests | Antony Dovgal | 2006-04-11 | 2 | -0/+4 | |
| | ||||||
* | - MFH: Fixed bug #37017 (strtotime fails before 13:00:00 with some time zones | Derick Rethans | 2006-04-11 | 11 | -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 test | Ilia Alshanetsky | 2006-04-10 | 1 | -1/+1 | |
| | ||||||
* | - Coverity issue 59 | Marcus Boerger | 2006-04-10 | 1 | -0/+3 | |
| | ||||||
* | - MFH Iterators from overloaded objects are allowed to not have keys... | Marcus Boerger | 2006-04-10 | 2 | -2/+6 | |
| | ||||||
* | - MFH Coverity fix 49 | Marcus Boerger | 2006-04-10 | 1 | -1/+1 | |
| | ||||||
* | - MFH Fix potenbtioal SEGV | Marcus Boerger | 2006-04-10 | 1 | -1/+2 | |
| | ||||||
* | - MFH Fix condition | Marcus Boerger | 2006-04-10 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #36908 (wsdl default value overrides value in soap request). | Dmitry Stogov | 2006-04-10 | 4 | -4/+105 | |
| | ||||||
* | Fixed test | Dmitry Stogov | 2006-04-10 | 1 | -1/+1 | |
| | ||||||
* | Fixed possible crash in interactive mode | Dmitry Stogov | 2006-04-10 | 1 | -2/+4 | |
| | ||||||
* | MFH: fix typo | foobar | 2006-04-10 | 1 | -2/+2 | |
| | ||||||
* | MFH: - Determine the shared/link lib suffixes in one macro. | foobar | 2006-04-10 | 3 | -28/+11 | |
| | ||||||
* | MFH: - Fixed bug #36909 (ld: Undefined symbols: _lchown) | foobar | 2006-04-10 | 2 | -0/+8 | |
| | ||||||
* | MFH: - Silence some PCRE compile warnings | foobar | 2006-04-10 | 1 | -0/+2 | |
| | ||||||
* | ZTS fix | Dmitry Stogov | 2006-04-10 | 1 | -1/+1 | |
| | ||||||
* | update credits | foobar | 2006-04-10 | 1 | -1/+1 | |
| | ||||||
* | Fix NEWS | foobar | 2006-04-10 | 1 | -10/+10 | |
| | ||||||
* | Speed up SoapClient/SoapServer constructors by caching WSDL structures | Andrei Zmievski | 2006-04-09 | 9 | -10/+1153 | |
| | | | | | | in memory. All WSDL files will be cached, unless turned off via an option to the constructor. | |||||
* | Fixed bug #36935 | Edin Kadribasic | 2006-04-09 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Ilia Alshanetsky | 2006-04-09 | 2 | -5/+10 | |
| | ||||||
* | be aware of PDO_ATTR_EMULATE_PREPARES | Wez Furlong | 2006-04-09 | 1 | -3/+13 | |
| | ||||||
* | Fixed Bug #36602: persistent connections don't work with MySQL 5.0.3+. | Wez Furlong | 2006-04-09 | 1 | -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 custom | Wez Furlong | 2006-04-09 | 3 | -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 the | Wez Furlong | 2006-04-09 | 1 | -0/+10 | |
| | | | | | stmt dtor too. | |||||
* | fix for PECL Bug #5827. | Wez Furlong | 2006-04-09 | 1 | -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). | |||||
* | MFH | Andrei Zmievski | 2006-04-08 | 5 | -15/+41 | |
| | ||||||
* | fix memory corruptions and leaks when cloning ArrayObjects and ArrayIterators | Antony Dovgal | 2006-04-07 | 1 | -3/+5 | |
| | ||||||
* | RC3 | Ilia Alshanetsky | 2006-04-07 | 3 | -4/+4 | |
| | ||||||
* | - revert last commit, something else went wrong | Pierre Joye | 2006-04-07 | 1 | -1/+0 | |
| | ||||||
* | Optimization | Dmitry Stogov | 2006-04-07 | 1 | -53/+47 | |
| | ||||||
* | CGI anf FastCGI assume $_SERVER and $_ENV have the same values, | Dmitry Stogov | 2006-04-07 | 1 | -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 tmpbuf | Pierre Joye | 2006-04-07 | 1 | -0/+1 | |
| | ||||||
* | Removed unnecessary copying | Dmitry Stogov | 2006-04-07 | 1 | -4/+4 | |
| | ||||||
* | We don't need setup the same time-out two times. | Dmitry Stogov | 2006-04-07 | 1 | -2/+4 | |
| | ||||||
* | MFH: | Dmitry Stogov | 2006-04-07 | 1 | -15/+11 | |
| | | | | | | - Allowed storing NULL pointers in HashTable - Optimized zend_hash_reverse_apply() | |||||
* | Adjusted credits file so that it appears properly on phpinfo() | Ilia Alshanetsky | 2006-04-07 | 1 | -1/+1 | |
| | ||||||
* | I guess we only need this on HEAD. | Andrei Zmievski | 2006-04-06 | 1 | -20/+0 | |
| | ||||||
* | *** empty log message *** | Andrei Zmievski | 2006-04-06 | 1 | -0/+2 | |
| | ||||||
* | Fix a bug that would not fill in the fifth argument to preg_replace() | Andrei Zmievski | 2006-04-06 | 4 | -9/+31 | |
| | | | | | properly, if the variable was not declared previously. | |||||
* | fix #36981 (SplFileObject->fgets() ignores max_length) | Antony Dovgal | 2006-04-06 | 2 | -2/+13 | |
| | ||||||
* | Fixed safe_mode check for source argument of the copy() function. | Ilia Alshanetsky | 2006-04-06 | 2 | -1/+2 | |
| |