| Sebastian Bergmann 2007-04-21, 7:59 am |
| sebastian Sat Apr 21 11:53:51 2007 UTC
Modified files:
/phpweb index.php
Log:
Update.
http://cvs.php.net/viewvc.cgi/phpwe...6&diff_format=u
Index: phpweb/index.php
diff -u phpweb/index.php:1.885 phpweb/index.php:1.886
--- phpweb/index.php:1.885 Sun Apr 15 09:40:58 2007
+++ phpweb/index.php Sat Apr 21 11:53:51 2007
@@ -264,11 +264,11 @@
coverage analysis, because it can find code that is executed by the running of
tests but not actually tested. Mentored by Sebastian Bergmann, Mike Lewis will
implement Mutation Testing for <a href="http://www.phpunit.de/">PHPUnit</a>.</li>
- <li>Mentored by Lukas Smith, Igor Feghali will add support for foreign keys to
- <a href="http://pear.php.net/package/MDB2_Schema/">MDB2_Schema</a>, a package
- that "enables users to maintain RDBMS independant schema files in XML that
- can be used to create, alter and drop database entities and insert data into a
- database".</li>
+ <li>Mentored by Helgi Þormar Þorbjörnsson, Igor Feghali will add support for
+ foreign keys to <a href="http://pear.php.net/package/MDB2_Schema/">MDB2_Schema</a>,
+ a package that "enables users to maintain RDBMS independant schema files in
+ XML that can be used to create, alter and drop database entities and insert data
+ into a database".</li>
<li>Mentored by David Coallier, Nicolas Bérard-Nault will refactor the internals
of <a href="http://www.jaws-project.com/">Jaws</a>, a Framework and Content
Management System for building dynamic web sites, for PHP 6.</li></ul>
|