Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cleanup #9

Merged
merged 1 commit into from
Mar 20, 2011
Merged

Fix cleanup #9

merged 1 commit into from
Mar 20, 2011

Conversation

yethee
Copy link
Contributor

@yethee yethee commented Mar 20, 2011

There were warnings at usage of an absolute path for a source.

For example:

root@ubuntu:/home/phpdox# ./phpdox.php -p /home/phpdox/src
phpdox %version% - Copyright (C) 2010 - 2011 by Arne Blankerts

.....................

PHP Warning:  rmdir(./xml/home/phpdox/src/backend/..): Directory not empty in /home/phpdox/src/application.php on line 192
PHP Warning:  rmdir(./xml/home/phpdox/src/docblock/element/..): Directory not empty in /home/phpdox/src/application.php on line 192
PHP Warning:  rmdir(./xml/home/phpdox/src/docblock/parser/.): Invalid argument in /home/phpdox/src/application.php on line 192
PHP Warning:  rmdir(./xml/home/phpdox/src/docblock/parser/..): Directory not empty in /home/phpdox/src/application.php on line 192
PHP Warning:  rmdir(./xml/home/phpdox/src/docblock/..): Directory not empty in /home/phpdox/src/application.php on line 192
   ...

@theseer theseer merged commit 8f8f283 into theseer:master Mar 20, 2011
@theseer
Copy link
Owner

theseer commented Mar 20, 2011

Merged. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants