Tom, thanks for spotting that. I fixed it and also at Caroline's
suggestion I looked at the other places and fixed a few others. We
always want to put false on because never want to load a class
inadvertently.

Matthew

On Nov 22, 1:19 pm, Caroline Maynard <[EMAIL PROTECTED]> wrote:
> Tom wrote:
> >> What else should we be fixing as a priority before releasing FULMAR?
>
> > Line 24 SCA_BindingFactory.php:
> > if (!class_exists('SCA_Binding_Factory',)) {
>
> > should be:
> > if (!class_exists('SCA_Binding_Factory', false)) {
>
> I can imagine what happened :-)
>
> Actually that's quite a common pattern in the SCA code, and presumably
> each of its occurrences should be fixed in the same way.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"phpsoa" group.
To post to this group, send email to phpsoa@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.co.uk/group/phpsoa?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to