php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #43972 PhD doesn't warn on missing partial IDs
Submitted: 2008-01-29 17:54 UTC Modified: 2008-01-29 18:55 UTC
From: gwynne@php.net Assigned: bjori (profile)
Status: Closed Package: Doc Build problem
PHP Version: Irrelevant OS: *
Private report: No CVE-ID: None
View Add Comment Developer Edit
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:
29 - 11 = ?
Subscribe to this entry?

 
 [2008-01-29 17:54 UTC] gwynne@php.net
Description:
------------
If build.php is given an invalid partial ID to render, no error message is produced.

Reproduce code:
---------------
$ phd -vvvvvvvv -d.manual.xml -psome.invalid.id


Expected result:
----------------
[00:00:00] ID 'some.valid.id' couldn't be found. Bailing.
$ echo $?
1
$ 

Actual result:
--------------
[00:00:00] Indexing...
[00:00:00] Indexing done
[00:00:00] Starting xhtml rendering
[00:00:00] Using the php theme (phpweb, chunkedhtml, bightml)
[00:00:00] Running partial build
[00:00:00] Finished rendering
$ echo $?
0
$ 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-01-29 18:55 UTC] bjori@php.net
This bug has been fixed in CVS. Since the websites are not directly
updated from the CVS server, the fix might need some time to spread
across the globe to all mirror sites, including PHP.net itself.

Thank you for the report, and for helping us make PHP.net better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 14:01:31 2024 UTC