[PHP] openssl extension problems: error:0E06D06C:configuration file routines:NCONF_get_string:no value

2009-03-24 Thread Bill Moran
f is not being used? 2) Is there anything I can do to get more verbose debugging? 3) Anyone on-list familiar with PHP's implementation? However, any helpful advice on this is appreciated! -- Bill Moran http://www.potentialtech.com http://people.collaborativefusion.com/~wmoran/ --

[PHP] How can I detect an exception without using try/catch?

2009-04-23 Thread Bill Moran
;s called while an exception is in progress than if it's called simply because the object is unset. Searches of the docs has yet to turn up anything and Google isn't helping. Anyone have any pointers? -- Bill Moran http://www.potentialtech.com http://people.collaborativefusion.com/

Re: [PHP] How can I detect an exception without using try/catch?

2009-04-24 Thread Bill Moran
get_current_exception()) in the __destruct() method, I could detect that an exception was already in progress and avoid throwing another one. -- Bill Moran http://www.potentialtech.com http://people.collaborativefusion.com/~wmoran/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How can I detect an exception without using try/catch?

2009-04-24 Thread Bill Moran
if it's > > called while an exception is in progress than if it's called > > simply because the object is unset. > > > > Searches of the docs has yet to turn up anything and Google isn't > > helping. Anyone have any pointers? > > > > -- &

[PHP] Confused on the status of a "bogus" bug report

2007-01-08 Thread Bill Moran
thing before it coredumps? Or is the design philosophy for PHP different than that? If anyone can point me to a online explanation for this or other resource, I'd be happy to read up a bit. More than happy to understand why I'm wrong, but right now I feel as if this problem is getting the b

[PHP] Discussion of bug #39062

2007-05-02 Thread Bill Moran
ditionally, the suggested workaround doesn't even work. dechex() reliably returns 64 hex bits for 64-bit numbers and 32 hex bits for 32-bit numbers, which still results in incorrect comparisons, for example f34c690a != f34c690a. -- Bill Moran Collaborative F

Re: [PHP] Discussion of bug #39062

2007-05-03 Thread Bill Moran
In response to Crayon <[EMAIL PROTECTED]>: > On Thursday 03 May 2007 03:18, Richard Lynch wrote: > > On Wed, May 2, 2007 1:14 pm, Bill Moran wrote: > > > http://bugs.php.net/bug.php?id=39062 > > > This discussion may be better placed on "Internals" wh