Problem with PHPDocumentor |
|
The privileges for the directory where i phpdoc_target_dir are correct. if i set a directory in phpdoc_target_dir that doesn't exist, it creates the directory, but not the index.html-file...
i don't know what to try... |
||||||||||||
|
|
hello,
I had same problem that is partially solved in this way: Tools -> Settings -> tools menu-> integrations -> phpDocumentor -> edit here you need to modify this string @php@ "C:\Program Files (x86)\NuSphere\PhpED\phpDocumentor\phpdoc" -t "@Projpath(phpdoc_target_dir)@" -dn "@Project@" -d "@FName@" -ti "Generated documentation" I just rewrite string @php@ in php. You can also set php.ini file and set "On" this variable: register_argc_argv Restart phped and try. The documents files exists now. But there is a warning in html files: " Warning: strftime(): It is not safe to rely on the system's timezone settings. " Antonio |
||||||||||||
|
Guru master
|
I'm not sure how relevant it is, but if you want to get rid of the timezone warning then you use something like the following before using strtotime() and various other time related functions:
|
||||||||||||||
|
Site Admin
|
@php@ should be replaced with @phpcli@ in this case it will run php.exe (CLI version of php) and its argv/argc are enabled by default |
||||||||||||||
_________________ The PHP IDE team |
|
@dmitri - Any chance you could make @phpcli@ the default if that's what it's supposed to be? (So that we don't have to go searching through forum posts to figure out how to get it to work)?
Thanks |
||||||||||||
_________________ MB |
Problem with PHPDocumentor |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by