Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_5_1_3'.php-5.1.3 | SVN Migration | 2006-04-27 | 16 | -1588/+89 |
| | |||||
* | Remove soap cache news | Ilia Alshanetsky | 2006-04-26 | 1 | -4/+0 |
| | |||||
* | BFN | Edin Kadribasic | 2006-04-26 | 1 | -0/+1 |
| | |||||
* | Go with 5.1.3 | Ilia Alshanetsky | 2006-04-26 | 2 | -3/+3 |
| | |||||
* | Prepare the news file for release | Ilia Alshanetsky | 2006-04-26 | 1 | -142/+136 |
| | |||||
* | Fixed bug #37205 (Serving binary content/images fails with "comm with server ↵ | Dmitry Stogov | 2006-04-26 | 2 | -4/+24 |
| | | | | aborted" FastCGI err) | ||||
* | Correctly import external data (#33292) | Edin Kadribasic | 2006-04-26 | 1 | -0/+5 |
| | |||||
* | fix tests | Antony Dovgal | 2006-04-25 | 2 | -3/+3 |
| | |||||
* | remove nonexistent tag | Antony Dovgal | 2006-04-25 | 1 | -2/+0 |
| | |||||
* | fix possible substr_compare() crash | Antony Dovgal | 2006-04-25 | 3 | -2/+60 |
| | | | | | add new tests | ||||
* | -improve last entry | Michael Wallner | 2006-04-25 | 1 | -1/+2 |
| | |||||
* | fix #37191 (chmod takes off sticky bit when safe_mode is On) | Antony Dovgal | 2006-04-25 | 2 | -3/+19 |
| | |||||
* | - Fixed bug #37192 (cc fails on hash_adler.c:32) | Michael Wallner | 2006-04-25 | 2 | -1/+6 |
| | |||||
* | iFixed compilation on Solaris | Dmitry Stogov | 2006-04-24 | 1 | -0/+4 |
| | |||||
* | Typo. | Andrei Zmievski | 2006-04-23 | 1 | -1/+1 |
| | |||||
* | Fixed typos | Ilia Alshanetsky | 2006-04-23 | 1 | -4/+4 |
| | |||||
* | Fixed bug #37162 (wddx does not build as a shared extension). | Ilia Alshanetsky | 2006-04-23 | 2 | -0/+6 |
| | | | | | #Patch By: jdolecek at NetBSD dot org | ||||
* | bah.. no UEXPECT in this branch.. | Antony Dovgal | 2006-04-22 | 1 | -4/+0 |
| | |||||
* | add test for #37158 | Antony Dovgal | 2006-04-22 | 1 | -0/+43 |
| | |||||
* | BFN | Antony Dovgal | 2006-04-22 | 1 | -0/+2 |
| | |||||
* | MFB: don't segfault if an exception has been thrown from the fetch handler | Antony Dovgal | 2006-04-22 | 1 | -1/+1 |
| | |||||
* | fix for #37158 | Wez Furlong | 2006-04-22 | 4 | -24/+29 |
| | |||||
* | avoid unterminated loop when closing the statement. | Wez Furlong | 2006-04-22 | 1 | -10/+15 |
| | |||||
* | Back to dev | Ilia Alshanetsky | 2006-04-20 | 2 | -3/+3 |
| | |||||
* | there is no %v in 5_1 | Antony Dovgal | 2006-04-20 | 1 | -1/+1 |
| | |||||
* | Prepare for RC3 | Ilia Alshanetsky | 2006-04-20 | 3 | -5/+5 |
| | |||||
* | - Fix reading stream filters never notified about EOF | Michael Wallner | 2006-04-20 | 3 | -2/+75 |
| | |||||
* | Fixed bug #37138 (__autoload tries to load callback'ed self and parent) | Dmitry Stogov | 2006-04-20 | 3 | -19/+38 |
| | |||||
* | 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 | 6 | -139/+219 |
| | | | | | | | | | | 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 |
| | |||||
* | Restore dev so win32 snaps can build | Ilia Alshanetsky | 2006-04-18 | 2 | -3/+3 |
| | |||||
* | Fixed bug #29476 (sqlite_fetch_column_types() locks the database forever). | Ilia Alshanetsky | 2006-04-18 | 2 | -1/+5 |
| | |||||
* | Fixed bug #37083 (Frequent crashs in SOAP extension with new WSDL caching ↵ | Dmitry Stogov | 2006-04-18 | 4 | -5/+169 |
| | | | | code in multithread WS). (Andrei, Dmitry) | ||||
* | Fixed SUN_LEN calculation | Dmitry Stogov | 2006-04-18 | 1 | -2/+1 |
| | |||||
* | Fixed memory leaks | Dmitry Stogov | 2006-04-18 | 2 | -6/+8 |
| | |||||
* | Commit the actual fix | Ilia Alshanetsky | 2006-04-18 | 1 | -3/+5 |
| | |||||
* | Fixed Bug #36872 (session_destroy() fails after call to | Ilia Alshanetsky | 2006-04-17 | 1 | -0/+2 |
| | | | | | + session_regenerate_id(true)). | ||||
* | BFN | foobar | 2006-04-17 | 1 | -0/+1 |
| | |||||
* | 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 | 2 | -4/+6 |
| | |||||
* | fix #37062 (compile failure on ARM architecture) | Antony Dovgal | 2006-04-15 | 2 | -0/+2 |
| | | | | | if ARM is big endian - don't define IEEE_LITTLE_ENDIAN | ||||
* | make it consistent with the other ones =) | Antony Dovgal | 2006-04-14 | 1 | -1/+1 |
| | |||||
* | 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. |