![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| Pear Pear programming, this is a very complex subject as with using pear with php can be a difficult task for some, so lets talk pear. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| wiesemann Sat May 19 10:03:49 2007 UTC Modified files: /pearweb/public_html release-upload.php Log: - fix for Bug #11078: Release upload form: RC error message is wrong if state is alpha http://cvs.php.net/viewvc.cgi/pearwe...&diff_format=u Index: pearweb/public_html/release-upload.php diff -u pearweb/public_html/release-upload.php:1.83 pearweb/public_html/release-upload.php:1.84 --- pearweb/public_html/release-upload.php:1.83 Sun Apr 22 01:51:36 2007 +++ pearweb/public_html/release-upload.php Sat May 19 10:03:49 2007 @@ -15,7 +15,7 @@ +----------------------------------------------------------------------+ | Authors: | +----------------------------------------------------------------------+ - $Id: release-upload.php,v 1.83 2007/04/22 01:51:36 dufuz Exp $ + $Id: release-upload.php,v 1.84 2007/05/19 10:03:49 wiesemann Exp $ */ auth_require('pear.dev'); @@ -286,7 +286,7 @@ $errors[] = 'Version 1.0.0 must be stable'; } if (strpos($version, 'RC') && $info->getState() != 'beta') { - $errors[] = 'Release Candidate versions cannot be stable'; + $errors[] = 'Release Candidate versions must have stability beta'; } if (substr($version, 0, 4) == '0.0.') { $errors[] = 'Version 0.0.X is invalid, use 0.X.0'; | |||
| Featured Websites | ||||
|
![]() |
| Tags: cvs, pearweb, public_html, releaseuploadphp |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| cvs: pearweb /public_html/bugs stats.php | Mark Wiesemann | Pear | 0 | 05-20-2007 7:42 PM |
| cvs: pearweb /public_html/bugs bug.php | Mark Wiesemann | Pear | 0 | 05-20-2007 7:42 PM |
| cvs: pearweb /public_html/bugs search.php | David Coallier | Pear | 0 | 05-20-2007 7:42 PM |
| cvs: pearweb /public_html/bugs search.php | David Coallier | Pear | 0 | 05-20-2007 7:42 PM |
| cvs: pearweb /public_html/bugs/rss bug.php | Mark Wiesemann | Pear | 0 | 05-20-2007 7:42 PM |
| Featured Websites | ||||
|