ZF-1764: Inline documentation for calendar sample code uses old name (Calendar-expanded.php instead of Calendar.php)
Description
In demos/Zend/Gdata/Calendar.php, the following command is currently listed to run the sample code:
bq. /usr/local/bin/php -f Calendar-expanded.php
This is using the old name of the Calendar sample code. This should instead be changed to:
bq. /usr/local/bin/php -f Calendar.php
Or even better (since the user might not have PHP installed in /usr/local/bin):
bq. /usr/bin/env php -f Calendar.php
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2008-03-11T11:27:08.000+0000
Fixed in SVR r8746
Posted by Wil Sinclair (wil) on 2008-03-21T18:49:45.000+0000
Did this make it in to 1.5.0? If so, please update JIRA.
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2008-03-21T20:38:40.000+0000
No, I thought it into 1.0.5 if 1.0.5 is scheduled. Now it is not in 1.5.0.
Posted by Ryan Boyd (rboyd) on 2008-03-21T21:07:43.000+0000
Looks like this got merged into 1.5 with r8973