hi,
On Wed, Jan 27, 2010 at 2:16 PM, Juraj Sucik wrote:
> Hello,
>
> it looks like 64-bit PHP binaries are not yet available. Am I right?
> Will they be provided?
Yes, they will be back. We are rewamping the snapshots and QA builds
but 5.3.2RC next week should have them again.
Btw, 64bit php on
Hi php-dev pros,
I got an issue about catching exception throw from __autoload on php 5.3.1.
The manual state that exception throw from __autoload could be catched with
try.. catch statement same as the normal flow.
But I'can archive that even I have copied the same sample code from the
manual.
Yes, I am also able to reproduce this in the browser using both 5.3.1 as well
as 5.3.0 on Windows using IIS.
Seems like a bug.
You may like to file the bug at http://bugs.php.net.
Thanks,
Don.
-Original Message-
From: Eric Lee [mailto:pge...@gmail.com]
Sent: Thursday, January 28, 2010
On second thought, the output I am getting:
Want to load NonLoadableClass. Unable to load NonLoadableClass.
is consistent with the example on php.net (
http://php.net/manual/en/language.oop5.autoload.php ).
So sorry about previous mail. This is not reproing for me. Are you running it
using PHP
Don.
I'am sorry that the issue have been solved and that is due to I missed
something in the code ! !
And it works fine now.
Thanks for you help ! !
Regards,
Eric,
On Fri, Jan 29, 2010 at 2:08 PM, Venkat Raman Don
wrote:
> On second thought, the output I am getting:
>
> Want to load No