]>
granicus.if.org Git - php/log
Georg Richter [Wed, 15 Jun 2005 14:04:23 +0000 (14:04 +0000)]
fixed parameter parse string for mysqli_stmt_attr_set
Rob Richards [Tue, 14 Jun 2005 19:41:16 +0000 (19:41 +0000)]
BFN
Rob Richards [Tue, 14 Jun 2005 19:40:33 +0000 (19:40 +0000)]
MFH: Fixed bug #33340 (CLI Crash when calling php:function from XSLT)
Antony Dovgal [Mon, 13 Jun 2005 09:31:03 +0000 (09:31 +0000)]
MFH:
destroy session after destroying error handle
SQLT_CHR is allowed too
foobar [Fri, 10 Jun 2005 12:35:21 +0000 (12:35 +0000)]
MFH
Dmitry Stogov [Fri, 10 Jun 2005 10:44:54 +0000 (10:44 +0000)]
Added test file for bug #31177 (not fixed yet)
Dmitry Stogov [Fri, 10 Jun 2005 10:22:50 +0000 (10:22 +0000)]
Fixed support for ZEND_ACC_SHADOW in ReflectionProperty constructor
Stanislav Malyshev [Thu, 9 Jun 2005 17:13:36 +0000 (17:13 +0000)]
RIP abstrace private
Stanislav Malyshev [Thu, 9 Jun 2005 17:04:30 +0000 (17:04 +0000)]
Disallow abstract privae methods
Stanislav Malyshev [Thu, 9 Jun 2005 17:03:03 +0000 (17:03 +0000)]
#29689
Stanislav Malyshev [Thu, 9 Jun 2005 16:59:57 +0000 (16:59 +0000)]
fix #29689 and more private property problems
Dmitry Stogov [Thu, 9 Jun 2005 16:56:59 +0000 (16:56 +0000)]
Fixed double call to php_stream_close() on compiler errors
Stanislav Malyshev [Thu, 9 Jun 2005 16:51:14 +0000 (16:51 +0000)]
add test for this (to be fixed) bug
Ilia Alshanetsky [Thu, 9 Jun 2005 16:13:24 +0000 (16:13 +0000)]
MFH: Fixed compiler warning.
Dmitry Stogov [Thu, 9 Jun 2005 10:14:51 +0000 (10:14 +0000)]
Fixed bug #25922 (In error handler, modifying 5th arg (errcontext) may result in seg fault)
Dmitry Stogov [Thu, 9 Jun 2005 08:54:24 +0000 (08:54 +0000)]
Fixed bug (Crash on Windows and ZTS) that was introduced with fix for bug #26456
Dmitry Stogov [Thu, 9 Jun 2005 08:19:18 +0000 (08:19 +0000)]
Fixed reference counting and probable crash on fclose() or shutdown
Dmitry Stogov [Thu, 9 Jun 2005 08:17:09 +0000 (08:17 +0000)]
Fixed array type autodetection (use namespace name, but not the namespace prefix)
Ilia Alshanetsky [Wed, 8 Jun 2005 23:51:05 +0000 (23:51 +0000)]
MFH: Fixed bug #33268 (iconv_strlen() works only with a parameter of < 3
in length).
Dmitry Stogov [Wed, 8 Jun 2005 19:54:46 +0000 (19:54 +0000)]
Fixed memory allocation bugs in array_reduce() with initial value (#22463 & #24980)
Dmitry Stogov [Wed, 8 Jun 2005 18:53:39 +0000 (18:53 +0000)]
Fixed exception handling in getIterator() callback (bugs #26229 & #30725)
Dmitry Stogov [Wed, 8 Jun 2005 18:10:28 +0000 (18:10 +0000)]
Fixed valgrind errors
foobar [Wed, 8 Jun 2005 15:57:46 +0000 (15:57 +0000)]
MFH
Dmitry Stogov [Wed, 8 Jun 2005 15:48:26 +0000 (15:48 +0000)]
Fixed incorrect usage of zend_mangle_property_name() (valgrind errors)
Dmitry Stogov [Wed, 8 Jun 2005 13:21:01 +0000 (13:21 +0000)]
Fixed bug #30140 (Problem with array in static properties)
Dmitry Stogov [Wed, 8 Jun 2005 08:43:58 +0000 (08:43 +0000)]
Added test for bug #32322 (Return values by reference broken( using self::),example singleton instance)
Dmitry Stogov [Wed, 8 Jun 2005 08:06:27 +0000 (08:06 +0000)]
Fixed test file affected by fix for bug #30820 (static member conflict with $this->member silently ignored)
Dmitry Stogov [Wed, 8 Jun 2005 08:05:27 +0000 (08:05 +0000)]
Fixed bug #30820 (static member conflict with $this->member silently ignored)
Dmitry Stogov [Wed, 8 Jun 2005 06:48:39 +0000 (06:48 +0000)]
Fixed bug #30961 (Wrong linenumber in ReflectionClass getStartLine())
foobar [Tue, 7 Jun 2005 21:57:06 +0000 (21:57 +0000)]
MFH
foobar [Tue, 7 Jun 2005 21:40:16 +0000 (21:40 +0000)]
MFH
Dmitry Stogov [Tue, 7 Jun 2005 18:07:52 +0000 (18:07 +0000)]
Fixed bug #26456 (Wrong results from Reflection-API getDocComment() when called via STDIN)
foobar [Tue, 7 Jun 2005 17:22:56 +0000 (17:22 +0000)]
MFH
Dmitry Stogov [Tue, 7 Jun 2005 15:38:37 +0000 (15:38 +0000)]
Fixed memory allocation bugs. Probably this patch should fix bug #31725.
Ilia Alshanetsky [Tue, 7 Jun 2005 14:01:46 +0000 (14:01 +0000)]
MFH: Fixed ZTS build.
Derick Rethans [Tue, 7 Jun 2005 13:37:13 +0000 (13:37 +0000)]
- MFH: Added the --disable-zend-memory-manager switch to disable the Zend
memory manager.
#- I discussed this with Dmitry today - we found it useful.
Dmitry Stogov [Tue, 7 Jun 2005 13:14:34 +0000 (13:14 +0000)]
Fixed memory leak in debug_print_backtrace()
Dmitry Stogov [Tue, 7 Jun 2005 10:29:42 +0000 (10:29 +0000)]
fixed memory leak in bug #28972 ([] operator overflow treatment is incorrect), not the bug itself.
Derick Rethans [Tue, 7 Jun 2005 09:59:48 +0000 (09:59 +0000)]
- MF44: Problems with user defined error handler and references
Derick Rethans [Tue, 7 Jun 2005 08:25:29 +0000 (08:25 +0000)]
- MFH: Don't crash when compiled with the zend memory manager disabled.
Dmitry Stogov [Tue, 7 Jun 2005 07:03:20 +0000 (07:03 +0000)]
Fixed bug #33243 (ze1_compatibility_mode does not work as expected)
Wez Furlong [Mon, 6 Jun 2005 22:06:00 +0000 (22:06 +0000)]
mfh: fix solaris build
Brad House [Mon, 6 Jun 2005 16:43:55 +0000 (16:43 +0000)]
libmonetra 5.0 sync.
added m_validateidentifier, which is enabled by default to keep invalid pointer addresses from causing PHP to crash
kept compatability with older versions of libmonetra.
Ilia Alshanetsky [Mon, 6 Jun 2005 16:31:00 +0000 (16:31 +0000)]
MFH: Better storage size for output length.
Derick Rethans [Mon, 6 Jun 2005 13:07:56 +0000 (13:07 +0000)]
- MH44: Problems with user defined error handler and wrong usage of references
Derick Rethans [Mon, 6 Jun 2005 12:41:28 +0000 (12:41 +0000)]
- Fixed bug #33242 (Mangled error message when stream fails).
foobar [Mon, 6 Jun 2005 11:50:25 +0000 (11:50 +0000)]
ws
Uwe Schindler [Mon, 6 Jun 2005 11:00:48 +0000 (11:00 +0000)]
Fix bug #33166 for other branches and new bug #33255
Dmitry Stogov [Mon, 6 Jun 2005 10:38:22 +0000 (10:38 +0000)]
Fixed bug #32799 (crash: calling the corresponding global var during the destruct)
Dmitry Stogov [Mon, 6 Jun 2005 09:50:08 +0000 (09:50 +0000)]
Fixed bug #32596 (Segfault/Memory Leak by getClass (etc) in __destruct)
Dmitry Stogov [Mon, 6 Jun 2005 08:25:22 +0000 (08:25 +0000)]
Added test for bug #32993 (implemented Iterator function current() don't throw
exception)
Dmitry Stogov [Mon, 6 Jun 2005 07:51:19 +0000 (07:51 +0000)]
Fixed bug #33171 (foreach enumerates private fields declared in base classes)
Ilia Alshanetsky [Sun, 5 Jun 2005 18:05:07 +0000 (18:05 +0000)]
MFH: Fixed bug #33070 (Improved performance of bzdecompress() by several
orders of magnitude).
Magnus M��tt� [Fri, 3 Jun 2005 22:51:58 +0000 (22:51 +0000)]
MFH: Add skipif, test requires iconv.
Dmitry Stogov [Fri, 3 Jun 2005 15:36:48 +0000 (15:36 +0000)]
Fixed bug #30394 (Assignment operators yield wrong result with __get/__set)
Dmitry Stogov [Fri, 3 Jun 2005 15:02:09 +0000 (15:02 +0000)]
Fixed bug #30080 (Passing array or non array of objects)
Dmitry Stogov [Fri, 3 Jun 2005 13:57:01 +0000 (13:57 +0000)]
Fixed bug #27598 (list() array key assignment causes HUGE memory leak)
Dmitry Stogov [Fri, 3 Jun 2005 11:15:50 +0000 (11:15 +0000)]
Fixed memory allocation bugs related to magic object handlers (__get(), __set(), ...)
George Schlossnagle [Fri, 3 Jun 2005 07:31:59 +0000 (07:31 +0000)]
On architectures that support va_copy (specifically x86_64 linux distros),
if you use va_list args more than once, you can corrupt memory - you
need to use va_copy instead. man va_copy for details.
Also, derefrencing a void * to a long on 64 bit is totally uncool.
Ilia Alshanetsky [Fri, 3 Jun 2005 03:54:02 +0000 (03:54 +0000)]
MFH: unnecessary variable.
foobar [Thu, 2 Jun 2005 21:32:09 +0000 (21:32 +0000)]
MFH: - Fixed bug #28605 (Need to use -[m]ieee option for Alpha CPUs)
Antony Dovgal [Thu, 2 Jun 2005 21:04:43 +0000 (21:04 +0000)]
MFH: fix bug #33222 (segfault when CURL handle is closed in a callback).
fix segfaults when CURL callback functions throw exception.
Antony Dovgal [Thu, 2 Jun 2005 15:42:44 +0000 (15:42 +0000)]
MFH: fix bug #33214 (odbc_next_result does not signal SQL errors with 2-statement SQL batches).
Path by rich at kastle dot com.
Derick Rethans [Thu, 2 Jun 2005 08:51:10 +0000 (08:51 +0000)]
- That should have been removed, not commented out.
Derick Rethans [Thu, 2 Jun 2005 08:31:03 +0000 (08:31 +0000)]
- MFH: Fixed memory corruption in stristr().
Ilia Alshanetsky [Wed, 1 Jun 2005 22:28:38 +0000 (22:28 +0000)]
MFH: Fixed bug #33210 (relax jpeg recursive loop protection).
Dmitry Stogov [Wed, 1 Jun 2005 15:11:15 +0000 (15:11 +0000)]
Disabled search of recored separator outside of buffer
Dmitry Stogov [Wed, 1 Jun 2005 14:42:50 +0000 (14:42 +0000)]
Fixed bug #32941 (Sending structured SOAP fault kills a php)
Dmitry Stogov [Wed, 1 Jun 2005 10:53:57 +0000 (10:53 +0000)]
Fixed bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if object is overloaded)
Dmitry Stogov [Wed, 1 Jun 2005 09:43:48 +0000 (09:43 +0000)]
Fixed "refcount" counting for autoglobals
Dmitry Stogov [Tue, 31 May 2005 17:40:48 +0000 (17:40 +0000)]
Fixed possible memory corruption on request shutdown
`valgrind -q --tool=memcheck sapi/cli/php tests/reflection/001.phpt`
Dmitry Stogov [Tue, 31 May 2005 14:35:25 +0000 (14:35 +0000)]
Fixed usage of uninicialized variable
Magnus M��tt� [Tue, 31 May 2005 13:46:59 +0000 (13:46 +0000)]
MFH: Fix test
foobar [Tue, 31 May 2005 12:55:33 +0000 (12:55 +0000)]
MFH: - Fixed bug #33200 (preg_replace(): magic_quotes_sybase=On makes 'e' modifier misbehave)
Ilia Alshanetsky [Mon, 30 May 2005 23:46:28 +0000 (23:46 +0000)]
MFH: Fixed bug #33164 (Soap extension incorrectly detects HTTP/1.1).
foobar [Mon, 30 May 2005 15:13:57 +0000 (15:13 +0000)]
- Fixed bug #33185 (--enable-session=shared does not build)
Sebastian Bergmann [Sat, 28 May 2005 06:38:48 +0000 (06:38 +0000)]
MFH: Sync with config.m4.
Andrei Zmievski [Fri, 27 May 2005 18:07:33 +0000 (18:07 +0000)]
Upgrade PCRE library to 5.0.
Dmitry Stogov [Fri, 27 May 2005 16:05:52 +0000 (16:05 +0000)]
Fixed bug #22836 (returning reference to uninitialized variable)
foobar [Fri, 27 May 2005 07:21:11 +0000 (07:21 +0000)]
Move BFN to correct version..
Ilia Alshanetsky [Fri, 27 May 2005 02:03:27 +0000 (02:03 +0000)]
Fixed bug #33080 (missing MFH of a fix for bug #31465)
Andrei Zmievski [Thu, 26 May 2005 21:49:32 +0000 (21:49 +0000)]
MFH
Dmitry Stogov [Thu, 26 May 2005 14:40:12 +0000 (14:40 +0000)]
Fixed bug #33116 (crash when assigning class name to global variable in __autoload)
Marcus Boerger [Thu, 26 May 2005 12:24:57 +0000 (12:24 +0000)]
- Add new tests
Marcus Boerger [Thu, 26 May 2005 11:59:36 +0000 (11:59 +0000)]
- BFN
Marcus Boerger [Thu, 26 May 2005 11:56:03 +0000 (11:56 +0000)]
- MFH making SQLiteDatabase derivable
Ilia Alshanetsky [Thu, 26 May 2005 03:56:34 +0000 (03:56 +0000)]
MFH: Added scheme validation for parse_url().
Dmitry Stogov [Wed, 25 May 2005 17:41:18 +0000 (17:41 +0000)]
Fixed bug #29971 (variables_order behaviour)
Stanislav Malyshev [Wed, 25 May 2005 10:58:26 +0000 (10:58 +0000)]
fix is_object on non-php objects
Ilia Alshanetsky [Wed, 25 May 2005 03:06:07 +0000 (03:06 +0000)]
MFH: Return error on an invalid input to mime_content_type() function.
Andrei Zmievski [Tue, 24 May 2005 22:11:39 +0000 (22:11 +0000)]
MFH
Antony Dovgal [Tue, 24 May 2005 10:14:05 +0000 (10:14 +0000)]
MFH: make it compile on Win32
Ilia Alshanetsky [Mon, 23 May 2005 21:49:53 +0000 (21:49 +0000)]
MFH: Fixed bug #32810 (temporary files not using plain file wrapper).
Antony Dovgal [Mon, 23 May 2005 15:37:10 +0000 (15:37 +0000)]
revert by Wez's request
Antony Dovgal [Mon, 23 May 2005 11:52:23 +0000 (11:52 +0000)]
BFN
Antony Dovgal [Mon, 23 May 2005 11:52:12 +0000 (11:52 +0000)]
MFH: fix bug #32810 (fread after tmpfile() reads only 8192 bytes)
Antony Dovgal [Mon, 23 May 2005 11:38:54 +0000 (11:38 +0000)]
MFH: fix test
foobar [Mon, 23 May 2005 09:46:17 +0000 (09:46 +0000)]
MFH: Upgrade bundled shtool to 2.0.1
foobar [Mon, 23 May 2005 09:41:51 +0000 (09:41 +0000)]
MFH: - Fixed bug #33017 ("make distclean" gives an error with VPATH build).
foobar [Mon, 23 May 2005 06:49:48 +0000 (06:49 +0000)]
Missed the bus now..