:: breakage - post php 5.2.4



all,

i have observed breakage in some of the class functionality involving the
scope resolution operator in php after php 5.2.4. in said version strings
holding class names can be used w/ the scope resolution operator to resolve
static members and class constants. this no longer works in php 5.2.5; ive
just installed 5.2.6_rc3 and found that it is not fixed there either. im
told this will be restored in 5.3; but if it was working in 5.2.4, why
remove it in versions between 5.2.5 (inclusive) and 5.3 (exclusive)?
this results in some rather ugly workarounds. im curious if anyone else has
noticed this or knows more about it.

-nathan


Relevant Pages

  • Re: attempting to return values from array from w/in a function
    ... What I get is an array w/ only the most recent array entry. ... I am new to PHP & do not have formal scripting ... you end up comparing strings, but the test you mean probably is simply: ... case 1: {codeblock} ...
    (comp.lang.php)
  • Re: [PHP] pack it in
    ... that's where my brain goes to mush - all strings in php ... in php and such found in these 'binary files' that they need to be ... packallows you to format binary data. ... # Do the conversion the way that the system architecture wants to ...
    (php.general)
  • Re: Storing condition in bitfield?
    ... which I would like to bind form field's validation scheme/condition. ... I believe that in PHP, you can actually store PHP code in strings, and ... opposed to, say, an XML or ASCII representation. ... Putting strings and XML will be of overhead, ...
    (comp.programming)
  • Re: preg_replace
    ... replacement in the two strings you have given. ... input element and every textarea element? ... contain php? ...
    (comp.lang.php)
  • Re: function-arguments by reference
    ... i want to avoid performance-problems by repeated ... function-calls with very long strings. ... (I am not familiar with php, ...
    (comp.lang.python)