]>
granicus.if.org Git - php/log
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
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).
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.
Derick Rethans [Sun, 9 Apr 2006 12:58:29 +0000 (12:58 +0000)]
- Fixed superfluous parameter.
<changelog@php.net> [Sun, 9 Apr 2006 05:31:48 +0000 (05:31 +0000)]
ChangeLog update
Andrei Zmievski [Sat, 8 Apr 2006 17:34:57 +0000 (17:34 +0000)]
Separate suffixes of shared libraries that we link against and the ones
we load with dlopen(). This matters on Mac OS X, for example.
Derick Rethans [Sat, 8 Apr 2006 14:57:42 +0000 (14:57 +0000)]
- 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.
- Fixed a bug where combined date formats 'c' and 'r' were cut off due to
insufficient space in the buffer.
- Implemented better error and warning handling that is also used for the
date_parse() function.
- Fixed the date::RFC3339 class constant.
- Fixed bug #37017 (strtotime fails before 13:00:00 with some time zones
identifiers)
- Fixed problems with "T" in front of a time string was seen as a time zone
string.
- Fixed a problem were 5 and 6 character timezone abbreviations where not
correctly parsed.
<changelog@php.net> [Sat, 8 Apr 2006 05:31:55 +0000 (05:31 +0000)]
ChangeLog update
Antony Dovgal [Fri, 7 Apr 2006 22:53:34 +0000 (22:53 +0000)]
MF51: fix memory corruptions and leaks when cloning ArrayObjects and ArrayIterators
Andrei Zmievski [Fri, 7 Apr 2006 21:20:10 +0000 (21:20 +0000)]
Disallowed numeric named captures.
Pierre Joye [Fri, 7 Apr 2006 14:05:21 +0000 (14:05 +0000)]
- MFB: revert leak fix, something else went wrong
Dmitry Stogov [Fri, 7 Apr 2006 13:57:39 +0000 (13:57 +0000)]
Optimization
Dmitry Stogov [Fri, 7 Apr 2006 13:45:51 +0000 (13:45 +0000)]
CGI anf FastCGI assume $_SERVER and $_ENV have the same values,
so we don't need construct the same arrays twich and may just copy it
Pierre Joye [Fri, 7 Apr 2006 13:34:53 +0000 (13:34 +0000)]
- MFB: fix leak when an error occured in socket_read, free tmpbuf
Dmitry Stogov [Fri, 7 Apr 2006 12:39:28 +0000 (12:39 +0000)]
Removed unnecessary copying
Dmitry Stogov [Fri, 7 Apr 2006 11:43:43 +0000 (11:43 +0000)]
We don't need setup the same time-out two times.
Dmitry Stogov [Fri, 7 Apr 2006 10:05:17 +0000 (10:05 +0000)]
- Fixed storing NULL pointers in HashTable
- Optimized zend_hash_reverse_apply()
<changelog@php.net> [Fri, 7 Apr 2006 05:31:53 +0000 (05:31 +0000)]
ChangeLog update
Andrei Zmievski [Thu, 6 Apr 2006 22:37:42 +0000 (22:37 +0000)]
That is not the bug you're looking for.
Andrei Zmievski [Thu, 6 Apr 2006 22:02:02 +0000 (22:02 +0000)]
Even more stuff from Friedl.
Andrei Zmievski [Thu, 6 Apr 2006 21:23:56 +0000 (21:23 +0000)]
More stuff from Friedl..
Andrei Zmievski [Thu, 6 Apr 2006 21:16:28 +0000 (21:16 +0000)]
MFB
Sara Golemon [Thu, 6 Apr 2006 20:05:43 +0000 (20:05 +0000)]
Plug leak which occurs in unicode mode
Sara Golemon [Thu, 6 Apr 2006 20:03:27 +0000 (20:03 +0000)]
Silence false positives on test results
Sara Golemon [Thu, 6 Apr 2006 19:51:36 +0000 (19:51 +0000)]
Silence false positives in test failures
Sara Golemon [Thu, 6 Apr 2006 19:39:11 +0000 (19:39 +0000)]
Do runtime conversions (with an E_NOTICE) on writing unicode data to a binary stream. Take the WTF out of the equation
Antony Dovgal [Thu, 6 Apr 2006 19:11:06 +0000 (19:11 +0000)]
MF51: fix #36981 (SplFileObject->fgets() ignores max_length)
Sara Golemon [Thu, 6 Apr 2006 18:02:39 +0000 (18:02 +0000)]
Overload 'duplicate' arg as applied to:
add_((next_)?index|assoc)_(ascii|rt)_stringl?(_ex)?
and
(ZVAL|RETVAL|RETURN)_(ASCII|RT|U)_STRINGL?
#define ZSTR_DUPLICATE (1<<0)
#define ZSTR_AUTOFREE (1<<1)
Duplicate keeps traditional value of '1', additional bit '2' tells
unicode mode conversion to automatically free the original string
in order to avoid leaks due to conversion on a value otherwise being
"given" to the engine.
/* Uses s as-is for non-unicode, or frees s after converting to unicode */
{
char *s = estrdup("Hello");
ZVAL_RT_STRING(pzv, s, ZSTR_AUTOFREE);
}
/* Duplicates for non-unicode, or converts (but doesn't free original) */
{
char *s = "Hello";
ZVAL_RT_STRING(pzv, s, ZSTR_DUPLICATE);
}
/* Uses as-is for non-unicode, or converts (but doesn't free original) */
{
char *s = "Hello";
zval zv;
ZVAL_RT_STRING(&zv, s, 0);
/* use zv for some temporary purpose */
/* It's now necessary to manually free this generated value */
if (UG(unicode)) {
zval_dtor(&zv);
}
}
<changelog@php.net> [Thu, 6 Apr 2006 05:31:50 +0000 (05:31 +0000)]
ChangeLog update
Antony Dovgal [Wed, 5 Apr 2006 20:21:59 +0000 (20:21 +0000)]
workaround for problem on Solaris: shell tries to parse "for i in ;" and fails
Antony Dovgal [Wed, 5 Apr 2006 14:09:31 +0000 (14:09 +0000)]
add new tests
Antony Dovgal [Wed, 5 Apr 2006 14:07:57 +0000 (14:07 +0000)]
add missing defines to .w32
Antony Dovgal [Wed, 5 Apr 2006 14:07:16 +0000 (14:07 +0000)]
fix #36934 (OCILob->read() doesn't move internal pointer when reading 0's)
no support for Unicode CLOBs in Oracle < 10, sorry.
Antony Dovgal [Wed, 5 Apr 2006 12:29:35 +0000 (12:29 +0000)]
add test
Antony Dovgal [Wed, 5 Apr 2006 11:36:28 +0000 (11:36 +0000)]
MF51: fix #36944 (strncmp & strncasecmp do not return false on negative string length)
<changelog@php.net> [Wed, 5 Apr 2006 05:31:46 +0000 (05:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Wed, 5 Apr 2006 02:28:39 +0000 (02:28 +0000)]
Fixed bug #36957 (serialize() does not handle recursion).
Frank M. Kromann [Tue, 4 Apr 2006 18:49:44 +0000 (18:49 +0000)]
MFP51: Fix #33694 invalid sql or timeouts makes it impossible to reuse persistent connections
Seiji Masugata [Tue, 4 Apr 2006 15:14:28 +0000 (15:14 +0000)]
fixed commnet typo, and duplicate logic.
Derick Rethans [Tue, 4 Apr 2006 06:04:49 +0000 (06:04 +0000)]
- No need to have this one twice here... (Thanks Steph)
<changelog@php.net> [Tue, 4 Apr 2006 05:31:44 +0000 (05:31 +0000)]
ChangeLog update
Marcus Boerger [Mon, 3 Apr 2006 19:58:03 +0000 (19:58 +0000)]
- WS
Marcus Boerger [Mon, 3 Apr 2006 19:52:02 +0000 (19:52 +0000)]
- Fix issue related to #36941 (when referencing itself)
Antony Dovgal [Mon, 3 Apr 2006 18:11:56 +0000 (18:11 +0000)]
add test for gmp_nextprime()
Antony Dovgal [Mon, 3 Apr 2006 17:46:12 +0000 (17:46 +0000)]
add gmp_nextprime() function
patch by ants dot aasma at gmail dot com
Seiji Masugata [Mon, 3 Apr 2006 15:32:43 +0000 (15:32 +0000)]
added mb_stristr( ), mb_strrichr( ).
Ilia Alshanetsky [Mon, 3 Apr 2006 13:46:35 +0000 (13:46 +0000)]
MFB51: Fixed an unlikely, but possible memory leak.