Req #32100 [Com]: Request 'finally' support for exceptions

2012-08-02 Thread ceefour at gauldong dot net
Edit report at https://bugs.php.net/bug.php?id=32100&edit=1 ID: 32100 Comment by: ceefour at gauldong dot net Reported by:ceefour at gauldong dot net Summary:Request 'finally' support for exceptions Status: R

Req #32100 [ReO]: Request 'finally' support for exceptions

2012-08-02 Thread ceefour at gauldong dot net
Edit report at https://bugs.php.net/bug.php?id=32100&edit=1 ID: 32100 User updated by:ceefour at gauldong dot net Reported by:ceefour at gauldong dot net Summary:Request 'finally' support for exceptions Status: R

#32101 [NoF->Opn]: Exception in unknown on line 0 when throwing exception inside exception handler

2007-10-18 Thread ceefour at gauldong dot net
ID: 32101 User updated by: ceefour at gauldong dot net Reported By: ceefour at gauldong dot net -Status: No Feedback +Status: Open Bug Type: Scripting Engine problem Operating System: * PHP Version: 5CVS-2005-02-15 New Comment: You know

#33399 [NEW]: End-of-line chopped when PHP end tag on end of line

2005-06-19 Thread ceefour at gauldong dot net
From: ceefour at gauldong dot net Operating system: * PHP version: 5.0.4 PHP Bug Type: Output Control Bug description: End-of-line chopped when PHP end tag on end of line Description: If you have a PHP tag that spans to end of line, the next line will be

#32566 [NEW]: Can PHP5RC be added for PHP5-only?

2005-04-04 Thread ceefour at gauldong dot net
From: ceefour at gauldong dot net Operating system: All PHP version: 5.0.4 PHP Bug Type: Feature/Change Request Bug description: Can PHP5RC be added for PHP5-only? Description: I'm running several web sites in a shared hosting that has dual version o

#32362 [NEW]: Some functions to manipulate include_path (or any path list in general)

2005-03-18 Thread ceefour at gauldong dot net
From: ceefour at gauldong dot net Operating system: All PHP version: 5.0.3 PHP Bug Type: Feature/Change Request Bug description: Some functions to manipulate include_path (or any path list in general) Description: include_path *is* complex. How do you add

#32100 [Opn]: Request 'finally' support for exceptions

2005-02-25 Thread ceefour at gauldong dot net
ID: 32100 User updated by: ceefour at gauldong dot net Reported By: ceefour at gauldong dot net Status: Open Bug Type: Feature/Change Request Operating System: * PHP Version: 5.0.3 New Comment: I don't think the code is absolutely equivalent

#32101 [Ver]: Exception in unknown on line 0 when throwing exception inside exception handler

2005-02-25 Thread ceefour at gauldong dot net
ID: 32101 User updated by: ceefour at gauldong dot net Reported By: ceefour at gauldong dot net Status: Verified Bug Type: Zend Engine 2 problem Operating System: All PHP Version: 5.0.3 New Comment: This modified code may be better illustrate the

#32102 [NEW]: Printing backtrace in HTML table format

2005-02-25 Thread ceefour at gauldong dot net
From: ceefour at gauldong dot net Operating system: All PHP version: 5.0.3 PHP Bug Type: Feature/Change Request Bug description: Printing backtrace in HTML table format Description: debug_print_backtrace() is very useful. But it'll be greater if it uses a

#32101 [NEW]: Exception in unknown on line 0 when throwing exception inside exception handler

2005-02-25 Thread ceefour at gauldong dot net
From: ceefour at gauldong dot net Operating system: All PHP version: 5.0.3 PHP Bug Type: Zend Engine 2 problem Bug description: Exception in unknown on line 0 when throwing exception inside exception handler Description: When an exception is thrown inside an

#32100 [NEW]: Request 'finally' support for exceptions

2005-02-25 Thread ceefour at gauldong dot net
From: ceefour at gauldong dot net Operating system: All PHP version: 5.0.3 PHP Bug Type: Zend Engine 2 problem Bug description: Request 'finally' support for exceptions Description: PHP 5 has specifically decided not to support 'finally'.

#32091 [NEW]: PCRE 5.0 ugprade request

2005-02-23 Thread ceefour at gauldong dot net
From: ceefour at gauldong dot net Operating system: All PHP version: 5.0.3 PHP Bug Type: PCRE related Bug description: PCRE 5.0 ugprade request Description: PCRE 5.0 is already out and ripe for grabbing. The most important feature is IMHO the ability to match

#32090 [Fbk->Opn]: fopen(..., 'wt') - fwrite($fp, ...) translates \n to \r

2005-02-23 Thread ceefour at gauldong dot net
ID: 32090 User updated by: ceefour at gauldong dot net Reported By: ceefour at gauldong dot net -Status: Feedback +Status: Open Bug Type: Filesystem function related Operating System: Windows XP SP1 PHP Version: 5.0.3 New Comment: Hi Mr

#32090 [Opn]: fopen(..., 'wt') - fwrite($fp, ...) translates \n to \r

2005-02-23 Thread ceefour at gauldong dot net
ID: 32090 User updated by: ceefour at gauldong dot net Reported By: ceefour at gauldong dot net Status: Open Bug Type: Filesystem function related Operating System: Windows XP SP1 PHP Version: 5.0.3 New Comment: BTW, for *PORTABILITY* I choose &#

#32090 [NEW]: fopen(..., 'wt') - fwrite($fp, ...) translates \n to \r

2005-02-23 Thread ceefour at gauldong dot net
From: ceefour at gauldong dot net Operating system: Windows XP SP1 PHP version: 5.0.3 PHP Bug Type: Filesystem function related Bug description: fopen(..., 'wt') - fwrite($fp, ...) translates \n to \r Description: Using 'wt' (write-tex

#32014 [NEW]: Last-Modified is set to PHP file mtime

2005-02-17 Thread ceefour at gauldong dot net
From: ceefour at gauldong dot net Operating system: All PHP version: 5.0.3 PHP Bug Type: Session related Bug description: Last-Modified is set to PHP file mtime Description: When using 'public' or 'private' cache limiter (maybe other ca

#31892 [Ver]: PHP_SELF incorrect without cgi.fix_pathinfo, but turning on screws up PATH_INFO

2005-02-13 Thread ceefour at gauldong dot net
ID: 31892 User updated by: ceefour at gauldong dot net Reported By: ceefour at gauldong dot net Status: Verified Bug Type: CGI related Operating System: * PHP Version: 4CVS, 5CVS (2005-02-11) New Comment: I have verified this problem with PHP

#31921 [NEW]: new COM() crashes PHP

2005-02-10 Thread ceefour at gauldong dot net
From: ceefour at gauldong dot net Operating system: Windows XP SP1 PHP version: 4.3.10 PHP Bug Type: COM related Bug description: new COM() crashes PHP Description: $x = new COM("Word.Application") crashes PHP It crashes even without a web server (i.

#31892 [NEW]: PHP_SELF incorrect without cgi.fix_pathinfo, but turning on screws up PATH_INFO

2005-02-09 Thread ceefour at gauldong dot net
From: ceefour at gauldong dot net Operating system: Linux, Apache 1.3.33 PHP version: 4.3.10 PHP Bug Type: CGI related Bug description: PHP_SELF incorrect without cgi.fix_pathinfo, but turning on screws up PATH_INFO Description: Following up bug #31843, I tried

#31843 [Bgs]: PHP_SELF incorrect in CGI mode (same as PATH_INFO), very old bug still existing

2005-02-05 Thread ceefour at gauldong dot net
ID: 31843 User updated by: ceefour at gauldong dot net Reported By: ceefour at gauldong dot net Status: Bogus Bug Type: CGI related Operating System: Apache/1.3.33 (Unix) mod_ssl/2.8 PHP Version: 4.3.10 New Comment: >I did not say anything ab

#31843 [Fbk->Opn]: PHP_SELF incorrect in CGI mode (same as PATH_INFO), very old bug still existing

2005-02-05 Thread ceefour at gauldong dot net
ID: 31843 User updated by: ceefour at gauldong dot net Reported By: ceefour at gauldong dot net -Status: Feedback +Status: Open Bug Type: CGI related Operating System: Apache/1.3.33 (Unix) mod_ssl/2.8 PHP Version: 4.3.10 New Comment: Hi

#31843 [NEW]: PHP_SELF incorrect in CGI mode (same as PATH_INFO), very old bug still existing

2005-02-04 Thread ceefour at gauldong dot net
From: ceefour at gauldong dot net Operating system: Apache/1.3.33 (Unix) mod_ssl/2.8 PHP version: 4.3.10 PHP Bug Type: CGI related Bug description: PHP_SELF incorrect in CGI mode (same as PATH_INFO), very old bug still existing Description: First of all, let me

#31842 [NEW]: date('r') & gmdate('r') incorrect when used with header('Last-Modified:')

2005-02-04 Thread ceefour at gauldong dot net
From: ceefour at gauldong dot net Operating system: Apache/1.3.33 (Unix) mod_ssl/2.8 PHP version: 4.3.10 PHP Bug Type: Date/time related Bug description: date('r') & gmdate('r') incorrect when used with header('Last-Modified:') Description:

Bug #17222: header("Location: ...") doesn't work properly

2002-05-14 Thread ceefour
From: [EMAIL PROTECTED] Operating system: Windows2000 Pro (SP: RC3.51) PHP version: 4.2.0 PHP Bug Type: Apache related Bug description: header("Location: ...") doesn't work properly The script: header("Location: http://www.yahoo.com/";); This wouldn't work at all, and