#25640 [Bgs]: simplexml element object properties return empty objects

2004-01-08 Thread tater at potatoe dot com
ID: 25640 User updated by: tater at potatoe dot com Reported By: tater at potatoe dot com Status: Bogus Bug Type: XML related Operating System: * PHP Version: 5* Assigned To: sterling New Comment: This bug was not "bogus" - assig

#26543 [Asn]: call_user_func broken for self, parent

2003-12-07 Thread tater at potatoe dot com
ID: 26543 User updated by: tater at potatoe dot com Reported By: tater at potatoe dot com Status: Assigned Bug Type: Zend Engine 2 problem Operating System: * PHP Version: 5CVS-2003-12-06 (dev) Assigned To: stas New Comment: btw, i reverted

#26543 [NEW]: call_user_func broken for self, parent

2003-12-06 Thread tater at potatoe dot com
From: tater at potatoe dot com Operating system: * PHP version: 5CVS-2003-12-06 (dev) PHP Bug Type: Zend Engine 2 problem Bug description: call_user_func broken for self, parent Description: Using call_user_func() for the equivalent of self::method() or parent

#24915 [Opn]: empty()/isset() misleading with __get/__set

2003-11-28 Thread tater at potatoe dot com
ID: 24915 User updated by: tater at potatoe dot com Reported By: tater at potatoe dot com Status: Open Bug Type: Zend Engine 2 problem Operating System: OS X 10.2 PHP Version: 5CVS-2003-11-28 (dev) New Comment: Oh, I see, you just saw the word

#24915 [Bgs->Opn]: empty()/isset() misleading with __get/__set

2003-11-28 Thread tater at potatoe dot com
ID: 24915 User updated by: tater at potatoe dot com Reported By: tater at potatoe dot com -Status: Bogus +Status: Open Bug Type: Zend Engine 2 problem Operating System: OS X 10.2 -PHP Version: 5CVS-2003-08-02 (dev) +PHP Version: 5CVS

#25038 [Bgs->Opn]: call_user_func issues warning if function throws exception

2003-11-28 Thread tater at potatoe dot com
ID: 25038 User updated by: tater at potatoe dot com Reported By: tater at potatoe dot com -Status: Bogus +Status: Open Bug Type: Zend Engine 2 problem Operating System: * -PHP Version: 5CVS-2003-08-11 (dev) +PHP Version: 5CVS-2003-11

#25069 [Fbk->Opn]: methods called w call_user_func have no $this

2003-11-28 Thread tater at potatoe dot com
ID: 25069 User updated by: tater at potatoe dot com Reported By: tater at potatoe dot com -Status: Feedback +Status: Open Bug Type: Zend Engine 2 problem Operating System: * PHP Version: 5CVS-2003-11-29 (dev) New Comment: Ever hear of a

#26281 [NEW]: switch on string offset crashes w/bus error

2003-11-16 Thread tater at potatoe dot com
From: tater at potatoe dot com Operating system: OS X 10.2 PHP version: 5CVS-2003-11-16 (dev) PHP Bug Type: Strings related Bug description: switch on string offset crashes w/bus error Description: a switch() statement testing a string offset, like 's

#25640 [NEW]: simplexml element object properties return empty objects

2003-09-23 Thread tater at potatoe dot com
From: tater at potatoe dot com Operating system: * PHP version: 5CVS-2003-09-23 (dev) PHP Bug Type: XML related Bug description: simplexml element object properties return empty objects Description: I guess this is related to the recent toString() stuff

#25441 [NEW]: public properties of parent class not accessible

2003-09-08 Thread tater at potatoe dot com
From: tater at potatoe dot com Operating system: OS X 10.2 PHP version: 5CVS-2003-09-08 (dev) PHP Bug Type: Zend Engine 2 problem Bug description: public properties of parent class not accessible Description: If a child class directly references a property

#24957 [NEW]: simplexml: var_dump of object segfaults

2003-08-14 Thread tater at potatoe dot com
From: tater at potatoe dot com Operating system: OS X 10.2 PHP version: 5CVS-2003-08-05 (dev) PHP Bug Type: XML related Bug description: simplexml: var_dump of object segfaults Description: a var_dump() of an object created with simplexml_load_string

#25069 [NEW]: methods called w call_user_func have no $this

2003-08-14 Thread tater at potatoe dot com
From: tater at potatoe dot com Operating system: * PHP version: 5CVS-2003-08-13 (dev) PHP Bug Type: Zend Engine 2 problem Bug description: methods called w call_user_func have no $this Description: If you call an object's method, $x->foo(), and then cal

#25038 [NEW]: call_user_func issues warning if function throws exception

2003-08-14 Thread tater at potatoe dot com
From: tater at potatoe dot com Operating system: OS X 10.2 PHP version: 5CVS-2003-08-11 (dev) PHP Bug Type: Zend Engine 2 problem Bug description: call_user_func issues warning if function throws exception Description: Throwing an exception from a function

#24945 [NEW]: foreach on simplexml_element loops forever

2003-08-04 Thread tater at potatoe dot com
From: tater at potatoe dot com Operating system: OS X 10.2 PHP version: 5CVS-2003-08-04 (dev) PHP Bug Type: XML related Bug description: foreach on simplexml_element loops forever Description: I don't even know if this is supposed to work yet or not. May al

#24915 [NEW]: empty()/isset() misleading with __get/__set

2003-08-02 Thread tater at potatoe dot com
From: tater at potatoe dot com Operating system: OS X 10.2 PHP version: 5CVS-2003-08-02 (dev) PHP Bug Type: Zend Engine 2 problem Bug description: empty()/isset() misleading with __get/__set Description: Given a "property" that is really being handle

#24735 [NEW]: call_user_func on parent method does not use parent private property

2003-07-21 Thread tater at potatoe dot com
From: tater at potatoe dot com Operating system: OS X 10.2 PHP version: 5CVS-2003-07-21 (dev) PHP Bug Type: Zend Engine 2 problem Bug description: call_user_func on parent method does not use parent private property Description: If I call a public function of a

#24652 [NEW]: array keys that are strings but numeric behave incorrectly

2003-07-14 Thread tater at potatoe dot com
From: tater at potatoe dot com Operating system: OS X 10.2 PHP version: 5CVS-2003-07-14 (dev) PHP Bug Type: Arrays related Bug description: array keys that are strings but numeric behave incorrectly Description: This is really bug #23935, but that's m

#23935 [Com]: array_key_exists no longer juggles types correctly

2003-07-14 Thread tater at potatoe dot com
ID: 23935 Comment by: tater at potatoe dot com Reported By: dave at codewhore dot org Status: Closed Bug Type: Arrays related Operating System: Linux 2.4 PHP Version: 5CVS-2003-05-31 (dev) Assigned To: sterling New Comment: I am still

#24630 [Fbk->Opn]: extract with EXTR_REFS makes weird references

2003-07-12 Thread tater at potatoe dot com
ID: 24630 User updated by: tater at potatoe dot com Reported By: tater at potatoe dot com -Status: Feedback +Status: Open Bug Type: Zend Engine 2 problem Operating System: OS X 10.2 PHP Version: 5.0.0b2-dev New Comment: But '$b =

#24630 [Bgs->Opn]: extract with EXTR_REFS makes weird references

2003-07-12 Thread tater at potatoe dot com
ID: 24630 User updated by: tater at potatoe dot com Reported By: tater at potatoe dot com -Status: Bogus +Status: Open Bug Type: Zend Engine 2 problem Operating System: OS X 10.2 PHP Version: 5.0.0b2-dev New Comment: OK, tell me this is

#24630 [NEW]: extract with EXTR_REFS makes weird references

2003-07-12 Thread tater at potatoe dot com
From: tater at potatoe dot com Operating system: OS X 10.2 PHP version: 4.3.3RC1 PHP Bug Type: Scripting Engine problem Bug description: extract with EXTR_REFS makes weird references Description: If you create an array by assigning its elements the value of a

#20320 [Fbk->Opn]: _call() crashes with bus error in some circumstances

2003-01-23 Thread tater
ESS, Could not access memory. 0x001c06e0 in _zend_is_inconsistent (ht=0x0, file=0x208d38 "/Users/tater/book/php4-ze2/Zend/zend_hash.c", line=871) at /Users/tater/book/php4-ze2/Zend/zend_hash.c:78 78 if (ht->inconsistent==HT_OK) { (gdb) bt #0 0x001c06e0 in _zend_is_inc

#21094 [NEW]: set_error_handler not accepting methods

2002-12-19 Thread tater
From: [EMAIL PROTECTED] Operating system: OS X 10.2 PHP version: 4CVS-2002-12-19 (dev) PHP Bug Type: Zend Engine 2 problem Bug description: set_error_handler not accepting methods The set_error_handler() function is not accepting class methods as of the php4-ze2 CVS code from

#20933 [NEW]: isset of string offset is always false

2002-12-11 Thread tater
From: [EMAIL PROTECTED] Operating system: OS X 10.2 PHP version: 4CVS-2002-12-11 (dev) PHP Bug Type: Zend Engine 2 problem Bug description: isset of string offset is always false php -r '$a="a"; var_dump(@isset($a{2})); var_dump(@isset($a{0}));' this should return false,

#20320 [NEW]: _call() crashes with bus error in some circumstances

2002-11-08 Thread tater
o process 21062 thread 0x3713] Program received signal EXC_BAD_ACCESS, Could not access memory. 0x001c06e0 in _zend_is_inconsistent (ht=0x0, file=0x208d38 "/Users/tater/book/php4-ze2/Zend/zend_hash.c", line=871) at /Users/tater/book/php4-ze2/Zend/zend_hash.c:78 78 if (ht->

#20018 [Fbk->Csd]: empty($this->property) always returns TRUE inside class method

2002-11-02 Thread tater
ID: 20018 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Closed Bug Type: Zend Engine 2 problem Operating System: OS X 10.1 PHP Version: 4CVS-2002-10-21 New Comment: Fixed in latest CVS releas

#18926 [Opn]: cannot call self::method() or parent::method() via call_user_func_array()

2002-10-29 Thread tater
ID: 18926 User updated by: [EMAIL PROTECTED] -Summary: __construct() blocks use of __get() in parent Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Zend Engine 2 problem Operating System: OS X 10.1 PHP Version: 4CVS-2002-10-26 New C

#18926 [Bgs->Opn]: __construct() blocks use of __get() in parent

2002-10-28 Thread tater
ID: 18926 User updated by: [EMAIL PROTECTED] -Summary: call_user_func_array does not mirror normal scope inside class functions Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Open Bug Type: Scripting Engine prob

#18926 [Com]: call_user_func_array does not mirror normal scope inside class functions

2002-10-28 Thread tater
ID: 18926 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Scripting Engine problem Operating System: Mac OS X 10.1.5 / Darwin 5.5 PHP Version: 4CVS-2002-08-15 New Comment: If this is not a bug, then how ex

#20052 [NEW]: __construct() blocks use of __get() in parent

2002-10-23 Thread tater
From: [EMAIL PROTECTED] Operating system: OS X 10.1 PHP version: 4CVS-2002-10-23 PHP Bug Type: Zend Engine 2 problem Bug description: __construct() blocks use of __get() in parent If a child class has a __construct() function, it won't make use of its parent's __get() functi

#20018 [NEW]: empty($this->property) always returns TRUE inside class method

2002-10-21 Thread tater
From: [EMAIL PROTECTED] Operating system: OS X 10.1 PHP version: 4CVS-2002-10-21 PHP Bug Type: Zend Engine 2 problem Bug description: empty($this->property) always returns TRUE inside class method empty() seems to always return TRUE when testing an object property from insid

#19921 [NEW]: memory leak in main.c with symlink in path

2002-10-15 Thread tater
path to it, main/main.c reports a memory leak: /Users/tater/book/php4/main/main.c(1513) : Freeing 0x0012E328 (44 bytes), script=/usr/local/book/apache/htdocs/nook/zest.php (where "zest.php" is a symlink to "test.php") -- Edit bug report at http://bugs.php.net/?id=19921&

#19859 [NEW]: __call() does not catch call_user_func_array() calls

2002-10-11 Thread tater
From: [EMAIL PROTECTED] Operating system: Mac OS X 10.1 PHP version: 4CVS-2002-10-11 PHP Bug Type: Zend Engine 2 problem Bug description: __call() does not catch call_user_func_array() calls If an undefined class method is called via call_user_func_array(), the ZE2 __call()