#48800 [NEW]: autoload does not strip leading T_NS_SEPARATOR

2009-07-04 Thread greg at chiaraquartet dot net
From: greg at chiaraquartet dot net Operating system: PHP version: 5.3.0 PHP Bug Type: Scripting Engine problem Bug description: autoload does not strip leading T_NS_SEPARATOR Description: If attempts to instantiate \class\name and class\name are made, autoload

#48141 [NEW]: memory leak in zend_execute.c and zend_operators.c

2009-05-03 Thread greg at chiaraquartet dot net
From: greg at chiaraquartet dot net Operating system: ubuntu linux PHP version: 5.3CVS-2009-05-04 (CVS) PHP Bug Type: Scripting Engine problem Bug description: memory leak in zend_execute.c and zend_operators.c Description: When running a simple file that only

#43589 [NEW]: infinite loop in bz2_filter.c

2007-12-13 Thread greg at chiaraquartet dot net
From: greg at chiaraquartet dot net Operating system: n/a PHP version: 5.3CVS-2007-12-13 (CVS) PHP Bug Type: Streams related Bug description: infinite loop in bz2_filter.c Description: An endless loop is possible in the bz2 stream filter bzip2.decompress if

#43574 [NEW]: unclear error message on allow_url_fopen=0

2007-12-11 Thread greg at chiaraquartet dot net
From: greg at chiaraquartet dot net Operating system: n/a PHP version: 5.3CVS-2007-12-12 (CVS) PHP Bug Type: Streams related Bug description: unclear error message on allow_url_fopen=0 Description: if one tries to use the data stream (or any url-based stream

#42859 [NEW]: import always conflicts with internal classes

2007-10-04 Thread greg at chiaraquartet dot net
From: greg at chiaraquartet dot net Operating system: linux PHP version: 5CVS-2007-10-05 (CVS) PHP Bug Type: Scripting Engine problem Bug description: import always conflicts with internal classes Description: zend_do_import incorrectly compares an import name

#24910 [NEW]: in function scope, $GLOBALS is not superglobal

2003-08-01 Thread greg at chiaraquartet dot net
From: greg at chiaraquartet dot net Operating system: Windows XP PHP version: 4.3.2 PHP Bug Type: Arrays related Bug description: in function scope, $GLOBALS is not superglobal Description: the $GLOBALS variables contains indexes to every superglobal except

#24504 [NEW]: T_INTERFACE and T_IMPLEMENTS not defined in tokenizer extension

2003-07-04 Thread greg at chiaraquartet dot net
From: greg at chiaraquartet dot net Operating system: linux PHP version: 5.0.0b1 (beta1) PHP Bug Type: Unknown/Other Function Bug description: T_INTERFACE and T_IMPLEMENTS not defined in tokenizer extension Description: these lines are missing from ext/tokenizer

#24471 [NEW]: protected data member redeclared as public

2003-07-02 Thread greg at chiaraquartet dot net
From: greg at chiaraquartet dot net Operating system: linux PHP version: 5.0.0b1 (beta1) PHP Bug Type: Zend Engine 2 problem Bug description: protected data member redeclared as public Description: if a protected data member is re-declared as public in a child