]>
granicus.if.org Git - php/log
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..
Dmitry Stogov [Mon, 23 May 2005 06:25:02 +0000 (06:25 +0000)]
Handling responses with Content-Lenght: 0
Ilia Alshanetsky [Sun, 22 May 2005 16:41:33 +0000 (16:41 +0000)]
MFH: adjust highlight test.
Ilia Alshanetsky [Sun, 22 May 2005 16:40:49 +0000 (16:40 +0000)]
MFH: Fixed bug #29338 (unencoded spaces get ignored after certain tags).
Antony Dovgal [Sun, 22 May 2005 12:57:45 +0000 (12:57 +0000)]
MFH: fix compile warning
Stanislav Malyshev [Sun, 22 May 2005 11:11:42 +0000 (11:11 +0000)]
fix leak
Rasmus Lerdorf [Sat, 21 May 2005 18:54:57 +0000 (18:54 +0000)]
MFH Fixed bug 33072 - safemode/open_basedir check for runtime save_path
change
Rasmus Lerdorf [Sat, 21 May 2005 18:26:27 +0000 (18:26 +0000)]
Ah, never mind. Didn't notice a conflict on my last checkout. Jani's MFH
was fine.
Rasmus Lerdorf [Sat, 21 May 2005 18:11:17 +0000 (18:11 +0000)]
Roll back Jani's blind MFH here. zend_call_destructors() is PHP 5.1 only.
Georg Richter [Sat, 21 May 2005 08:54:57 +0000 (08:54 +0000)]
MFH:
- fix for bug #33090 (mysqli_prepare doesn't return an error)
- mysql_set_charset now works for MySQL >= 5.0.6
Grant Croker [Fri, 20 May 2005 16:13:27 +0000 (16:13 +0000)]
- Fixed bug #30593 (--with-ingres option generates broken Makefile).
Rob Richards [Fri, 20 May 2005 15:02:48 +0000 (15:02 +0000)]
MFH: correct fix for bug #33059
- fix issue in other methods
Antony Dovgal [Fri, 20 May 2005 14:24:16 +0000 (14:24 +0000)]
MFH:
fix bug #33076 (str_ireplace() incorrectly counts result string length and may cause segfault)
add test
Derick Rethans [Fri, 20 May 2005 11:15:03 +0000 (11:15 +0000)]
- Update NEWS
Derick Rethans [Fri, 20 May 2005 11:14:01 +0000 (11:14 +0000)]
- MFH: Fixed bug #33013: "next month" was handled wrong.
Antony Dovgal [Fri, 20 May 2005 10:28:16 +0000 (10:28 +0000)]
MFH: fix bug #32944 (Disabling session.use_cookies doesn't prevent reading session cookies)
foobar [Fri, 20 May 2005 06:37:30 +0000 (06:37 +0000)]
reorder
Rasmus Lerdorf [Thu, 19 May 2005 16:17:17 +0000 (16:17 +0000)]
.
Rasmus Lerdorf [Thu, 19 May 2005 16:06:38 +0000 (16:06 +0000)]
MFH Fix for bug #33057 - Don't send extraneous entity-headers on a 304 as per
RFC 2616 section 10.3.5
George Schlossnagle [Thu, 19 May 2005 14:23:07 +0000 (14:23 +0000)]
support building on new-fangled 64bit linux distros that stick
libraries in /usr/lib64
Ilia Alshanetsky [Thu, 19 May 2005 13:47:47 +0000 (13:47 +0000)]
MFH: Fixed bug #33059 (crash when moving xml attribute set in dtd).
Dmitry Stogov [Thu, 19 May 2005 10:37:09 +0000 (10:37 +0000)]
Backported fix for bug #30451
Dmitry Stogov [Thu, 19 May 2005 09:56:00 +0000 (09:56 +0000)]
Strict warnings
Stanislav Malyshev [Wed, 18 May 2005 18:10:17 +0000 (18:10 +0000)]
fix for #29890 - part 2
Stanislav Malyshev [Wed, 18 May 2005 18:08:36 +0000 (18:08 +0000)]
test
Stanislav Malyshev [Wed, 18 May 2005 18:01:13 +0000 (18:01 +0000)]
fix #29890 - crash when function call fails
Stanislav Malyshev [Wed, 18 May 2005 14:51:08 +0000 (14:51 +0000)]
tests
Magnus M��tt� [Tue, 17 May 2005 18:43:58 +0000 (18:43 +0000)]
MFH: Fix tests.
Antony Dovgal [Tue, 17 May 2005 12:23:02 +0000 (12:23 +0000)]
MFH: gdImageGifCtx() is always available in bundled lib
Antony Dovgal [Mon, 16 May 2005 08:37:41 +0000 (08:37 +0000)]
MFH: fix bugs #32742 (segmentation fault when the stream with a wrapper
is not closed), #32171 (Userspace stream wrapper crashes PHP)
Antony Dovgal [Fri, 13 May 2005 23:15:33 +0000 (23:15 +0000)]
BFN
Antony Dovgal [Fri, 13 May 2005 23:15:21 +0000 (23:15 +0000)]
MFH: fix bug #29975 (memory leaks when set_error_handler() is used inside error handler)
Georg Richter [Fri, 13 May 2005 13:53:08 +0000 (13:53 +0000)]
MFH:
fixed windows compilation bug
renamed mysqli_set_character_set_name to mysqli_set_charset
Antony Dovgal [Thu, 12 May 2005 16:27:06 +0000 (16:27 +0000)]
MFH: fix #33019 (socket errors cause memory leaks in php_strerror())
patch by jwozniak23 at poczta dot onet dot pl
Antony Dovgal [Wed, 11 May 2005 21:16:44 +0000 (21:16 +0000)]
fix both win and gcc compile errors
Antony Dovgal [Wed, 11 May 2005 20:04:39 +0000 (20:04 +0000)]
MFH: fix gcc-2.95 problems (reported by Adam Maccabee Trachtenberg)
Joe Orton [Wed, 11 May 2005 14:58:34 +0000 (14:58 +0000)]
MFH: - Fixed bug #29119 (html_decode_entities handling of U+0152-U+0192 range)
(merge error from 4.3)
MFH: Mark pointers in entity tables as const.
Antony Dovgal [Tue, 10 May 2005 23:15:24 +0000 (23:15 +0000)]
use & and check for the right value of result_type
foobar [Tue, 10 May 2005 21:45:25 +0000 (21:45 +0000)]
missing blame tag :)
Antony Dovgal [Tue, 10 May 2005 20:13:58 +0000 (20:13 +0000)]
MFH: fix #32904 (pg_get_notify() ignores result_type parameter)
Dmitry Stogov [Tue, 10 May 2005 13:57:47 +0000 (13:57 +0000)]
Fixed transparent SoapFault passing
foobar [Tue, 10 May 2005 13:22:12 +0000 (13:22 +0000)]
MFB: - Fixed bugs #32800, #32830 (ext/odbc: Problems with 64bit systems)
foobar [Tue, 10 May 2005 12:20:03 +0000 (12:20 +0000)]
MFH: ws fix
foobar [Tue, 10 May 2005 12:16:42 +0000 (12:16 +0000)]
- Fixed bug #32613 (ext/snmp: use of snmp_shutdown() causes snmpapp.conf
access errors). (Jani, ric at arizona dot edu)