]>
granicus.if.org Git - php/log
Andrei Zmievski [Fri, 21 Apr 2006 18:25:16 +0000 (18:25 +0000)]
Implement collator_get_default() and simplify/fix the underlying code.
# Derick, objects aren't that difficult.. :)
Andrei Zmievski [Fri, 21 Apr 2006 16:58:14 +0000 (16:58 +0000)]
Happy, Pierre?
Andrei Zmievski [Fri, 21 Apr 2006 16:36:38 +0000 (16:36 +0000)]
Add:
* zend_objects_store_add_ref_by_handle()
* zend_objects_store_del_ref_by_handle()
* zend_objects_store_get_object_by_handle()
<changelog@php.net> [Fri, 21 Apr 2006 05:31:54 +0000 (05:31 +0000)]
ChangeLog update
Andrei Zmievski [Thu, 20 Apr 2006 21:56:43 +0000 (21:56 +0000)]
Move to refcounted implementation of collators.
Michael Wallner [Thu, 20 Apr 2006 17:52:01 +0000 (17:52 +0000)]
MFB: Fix reading stream filters never notified about EOF
Dmitry Stogov [Thu, 20 Apr 2006 07:32:17 +0000 (07:32 +0000)]
Test added
<changelog@php.net> [Thu, 20 Apr 2006 05:31:50 +0000 (05:31 +0000)]
ChangeLog update
Frank M. Kromann [Thu, 20 Apr 2006 03:41:33 +0000 (03:41 +0000)]
fix build on Win32
Nuno Lopes [Wed, 19 Apr 2006 22:10:44 +0000 (22:10 +0000)]
MFB: fix build with newer libtidy versions on windows
John Coggeshall [Wed, 19 Apr 2006 20:37:55 +0000 (20:37 +0000)]
Fixing static build in windoze
Dmitry Stogov [Wed, 19 Apr 2006 10:49:16 +0000 (10:49 +0000)]
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/Soa
pServer 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 w
sdl 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.
Dmitry Stogov [Wed, 19 Apr 2006 10:29:46 +0000 (10:29 +0000)]
Fixed cleanup dependent on uninitialized value
Antony Dovgal [Wed, 19 Apr 2006 08:43:05 +0000 (08:43 +0000)]
fix typo (see #35900)
<changelog@php.net> [Wed, 19 Apr 2006 05:31:51 +0000 (05:31 +0000)]
ChangeLog update
Andrei Zmievski [Tue, 18 Apr 2006 21:36:38 +0000 (21:36 +0000)]
Update protos.
Sara Golemon [Tue, 18 Apr 2006 19:10:12 +0000 (19:10 +0000)]
Silence compiler warnings
Sara Golemon [Tue, 18 Apr 2006 19:09:31 +0000 (19:09 +0000)]
Fix copy/paste typo in php_stream_path_decode() proto
Sara Golemon [Tue, 18 Apr 2006 18:57:13 +0000 (18:57 +0000)]
Fix ZTS build
Antony Dovgal [Tue, 18 Apr 2006 17:10:30 +0000 (17:10 +0000)]
binary strings exist only in unicode mode
Ilia Alshanetsky [Tue, 18 Apr 2006 14:30:33 +0000 (14:30 +0000)]
MFB51: Fixed bug #29476 (sqlite_fetch_column_types() locks the database
forever).
Dmitry Stogov [Tue, 18 Apr 2006 13:08:11 +0000 (13:08 +0000)]
Fixed bug #37083 (Frequent crashs in SOAP extension with new WSDL caching code in multithread WS). (Andrei, Dmitry)
Antony Dovgal [Tue, 18 Apr 2006 09:27:59 +0000 (09:27 +0000)]
typofix
Dmitry Stogov [Tue, 18 Apr 2006 06:59:31 +0000 (06:59 +0000)]
Fixed SUN_LEN calculation
Dmitry Stogov [Tue, 18 Apr 2006 06:58:54 +0000 (06:58 +0000)]
Fixed memory leaks
<changelog@php.net> [Tue, 18 Apr 2006 05:31:45 +0000 (05:31 +0000)]
ChangeLog update
Andrei Zmievski [Tue, 18 Apr 2006 05:18:12 +0000 (05:18 +0000)]
I'm not sure what the heck people were thinking here, but it should be
fixed finally. Please test.
Andrei Zmievski [Tue, 18 Apr 2006 02:40:29 +0000 (02:40 +0000)]
Fix trim("a") bug.
Ilia Alshanetsky [Mon, 17 Apr 2006 23:29:46 +0000 (23:29 +0000)]
MFB51: Fixed Bug #36872 (session_destroy() fails after call to
session_regenerate_id(true)).
foobar [Mon, 17 Apr 2006 22:13:39 +0000 (22:13 +0000)]
Fixed bug #37103 (libmbfl headers not installed)
Sara Golemon [Mon, 17 Apr 2006 19:25:48 +0000 (19:25 +0000)]
Fix 'soft line break' handling in convert.quoted-printable-decode
Andrei Zmievski [Mon, 17 Apr 2006 16:09:42 +0000 (16:09 +0000)]
MFB
Dmitry Stogov [Mon, 17 Apr 2006 13:16:15 +0000 (13:16 +0000)]
Fixed several bugs in new "caching WSDL in memory" code
Re-enabled disk cache
<changelog@php.net> [Mon, 17 Apr 2006 05:31:44 +0000 (05:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Sun, 16 Apr 2006 17:41:26 +0000 (17:41 +0000)]
MFB51: fixed typo
Ilia Alshanetsky [Sun, 16 Apr 2006 16:55:25 +0000 (16:55 +0000)]
MFB51: Fixed bug #37045 (Fixed check for special chars for http redirects).
<changelog@php.net> [Sun, 16 Apr 2006 05:31:54 +0000 (05:31 +0000)]
ChangeLog update
Antony Dovgal [Sat, 15 Apr 2006 15:55:32 +0000 (15:55 +0000)]
fix compile failure
Antony Dovgal [Sat, 15 Apr 2006 12:54:26 +0000 (12:54 +0000)]
MF51: fix #37062 (compile failure on ARM architecture)
<changelog@php.net> [Sat, 15 Apr 2006 05:31:50 +0000 (05:31 +0000)]
ChangeLog update
Antony Dovgal [Fri, 14 Apr 2006 21:06:36 +0000 (21:06 +0000)]
make it consistent with the other ones
Antony Dovgal [Fri, 14 Apr 2006 20:30:47 +0000 (20:30 +0000)]
make this test to work on all systems
Sara Golemon [Fri, 14 Apr 2006 17:44:56 +0000 (17:44 +0000)]
MFB (r-1.409.2.6) copy() should not disrespect open_basedir on source file
Marcus Boerger [Fri, 14 Apr 2006 15:15:21 +0000 (15:15 +0000)]
- Fix properties access to children() result
- Allow access by namespace prefix
Marcus Boerger [Fri, 14 Apr 2006 14:11:54 +0000 (14:11 +0000)]
- Do not provide ns info in first sxe creation
Marcus Boerger [Fri, 14 Apr 2006 14:07:51 +0000 (14:07 +0000)]
- Allow access to namespaced root by specifying prefix on creation
- Fix access to non namespaced root
Marcus Boerger [Fri, 14 Apr 2006 13:48:11 +0000 (13:48 +0000)]
- Prefix summaries with either U or N
Marcus Boerger [Fri, 14 Apr 2006 12:18:15 +0000 (12:18 +0000)]
- If node no longer exists then there won't be any data
Antony Dovgal [Fri, 14 Apr 2006 10:01:34 +0000 (10:01 +0000)]
MF51: fix #37077 (stream_socket_server() leaks when the port is not allowed)
Dmitry Stogov [Fri, 14 Apr 2006 09:11:48 +0000 (09:11 +0000)]
Fixed calling header functions through __call()
<changelog@php.net> [Fri, 14 Apr 2006 05:31:53 +0000 (05:31 +0000)]
ChangeLog update
Antony Dovgal [Thu, 13 Apr 2006 18:14:14 +0000 (18:14 +0000)]
fix CS and prevent NULL dereference
Dmitry Stogov [Thu, 13 Apr 2006 13:48:40 +0000 (13:48 +0000)]
Fixed bug #36513 (comment will be outputed in last line)
Antony Dovgal [Thu, 13 Apr 2006 13:21:59 +0000 (13:21 +0000)]
MF51:
AIX #define's accept as naccept
add a workaround
Antony Dovgal [Thu, 13 Apr 2006 11:26:43 +0000 (11:26 +0000)]
MF51:
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
Dmitry Stogov [Thu, 13 Apr 2006 08:18:54 +0000 (08:18 +0000)]
Fixed bug #37054 (SoapClient Error Fetching http headers)
Dmitry Stogov [Thu, 13 Apr 2006 06:05:16 +0000 (06:05 +0000)]
Fixed test
<changelog@php.net> [Thu, 13 Apr 2006 05:31:51 +0000 (05:31 +0000)]
ChangeLog update
Sara Golemon [Thu, 13 Apr 2006 04:41:08 +0000 (04:41 +0000)]
Preserve full name of filter for use in stream_get_meta_data()
Sara Golemon [Wed, 12 Apr 2006 22:40:56 +0000 (22:40 +0000)]
Allow http:// wrapper to automatically apply correct unicode.from.* filter based on content-type header
Antony Dovgal [Wed, 12 Apr 2006 22:21:13 +0000 (22:21 +0000)]
fix test title
Johannes Schlüter [Wed, 12 Apr 2006 19:29:52 +0000 (19:29 +0000)]
- Fix bug #37060 (Type of retval of Countable::count() is not checked)
Antony Dovgal [Wed, 12 Apr 2006 19:22:12 +0000 (19:22 +0000)]
MF51: fix #37059 (oci_bind_by_name() doesn't support RAW and LONG RAW fields)
add tests
Antony Dovgal [Wed, 12 Apr 2006 17:59:57 +0000 (17:59 +0000)]
MF51: correct fix for bug #37055
Antony Dovgal [Wed, 12 Apr 2006 15:19:39 +0000 (15:19 +0000)]
add test
Antony Dovgal [Wed, 12 Apr 2006 15:14:43 +0000 (15:14 +0000)]
MF51: fix #37057 (xmlrpc_decode() may produce arrays with numeric string keys which are unaccessible)
Antony Dovgal [Wed, 12 Apr 2006 13:38:05 +0000 (13:38 +0000)]
MF51: fix #37055 (incorrect reference counting for persistent OCI8 connections)
Antony Dovgal [Wed, 12 Apr 2006 12:52:00 +0000 (12:52 +0000)]
MF51: fix #37053 (html_errors with internal classes produces wrong links)
Dmitry Stogov [Wed, 12 Apr 2006 11:38:09 +0000 (11:38 +0000)]
Fixed bug #37046 (foreach breaks static scope)
Dmitry Stogov [Wed, 12 Apr 2006 09:52:06 +0000 (09:52 +0000)]
Fixed bug #37002 (Have to quote literals in INI when concatenating with vars)
<changelog@php.net> [Wed, 12 Apr 2006 05:31:46 +0000 (05:31 +0000)]
ChangeLog update
Antony Dovgal [Tue, 11 Apr 2006 19:34:35 +0000 (19:34 +0000)]
MF51: add default timezone to the tests
Derick Rethans [Tue, 11 Apr 2006 17:56:49 +0000 (17:56 +0000)]
- Fixed bug #36988 (mktime freezes on long numbers)
Derick Rethans [Tue, 11 Apr 2006 14:41:56 +0000 (14:41 +0000)]
- Use pcre convenience function that also caches.
#- Patch by pierre.
foobar [Tue, 11 Apr 2006 11:32:06 +0000 (11:32 +0000)]
- More safe_mode left-overs.
<changelog@php.net> [Tue, 11 Apr 2006 05:31:53 +0000 (05:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Mon, 10 Apr 2006 23:48:38 +0000 (23:48 +0000)]
MFB51: fixed test
Marcus Boerger [Mon, 10 Apr 2006 23:19:23 +0000 (23:19 +0000)]
- Coverity issue 59
Marcus Boerger [Mon, 10 Apr 2006 23:15:26 +0000 (23:15 +0000)]
- Iterators from overloaded objects are allowed to not have keys...
Marcus Boerger [Mon, 10 Apr 2006 22:49:09 +0000 (22:49 +0000)]
- Allowing to pass in ce as NULL has its charme, too
Marcus Boerger [Mon, 10 Apr 2006 22:37:55 +0000 (22:37 +0000)]
- Fix coverity issue 49: ce might be forwarded as NULL without an exception
being thrown in case the Zend API is being used wrong (in custom exts for
instance).
Marcus Boerger [Mon, 10 Apr 2006 19:50:56 +0000 (19:50 +0000)]
- Better order for SEGV prevention
Marcus Boerger [Mon, 10 Apr 2006 19:48:27 +0000 (19:48 +0000)]
- Fix possible SEGV
Marcus Boerger [Mon, 10 Apr 2006 18:23:15 +0000 (18:23 +0000)]
- Fix condition
foobar [Mon, 10 Apr 2006 15:09:15 +0000 (15:09 +0000)]
more cleanup (lingering ini settings which do not exist anymore, etc.)
foobar [Mon, 10 Apr 2006 15:06:51 +0000 (15:06 +0000)]
- Cleanup
foobar [Mon, 10 Apr 2006 14:59:33 +0000 (14:59 +0000)]
cleanup
Dmitry Stogov [Mon, 10 Apr 2006 13:29:57 +0000 (13:29 +0000)]
Fixed bug #36908 (wsdl default value overrides value in soap request).
Dmitry Stogov [Mon, 10 Apr 2006 12:50:14 +0000 (12:50 +0000)]
Fixed test
Dmitry Stogov [Mon, 10 Apr 2006 12:27:17 +0000 (12:27 +0000)]
Fixed possible crash in interactive mode
foobar [Mon, 10 Apr 2006 12:17:29 +0000 (12:17 +0000)]
fix typo
foobar [Mon, 10 Apr 2006 12:16:08 +0000 (12:16 +0000)]
- Determine the shared/link lib suffixes in one macro.
foobar [Mon, 10 Apr 2006 11:56:04 +0000 (11:56 +0000)]
- Fixed bug #36909 (ld: Undefined symbols: _lchown)
foobar [Mon, 10 Apr 2006 11:54:54 +0000 (11:54 +0000)]
- Silence some PCRE compile warnings
foobar [Mon, 10 Apr 2006 10:16:42 +0000 (10:16 +0000)]
- Fix NEWS. The empty lines were left on purpose..
Dmitry Stogov [Mon, 10 Apr 2006 10:11:29 +0000 (10:11 +0000)]
ZTS fix
foobar [Mon, 10 Apr 2006 09:46:32 +0000 (09:46 +0000)]
fix credits
<changelog@php.net> [Mon, 10 Apr 2006 05:31:46 +0000 (05:31 +0000)]
ChangeLog update
Andrei Zmievski [Sun, 9 Apr 2006 23:38:30 +0000 (23:38 +0000)]
MFB
Edin Kadribasic [Sun, 9 Apr 2006 23:15:57 +0000 (23:15 +0000)]
MFB: Fixed bug #36935