PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Authentication » LiveUser » Bug #7704

demodata.php: 'create' option not declared

Details

Submitted2006-05-23 14:12 UTC
Frommichel dot dhooge at gmail dot com
Assignedlsmith
StatusClosed
PackageLiveUser
PHP VersionIrrelevant
Roadmaps(Not assigned)

Comments

[2006-05-23 14:12 UTC] michel dot dhooge at gmail dot com

Description:
------------
I was unable to use the --create option until I patched
demodata.php like this:
< $shortoptions = "h?d:f:";
< $longoptions = array('file=', 'dsn=');
---
> $shortoptions = "h?d:f:c:";
> $longoptions = array('file=', 'dsn=', 'create=');