On 6/22/06, Ben Ramsey <[EMAIL PROTECTED]> wrote:
On 6/22/06, Hannes Magnusson <[EMAIL PROTECTED]> wrote:
> >   Log:
> >   Added SimpleXML->registerXPathNamespace, and added ns and prefix 
parameters to simplexml_load_file() and simplexml_load_string().
>
> Since when are those parameters available? 5.2?
> -Hannes
>

They're in the source. I think they've been available since 5.1.3.

When I last added a note about the availability of a method in
SimpleXML, someone told me to remove it since the document generator
should automatically include information about the versions of PHP in
which the functions are available. The problem is that this doesn't
work with classes. All you'll see is this:

(no version information, might be only in CVS)

At any rate, since this deals with parameters, I think it's okay to
add a note to tell when they became available. Does anyone have any
objections?
functions/methods version info are added automatically, but you have
to add changelog noting any other changes.

-Hannes

Reply via email to