]>
granicus.if.org Git - php/log
Dmitry Stogov [Wed, 26 Apr 2006 17:48:27 +0000 (17:48 +0000)]
Revert wrong fix
Ilia Alshanetsky [Wed, 26 Apr 2006 16:07:11 +0000 (16:07 +0000)]
Restore dev
Ilia Alshanetsky [Wed, 26 Apr 2006 14:31:33 +0000 (14:31 +0000)]
Remove soap cache news
Edin Kadribasic [Wed, 26 Apr 2006 14:23:51 +0000 (14:23 +0000)]
BFN
Ilia Alshanetsky [Wed, 26 Apr 2006 14:08:26 +0000 (14:08 +0000)]
Go with 5.1.3
Ilia Alshanetsky [Wed, 26 Apr 2006 13:56:57 +0000 (13:56 +0000)]
Prepare the news file for release
Dmitry Stogov [Wed, 26 Apr 2006 11:08:10 +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:31:23 +0000 (09:31 +0000)]
Correctly import external data (#33292)
Antony Dovgal [Tue, 25 Apr 2006 22:09:46 +0000 (22:09 +0000)]
fix tests
Antony Dovgal [Tue, 25 Apr 2006 12:49:59 +0000 (12:49 +0000)]
remove nonexistent tag
Antony Dovgal [Tue, 25 Apr 2006 12:48:42 +0000 (12:48 +0000)]
fix possible substr_compare() crash
add new tests
Michael Wallner [Tue, 25 Apr 2006 08:43:29 +0000 (08:43 +0000)]
-improve last entry
Antony Dovgal [Tue, 25 Apr 2006 08:41:02 +0000 (08:41 +0000)]
fix #37191 (chmod takes off sticky bit when safe_mode is On)
Michael Wallner [Tue, 25 Apr 2006 08:34:25 +0000 (08:34 +0000)]
- Fixed bug #37192 (cc fails on hash_adler.c:32)
Dmitry Stogov [Mon, 24 Apr 2006 09:53:57 +0000 (09:53 +0000)]
iFixed compilation on Solaris
Andrei Zmievski [Sun, 23 Apr 2006 19:56:53 +0000 (19:56 +0000)]
Typo.
Ilia Alshanetsky [Sun, 23 Apr 2006 16:40:05 +0000 (16:40 +0000)]
Fixed typos
Ilia Alshanetsky [Sun, 23 Apr 2006 16:02:05 +0000 (16:02 +0000)]
Fixed bug #37162 (wddx does not build as a shared extension).
#Patch By: jdolecek at NetBSD dot org
Antony Dovgal [Sat, 22 Apr 2006 23:47:25 +0000 (23:47 +0000)]
bah.. no UEXPECT in this branch..
Antony Dovgal [Sat, 22 Apr 2006 23:46:42 +0000 (23:46 +0000)]
add test for #37158
Antony Dovgal [Sat, 22 Apr 2006 19:16:36 +0000 (19:16 +0000)]
BFN
Antony Dovgal [Sat, 22 Apr 2006 19:10:53 +0000 (19:10 +0000)]
MFB: don't segfault if an exception has been thrown from the fetch handler
Wez Furlong [Sat, 22 Apr 2006 17:17:40 +0000 (17:17 +0000)]
fix for #37158
Wez Furlong [Sat, 22 Apr 2006 16:35:18 +0000 (16:35 +0000)]
avoid unterminated loop when closing the statement.
Ilia Alshanetsky [Thu, 20 Apr 2006 23:09:20 +0000 (23:09 +0000)]
Back to dev
Antony Dovgal [Thu, 20 Apr 2006 22:49:20 +0000 (22:49 +0000)]
there is no %v in 5_1
Ilia Alshanetsky [Thu, 20 Apr 2006 21:11:29 +0000 (21:11 +0000)]
Prepare for RC3
Michael Wallner [Thu, 20 Apr 2006 17:43:18 +0000 (17:43 +0000)]
- Fix reading stream filters never notified about EOF
Dmitry Stogov [Thu, 20 Apr 2006 07:30:38 +0000 (07:30 +0000)]
Fixed bug #37138 (__autoload tries to load callback'ed self and parent)
Ilia Alshanetsky [Thu, 20 Apr 2006 01:06:58 +0000 (01:06 +0000)]
Fixed tokenizer tests
Nuno Lopes [Wed, 19 Apr 2006 21:47:20 +0000 (21:47 +0000)]
fix build with newer libtidy versions on windows
# first commit on php-src. whatch out :)
John Coggeshall [Wed, 19 Apr 2006 20:57:30 +0000 (20:57 +0000)]
Fixing static builds on windoze machines for our current lib version
Dmitry Stogov [Wed, 19 Apr 2006 10:48:54 +0000 (10:48 +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/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.
Antony Dovgal [Wed, 19 Apr 2006 08:43:29 +0000 (08:43 +0000)]
MFH: fix typo
Ilia Alshanetsky [Tue, 18 Apr 2006 23:47:10 +0000 (23:47 +0000)]
Restore dev so win32 snaps can build
Ilia Alshanetsky [Tue, 18 Apr 2006 14:30:16 +0000 (14:30 +0000)]
Fixed bug #29476 (sqlite_fetch_column_types() locks the database forever).
Dmitry Stogov [Tue, 18 Apr 2006 13:07:59 +0000 (13:07 +0000)]
Fixed bug #37083 (Frequent crashs in SOAP extension with new WSDL caching code in multithread WS). (Andrei, Dmitry)
Dmitry Stogov [Tue, 18 Apr 2006 06:59:19 +0000 (06:59 +0000)]
Fixed SUN_LEN calculation
Dmitry Stogov [Tue, 18 Apr 2006 06:58:43 +0000 (06:58 +0000)]
Fixed memory leaks
Ilia Alshanetsky [Tue, 18 Apr 2006 00:31:45 +0000 (00:31 +0000)]
Commit the actual fix
Ilia Alshanetsky [Mon, 17 Apr 2006 23:28:02 +0000 (23:28 +0000)]
Fixed Bug #36872 (session_destroy() fails after call to
+ session_regenerate_id(true)).
foobar [Mon, 17 Apr 2006 22:14:32 +0000 (22:14 +0000)]
BFN
foobar [Mon, 17 Apr 2006 22:13:56 +0000 (22:13 +0000)]
MFH: Fixed bug #37103 (libmbfl headers not installed)
Sara Golemon [Mon, 17 Apr 2006 19:26:04 +0000 (19:26 +0000)]
MFH(r-1.55) Fix 'soft line break' handling in convert.quoted-printable-decode
Andrei Zmievski [Mon, 17 Apr 2006 16:08:08 +0000 (16:08 +0000)]
Some encodings were assumed to be default and, thus, were not made
persistent.
Dmitry Stogov [Mon, 17 Apr 2006 13:16:02 +0000 (13:16 +0000)]
Fixed several bugs in new "caching WSDL in memory" code
Re-enabled disk cache
Ilia Alshanetsky [Sun, 16 Apr 2006 17:40:33 +0000 (17:40 +0000)]
Fixed a typo in the previous patch.
# Thanks Tony
Ilia Alshanetsky [Sun, 16 Apr 2006 16:54:49 +0000 (16:54 +0000)]
Fixed bug #37045 (Fixed check for special chars for http redirects).
Antony Dovgal [Sat, 15 Apr 2006 12:54:14 +0000 (12:54 +0000)]
fix #37062 (compile failure on ARM architecture)
if ARM is big endian - don't define IEEE_LITTLE_ENDIAN
Antony Dovgal [Fri, 14 Apr 2006 21:06:11 +0000 (21:06 +0000)]
make it consistent with the other ones =)
Antony Dovgal [Fri, 14 Apr 2006 20:30:11 +0000 (20:30 +0000)]
ok, let's make this test to work on all systems
currently it fails at least on Linux PPC and Solaris, probably because of different strncmp/strncasecmp implementations.
Marcus Boerger [Fri, 14 Apr 2006 15:19:45 +0000 (15:19 +0000)]
- MFH Fix properties access to children() result
Antony Dovgal [Fri, 14 Apr 2006 10:00:55 +0000 (10:00 +0000)]
fix #37077 (stream_socket_server() leaks when the port is not allowed)
Dmitry Stogov [Fri, 14 Apr 2006 09:11:29 +0000 (09:11 +0000)]
Fixed calling header functions through __call()
Dmitry Stogov [Thu, 13 Apr 2006 13:48:28 +0000 (13:48 +0000)]
Fixed bug #36513 (comment will be outputed in last line)
Antony Dovgal [Thu, 13 Apr 2006 13:21:43 +0000 (13:21 +0000)]
AIX #define's accept as naccept
add a workaround
Antony Dovgal [Thu, 13 Apr 2006 11:26:10 +0000 (11:26 +0000)]
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:36 +0000 (08:18 +0000)]
Fixed bug #37054 (SoapClient Error Fetching http headers)
Dmitry Stogov [Thu, 13 Apr 2006 06:04:28 +0000 (06:04 +0000)]
Fixed test
Antony Dovgal [Wed, 12 Apr 2006 22:20:52 +0000 (22:20 +0000)]
fix test title
Johannes Schlüter [Wed, 12 Apr 2006 19:30:52 +0000 (19:30 +0000)]
- MFH: Fix bug #37060 (Type of retval of Countable::count() is not checked)
Antony Dovgal [Wed, 12 Apr 2006 19:21:35 +0000 (19:21 +0000)]
fix #37059 (oci_bind_by_name() doesn't support RAW and LONG RAW fields)
add tests
Antony Dovgal [Wed, 12 Apr 2006 18:01:35 +0000 (18:01 +0000)]
oops.. I didn't want to commit this..
Antony Dovgal [Wed, 12 Apr 2006 17:59:32 +0000 (17:59 +0000)]
correct fix for bug #37055
Antony Dovgal [Wed, 12 Apr 2006 15:18:38 +0000 (15:18 +0000)]
add test
Antony Dovgal [Wed, 12 Apr 2006 15:13:57 +0000 (15:13 +0000)]
fix #37057 (xmlrpc_decode() may produce arrays with numeric strings which are unaccessible)
Antony Dovgal [Wed, 12 Apr 2006 13:37:51 +0000 (13:37 +0000)]
fix #37055 (incorrect reference counting for persistent OCI8 connections)
Antony Dovgal [Wed, 12 Apr 2006 12:49:39 +0000 (12:49 +0000)]
fix #37053 (html_errors with internal classes produces wrong links)
Dmitry Stogov [Wed, 12 Apr 2006 11:37:50 +0000 (11:37 +0000)]
Fixed bug #37046 (foreach breaks static scope)
Dmitry Stogov [Wed, 12 Apr 2006 09:51:54 +0000 (09:51 +0000)]
Fixed bug #37002 (Have to quote literals in INI when concatenating with vars)
Andrei Zmievski [Tue, 11 Apr 2006 21:33:46 +0000 (21:33 +0000)]
MFH
Antony Dovgal [Tue, 11 Apr 2006 19:34:14 +0000 (19:34 +0000)]
add default timezone to the tests
Derick Rethans [Tue, 11 Apr 2006 18:03:52 +0000 (18:03 +0000)]
- 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.
Ilia Alshanetsky [Mon, 10 Apr 2006 23:48:10 +0000 (23:48 +0000)]
Fixed test
Marcus Boerger [Mon, 10 Apr 2006 23:23:09 +0000 (23:23 +0000)]
- Coverity issue 59
Marcus Boerger [Mon, 10 Apr 2006 23:16:29 +0000 (23:16 +0000)]
- MFH Iterators from overloaded objects are allowed to not have keys...
Marcus Boerger [Mon, 10 Apr 2006 22:49:29 +0000 (22:49 +0000)]
- MFH Coverity fix 49
Marcus Boerger [Mon, 10 Apr 2006 19:51:55 +0000 (19:51 +0000)]
- MFH Fix potenbtioal SEGV
Marcus Boerger [Mon, 10 Apr 2006 18:23:24 +0000 (18:23 +0000)]
- MFH Fix condition
Dmitry Stogov [Mon, 10 Apr 2006 13:29:48 +0000 (13:29 +0000)]
Fixed bug #36908 (wsdl default value overrides value in soap request).
Dmitry Stogov [Mon, 10 Apr 2006 12:50:02 +0000 (12:50 +0000)]
Fixed test
Dmitry Stogov [Mon, 10 Apr 2006 12:26:53 +0000 (12:26 +0000)]
Fixed possible crash in interactive mode
foobar [Mon, 10 Apr 2006 12:17:36 +0000 (12:17 +0000)]
MFH: fix typo
foobar [Mon, 10 Apr 2006 12:16:17 +0000 (12:16 +0000)]
MFH: - Determine the shared/link lib suffixes in one macro.
foobar [Mon, 10 Apr 2006 11:56:18 +0000 (11:56 +0000)]
MFH: - Fixed bug #36909 (ld: Undefined symbols: _lchown)
foobar [Mon, 10 Apr 2006 11:55:14 +0000 (11:55 +0000)]
MFH: - Silence some PCRE compile warnings
Dmitry Stogov [Mon, 10 Apr 2006 10:11:06 +0000 (10:11 +0000)]
ZTS fix
foobar [Mon, 10 Apr 2006 09:49:18 +0000 (09:49 +0000)]
update credits
foobar [Mon, 10 Apr 2006 09:41:45 +0000 (09:41 +0000)]
Fix NEWS
Andrei Zmievski [Sun, 9 Apr 2006 23:35:51 +0000 (23:35 +0000)]
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.
Edin Kadribasic [Sun, 9 Apr 2006 23:14:47 +0000 (23:14 +0000)]
Fixed bug #36935
Ilia Alshanetsky [Sun, 9 Apr 2006 17:57:27 +0000 (17:57 +0000)]
*** empty log message ***
Wez Furlong [Sun, 9 Apr 2006 08:17:50 +0000 (08:17 +0000)]
be aware of PDO_ATTR_EMULATE_PREPARES
Wez Furlong [Sun, 9 Apr 2006 08:11:31 +0000 (08:11 +0000)]
Fixed Bug #36602: persistent connections don't work with MySQL 5.0.3+.
Fixed PECL Bug #6262; correctly fallback to emulated statements
when the server version is too old.
Also include code to default to using emulated prepared statements, as these
can take advantage of the query cache. Since it's a bit late in the release
process to spring this on the masses, the default has not been changed. The
code is included so that it doesn't get lost.
Wez Furlong [Sun, 9 Apr 2006 08:05:01 +0000 (08:05 +0000)]
Add "ATTR_EMULATE_PREPARES" general attribute to replace the custom
attributes employed by mysql and postgres drivers.
No functional change.
Wez Furlong [Sun, 9 Apr 2006 06:49:07 +0000 (06:49 +0000)]
This completes the fix for PECL #5827; we need to gobble up result sets in the
stmt dtor too.
Wez Furlong [Sun, 9 Apr 2006 06:41:42 +0000 (06:41 +0000)]
fix for PECL Bug #5827.
We're responsible for gobbling up supplemental result sets in closeCursor()
(which is what PDO does for us if we didn't implement our own closer routine).
Andrei Zmievski [Sat, 8 Apr 2006 17:53:11 +0000 (17:53 +0000)]
MFH
Antony Dovgal [Fri, 7 Apr 2006 22:53:23 +0000 (22:53 +0000)]
fix memory corruptions and leaks when cloning ArrayObjects and ArrayIterators
Ilia Alshanetsky [Fri, 7 Apr 2006 14:21:13 +0000 (14:21 +0000)]
RC3