ID: 39104
User updated by: dave at dgx dot cz
Reported By: dave at dgx dot cz
Status: Bogus
Bug Type:SPL related
PHP Version: 5.2.0RC5
New Comment:
> And there is a big difference if a public method gets redeclared,
because it would be executed in
ID: 39104
User updated by: dave at dgx dot cz
Reported By: dave at dgx dot cz
-Status: Bogus
+Status: Open
Bug Type:SPL related
PHP Version: 5.2.0RC5
New Comment:
.
Previous Comments
ID: 39104
User updated by: dave at dgx dot cz
Reported By: dave at dgx dot cz
Status: Bogus
Bug Type:SPL related
PHP Version: 5.2.0RC5
New Comment:
Expected??
1)
ReflectionProperty::getDeclaringClass()->getName() -> Foo
Reflection
ID: 39104
User updated by: dave at dgx dot cz
Reported By: dave at dgx dot cz
-Status: Feedback
+Status: Open
Bug Type:SPL related
PHP Version: 5.2.0RC5
New Comment:
The behaviour is still the same.
Previous Comments
From: dave at dgx dot cz
Operating system:
PHP version: 5.2.0RC5
PHP Bug Type: SPL related
Bug description: ReflectionClass::getMethod and private method
Description:
I'd to like to see 5.2 as first version of PHP, where Reflection works
correctly ;-)
From: dave at dgx dot cz
Operating system:
PHP version: 5.2.0RC5
PHP Bug Type: SPL related
Bug description: getDeclaringClass and private attrs
Description:
ReflectionProperty::getDeclaringClass
Reproduce code:
---
class A {
private $x;
}
class
ID: 38615
User updated by: dave at dgx dot cz
Reported By: dave at dgx dot cz
-Status: Feedback
+Status: Open
Bug Type:DOM XML related
PHP Version: 5.1.5
New Comment:
I've got the same problem with php5.2-win32-latest. Tested with CL
From: dave at dgx dot cz
Operating system:
PHP version: 5.1.5
PHP Bug Type: DOM XML related
Bug description: appendXML with xml:id crashes PHP
Description:
self-explaining code snippet:
$dom = new DOMDocument();
$dom->loadXML('');
ID: 37773
User updated by: dave at dgx dot cz
Reported By: dave at dgx dot cz
Status: Open
Bug Type:ICONV related
PHP Version: 5.1.4
New Comment:
Of course, title is: iconv_substr() gives "Unknown error" when string
length = 1"
O
From: dave at dgx dot cz
Operating system:
PHP version: 5.1.4
PHP Bug Type: ICONV related
Bug description: Can't access file via file://
Description:
(Similar to bug #34757).
When input string length = 1, iconv_substr() produces "Unknown error (0)&qu
ID: 37637
User updated by: dave at dgx dot cz
-Summary: Too long input string crashes PHP
Reported By: dave at dgx dot cz
-Status: Feedback
+Status: Open
Bug Type:PCRE related
PHP Version: 5.1.4
New Comment:
Windows XP SP2
Previous
ID: 37637
User updated by: dave at dgx dot cz
Reported By: dave at dgx dot cz
Status: Open
Bug Type:PCRE related
PHP Version: 5.1.4
New Comment:
summary: Too long input string crashes PHP:
Previous Comments
From: dave at dgx dot cz
Operating system:
PHP version: 5.1.4
PHP Bug Type: PCRE related
Bug description: Can't access file via file://
Description:
Too long input string crashes PHP:
Reproduce code:
---
// in some situation 400 chars is en
ID: 37024
User updated by: dave at dgx dot cz
Reported By: dave at dgx dot cz
Status: Bogus
Bug Type:Streams related
PHP Version: 5.1.2
New Comment:
And relative paths are not allowed with file:// protocol?
Previous Comments
From: dave at dgx dot cz
Operating system:
PHP version: 5.1.2
PHP Bug Type: Streams related
Bug description: Can't access file via file://
Description:
fopen('file:///readme.txt', 'r');
correctly opens file 'readme.txt'
ID: 36484
User updated by: dave at dgx dot cz
Reported By: dave at dgx dot cz
Status: Assigned
Bug Type: Class/Object related
Operating System: Windows XP
PHP Version: 5.1.2
Assigned To: dmitry
New Comment:
> [28 Feb 12:51am CET] dave
ID: 36536
User updated by: dave at dgx dot cz
Reported By: dave at dgx dot cz
Status: Bogus
Bug Type: Session related
Operating System: *
PHP Version: *
New Comment:
Sorry, my mistake.
http://www.php.net/session says "The keys in the $_SE
ID: 36484
User updated by: dave at dgx dot cz
Reported By: dave at dgx dot cz
Status: Assigned
Bug Type: Class/Object related
Operating System: Windows XP
PHP Version: 5.1.2
Assigned To: dmitry
New Comment:
Sorry, my mistake.
http
From: dave at dgx dot cz
Operating system: Windows XP
PHP version: 5.1.2
PHP Bug Type: Session related
Bug description: Character '|' kill whole sessions
Description:
If any session key contains character '|', the whole session will not b
From: dave at dgx dot cz
Operating system: Windows XP
PHP version: 5.1.2
PHP Bug Type: Class/Object related
Bug description: Overloading bug
Description:
Overloading results in unexpectable behaviour when using two arrays in
overloaded object.
Reproduce code
20 matches
Mail list logo