summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_1_3RC3'.php-5.1.3RC3SVN Migration2006-04-2010-1328/+71
|
* Prepare for RC3Ilia Alshanetsky2006-04-203-5/+5
|
* - Fix reading stream filters never notified about EOFMichael Wallner2006-04-203-2/+75
|
* Fixed bug #37138 (__autoload tries to load callback'ed self and parent)Dmitry Stogov2006-04-203-19/+38
|
* Fixed tokenizer testsIlia Alshanetsky2006-04-203-114/+114
|
* fix build with newer libtidy versions on windowsNuno Lopes2006-04-191-4/+9
| | | | | # first commit on php-src. whatch out :)
* Fixing static builds on windoze machines for our current lib versionJohn Coggeshall2006-04-191-1/+0
|
* Cleaned up Andrei's patch for caching WSDL in process memory, added TTL and ↵Dmitry Stogov2006-04-196-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 typoAntony Dovgal2006-04-191-1/+1
|
* Restore dev so win32 snaps can buildIlia Alshanetsky2006-04-182-3/+3
|
* Fixed bug #29476 (sqlite_fetch_column_types() locks the database forever).Ilia Alshanetsky2006-04-182-1/+5
|
* Fixed bug #37083 (Frequent crashs in SOAP extension with new WSDL caching ↵Dmitry Stogov2006-04-184-5/+169
| | | | code in multithread WS). (Andrei, Dmitry)
* Fixed SUN_LEN calculationDmitry Stogov2006-04-181-2/+1
|
* Fixed memory leaksDmitry Stogov2006-04-182-6/+8
|
* Commit the actual fixIlia Alshanetsky2006-04-181-3/+5
|
* Fixed Bug #36872 (session_destroy() fails after call toIlia Alshanetsky2006-04-171-0/+2
| | | | | + session_regenerate_id(true)).
* BFNfoobar2006-04-171-0/+1
|
* MFH: Fixed bug #37103 (libmbfl headers not installed)foobar2006-04-171-1/+1
|
* MFH(r-1.55) Fix 'soft line break' handling in convert.quoted-printable-decodeSara Golemon2006-04-171-5/+24
|
* Some encodings were assumed to be default and, thus, were not madeAndrei Zmievski2006-04-173-5/+9
| | | | | persistent.
* Fixed several bugs in new "caching WSDL in memory" codeDmitry Stogov2006-04-171-23/+32
| | | | | Re-enabled disk cache
* Fixed a typo in the previous patch.Ilia Alshanetsky2006-04-161-1/+1
| | | | | # Thanks Tony
* Fixed bug #37045 (Fixed check for special chars for http redirects).Ilia Alshanetsky2006-04-162-4/+6
|
* fix #37062 (compile failure on ARM architecture)Antony Dovgal2006-04-152-0/+2
| | | | | if ARM is big endian - don't define IEEE_LITTLE_ENDIAN
* make it consistent with the other ones =)Antony Dovgal2006-04-141-1/+1
|
* ok, let's make this test to work on all systemsAntony Dovgal2006-04-141-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() resultMarcus Boerger2006-04-142-1/+36
|
* fix #37077 (stream_socket_server() leaks when the port is not allowed)Antony Dovgal2006-04-141-0/+2
|
* Fixed calling header functions through __call()Dmitry Stogov2006-04-141-1/+3
|
* Fixed bug #36513 (comment will be outputed in last line)Dmitry Stogov2006-04-133-2/+25
|
* AIX #define's accept as nacceptAntony Dovgal2006-04-131-0/+4
| | | | | add a workaround
* fix bug #37061 (curl_exec() doesn't zero-terminate binary strings) - we get ↵Antony Dovgal2006-04-133-12/+12
| | | | | | | 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 Stogov2006-04-133-3/+18
|
* Fixed testDmitry Stogov2006-04-131-1/+1
|
* fix test titleAntony Dovgal2006-04-121-1/+1
|
* - MFH: Fix bug #37060 (Type of retval of Countable::count() is not checked)Johannes Schlüter2006-04-122-0/+3
|
* fix #37059 (oci_bind_by_name() doesn't support RAW and LONG RAW fields)Antony Dovgal2006-04-127-0/+125
| | | | | add tests
* oops.. I didn't want to commit this..Antony Dovgal2006-04-121-1/+0
|
* 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
|