-
Hi.
Couldn't get the complete subject in ...
Call to class_exists() forces class loading if used within an environment where an autoload() exists (either __autoload() or via spl_autoload_register()).
Since PHP5, class_exists() has accepted a second parameter to suppress the auto loading of a class whilst seeing if it exists (i.e. previously loaded).
Patch supplied.
2009-11-26 12:28:35 UTC in wsdl2php
-
Hello.
Just started playing with this class. Very useful to testing remote services as well as my own services being correctly documented.
Using PHP5 in E_STRICT mode results in a few errors. And an E_DEPRECATED error.
Patch removes these issues.
Patched against branch/0.2.
Regards,
Richard Quadling.
2009-11-26 11:48:04 UTC in wsdl2php
-
GeSHiSingleCharContext::setEscapeCharacters can only accept an array due to prototype.
2009-11-17 14:13:52 UTC in GeSHi - Generic Syntax Highlighter
-
Assuming PHP is in the path, then you can use ...
FOR %%P in (php.exe) DO SET phpCli=%~$PATH:P
This will find the first occurrence of php.exe available via the PATH.
2009-11-06 09:14:18 UTC in PhpDocumentor
-
Hi.
A couple of comments about the phpdoc.bat file created when using pear install phpdocumentor.
Firstly, the batch file does not exclude auto_append and auto_prepend scripts, so errors arise when calling phpdoc.bat saying missing files.
I've attached a patch based upon svn.php.net/pear/packages/PhpDocumentor/trunk.
Secondly, in the batch file, there is a comment ...
":: Stupid...
2009-11-06 09:11:16 UTC in PhpDocumentor