]>
granicus.if.org Git - php/log
Andrei Zmievski [Thu, 27 Apr 2006 15:21:00 +0000 (15:21 +0000)]
Safe-fy some functions.
Dmitry Stogov [Thu, 27 Apr 2006 11:39:46 +0000 (11:39 +0000)]
Proper fix for bug #37205
<changelog@php.net> [Thu, 27 Apr 2006 05:31:45 +0000 (05:31 +0000)]
ChangeLog update
Moriyoshi Koizumi [Thu, 27 Apr 2006 03:53:01 +0000 (03:53 +0000)]
- Remove fprintf() used for debugging
Moriyoshi Koizumi [Thu, 27 Apr 2006 00:49:17 +0000 (00:49 +0000)]
- Fix bug #37176 (iconv_strpos() fails to find a string)
Dmitry Stogov [Wed, 26 Apr 2006 17:48:45 +0000 (17:48 +0000)]
Revert wrong fix
Dmitry Stogov [Wed, 26 Apr 2006 11:08:23 +0000 (11:08 +0000)]
Fixed bug #37205 (Serving binary content/images fails with "comm with server aborted" FastCGI err)
Edin Kadribasic [Wed, 26 Apr 2006 09:32:11 +0000 (09:32 +0000)]
MFB: Correctly import external data (#33292)
<changelog@php.net> [Wed, 26 Apr 2006 05:31:45 +0000 (05:31 +0000)]
ChangeLog update
Antony Dovgal [Tue, 25 Apr 2006 22:10:38 +0000 (22:10 +0000)]
fix tests
Nuno Lopes [Tue, 25 Apr 2006 14:54:33 +0000 (14:54 +0000)]
fix a bunch of tests in unicode mode by fixing the config array transverser
also fix the compiler warnings
# Andrey: is it possible to have a zend_convert_unicode_to_ascii() function please? it would make this code much simpler
Antony Dovgal [Tue, 25 Apr 2006 12:50:14 +0000 (12:50 +0000)]
remove nonexistent tag
Antony Dovgal [Tue, 25 Apr 2006 12:49:04 +0000 (12:49 +0000)]
MF51: fix possible substr_compare() crash
add new tests
Nuno Lopes [Tue, 25 Apr 2006 12:41:59 +0000 (12:41 +0000)]
mark a couple of functions as unicode-safe. no changes to code required
Michael Wallner [Tue, 25 Apr 2006 08:52:46 +0000 (08:52 +0000)]
- release 1.3
Michael Wallner [Tue, 25 Apr 2006 08:37:07 +0000 (08:37 +0000)]
MFB: Fixed bug #37192 (cc fails on hash_adler.c:32)
<changelog@php.net> [Tue, 25 Apr 2006 05:31:48 +0000 (05:31 +0000)]
ChangeLog update
Dmitry Stogov [Mon, 24 Apr 2006 09:56:56 +0000 (09:56 +0000)]
Fixed compilation on Solaris
Dmitry Stogov [Mon, 24 Apr 2006 07:04:25 +0000 (07:04 +0000)]
Fixed win32 build
<changelog@php.net> [Mon, 24 Apr 2006 05:31:46 +0000 (05:31 +0000)]
ChangeLog update
Andrei Zmievski [Sun, 23 Apr 2006 19:57:40 +0000 (19:57 +0000)]
MFB
Ilia Alshanetsky [Sun, 23 Apr 2006 16:02:51 +0000 (16:02 +0000)]
MFB51: Fixed bug #37162 (wddx does not build as a shared extension).
Nuno Lopes [Sun, 23 Apr 2006 12:56:10 +0000 (12:56 +0000)]
upgrade tidy_get_release() to unicode.
#say now if anything is wrong before I start upgrading the rest of the functions
<changelog@php.net> [Sun, 23 Apr 2006 05:31:45 +0000 (05:31 +0000)]
ChangeLog update
Antony Dovgal [Sat, 22 Apr 2006 23:50:29 +0000 (23:50 +0000)]
no "native strings" in Unicode mode anymore
Antony Dovgal [Sat, 22 Apr 2006 23:49:39 +0000 (23:49 +0000)]
merge fix for #37158 into HEAD
add test
Antony Dovgal [Sat, 22 Apr 2006 19:10:40 +0000 (19:10 +0000)]
don't segfault if an exception has been thrown from the fetch handler
Frank M. Kromann [Sat, 22 Apr 2006 10:39:31 +0000 (10:39 +0000)]
Fix Win32 build. NULL_ZSTR was converted to ZSTR(NULL_ZSTR)
<changelog@php.net> [Sat, 22 Apr 2006 05:31:55 +0000 (05:31 +0000)]
ChangeLog update
Andrei Zmievski [Fri, 21 Apr 2006 21:10:01 +0000 (21:10 +0000)]
Add collator_set_default().
Andrei Zmievski [Fri, 21 Apr 2006 19:40:57 +0000 (19:40 +0000)]
Hmm, ZEND_FENTRY() is the only one that allows flags to be added..
Andrei Zmievski [Fri, 21 Apr 2006 19:35:26 +0000 (19:35 +0000)]
Rename i18_loc_* to locale_*.
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)