Hi Pieter: On Thu, Jun 10, 2010 at 12:41:29PM -0700, Pieter de Zwart wrote: > > zend_throw_exception(amqp_connection_exception_class_entry, "blah blah > blah", 0 TSRMLS_CC); > return;
These kinds of questions (regarding how to use PHP) should be asked on the php-general list. The internals list you wrote to is for discussions of how to make PHP. Anyway, the "return" line in your code can never be reached, so should not be there at all. --Dan -- T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y data intensive web and database programming http://www.AnalysisAndSolutions.com/ 4015 7th Ave #4, Brooklyn NY 11232 v: 718-854-0335 f: 718-854-0409 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php