]> granicus.if.org Git - php/log
php
19 years agofix handling of non-PHP classes (John Coggeshall)
Stanislav Malyshev [Tue, 28 Jun 2005 09:46:30 +0000 (09:46 +0000)]
fix handling of non-PHP classes (John Coggeshall)

19 years agoChangeLog update
<changelog@php.net> [Tue, 28 Jun 2005 05:37:03 +0000 (05:37 +0000)]
ChangeLog update

19 years agoFixed double-free bug.
Ilia Alshanetsky [Tue, 28 Jun 2005 04:03:58 +0000 (04:03 +0000)]
Fixed double-free bug.

19 years agofixed oid retrieval.
Ilia Alshanetsky [Tue, 28 Jun 2005 02:09:53 +0000 (02:09 +0000)]
fixed oid retrieval.

19 years ago- Fixed bug #31358 (Older GCC versions do not provide portable va_copy()).
foobar [Mon, 27 Jun 2005 22:04:41 +0000 (22:04 +0000)]
- Fixed bug #31358 (Older GCC versions do not provide portable va_copy()).

19 years agoadd test case
foobar [Mon, 27 Jun 2005 19:07:52 +0000 (19:07 +0000)]
add test case

19 years ago- Fixed bug #33469 (Compile error undefined reference to ifx_checkAPI).
foobar [Mon, 27 Jun 2005 18:38:04 +0000 (18:38 +0000)]
- Fixed bug #33469 (Compile error undefined reference to ifx_checkAPI).

19 years ago- Cache the xml2-config path
foobar [Mon, 27 Jun 2005 18:30:14 +0000 (18:30 +0000)]
- Cache the xml2-config path

19 years agofix various "Class entry requested for an object without PHP class" messages
Stanislav Malyshev [Mon, 27 Jun 2005 18:13:13 +0000 (18:13 +0000)]
fix various "Class entry requested for an object without PHP class" messages
when working with non-PHP objects.
# Using Z_OBJCE(object)->name is usually bad idea unless you know it's
# a pure PHP object

19 years agoBFN
Antony Dovgal [Mon, 27 Jun 2005 17:42:32 +0000 (17:42 +0000)]
BFN

19 years agofix #33491 (crash after extending MySQLi internal class)
Antony Dovgal [Mon, 27 Jun 2005 17:40:37 +0000 (17:40 +0000)]
fix #33491 (crash after extending MySQLi internal class)

19 years agofix couple of leaks in MySQLi
Antony Dovgal [Mon, 27 Jun 2005 17:33:56 +0000 (17:33 +0000)]
fix couple of leaks in MySQLi

19 years agoRemove "custom" PDDRV sqlstate.
Ilia Alshanetsky [Mon, 27 Jun 2005 14:52:46 +0000 (14:52 +0000)]
Remove "custom" PDDRV sqlstate.

19 years agoset_charset() is only available in mysql versions > 4.1.12
foobar [Mon, 27 Jun 2005 10:34:42 +0000 (10:34 +0000)]
set_charset() is only available in mysql versions > 4.1.12

19 years agodo not pollute other directories and cleanup after test
foobar [Mon, 27 Jun 2005 10:14:11 +0000 (10:14 +0000)]
do not pollute other directories and cleanup after test

19 years agoFixed SIGSEGV on assigment string offset by reference
Dmitry Stogov [Mon, 27 Jun 2005 06:15:35 +0000 (06:15 +0000)]
Fixed SIGSEGV on assigment string offset by reference

19 years agoFixed wrong include/requre occurrences in debug backtrace.
Dmitry Stogov [Mon, 27 Jun 2005 06:03:10 +0000 (06:03 +0000)]
Fixed wrong include/requre occurrences in debug backtrace.

19 years agoChangeLog update
<changelog@php.net> [Mon, 27 Jun 2005 05:34:54 +0000 (05:34 +0000)]
ChangeLog update

19 years ago- Fixed bugs #33431, #33432 ("int" used instead of "long" in parameter parsing)
foobar [Sun, 26 Jun 2005 22:34:26 +0000 (22:34 +0000)]
- Fixed bugs #33431, #33432 ("int" used instead of "long" in parameter parsing)

19 years agoFixed bug #33475 (cURL handle is not closed on curl_close().
Ilia Alshanetsky [Sun, 26 Jun 2005 17:31:07 +0000 (17:31 +0000)]
Fixed bug #33475 (cURL handle is not closed on curl_close().

19 years ago- bump xml_rpc version
Pierre Joye [Sun, 26 Jun 2005 07:00:18 +0000 (07:00 +0000)]
- bump xml_rpc version

19 years agofix for #33474
Georg Richter [Sun, 26 Jun 2005 04:44:03 +0000 (04:44 +0000)]
fix for #33474

19 years agoFix build under PHP 4
Rob Richards [Sat, 25 Jun 2005 10:16:59 +0000 (10:16 +0000)]
Fix build under PHP 4

19 years agoChangeLog update
<changelog@php.net> [Sat, 25 Jun 2005 05:32:01 +0000 (05:32 +0000)]
ChangeLog update

19 years agoFixed bogus query failure claim, on some queries such as OPTIMIZE table.
Ilia Alshanetsky [Fri, 24 Jun 2005 23:58:06 +0000 (23:58 +0000)]
Fixed bogus query failure claim, on some queries such as OPTIMIZE table.

19 years agofix build for libxml > 2.6.17
Rob Richards [Fri, 24 Jun 2005 21:00:27 +0000 (21:00 +0000)]
fix build for libxml > 2.6.17

19 years agoMissing part of the previous patch.
Ilia Alshanetsky [Fri, 24 Jun 2005 19:46:37 +0000 (19:46 +0000)]
Missing part of the previous patch.

19 years agoAdded PDO_MYSQL_ATTR_USE_BUFFERED_QUERY parameter for pdo_mysql, to toggle
Ilia Alshanetsky [Fri, 24 Jun 2005 19:45:59 +0000 (19:45 +0000)]
Added PDO_MYSQL_ATTR_USE_BUFFERED_QUERY parameter for pdo_mysql, to toggle
usage of buffered queries.

19 years agoSkip the test, it fails due to missing transaction support.
Ilia Alshanetsky [Fri, 24 Jun 2005 19:20:59 +0000 (19:20 +0000)]
Skip the test, it fails due to missing transaction support.

19 years agoFixed PDO Mysql tests.
Ilia Alshanetsky [Fri, 24 Jun 2005 19:10:41 +0000 (19:10 +0000)]
Fixed PDO Mysql tests.

19 years agoreverted Ilias changes - added get_warnings methods
Georg Richter [Fri, 24 Jun 2005 14:44:45 +0000 (14:44 +0000)]
reverted Ilias changes - added get_warnings methods
(forgot to commit the file in my last commit)

19 years agoExport zend_do_fcall() helper from executor
Dmitry Stogov [Fri, 24 Jun 2005 12:33:53 +0000 (12:33 +0000)]
Export zend_do_fcall() helper from executor

19 years ago- fix win32 builds, vc likes to have declarations first
Pierre Joye [Fri, 24 Jun 2005 10:22:21 +0000 (10:22 +0000)]
- fix win32 builds, vc likes to have declarations first

19 years agoPartial fix for bug #26584 (Class member - array key overflow)
Dmitry Stogov [Fri, 24 Jun 2005 09:24:42 +0000 (09:24 +0000)]
Partial fix for bug #26584 (Class member - array key overflow)
It doesn't fix integer overflow problem, but allows null, boolean and double keys in array constants in the same way as in runtime.

19 years agoFixed bug #30519 (Interface not existing says Class not found)
Dmitry Stogov [Fri, 24 Jun 2005 08:45:17 +0000 (08:45 +0000)]
Fixed bug #30519 (Interface not existing says Class not found)

19 years agoChangeLog update
<changelog@php.net> [Fri, 24 Jun 2005 05:38:47 +0000 (05:38 +0000)]
ChangeLog update

19 years agoLikely fix for bug #33140
Ilia Alshanetsky [Fri, 24 Jun 2005 02:04:19 +0000 (02:04 +0000)]
Likely fix for bug #33140

19 years agoFixed bug #28377 (debug_backtrace is intermittently passing args)
Dmitry Stogov [Thu, 23 Jun 2005 12:00:13 +0000 (12:00 +0000)]
Fixed bug #28377 (debug_backtrace is intermittently passing args)

19 years ago- OO example
Pierre Joye [Thu, 23 Jun 2005 11:29:26 +0000 (11:29 +0000)]
- OO example

19 years ago- initial tests
Pierre Joye [Thu, 23 Jun 2005 11:29:03 +0000 (11:29 +0000)]
- initial tests

19 years ago- Add OO interface
Pierre Joye [Thu, 23 Jun 2005 11:28:25 +0000 (11:28 +0000)]
- Add OO interface
- some {{{ fixes

19 years agoFixed bug #32660 (Assignment by reference causes crash when field access is overloade...
Dmitry Stogov [Thu, 23 Jun 2005 11:04:35 +0000 (11:04 +0000)]
Fixed bug #32660 (Assignment by reference causes crash when field access is overloaded (__get))

19 years agoDon't really need the ZE2 check since this is in HEAD
Rasmus Lerdorf [Thu, 23 Jun 2005 11:01:08 +0000 (11:01 +0000)]
Don't really need the ZE2 check since this is in HEAD

19 years agofix test
foobar [Thu, 23 Jun 2005 10:57:52 +0000 (10:57 +0000)]
fix test

19 years agotest for derived method name clashes
Rasmus Lerdorf [Thu, 23 Jun 2005 10:24:23 +0000 (10:24 +0000)]
test for derived method name clashes

19 years agoFixed test file according to latest debug_backtrace() fixes
Dmitry Stogov [Thu, 23 Jun 2005 09:25:00 +0000 (09:25 +0000)]
Fixed test file according to latest debug_backtrace() fixes

19 years agoFixed bug #30828 (debug_backtrace() reports incorrect class in overridden methods)
Dmitry Stogov [Thu, 23 Jun 2005 09:23:24 +0000 (09:23 +0000)]
Fixed bug #30828 (debug_backtrace() reports incorrect class in overridden methods)

19 years agoFixed bug #27268 (Bad references accentuated by clone).
Dmitry Stogov [Thu, 23 Jun 2005 08:21:03 +0000 (08:21 +0000)]
Fixed bug #27268 (Bad references accentuated by clone).

19 years agoChangeLog update
<changelog@php.net> [Thu, 23 Jun 2005 05:39:35 +0000 (05:39 +0000)]
ChangeLog update

19 years ago- Back to -dev
Andi Gutmans [Thu, 23 Jun 2005 04:20:49 +0000 (04:20 +0000)]
- Back to -dev

19 years ago- Beta 2
Andi Gutmans [Thu, 23 Jun 2005 03:56:37 +0000 (03:56 +0000)]
- Beta 2

19 years agotemporary fix to let mysqli extension build, so we can make a release.
Ilia Alshanetsky [Thu, 23 Jun 2005 02:15:04 +0000 (02:15 +0000)]
temporary fix to let mysqli extension build, so we can make a release.

19 years ago- Add +ifdefs to still allow PHP 5.0 builds of PDO
Marcus Boerger [Thu, 23 Jun 2005 00:19:16 +0000 (00:19 +0000)]
- Add +ifdefs to still allow PHP 5.0 builds of PDO
# PDO is a PECL extension and at the moment is still meant to compile on
# both PHP 5.0 and PHP 5.1.

19 years agoBFN
Rob Richards [Wed, 22 Jun 2005 19:59:25 +0000 (19:59 +0000)]
BFN

19 years ago- Fix bug #33299 (php:function no longer handles returned dom objects)
Rob Richards [Wed, 22 Jun 2005 19:56:30 +0000 (19:56 +0000)]
- Fix bug #33299 (php:function no longer handles returned dom objects)
- maybe fix #33431/33432

19 years agoFixed bug #32160 (copying a file into itself leads to data loss).
Ilia Alshanetsky [Wed, 22 Jun 2005 16:13:47 +0000 (16:13 +0000)]
Fixed bug #32160 (copying a file into itself leads to data loss).

19 years agoDebug backtrace was fixed
Dmitry Stogov [Wed, 22 Jun 2005 15:30:14 +0000 (15:30 +0000)]
Debug backtrace was fixed

19 years agoFixed bug #29896 (Backtrace argument list out of sync)
Dmitry Stogov [Wed, 22 Jun 2005 15:26:05 +0000 (15:26 +0000)]
Fixed bug #29896 (Backtrace argument list out of sync)

19 years agoSlightly more reliable current path detection.
Ilia Alshanetsky [Wed, 22 Jun 2005 13:41:59 +0000 (13:41 +0000)]
Slightly more reliable current path detection.

19 years agoSkip MySQLi tests if connection could not be established and not using
Ilia Alshanetsky [Wed, 22 Jun 2005 13:41:43 +0000 (13:41 +0000)]
Skip MySQLi tests if connection could not be established and not using
embeded db.

19 years ago"64M should be enough for everyone." -- Jani, 2005 :)
foobar [Wed, 22 Jun 2005 12:54:04 +0000 (12:54 +0000)]
"64M should be enough for everyone." -- Jani, 2005 :)

19 years agoexport zend_vm_set_opcode_handler
Stanislav Malyshev [Wed, 22 Jun 2005 12:24:25 +0000 (12:24 +0000)]
export zend_vm_set_opcode_handler

19 years ago- allow to use "yes" and "true" with ini_set() and in commandline (through -d flag)
Antony Dovgal [Wed, 22 Jun 2005 12:02:47 +0000 (12:02 +0000)]
- allow to use "yes" and "true" with ini_set() and in commandline (through -d flag)
- fix #15854 that was caused by wrong consideration that zend_ini_boolean_displayer_cb()
always recieves converted to "0"/"1" values.

19 years agoadded testcase for mysqli_warning class
Georg Richter [Wed, 22 Jun 2005 10:15:37 +0000 (10:15 +0000)]
added testcase for mysqli_warning class

19 years agoadded testcase for cursors (nested selects)
Georg Richter [Wed, 22 Jun 2005 10:14:32 +0000 (10:14 +0000)]
added testcase for cursors (nested selects)

19 years agochanged/fixed mysqli_warning class
Georg Richter [Wed, 22 Jun 2005 09:12:43 +0000 (09:12 +0000)]
changed/fixed mysqli_warning class
added prefetch support for cursors

19 years agobuild related adjustments.
Wez Furlong [Wed, 22 Jun 2005 08:45:22 +0000 (08:45 +0000)]
build related adjustments.
These need to be included in beta 2

19 years agoFixed bug in test file
Dmitry Stogov [Wed, 22 Jun 2005 08:33:43 +0000 (08:33 +0000)]
Fixed bug in test file

19 years agoFixed bug #33257 (array_splice() inconsistent when passed function instead of variable)
Dmitry Stogov [Wed, 22 Jun 2005 08:33:00 +0000 (08:33 +0000)]
Fixed bug #33257 (array_splice() inconsistent when passed function instead of variable)

19 years agoBFN
foobar [Wed, 22 Jun 2005 08:27:02 +0000 (08:27 +0000)]
BFN

19 years ago- Fixed bug #33427 (ext/odbc: check if unixODBC header file exists)
foobar [Wed, 22 Jun 2005 08:26:00 +0000 (08:26 +0000)]
- Fixed bug #33427 (ext/odbc: check if unixODBC header file exists)

19 years ago- Never ever add /usr/lib as libpath, even if --with-libdir is used
foobar [Wed, 22 Jun 2005 06:50:24 +0000 (06:50 +0000)]
- Never ever add /usr/lib as libpath, even if --with-libdir is used

19 years agoChangeLog update
<changelog@php.net> [Wed, 22 Jun 2005 05:43:03 +0000 (05:43 +0000)]
ChangeLog update

19 years agofix tests
foobar [Wed, 22 Jun 2005 00:41:28 +0000 (00:41 +0000)]
fix tests

19 years ago- Fix test
Marcus Boerger [Tue, 21 Jun 2005 18:34:21 +0000 (18:34 +0000)]
- Fix test

19 years ago- Fixed Rasmus' problem with Jan.14, 2004.
Derick Rethans [Tue, 21 Jun 2005 17:43:28 +0000 (17:43 +0000)]
- Fixed Rasmus' problem with Jan.14, 2004.

19 years agoFixed test file
Dmitry Stogov [Tue, 21 Jun 2005 17:28:09 +0000 (17:28 +0000)]
Fixed test file

19 years ago- Back to -dev. Guys (n' Girls), give at least 1 hour before you start
Andi Gutmans [Tue, 21 Jun 2005 16:31:19 +0000 (16:31 +0000)]
- Back to -dev. Guys (n' Girls), give at least 1 hour before you start
- complaining about not going back to -dev. I like checking the tarball
- before I change it back.

19 years ago- Take #3 :)
Andi Gutmans [Tue, 21 Jun 2005 15:44:50 +0000 (15:44 +0000)]
- Take #3 :)

19 years agoFixed memory leak.
Ilia Alshanetsky [Tue, 21 Jun 2005 14:05:15 +0000 (14:05 +0000)]
Fixed memory leak.

# Found by valgrind w/o zend-mm being used.

19 years ago- Partial revert: It does not matter if awk works or not but helps if it does :)
foobar [Tue, 21 Jun 2005 13:47:38 +0000 (13:47 +0000)]
- Partial revert: It does not matter if awk works or not but helps if it does :)

19 years agoFixed test skip conditions.
Ilia Alshanetsky [Tue, 21 Jun 2005 13:42:23 +0000 (13:42 +0000)]
Fixed test skip conditions.

# Same needs to be done to odbc, but it seems access is restricted
# for "privileged" folks.

19 years agofix test
foobar [Tue, 21 Jun 2005 13:06:10 +0000 (13:06 +0000)]
fix test

19 years agoFixed bug #31213 (Sideeffects caused by fix of bug #29493)
Dmitry Stogov [Tue, 21 Jun 2005 12:10:51 +0000 (12:10 +0000)]
Fixed bug #31213 (Sideeffects caused by fix of bug #29493)

19 years agoRemove unnecessary ZEND_FETCH_CLASS together with ZEND_DECLARE_INHERITED_CLASS in...
Dmitry Stogov [Tue, 21 Jun 2005 12:05:15 +0000 (12:05 +0000)]
Remove unnecessary ZEND_FETCH_CLASS together with ZEND_DECLARE_INHERITED_CLASS in case of early binding

19 years agoFix configure problem in braindead systems like Solaris.
foobar [Tue, 21 Jun 2005 10:20:03 +0000 (10:20 +0000)]
Fix configure problem in braindead systems like Solaris.

19 years ago- Add new test
Marcus Boerger [Tue, 21 Jun 2005 06:59:58 +0000 (06:59 +0000)]
- Add new test

19 years agoext/soap should use type defined in SoapVar(), if wsdl defines another type
Dmitry Stogov [Tue, 21 Jun 2005 06:24:55 +0000 (06:24 +0000)]
ext/soap should use type defined in SoapVar(), if wsdl defines another type

19 years agoChangeLog update
<changelog@php.net> [Tue, 21 Jun 2005 05:31:27 +0000 (05:31 +0000)]
ChangeLog update

19 years agoFixed possible memory corruption.
Ilia Alshanetsky [Tue, 21 Jun 2005 00:12:35 +0000 (00:12 +0000)]
Fixed possible memory corruption.

19 years agofix memleak when connection fails (and we still keep trying)
Antony Dovgal [Mon, 20 Jun 2005 23:16:27 +0000 (23:16 +0000)]
fix memleak when connection fails (and we still keep trying)

19 years ago- Back to -dev
Andi Gutmans [Mon, 20 Jun 2005 22:34:57 +0000 (22:34 +0000)]
- Back to -dev

19 years ago- Beta 2
Andi Gutmans [Mon, 20 Jun 2005 20:49:56 +0000 (20:49 +0000)]
- Beta 2

19 years agoreorder and prevent memleak: bailout after free()
Antony Dovgal [Mon, 20 Jun 2005 19:58:51 +0000 (19:58 +0000)]
reorder and prevent memleak: bailout after free()

19 years agoFixed possible crash on $x = $obj->$non_string
Dmitry Stogov [Mon, 20 Jun 2005 18:25:24 +0000 (18:25 +0000)]
Fixed possible crash on $x = $obj->$non_string

19 years agoFixed bug #31054 (safe_mode & open_basedir checks only check first
Ilia Alshanetsky [Mon, 20 Jun 2005 15:59:13 +0000 (15:59 +0000)]
Fixed bug #31054 (safe_mode & open_basedir checks only check first
include_path value).

19 years ago- Added session.hash_bits_per_character support. (3rd param)
foobar [Mon, 20 Jun 2005 13:37:32 +0000 (13:37 +0000)]
- Added session.hash_bits_per_character support. (3rd param)
  (Changes by: waltzer at autumnweave dot com)

19 years agofix #29683 (headers_list() returns empty array)
Antony Dovgal [Mon, 20 Jun 2005 12:46:34 +0000 (12:46 +0000)]
fix #29683 (headers_list() returns empty array)

19 years agotypo
foobar [Mon, 20 Jun 2005 11:10:11 +0000 (11:10 +0000)]
typo

19 years ago- Update TODO.
Derick Rethans [Mon, 20 Jun 2005 11:08:28 +0000 (11:08 +0000)]
- Update TODO.