Discussion:
SCA not working on PHP 5.3
Graham Charters
2008-01-29 10:13:04 UTC
Permalink
I've just moved up to PHP 5.3 and encountered a few problems (e.g. a
public const in SCA_CommentReader.php called "NAMESPACE" apparently
clashing with the new namespace support). I'll try to look at this in
the next day or so, but if anyone wants to beat me too it... ;-) .

Graham.
Graham Charters
2008-01-29 13:20:17 UTC
Permalink
I've just checked a couple of fixes into FULMAR. Seems to work fine
now.

Graham.
Post by Graham Charters
I've just moved up to PHP 5.3 and encountered a few problems (e.g. a
public const in SCA_CommentReader.php called "NAMESPACE" apparently
clashing with the new namespace support). I'll try to look at this in
the next day or so, but if anyone wants to beat me too it... ;-) .
Graham.
simonslaws-gM/Ye1E23mwN+
2008-01-29 13:36:47 UTC
Permalink
So you got there first! Are you exclusively on 5.3 now?

Simon
Matthew Peters
2008-01-30 14:13:41 UTC
Permalink
Have you tried using your 5.3 under Zend Studio? Is the debugger dll
in ZS compatible, do you know, with your 5.3?

Matthew
Post by simonslaws-gM/Ye1E23mwN+
So you got there first! Are you exclusively on 5.3 now?
Simon
Graham Charters
2008-01-30 15:37:23 UTC
Permalink
I am exclusively on 5.3 now. The changes I made should be backwards
compatible, but I haven't tried on older versions.

I haven't tried Zend Studio yet.

Graham.
Post by Matthew Peters
Have you tried using your 5.3 under Zend Studio? Is the debugger dll
in ZS compatible, do you know, with your 5.3?
Matthew
Simon
Loading...