#35933 [Bgs]: URL rewriting fails on ob_get_contents()

2006-01-08 Thread ernest at vogelsinger dot at
ID: 35933 User updated by: ernest at vogelsinger dot at Reported By: ernest at vogelsinger dot at Status: Bogus Bug Type: Output Control Operating System: any PHP Version: 5.1.1 New Comment: Thanks for your omments that this is not a bug - IMHO

#35933 [NEW]: URL rewriting fails on ob_get_contents()

2006-01-08 Thread ernest at vogelsinger dot at
From: ernest at vogelsinger dot at Operating system: any PHP version: 5.1.1 PHP Bug Type: Output Control Bug description: URL rewriting fails on ob_get_contents() Description: URL Rewriting fails on ob_get_contents(). Note: the workaround is to have second

#30309 [NEW]: The destructor is called when an exception is thrown from the constructor

2004-10-02 Thread ernest at vogelsinger dot at
From: ernest at vogelsinger dot at Operating system: Win32 PHP version: 5.0.2 PHP Bug Type: Class/Object related Bug description: The destructor is called when an exception is thrown from the constructor Description: Bug #29368 "The destructor is called wh

#29368 [Com]: The destructor is called when an exception is thrown from the constructor

2004-09-24 Thread ernest at vogelsinger dot at
ID: 29368 Comment by: ernest at vogelsinger dot at Reported By: fixxxer at php5 dot ru Status: Closed Bug Type: Zend Engine 2 problem Operating System: * PHP Version: 5.0.0 Assigned To: helly New Comment: This bug still (again?) exists

#27347 [Fbk->Csd]: Cannot query SNMPv1 devices (version cannot be set)

2004-02-27 Thread Ernest at Beinrohr dot sk
ID: 27347 User updated by: Ernest at Beinrohr dot sk Reported By: Ernest at Beinrohr dot sk -Status: Feedback +Status: Closed Bug Type: SNMP related Operating System: linux 2.4 PHP Version: 4.3.4 New Comment: in php-4.3.4 new install the

#27347 [Fbk->Opn]: Cannot query SNMPv1 devices (version cannot be set)

2004-02-23 Thread Ernest at Beinrohr dot sk
ID: 27347 User updated by: Ernest at Beinrohr dot sk Reported By: Ernest at Beinrohr dot sk -Status: Feedback +Status: Open Bug Type: SNMP related Operating System: linux 2.4 PHP Version: 4.3.4 New Comment: Ok, but this fails only with

#27347 [NEW]: Cannot query SNMPv1 devices (version cannot be set)

2004-02-22 Thread Ernest at Beinrohr dot sk
From: Ernest at Beinrohr dot sk Operating system: linux 2.4 PHP version: 4.3.4 PHP Bug Type: SNMP related Bug description: Cannot query SNMPv1 devices (version cannot be set) Description: I use the newest stable php 4.3.4 and I cannot query my old jetdirect

#20421 [NEW]: Would come handy: session_abort()

2002-11-14 Thread ernest
ications so far. The session remains open. Thanks for consideration (possibly in 4.3?), Ernest -- Edit bug report at http://bugs.php.net/?id=20421&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20421&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.

#20365 [Fbk->Opn]: the modulo operator % doesn't work with negative integers!

2002-11-11 Thread Ernest
ID: 20365 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Math related Operating System: linux PHP Version: 4.2.2 New Comment: Yes, you are right, the output is not NULL, it's -4

#20365 [NEW]: the modulo operator % doesn't work with negative integers!

2002-11-11 Thread Ernest
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.2.2 PHP Bug Type: Math related Bug description: the modulo operator % doesn't work with negative integers! PHP's modulo operator cannot work with negative numbers. The positive ones work fine, but modulo is define

#20329 [NEW]: dirname - empty for root directory

2002-11-09 Thread ernest
From: [EMAIL PROTECTED] Operating system: RH Linux 7.2 (Linux 2.4.18-17.7) PHP version: 4.2.2 PHP Bug Type: Directory function related Bug description: dirname - empty for root directory The documentation to dirname() states: -- Note: In PHP 4.0.3, dirname()

#20058 [NEW]: include not allowed within class definition

2002-10-24 Thread ernest
From: [EMAIL PROTECTED] Operating system: RHL 7.2 PHP version: 4.2.2 PHP Bug Type: Feature/Change Request Bug description: include not allowed within class definition It appears as if "include()" and "require()" cannot appear inside a class definition, but outside a class met

Bug #16458 Updated: header() does not replace headers but always produces duplicates

2002-04-05 Thread ernest
ID: 16458 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: HTTP related Operating System: Win32 (XP) PHP Version: 4.1.1 New Comment: Thanks for the follow-up, and thanks for reopening... Sorry for the i

Bug #16458 Updated: header() does not replace headers but always produces duplicates

2002-04-05 Thread ernest
ID: 16458 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Output Control Operating System: Win32 (XP) PHP Version: 4.1.1 New Comment: Just checked the 4.2.0-RC2 and found the identical behaviour from the

Bug #16458 Updated: header() does not replace headers but always produces duplicates

2002-04-05 Thread ernest
ID: 16458 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Output Control Operating System: Win32 (XP) PHP Version: 4.1.1 New Comment: If this bug doesn't exist with the Linux/Apache module it is ok for m

Bug #16458: header() does not replace headers but always produces duplicates

2002-04-05 Thread ernest
From: [EMAIL PROTECTED] Operating system: Win32 (XP) PHP version: 4.1.1 PHP Bug Type: Output Control Bug description: header() does not replace headers but always produces duplicates >From the docs: The optional "replace" parameter indicates whether the header should replac

Bug #11491 Updated: When using ob_start("ob_gzhandler") transient SID gets broken

2002-04-04 Thread ernest
my_handler(), apply trans-sid's next, and finally call ob_gzhandler(). This solution seems to be a reasonable change and shouldn't break existing code. Thanks for consideration! Ernest E Vogelsinger Previous Comments: --