php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27645 "finally" clause
Submitted: 2004-03-18 20:42 UTC Modified: 2004-03-19 02:49 UTC
From: devin_a at dslextreme dot com Assigned:
Status: Closed Package: *General Issues
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
42 - 21 = ?
Subscribe to this entry?

 
 [2004-03-18 20:42 UTC] devin_a at dslextreme dot com
Description:
------------
The page at http://www.php.net/zend-engine-2.php claims:

     PHP 4 had no exception handling. PHP 5 introduces a
     exception model similar to that of other programming
     languages. Note that there is support for "catch all" and 
     for the "finally" clause.

Nothing in the change logs in CVS or in site examples suggests that the finally clause is supported in PHP 5; in fact, posts by Zev on www.zend.org suggest that the "finally" clause will _not_ be supported in PHP 5.

Am I missing something?



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-03-19 02:49 UTC] derick@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.

Nope, you didn't miss it; the text was wrong. I just fixed it and it will show up online in a couple of hours.

regards,
Derick
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 21:01:30 2024 UTC