For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > January 2006 > cvs: phpdoc /scripts/iniupdate cvs-versions.php









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /scripts/iniupdate cvs-versions.php
Nuno Lopes

2006-01-09, 8:02 pm

nlopess Mon Dec 26 10:03:22 2005 EDT

Modified files:
/phpdoc/scripts/iniupdate cvs-versions.php
Log:
fix bug when dealing with new branches

http://cvs.php.net/viewcvs.cgi/phpd...2&diff_format=u
Index: phpdoc/scripts/iniupdate/cvs-versions.php
diff -u phpdoc/scripts/iniupdate/cvs-versions.php:1.1 phpdoc/scripts/iniupdate/cvs-versions.php:1.2
--- phpdoc/scripts/iniupdate/cvs-versions.php:1.1 Sun Dec 25 21:01:16 2005
+++ phpdoc/scripts/iniupdate/cvs-versions.php Mon Dec 26 10:03:21 2005
@@ -62,7 +62,8 @@
}
}

- die("ERROR: couldn't map $tag to a specific version!\n");
+ // new branch (5.5.0)
+ return "$tag[0].$tag[2].0";
}

unset($file, $data, $last_versions);
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com