Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.5.0a1

Bug #18223 --directory doesn't recognise all valid path formats
Submitted: 2011-01-27 15:35 UTC
From: kalvaro Assigned: ashnazg
Status: Wont fix Package: PhpDocumentor (version 1.4.3)
PHP Version: 5.3.5 OS: Windows XP
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 22 + 18 = ?

 
 [2011-01-27 15:35 UTC] kalvaro (Alvaro G. Vicario)
Description: ------------ Under Windows, the --directory parameter doesn't recognise paths with these formats: - Quoted paths with root directories: "I:\" - UNC paths: \\SOFT14\tmp These other formats work as expected: - Quoted with trailing dot: "I:\." - Unquoted: I:\ Test script: --------------- phpdoc --directory "I:\" --target "C:\tmp" phpdoc --directory \\SOFT14\tmp --target "C:\tmp" Expected result: ---------------- Parameters are accepted and doc generation starts. Actual result: -------------- C:\>phpdoc --directory "I:\" --target "C:\tmp" PHP Version 5.3.5 phpDocumentor version 1.4.3 Parsing configuration file phpDocumentor.ini... (found in C:\Archivos de programa\PHP\pear\data/PhpDocumentor/)... done Maximum memory usage set at 256M after considering php.ini... using tokenizer Parser a target directory must be specified try phpdoc -h C:\>phpdoc --directory \\SOFT14\tmp --target "C:\tmp" PHP Version 5.3.5 phpDocumentor version 1.4.3 Parsing configuration file phpDocumentor.ini... (found in C:\Archivos de programa\PHP\pear\data/PhpDocumentor/)... done Maximum memory usage set at 256M after considering php.ini... using tokenizer Parser directory: '' not found

Comments

 [2012-01-13 08:06 UTC] ashnazg (Chuck Burgess)
-Roadmap Versions: +Roadmap Versions: 1.4.5
 [2012-09-01 02:36 UTC] ashnazg (Chuck Burgess)
-Status: Open +Status: Wont fix -Assigned To: +Assigned To: ashnazg -Roadmap Versions: 1.4.5 +Roadmap Versions:
No more feature work on phpDocumentor 1.x. Check out the new phpDocumentor 2.x (http://www.phpdoc.org/).