Re: [PHP-WEBMASTER] Problem with, Try , Catch

2013-09-24 Thread Hannes Magnusson
On Tue, Sep 24, 2013 at 8:31 AM, Dmitri Russu wrote: > Hello I has a question if is possible to use below code, I try do it and > have lot of errors. > This is not a support list. Please have a look a the documentations: http://php.net/exceptions -Hannes -- PHP Webmaster List Mailing List (htt

Re: [PHP-WEBMASTER] Dear webmasters (about php version 5.4)

2013-09-24 Thread Hannes Magnusson
On Mon, Sep 23, 2013 at 4:40 PM, Mevlit Yengin wrote: > Dear webmasters, > > Nowadays I am using PHP 5.2 for my web-site. I want to upgrade it to 5.4 but > it gives me internal server error (Error 500) and I cannot open the web-page. > Can you please advice me anything to solve this problem? > T

[PHP-WEBMASTER] com web/master: Tests and queries were correct, but typo in the email body.: scripts/mirror-test

2013-09-24 Thread Daniel P. Brown
Commit:b44b55bfed974ca095470dec81c7884635183a98 Author:danbrown Tue, 24 Sep 2013 13:03:26 -0400 Parents: 8533ee8bb691a8102780c1eab5ffb15e68dbf6cd Branches: master Link: http://git.php.net/?p=web/master.git;a=commitdiff;h=b44b55bfed974ca095470dec81c7884635183a98 Log: Tes

[PHP-WEBMASTER] Ski PHP 2014 registration open

2013-09-24 Thread Steve Meyers
Please post an update to our previous announcement. = Ski PHP 2014 has announced the schedule (https://www.skiphp.com/attend/schedule) for their upcoming conference, which will be on January 17-18, 2014 in Salt Lake City, Utah, USA. Our schedul

[PHP-WEBMASTER] com web/master: Basic checking and auto-reactivation of round-robin for mirrors.: scripts/mirror-test

2013-09-24 Thread Daniel P. Brown
Commit:8533ee8bb691a8102780c1eab5ffb15e68dbf6cd Author:danbrown Tue, 24 Sep 2013 12:21:08 -0400 Parents: f466bef184aaa48ca1e46fdb250eab23887bfbd4 Branches: master Link: http://git.php.net/?p=web/master.git;a=commitdiff;h=8533ee8bb691a8102780c1eab5ffb15e68dbf6cd Log: Bas

[PHP-WEBMASTER] Problem with, Try , Catch

2013-09-24 Thread Dmitri Russu
Hello I has a question if is possible to use below code, I try do it and have lot of errors. Help me to understand, which is my error. *try { throw new InternalException('Internal'); } catch (InternalException $e) { throw new Exception('Internal To global'); } catch (Exception $e){ *