Antony Dovgal
90b3dadc4e
fix #37191 (chmod takes off sticky bit when safe_mode is On)
2006-04-25 08:41:02 +00:00
Michael Wallner
1c02dff74a
- Fixed bug #37192 (cc fails on hash_adler.c:32)
2006-04-25 08:34:25 +00:00
Ilia Alshanetsky
033c07972f
Fixed typos
2006-04-23 16:40:05 +00:00
Ilia Alshanetsky
a1bbdf831c
Fixed bug #37162 (wddx does not build as a shared extension).
...
#Patch By: jdolecek at NetBSD dot org
2006-04-23 16:02:05 +00:00
Antony Dovgal
2765fdfa46
BFN
2006-04-22 19:16:36 +00:00
Wez Furlong
8663f1644d
fix for #37158
2006-04-22 17:17:40 +00:00
Ilia Alshanetsky
50e1a51e5c
Prepare for RC3
2006-04-20 21:11:29 +00:00
Michael Wallner
f7a6327728
- Fix reading stream filters never notified about EOF
2006-04-20 17:43:18 +00:00
Dmitry Stogov
bdef85af21
Fixed bug #37138 (__autoload tries to load callback'ed self and parent)
2006-04-20 07:30:38 +00:00
Dmitry Stogov
68906dbe62
Cleaned up Andrei's patch for caching WSDL in process memory, added TTL and 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.
2006-04-19 10:48:54 +00:00
Ilia Alshanetsky
1c0d8a536a
Fixed bug #29476 (sqlite_fetch_column_types() locks the database forever).
2006-04-18 14:30:16 +00:00
Dmitry Stogov
349bcd7443
Fixed bug #37083 (Frequent crashs in SOAP extension with new WSDL caching code in multithread WS). (Andrei, Dmitry)
2006-04-18 13:07:59 +00:00
Ilia Alshanetsky
76419e13aa
Fixed Bug #36872 (session_destroy() fails after call to
...
+ session_regenerate_id(true)).
2006-04-17 23:28:02 +00:00
foobar
5fd0994495
BFN
2006-04-17 22:14:32 +00:00
Ilia Alshanetsky
79d8f014da
Fixed bug #37045 (Fixed check for special chars for http redirects).
2006-04-16 16:54:49 +00:00
Antony Dovgal
29254a477d
fix #37062 (compile failure on ARM architecture)
...
if ARM is big endian - don't define IEEE_LITTLE_ENDIAN
2006-04-15 12:54:14 +00:00
Dmitry Stogov
67abcb58c3
Fixed bug #36513 (comment will be outputed in last line)
2006-04-13 13:48:28 +00:00
Antony Dovgal
65fcbcbdc0
fix bug #37061 (curl_exec() doesn't zero-terminate binary strings) - we get the data length from cURL, so it's binary safe.
...
fix leak appearing when re-using curl handle
2006-04-13 11:26:10 +00:00
Dmitry Stogov
f897cff480
Fixed bug #37054 (SoapClient Error Fetching http headers)
2006-04-13 08:18:36 +00:00
Johannes Schlüter
9047558fe3
- MFH: Fix bug #37060 (Type of retval of Countable::count() is not checked)
2006-04-12 19:30:52 +00:00
Antony Dovgal
5751903b1b
fix #37059 (oci_bind_by_name() doesn't support RAW and LONG RAW fields)
...
add tests
2006-04-12 19:21:35 +00:00
Antony Dovgal
195271dd23
fix #37057 (xmlrpc_decode() may produce arrays with numeric strings which are unaccessible)
2006-04-12 15:13:57 +00:00
Antony Dovgal
bac1fda336
fix #37055 (incorrect reference counting for persistent OCI8 connections)
2006-04-12 13:37:51 +00:00
Antony Dovgal
d23c1d763b
fix #37053 (html_errors with internal classes produces wrong links)
2006-04-12 12:49:39 +00:00
Dmitry Stogov
f23d01ad4d
Fixed bug #37046 (foreach breaks static scope)
2006-04-12 11:37:50 +00:00
Dmitry Stogov
6e762e648c
Fixed bug #37002 (Have to quote literals in INI when concatenating with vars)
2006-04-12 09:51:54 +00:00
Derick Rethans
4043f77e36
- MFH: Fixed bug #37017 (strtotime fails before 13:00:00 with some time zones
...
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.
2006-04-11 18:03:52 +00:00
Dmitry Stogov
07d7750487
Fixed bug #36908 (wsdl default value overrides value in soap request).
2006-04-10 13:29:48 +00:00
foobar
5241090585
Fix NEWS
2006-04-10 09:41:45 +00:00
Andrei Zmievski
06ef71fe3d
Speed up SoapClient/SoapServer constructors by caching WSDL structures
...
in memory. All WSDL files will be cached, unless turned off via an
option to the constructor.
2006-04-09 23:35:51 +00:00
Ilia Alshanetsky
8afc859b55
*** empty log message ***
2006-04-09 17:57:27 +00:00
Ilia Alshanetsky
5151efc2aa
RC3
2006-04-07 14:21:13 +00:00
Andrei Zmievski
3d7abc2931
*** empty log message ***
2006-04-06 21:11:12 +00:00
Antony Dovgal
ad7768ee63
fix #36981 (SplFileObject->fgets() ignores max_length)
2006-04-06 19:01:56 +00:00
Ilia Alshanetsky
8f7319a49f
Fixed safe_mode check for source argument of the copy() function.
2006-04-06 02:39:55 +00:00
Antony Dovgal
783dd9f0ff
BFN
2006-04-05 14:08:18 +00:00
Georg Richter
793d0ab719
fixed bigint conversion errors (windows)
2006-04-05 12:17:33 +00:00
Antony Dovgal
e25a1dccac
fix #36944 (strncmp & strncasecmp do not return false on negative string length)
2006-04-05 11:36:13 +00:00
Ilia Alshanetsky
f0cf877a81
Fixed bug #36957 (serialize() does not handle recursion).
2006-04-05 02:28:06 +00:00
Marcus Boerger
c58e1fa5be
- MFH
...
. Fixed bug #36941 (ArrayIterator does not clone itself)
. Fixed SEGV when ArrayObject/Iterator use reference to self
. Added tests
2006-04-04 19:53:21 +00:00
Ilia Alshanetsky
0e07f0b117
Go with RC2
2006-03-30 19:19:20 +00:00
Ilia Alshanetsky
4aece8077c
Fixed XSS inside phpinfo() with long inputs.
2006-03-30 19:16:12 +00:00
Antony Dovgal
59b8592c8c
fix bug #36898 (__set() leaks in classes extending internal ones)
...
Added:
ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC)
ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC)
to initialize and destroy zend_object structs
2006-03-29 14:28:43 +00:00
Ilia Alshanetsky
77acc692fd
Fixed bug #36886 (User filters can leak buckets in some situations).
2006-03-28 16:01:04 +00:00
Antony Dovgal
6dc42ef117
fix #36851 (Documentation and code discrepancies for NULL data)
2006-03-28 09:12:18 +00:00
Ilia Alshanetsky
4ca3df56d3
Check 2nd parameter of tempnam() against path components.
2006-03-27 23:40:41 +00:00
Antony Dovgal
a93bd9d493
fix #36878 (error messages are printed even though an exception has been thrown)
2006-03-27 22:07:38 +00:00
Antony Dovgal
2030a7a2ed
fix #36869 (memory leak in output buffering when using chunked output)
2006-03-27 08:26:10 +00:00
Ilia Alshanetsky
a33d64e7b6
Fixed bug #36857 (Added support for partial content fetching to the HTTP
...
streams wrapper).
2006-03-26 17:12:05 +00:00
Antony Dovgal
d085b37f66
fix #36859 (DOMElement crashes when calling __construct when clone'ing)
2006-03-26 00:23:25 +00:00