> >> Result of a test under Windows XP:
> >> Apache 2.0.50 - PHP 5: SetEnv PHPRC works
> >> Apache 1.3.27 - PHP 5: SetEnv PHPRC works
> >> Apache 1.3.27 - PHP 4: SetEnv PHPRC doesn't work
> >> Apache 2.0.50 - PHP 4: SetEnv PHPRC doesn't work
>
> Aidan Lister wrote:
> > I'm not sure what you did vra
> > SC> http://php.net/manual/howto/chapter-conventions.html
> > SC> #12
> >
> > Oh. Well, I've missed the context, but still on topic - what to do
> > with this file? Should we revert latest checkin to 1.45 and leave it
> > with tabs or to 1.46 for spaces or leave "as is" to submit further
> > mod
vrana Fri Oct 1 04:07:19 2004 EDT
Modified files:
/phpdoc/en/appendices migration5.xml reserved.xml
Log:
Return old_function, mark PHP 5 keywords, add more PHP 5 keywords
http://cvs.php.net/diff.php/phpdoc/en/appendices/migration5.xml?r1=1.37&r2=1.38&ty
>> Opposite, cfunction and old_function are probably not reserved anymore.
Derick Rethans wrote:
> They are, they're still part of the language.
"You cannot use any of the following words as constants, class names,
function or method names."
$ php -r 'function old_function() { }'
OK in PHP 5.
B
techtonik Fri Oct 1 10:23:21 2004 EDT
Added files:
/phpdoc/xsl howto.xsl
Log:
XSL template to build HOWTO. Started from scratch from DocBook XSL 1.66.1
http://cvs.php.net/co.php/phpdoc/xsl/howto.xsl?r=1.1&p=1
Index: phpdoc/xsl/howto.xsl
+++ phpdoc/xsl/
Hello, [EMAIL PROTECTED]
I've updated DocBook XSL Templates to latest 1.66.1
And also included howto.xsl template to replace DSSSL version for
building HOWTO docs. It is written from scratch and based on DocBook
version 1.66.1 templates.
@test -d howto/php || mkdir howto/php
xsltp
techtonik Fri Oct 1 12:41:50 2004 EDT
Modified files:
/phpdoc/xsl howto.xsl
Log:
correct docbook-xsl templates location
http://cvs.php.net/diff.php/phpdoc/xsl/howto.xsl?r1=1.1&r2=1.2&ty=u
Index: phpdoc/xsl/howto.xsl
diff -u phpdoc/xsl/howto.xsl:1.1 phpdoc