]> granicus.if.org Git - php/log
php
20 years agoMFH: Fixed bug #33268 (iconv_strlen() works only with a parameter of < 3
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).

20 years agoFixed memory allocation bugs in array_reduce() with initial value (#22463 & #24980)
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)

20 years agoFixed exception handling in getIterator() callback (bugs #26229 & #30725)
Dmitry Stogov [Wed, 8 Jun 2005 18:53:39 +0000 (18:53 +0000)]
Fixed exception handling in getIterator() callback (bugs #26229 & #30725)

20 years agoFixed valgrind errors
Dmitry Stogov [Wed, 8 Jun 2005 18:10:28 +0000 (18:10 +0000)]
Fixed valgrind errors

20 years agoMFH
foobar [Wed, 8 Jun 2005 15:57:46 +0000 (15:57 +0000)]
MFH

20 years agoFixed incorrect usage of zend_mangle_property_name() (valgrind errors)
Dmitry Stogov [Wed, 8 Jun 2005 15:48:26 +0000 (15:48 +0000)]
Fixed incorrect usage of zend_mangle_property_name() (valgrind errors)

20 years agoFixed bug #30140 (Problem with array in static properties)
Dmitry Stogov [Wed, 8 Jun 2005 13:21:01 +0000 (13:21 +0000)]
Fixed bug #30140 (Problem with array in static properties)

20 years agoAdded test for bug #32322 (Return values by reference broken( using self::),example...
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)

20 years agoFixed test file affected by fix for bug #30820 (static member conflict with $this...
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)

20 years agoFixed 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)

20 years agoFixed bug #30961 (Wrong linenumber in ReflectionClass getStartLine())
Dmitry Stogov [Wed, 8 Jun 2005 06:48:39 +0000 (06:48 +0000)]
Fixed bug #30961 (Wrong linenumber in ReflectionClass getStartLine())

20 years agoMFH
foobar [Tue, 7 Jun 2005 21:57:06 +0000 (21:57 +0000)]
MFH

20 years agoMFH
foobar [Tue, 7 Jun 2005 21:40:16 +0000 (21:40 +0000)]
MFH

20 years agoFixed bug #26456 (Wrong results from Reflection-API getDocComment() when called via...
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)

20 years agoMFH
foobar [Tue, 7 Jun 2005 17:22:56 +0000 (17:22 +0000)]
MFH

20 years agoFixed memory allocation bugs. Probably this patch should fix bug #31725.
Dmitry Stogov [Tue, 7 Jun 2005 15:38:37 +0000 (15:38 +0000)]
Fixed memory allocation bugs. Probably this patch should fix bug #31725.

20 years agoMFH: Fixed ZTS build.
Ilia Alshanetsky [Tue, 7 Jun 2005 14:01:46 +0000 (14:01 +0000)]
MFH: Fixed ZTS build.

20 years ago- MFH: Added the --disable-zend-memory-manager switch to disable the Zend
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.

20 years agoFixed memory leak in debug_print_backtrace()
Dmitry Stogov [Tue, 7 Jun 2005 13:14:34 +0000 (13:14 +0000)]
Fixed memory leak in debug_print_backtrace()

20 years agofixed memory leak in bug #28972 ([] operator overflow treatment is incorrect), not...
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.

20 years ago- MF44: Problems with user defined error handler and references
Derick Rethans [Tue, 7 Jun 2005 09:59:48 +0000 (09:59 +0000)]
- MF44: Problems with user defined error handler and references

20 years ago- MFH: Don't crash when compiled with the zend memory manager disabled.
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.

20 years agoFixed bug #33243 (ze1_compatibility_mode does not work as expected)
Dmitry Stogov [Tue, 7 Jun 2005 07:03:20 +0000 (07:03 +0000)]
Fixed bug #33243 (ze1_compatibility_mode does not work as expected)

20 years agomfh: fix solaris build
Wez Furlong [Mon, 6 Jun 2005 22:06:00 +0000 (22:06 +0000)]
mfh: fix solaris build

20 years agolibmonetra 5.0 sync.
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.

20 years agoMFH: Better storage size for output length.
Ilia Alshanetsky [Mon, 6 Jun 2005 16:31:00 +0000 (16:31 +0000)]
MFH: Better storage size for output length.

20 years ago- MH44: Problems with user defined error handler and wrong usage of references
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

20 years ago- Fixed bug #33242 (Mangled error message when stream fails).
Derick Rethans [Mon, 6 Jun 2005 12:41:28 +0000 (12:41 +0000)]
- Fixed bug #33242 (Mangled error message when stream fails).

20 years agows
foobar [Mon, 6 Jun 2005 11:50:25 +0000 (11:50 +0000)]
ws

20 years agoFix bug #33166 for other branches and new bug #33255
Uwe Schindler [Mon, 6 Jun 2005 11:00:48 +0000 (11:00 +0000)]
Fix bug #33166 for other branches and new bug #33255

20 years agoFixed bug #32799 (crash: calling the corresponding global var during the destruct)
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)

20 years agoFixed bug #32596 (Segfault/Memory Leak by getClass (etc) in __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)

20 years agoAdded test for bug #32993 (implemented Iterator function current() don't throw
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)

20 years agoFixed bug #33171 (foreach enumerates private fields declared in base classes)
Dmitry Stogov [Mon, 6 Jun 2005 07:51:19 +0000 (07:51 +0000)]
Fixed bug #33171 (foreach enumerates private fields declared in base classes)

20 years agoMFH: Fixed bug #33070 (Improved performance of bzdecompress() by several
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).

20 years agoMFH: Add skipif, test requires iconv.
Magnus M��tt� [Fri, 3 Jun 2005 22:51:58 +0000 (22:51 +0000)]
MFH: Add skipif, test requires iconv.

20 years agoFixed bug #30394 (Assignment operators yield wrong result with __get/__set)
Dmitry Stogov [Fri, 3 Jun 2005 15:36:48 +0000 (15:36 +0000)]
Fixed bug #30394 (Assignment operators yield wrong result with __get/__set)

20 years agoFixed bug #30080 (Passing array or non array of objects)
Dmitry Stogov [Fri, 3 Jun 2005 15:02:09 +0000 (15:02 +0000)]
Fixed bug #30080 (Passing array or non array of objects)

20 years agoFixed bug #27598 (list() array key assignment causes HUGE memory leak)
Dmitry Stogov [Fri, 3 Jun 2005 13:57:01 +0000 (13:57 +0000)]
Fixed bug #27598 (list() array key assignment causes HUGE memory leak)

20 years agoFixed memory allocation bugs related to magic object handlers (__get(), __set(),...
Dmitry Stogov [Fri, 3 Jun 2005 11:15:50 +0000 (11:15 +0000)]
Fixed memory allocation bugs related to magic object handlers (__get(), __set(), ...)

20 years agoOn architectures that support va_copy (specifically x86_64 linux distros),
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.

20 years agoMFH: unnecessary variable.
Ilia Alshanetsky [Fri, 3 Jun 2005 03:54:02 +0000 (03:54 +0000)]
MFH: unnecessary variable.

20 years agoMFH: - Fixed bug #28605 (Need to use -[m]ieee option for Alpha CPUs)
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)

20 years agoMFH: fix bug #33222 (segfault when CURL handle is closed in a callback).
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.

20 years agoMFH: fix bug #33214 (odbc_next_result does not signal SQL errors with 2-statement...
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.

20 years ago- That should have been removed, not commented out.
Derick Rethans [Thu, 2 Jun 2005 08:51:10 +0000 (08:51 +0000)]
- That should have been removed, not commented out.

20 years ago- MFH: Fixed memory corruption in stristr().
Derick Rethans [Thu, 2 Jun 2005 08:31:03 +0000 (08:31 +0000)]
- MFH: Fixed memory corruption in stristr().

20 years agoMFH: Fixed bug #33210 (relax jpeg recursive loop protection).
Ilia Alshanetsky [Wed, 1 Jun 2005 22:28:38 +0000 (22:28 +0000)]
MFH: Fixed bug #33210 (relax jpeg recursive loop protection).

20 years agoDisabled search of recored separator outside of buffer
Dmitry Stogov [Wed, 1 Jun 2005 15:11:15 +0000 (15:11 +0000)]
Disabled search of recored separator outside of buffer

20 years agoFixed bug #32941 (Sending structured SOAP fault kills a php)
Dmitry Stogov [Wed, 1 Jun 2005 14:42:50 +0000 (14:42 +0000)]
Fixed bug #32941 (Sending structured SOAP fault kills a php)

20 years agoFixed bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if object...
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)

20 years agoFixed "refcount" counting for autoglobals
Dmitry Stogov [Wed, 1 Jun 2005 09:43:48 +0000 (09:43 +0000)]
Fixed "refcount" counting for autoglobals

20 years agoFixed possible memory corruption on request shutdown
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`

20 years agoFixed usage of uninicialized variable
Dmitry Stogov [Tue, 31 May 2005 14:35:25 +0000 (14:35 +0000)]
Fixed usage of uninicialized variable

20 years agoMFH: Fix test
Magnus M��tt� [Tue, 31 May 2005 13:46:59 +0000 (13:46 +0000)]
MFH: Fix test

20 years agoMFH: - Fixed bug #33200 (preg_replace(): magic_quotes_sybase=On makes 'e' modifier...
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)

20 years agoMFH: Fixed bug #33164 (Soap extension incorrectly detects HTTP/1.1).
Ilia Alshanetsky [Mon, 30 May 2005 23:46:28 +0000 (23:46 +0000)]
MFH: Fixed bug #33164 (Soap extension incorrectly detects HTTP/1.1).

20 years ago- Fixed bug #33185 (--enable-session=shared does not build)
foobar [Mon, 30 May 2005 15:13:57 +0000 (15:13 +0000)]
- Fixed bug #33185 (--enable-session=shared does not build)

20 years agoMFH: Sync with config.m4.
Sebastian Bergmann [Sat, 28 May 2005 06:38:48 +0000 (06:38 +0000)]
MFH: Sync with config.m4.

20 years agoUpgrade PCRE library to 5.0.
Andrei Zmievski [Fri, 27 May 2005 18:07:33 +0000 (18:07 +0000)]
Upgrade PCRE library to 5.0.

20 years agoFixed bug #22836 (returning reference to uninitialized variable)
Dmitry Stogov [Fri, 27 May 2005 16:05:52 +0000 (16:05 +0000)]
Fixed bug #22836 (returning reference to uninitialized variable)

20 years agoMove BFN to correct version..
foobar [Fri, 27 May 2005 07:21:11 +0000 (07:21 +0000)]
Move BFN to correct version..

20 years agoFixed bug #33080 (missing MFH of a fix for bug #31465)
Ilia Alshanetsky [Fri, 27 May 2005 02:03:27 +0000 (02:03 +0000)]
Fixed bug #33080 (missing MFH of a fix for bug #31465)

20 years agoMFH
Andrei Zmievski [Thu, 26 May 2005 21:49:32 +0000 (21:49 +0000)]
MFH

20 years agoFixed bug #33116 (crash when assigning class name to global variable in __autoload)
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)

20 years ago- Add new tests
Marcus Boerger [Thu, 26 May 2005 12:24:57 +0000 (12:24 +0000)]
- Add new tests

20 years ago- BFN
Marcus Boerger [Thu, 26 May 2005 11:59:36 +0000 (11:59 +0000)]
- BFN

20 years ago- MFH making SQLiteDatabase derivable
Marcus Boerger [Thu, 26 May 2005 11:56:03 +0000 (11:56 +0000)]
- MFH making SQLiteDatabase derivable

20 years agoMFH: Added scheme validation for parse_url().
Ilia Alshanetsky [Thu, 26 May 2005 03:56:34 +0000 (03:56 +0000)]
MFH: Added scheme validation for parse_url().

20 years agoFixed bug #29971 (variables_order behaviour)
Dmitry Stogov [Wed, 25 May 2005 17:41:18 +0000 (17:41 +0000)]
Fixed bug #29971 (variables_order behaviour)

20 years agofix is_object on non-php objects
Stanislav Malyshev [Wed, 25 May 2005 10:58:26 +0000 (10:58 +0000)]
fix is_object on non-php objects

20 years agoMFH: Return error on an invalid input to mime_content_type() function.
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.

20 years agoMFH
Andrei Zmievski [Tue, 24 May 2005 22:11:39 +0000 (22:11 +0000)]
MFH

20 years agoMFH: make it compile on Win32
Antony Dovgal [Tue, 24 May 2005 10:14:05 +0000 (10:14 +0000)]
MFH: make it compile on Win32

20 years agoMFH: Fixed bug #32810 (temporary files not using plain file wrapper).
Ilia Alshanetsky [Mon, 23 May 2005 21:49:53 +0000 (21:49 +0000)]
MFH: Fixed bug #32810 (temporary files not using plain file wrapper).

20 years agorevert by Wez's request
Antony Dovgal [Mon, 23 May 2005 15:37:10 +0000 (15:37 +0000)]
revert by Wez's request

20 years agoBFN
Antony Dovgal [Mon, 23 May 2005 11:52:23 +0000 (11:52 +0000)]
BFN

20 years agoMFH: fix bug #32810 (fread after tmpfile() reads only 8192 bytes)
Antony Dovgal [Mon, 23 May 2005 11:52:12 +0000 (11:52 +0000)]
MFH: fix bug #32810 (fread after tmpfile() reads only 8192 bytes)

20 years agoMFH: fix test
Antony Dovgal [Mon, 23 May 2005 11:38:54 +0000 (11:38 +0000)]
MFH: fix test

20 years agoMFH: Upgrade bundled shtool to 2.0.1
foobar [Mon, 23 May 2005 09:46:17 +0000 (09:46 +0000)]
MFH: Upgrade bundled shtool to 2.0.1

20 years agoMFH: - Fixed bug #33017 ("make distclean" gives an error with VPATH build).
foobar [Mon, 23 May 2005 09:41:51 +0000 (09:41 +0000)]
MFH: - Fixed bug #33017 ("make distclean" gives an error with VPATH build).

20 years agoMissed the bus now..
foobar [Mon, 23 May 2005 06:49:48 +0000 (06:49 +0000)]
Missed the bus now..

20 years agoHandling responses with Content-Lenght: 0
Dmitry Stogov [Mon, 23 May 2005 06:25:02 +0000 (06:25 +0000)]
Handling responses with Content-Lenght: 0

20 years agoMFH: adjust highlight test.
Ilia Alshanetsky [Sun, 22 May 2005 16:41:33 +0000 (16:41 +0000)]
MFH: adjust highlight test.

20 years agoMFH: Fixed bug #29338 (unencoded spaces get ignored after certain tags).
Ilia Alshanetsky [Sun, 22 May 2005 16:40:49 +0000 (16:40 +0000)]
MFH: Fixed bug #29338 (unencoded spaces get ignored after certain tags).

20 years agoMFH: fix compile warning
Antony Dovgal [Sun, 22 May 2005 12:57:45 +0000 (12:57 +0000)]
MFH: fix compile warning

20 years agofix leak
Stanislav Malyshev [Sun, 22 May 2005 11:11:42 +0000 (11:11 +0000)]
fix leak

20 years agoMFH Fixed bug 33072 - safemode/open_basedir check for runtime save_path
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

20 years agoAh, never mind. Didn't notice a conflict on my last checkout. Jani's MFH
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.

20 years agoRoll back Jani's blind MFH here. zend_call_destructors() is PHP 5.1 only.
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.

20 years agoMFH:
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

20 years ago- Fixed bug #30593 (--with-ingres option generates broken Makefile).
Grant Croker [Fri, 20 May 2005 16:13:27 +0000 (16:13 +0000)]
- Fixed bug #30593 (--with-ingres option generates broken Makefile).

20 years agoMFH: correct fix for bug #33059
Rob Richards [Fri, 20 May 2005 15:02:48 +0000 (15:02 +0000)]
MFH: correct fix for bug #33059
- fix issue in other methods

20 years agoMFH:
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

20 years ago- Update NEWS
Derick Rethans [Fri, 20 May 2005 11:15:03 +0000 (11:15 +0000)]
- Update NEWS

20 years ago- MFH: Fixed bug #33013: "next month" was handled wrong.
Derick Rethans [Fri, 20 May 2005 11:14:01 +0000 (11:14 +0000)]
- MFH: Fixed bug #33013: "next month" was handled wrong.

20 years agoMFH: fix bug #32944 (Disabling session.use_cookies doesn't prevent reading session...
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)

20 years agoreorder
foobar [Fri, 20 May 2005 06:37:30 +0000 (06:37 +0000)]
reorder

20 years ago.
Rasmus Lerdorf [Thu, 19 May 2005 16:17:17 +0000 (16:17 +0000)]
.

20 years agoMFH Fix for bug #33057 - Don't send extraneous entity-headers on a 304 as per
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