]> granicus.if.org Git - php/log
php
18 years agoAdd:
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()

18 years agoChangeLog update
<changelog@php.net> [Fri, 21 Apr 2006 05:31:54 +0000 (05:31 +0000)]
ChangeLog update

18 years agoMove to refcounted implementation of collators.
Andrei Zmievski [Thu, 20 Apr 2006 21:56:43 +0000 (21:56 +0000)]
Move to refcounted implementation of collators.

18 years agoMFB: Fix reading stream filters never notified about EOF
Michael Wallner [Thu, 20 Apr 2006 17:52:01 +0000 (17:52 +0000)]
MFB: Fix reading stream filters never notified about EOF

18 years agoTest added
Dmitry Stogov [Thu, 20 Apr 2006 07:32:17 +0000 (07:32 +0000)]
Test added

18 years agoChangeLog update
<changelog@php.net> [Thu, 20 Apr 2006 05:31:50 +0000 (05:31 +0000)]
ChangeLog update

18 years agofix build on Win32
Frank M. Kromann [Thu, 20 Apr 2006 03:41:33 +0000 (03:41 +0000)]
fix build on Win32

18 years agoMFB: fix build with newer libtidy versions on windows
Nuno Lopes [Wed, 19 Apr 2006 22:10:44 +0000 (22:10 +0000)]
MFB: fix build with newer libtidy versions on windows

18 years agoFixing static build in windoze
John Coggeshall [Wed, 19 Apr 2006 20:37:55 +0000 (20:37 +0000)]
Fixing static build in windoze

18 years agoCleaned up Andrei's patch for caching WSDL in process memory, added TTL and LIMIT...
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.

18 years agoFixed cleanup dependent on uninitialized value
Dmitry Stogov [Wed, 19 Apr 2006 10:29:46 +0000 (10:29 +0000)]
Fixed cleanup dependent on uninitialized value

18 years agofix typo (see #35900)
Antony Dovgal [Wed, 19 Apr 2006 08:43:05 +0000 (08:43 +0000)]
fix typo (see #35900)

18 years agoChangeLog update
<changelog@php.net> [Wed, 19 Apr 2006 05:31:51 +0000 (05:31 +0000)]
ChangeLog update

18 years agoUpdate protos.
Andrei Zmievski [Tue, 18 Apr 2006 21:36:38 +0000 (21:36 +0000)]
Update protos.

18 years agoSilence compiler warnings
Sara Golemon [Tue, 18 Apr 2006 19:10:12 +0000 (19:10 +0000)]
Silence compiler warnings

18 years agoFix copy/paste typo in php_stream_path_decode() proto
Sara Golemon [Tue, 18 Apr 2006 19:09:31 +0000 (19:09 +0000)]
Fix copy/paste typo in php_stream_path_decode() proto

18 years agoFix ZTS build
Sara Golemon [Tue, 18 Apr 2006 18:57:13 +0000 (18:57 +0000)]
Fix ZTS build

18 years agobinary strings exist only in unicode mode
Antony Dovgal [Tue, 18 Apr 2006 17:10:30 +0000 (17:10 +0000)]
binary strings exist only in unicode mode

18 years agoMFB51: Fixed bug #29476 (sqlite_fetch_column_types() locks the database
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).

18 years agoFixed bug #37083 (Frequent crashs in SOAP extension with new WSDL caching code in...
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)

18 years agotypofix
Antony Dovgal [Tue, 18 Apr 2006 09:27:59 +0000 (09:27 +0000)]
typofix

18 years agoFixed SUN_LEN calculation
Dmitry Stogov [Tue, 18 Apr 2006 06:59:31 +0000 (06:59 +0000)]
Fixed SUN_LEN calculation

18 years agoFixed memory leaks
Dmitry Stogov [Tue, 18 Apr 2006 06:58:54 +0000 (06:58 +0000)]
Fixed memory leaks

18 years agoChangeLog update
<changelog@php.net> [Tue, 18 Apr 2006 05:31:45 +0000 (05:31 +0000)]
ChangeLog update

18 years agoI'm not sure what the heck people were thinking here, but it should be
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.

18 years agoFix trim("a") bug.
Andrei Zmievski [Tue, 18 Apr 2006 02:40:29 +0000 (02:40 +0000)]
Fix trim("a") bug.

18 years agoMFB51: Fixed Bug #36872 (session_destroy() fails after call to
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)).

18 years agoFixed bug #37103 (libmbfl headers not installed)
foobar [Mon, 17 Apr 2006 22:13:39 +0000 (22:13 +0000)]
Fixed bug #37103 (libmbfl headers not installed)

18 years agoFix 'soft line break' handling in convert.quoted-printable-decode
Sara Golemon [Mon, 17 Apr 2006 19:25:48 +0000 (19:25 +0000)]
Fix 'soft line break' handling in convert.quoted-printable-decode

18 years agoMFB
Andrei Zmievski [Mon, 17 Apr 2006 16:09:42 +0000 (16:09 +0000)]
MFB

18 years agoFixed several bugs in new "caching WSDL in memory" code
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

18 years agoChangeLog update
<changelog@php.net> [Mon, 17 Apr 2006 05:31:44 +0000 (05:31 +0000)]
ChangeLog update

18 years agoMFB51: fixed typo
Ilia Alshanetsky [Sun, 16 Apr 2006 17:41:26 +0000 (17:41 +0000)]
MFB51: fixed typo

18 years agoMFB51: Fixed bug #37045 (Fixed check for special chars for http redirects).
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).

18 years agoChangeLog update
<changelog@php.net> [Sun, 16 Apr 2006 05:31:54 +0000 (05:31 +0000)]
ChangeLog update

18 years agofix compile failure
Antony Dovgal [Sat, 15 Apr 2006 15:55:32 +0000 (15:55 +0000)]
fix compile failure

18 years agoMF51: fix #37062 (compile failure on ARM architecture)
Antony Dovgal [Sat, 15 Apr 2006 12:54:26 +0000 (12:54 +0000)]
MF51: fix #37062 (compile failure on ARM architecture)

18 years agoChangeLog update
<changelog@php.net> [Sat, 15 Apr 2006 05:31:50 +0000 (05:31 +0000)]
ChangeLog update

18 years agomake it consistent with the other ones
Antony Dovgal [Fri, 14 Apr 2006 21:06:36 +0000 (21:06 +0000)]
make it consistent with the other ones

18 years agomake this test to work on all systems
Antony Dovgal [Fri, 14 Apr 2006 20:30:47 +0000 (20:30 +0000)]
make this test to work on all systems

18 years agoMFB (r-1.409.2.6) copy() should not disrespect open_basedir on source file
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

18 years ago- Fix properties access to children() result
Marcus Boerger [Fri, 14 Apr 2006 15:15:21 +0000 (15:15 +0000)]
- Fix properties access to children() result
- Allow access by namespace prefix

18 years ago- Do not provide ns info in first sxe creation
Marcus Boerger [Fri, 14 Apr 2006 14:11:54 +0000 (14:11 +0000)]
- Do not provide ns info in first sxe creation

18 years ago- Allow access to namespaced root by specifying prefix on 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

18 years ago- Prefix summaries with either U or N
Marcus Boerger [Fri, 14 Apr 2006 13:48:11 +0000 (13:48 +0000)]
- Prefix summaries with either U or N

18 years ago- If node no longer exists then there won't be any data
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

18 years agoMF51: fix #37077 (stream_socket_server() leaks when the port is not allowed)
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)

18 years agoFixed calling header functions through __call()
Dmitry Stogov [Fri, 14 Apr 2006 09:11:48 +0000 (09:11 +0000)]
Fixed calling header functions through __call()

18 years agoChangeLog update
<changelog@php.net> [Fri, 14 Apr 2006 05:31:53 +0000 (05:31 +0000)]
ChangeLog update

18 years agofix CS and prevent NULL dereference
Antony Dovgal [Thu, 13 Apr 2006 18:14:14 +0000 (18:14 +0000)]
fix CS and prevent NULL dereference

18 years agoFixed bug #36513 (comment will be outputed in last line)
Dmitry Stogov [Thu, 13 Apr 2006 13:48:40 +0000 (13:48 +0000)]
Fixed bug #36513 (comment will be outputed in last line)

18 years agoMF51:
Antony Dovgal [Thu, 13 Apr 2006 13:21:59 +0000 (13:21 +0000)]
MF51:
AIX #define's accept as naccept
add a workaround

18 years agoMF51:
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

18 years agoFixed bug #37054 (SoapClient Error Fetching http headers)
Dmitry Stogov [Thu, 13 Apr 2006 08:18:54 +0000 (08:18 +0000)]
Fixed bug #37054 (SoapClient Error Fetching http headers)

18 years agoFixed test
Dmitry Stogov [Thu, 13 Apr 2006 06:05:16 +0000 (06:05 +0000)]
Fixed test

18 years agoChangeLog update
<changelog@php.net> [Thu, 13 Apr 2006 05:31:51 +0000 (05:31 +0000)]
ChangeLog update

18 years agoPreserve full name of filter for use in stream_get_meta_data()
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()

18 years agoAllow http:// wrapper to automatically apply correct unicode.from.* filter based...
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

18 years agofix test title
Antony Dovgal [Wed, 12 Apr 2006 22:21:13 +0000 (22:21 +0000)]
fix test title

18 years ago- Fix bug #37060 (Type of retval of Countable::count() is not checked)
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)

18 years agoMF51: fix #37059 (oci_bind_by_name() doesn't support RAW and LONG RAW fields)
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

18 years agoMF51: correct fix for bug #37055
Antony Dovgal [Wed, 12 Apr 2006 17:59:57 +0000 (17:59 +0000)]
MF51: correct fix for bug #37055

18 years agoadd test
Antony Dovgal [Wed, 12 Apr 2006 15:19:39 +0000 (15:19 +0000)]
add test

18 years agoMF51: fix #37057 (xmlrpc_decode() may produce arrays with numeric string keys which...
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)

18 years agoMF51: fix #37055 (incorrect reference counting for persistent OCI8 connections)
Antony Dovgal [Wed, 12 Apr 2006 13:38:05 +0000 (13:38 +0000)]
MF51: fix #37055 (incorrect reference counting for persistent OCI8 connections)

18 years agoMF51: fix #37053 (html_errors with internal classes produces wrong links)
Antony Dovgal [Wed, 12 Apr 2006 12:52:00 +0000 (12:52 +0000)]
MF51: fix #37053 (html_errors with internal classes produces wrong links)

18 years agoFixed bug #37046 (foreach breaks static scope)
Dmitry Stogov [Wed, 12 Apr 2006 11:38:09 +0000 (11:38 +0000)]
Fixed bug #37046 (foreach breaks static scope)

18 years agoFixed bug #37002 (Have to quote literals in INI when concatenating with vars)
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)

18 years agoChangeLog update
<changelog@php.net> [Wed, 12 Apr 2006 05:31:46 +0000 (05:31 +0000)]
ChangeLog update

18 years agoMF51: add default timezone to the tests
Antony Dovgal [Tue, 11 Apr 2006 19:34:35 +0000 (19:34 +0000)]
MF51: add default timezone to the tests

18 years ago- Fixed bug #36988 (mktime freezes on long numbers)
Derick Rethans [Tue, 11 Apr 2006 17:56:49 +0000 (17:56 +0000)]
- Fixed bug #36988 (mktime freezes on long numbers)

18 years ago- Use pcre convenience function that also caches.
Derick Rethans [Tue, 11 Apr 2006 14:41:56 +0000 (14:41 +0000)]
- Use pcre convenience function that also caches.
#- Patch by pierre.

18 years ago- More safe_mode left-overs.
foobar [Tue, 11 Apr 2006 11:32:06 +0000 (11:32 +0000)]
- More safe_mode left-overs.

18 years agoChangeLog update
<changelog@php.net> [Tue, 11 Apr 2006 05:31:53 +0000 (05:31 +0000)]
ChangeLog update

18 years agoMFB51: fixed test
Ilia Alshanetsky [Mon, 10 Apr 2006 23:48:38 +0000 (23:48 +0000)]
MFB51: fixed test

18 years ago- Coverity issue 59
Marcus Boerger [Mon, 10 Apr 2006 23:19:23 +0000 (23:19 +0000)]
- Coverity issue 59

18 years ago- Iterators from overloaded objects are allowed to not have keys...
Marcus Boerger [Mon, 10 Apr 2006 23:15:26 +0000 (23:15 +0000)]
- Iterators from overloaded objects are allowed to not have keys...

18 years ago- Allowing to pass in ce as NULL has its charme, too
Marcus Boerger [Mon, 10 Apr 2006 22:49:09 +0000 (22:49 +0000)]
- Allowing to pass in ce as NULL has its charme, too

18 years ago- Fix coverity issue 49: ce might be forwarded as NULL without an exception
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).

18 years ago- Better order for SEGV prevention
Marcus Boerger [Mon, 10 Apr 2006 19:50:56 +0000 (19:50 +0000)]
- Better order for SEGV prevention

18 years ago- Fix possible SEGV
Marcus Boerger [Mon, 10 Apr 2006 19:48:27 +0000 (19:48 +0000)]
- Fix possible SEGV

18 years ago- Fix condition
Marcus Boerger [Mon, 10 Apr 2006 18:23:15 +0000 (18:23 +0000)]
- Fix condition

18 years agomore cleanup (lingering ini settings which do not exist anymore, etc.)
foobar [Mon, 10 Apr 2006 15:09:15 +0000 (15:09 +0000)]
more cleanup (lingering ini settings which do not exist anymore, etc.)

18 years ago- Cleanup
foobar [Mon, 10 Apr 2006 15:06:51 +0000 (15:06 +0000)]
- Cleanup

18 years agocleanup
foobar [Mon, 10 Apr 2006 14:59:33 +0000 (14:59 +0000)]
cleanup

18 years agoFixed bug #36908 (wsdl default value overrides value in soap request).
Dmitry Stogov [Mon, 10 Apr 2006 13:29:57 +0000 (13:29 +0000)]
Fixed bug #36908 (wsdl default value overrides value in soap request).

18 years agoFixed test
Dmitry Stogov [Mon, 10 Apr 2006 12:50:14 +0000 (12:50 +0000)]
Fixed test

18 years agoFixed possible crash in interactive mode
Dmitry Stogov [Mon, 10 Apr 2006 12:27:17 +0000 (12:27 +0000)]
Fixed possible crash in interactive mode

18 years agofix typo
foobar [Mon, 10 Apr 2006 12:17:29 +0000 (12:17 +0000)]
fix typo

18 years ago- Determine the shared/link lib suffixes in one macro.
foobar [Mon, 10 Apr 2006 12:16:08 +0000 (12:16 +0000)]
- Determine the shared/link lib suffixes in one macro.

18 years ago- Fixed bug #36909 (ld: Undefined symbols: _lchown)
foobar [Mon, 10 Apr 2006 11:56:04 +0000 (11:56 +0000)]
- Fixed bug #36909 (ld: Undefined symbols: _lchown)

18 years ago- Silence some PCRE compile warnings
foobar [Mon, 10 Apr 2006 11:54:54 +0000 (11:54 +0000)]
- Silence some PCRE compile warnings

18 years ago- Fix NEWS. The empty lines were left on purpose..
foobar [Mon, 10 Apr 2006 10:16:42 +0000 (10:16 +0000)]
- Fix NEWS. The empty lines were left on purpose..

18 years agoZTS fix
Dmitry Stogov [Mon, 10 Apr 2006 10:11:29 +0000 (10:11 +0000)]
ZTS fix

18 years agofix credits
foobar [Mon, 10 Apr 2006 09:46:32 +0000 (09:46 +0000)]
fix credits

18 years agoChangeLog update
<changelog@php.net> [Mon, 10 Apr 2006 05:31:46 +0000 (05:31 +0000)]
ChangeLog update

18 years agoMFB
Andrei Zmievski [Sun, 9 Apr 2006 23:38:30 +0000 (23:38 +0000)]
MFB

18 years agoMFB: Fixed bug #36935
Edin Kadribasic [Sun, 9 Apr 2006 23:15:57 +0000 (23:15 +0000)]
MFB: Fixed bug #36935

18 years agoMFB51: Fixed bug #36875 (is_*() functions do not account for open_basedir).
Ilia Alshanetsky [Sun, 9 Apr 2006 17:58:02 +0000 (17:58 +0000)]
MFB51: Fixed bug #36875 (is_*() functions do not account for open_basedir).

18 years ago- Fixed bug #37017 in a different way and added a test case.
Derick Rethans [Sun, 9 Apr 2006 12:58:56 +0000 (12:58 +0000)]
- Fixed bug #37017 in a different way and added a test case.