Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_5_1_3RC3'.php-5.1.3RC3 | SVN Migration | 2006-04-20 | 10 | -1328/+71 |
| | |||||
* | - Fix reading stream filters never notified about EOF | Michael Wallner | 2006-04-20 | 1 | -0/+72 |
| | |||||
* | Fixed tokenizer tests | Ilia Alshanetsky | 2006-04-20 | 3 | -114/+114 |
| | |||||
* | fix build with newer libtidy versions on windows | Nuno Lopes | 2006-04-19 | 1 | -4/+9 |
| | | | | | # first commit on php-src. whatch out :) | ||||
* | Fixing static builds on windoze machines for our current lib version | John Coggeshall | 2006-04-19 | 1 | -1/+0 |
| | |||||
* | Cleaned up Andrei's patch for caching WSDL in process memory, added TTL and ↵ | Dmitry Stogov | 2006-04-19 | 5 | -138/+218 |
| | | | | | | | | | | LIMIT for memory cache. Memory cache is disblead by fefault because it is experemental and isn't tested enough. It can be enabled whit configuartion directive "soap.wsdl_cache = WSDL_CACHE_MEMORY" or "soap.wsdl_cache = WSDL_CACHE_BOTH" or derectly in SoapClent/SoapServer constructor: $ws = new SoapClient($wsdl, array("cache_wsdl"=>WSDL_CACHE_BOTH)) Disk and memory caches use the same TTL value - "soap.wsdl_cache_ttl". Configuration directive "soap.wsdl_cache_limit" restricts the number of cached wsdl files in memory. Adding new files into full memory cache will delete oldest files from it. Note that, each PHP process or thread uses it's own memory cache. | ||||
* | MFH: fix typo | Antony Dovgal | 2006-04-19 | 1 | -1/+1 |
| | |||||
* | Fixed bug #29476 (sqlite_fetch_column_types() locks the database forever). | Ilia Alshanetsky | 2006-04-18 | 1 | -1/+3 |
| | |||||
* | Fixed bug #37083 (Frequent crashs in SOAP extension with new WSDL caching ↵ | Dmitry Stogov | 2006-04-18 | 3 | -5/+167 |
| | | | | code in multithread WS). (Andrei, Dmitry) | ||||
* | Commit the actual fix | Ilia Alshanetsky | 2006-04-18 | 1 | -3/+5 |
| | |||||
* | MFH: Fixed bug #37103 (libmbfl headers not installed) | foobar | 2006-04-17 | 1 | -1/+1 |
| | |||||
* | MFH(r-1.55) Fix 'soft line break' handling in convert.quoted-printable-decode | Sara Golemon | 2006-04-17 | 1 | -5/+24 |
| | |||||
* | Some encodings were assumed to be default and, thus, were not made | Andrei Zmievski | 2006-04-17 | 3 | -5/+9 |
| | | | | | persistent. | ||||
* | Fixed several bugs in new "caching WSDL in memory" code | Dmitry Stogov | 2006-04-17 | 1 | -23/+32 |
| | | | | | Re-enabled disk cache | ||||
* | Fixed a typo in the previous patch. | Ilia Alshanetsky | 2006-04-16 | 1 | -1/+1 |
| | | | | | # Thanks Tony | ||||
* | Fixed bug #37045 (Fixed check for special chars for http redirects). | Ilia Alshanetsky | 2006-04-16 | 1 | -4/+5 |
| | |||||
* | ok, let's make this test to work on all systems | Antony Dovgal | 2006-04-14 | 1 | -2/+2 |
| | | | | | currently it fails at least on Linux PPC and Solaris, probably because of different strncmp/strncasecmp implementations. | ||||
* | - MFH Fix properties access to children() result | Marcus Boerger | 2006-04-14 | 2 | -1/+36 |
| | |||||
* | fix #37077 (stream_socket_server() leaks when the port is not allowed) | Antony Dovgal | 2006-04-14 | 1 | -0/+2 |
| | |||||
* | Fixed calling header functions through __call() | Dmitry Stogov | 2006-04-14 | 1 | -1/+3 |
| | |||||
* | AIX #define's accept as naccept | Antony Dovgal | 2006-04-13 | 1 | -0/+4 |
| | | | | | add a workaround | ||||
* | fix bug #37061 (curl_exec() doesn't zero-terminate binary strings) - we get ↵ | Antony Dovgal | 2006-04-13 | 2 | -12/+11 |
| | | | | | | | the data length from cURL, so it's binary safe. fix leak appearing when re-using curl handle | ||||
* | Fixed bug #37054 (SoapClient Error Fetching http headers) | Dmitry Stogov | 2006-04-13 | 2 | -3/+17 |
| | |||||
* | fix test title | Antony Dovgal | 2006-04-12 | 1 | -1/+1 |
| | |||||
* | - MFH: Fix bug #37060 (Type of retval of Countable::count() is not checked) | Johannes Schlüter | 2006-04-12 | 1 | -0/+1 |
| | |||||
* | fix #37059 (oci_bind_by_name() doesn't support RAW and LONG RAW fields) | Antony Dovgal | 2006-04-12 | 6 | -0/+123 |
| | | | | | add tests | ||||
* | oops.. I didn't want to commit this.. | Antony Dovgal | 2006-04-12 | 1 | -1/+0 |
| | |||||
* | 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 | 1 | -1/+7 |
| | | | | are unaccessible) | ||||
* | fix #37055 (incorrect reference counting for persistent OCI8 connections) | Antony Dovgal | 2006-04-12 | 1 | -1/+1 |
| | |||||
* | 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 | 10 | -7877/+11627 |
| | | | | | | | | | | | | | | | | | | | 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 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 | 3 | -4/+103 |
| | |||||
* | Fixed test | Dmitry Stogov | 2006-04-10 | 1 | -1/+1 |
| | |||||
* | MFH: - Fixed bug #36909 (ld: Undefined symbols: _lchown) | foobar | 2006-04-10 | 1 | -0/+4 |
| | |||||
* | ZTS fix | Dmitry Stogov | 2006-04-10 | 1 | -1/+1 |
| | |||||
* | update credits | foobar | 2006-04-10 | 1 | -1/+1 |
| | |||||
* | Speed up SoapClient/SoapServer constructors by caching WSDL structures | Andrei Zmievski | 2006-04-09 | 8 | -10/+1151 |
| | | | | | | 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 | 1 | -5/+9 |
| | |||||
* | 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. |