gwynne Fri Jul 27 23:32:11 2007 UTC
Modified files:
/phd/formats xhtml.php
/phd/include PhDReader.class.php
/phd/setup CLI.class.php Configurator.class.php HTTP.class.php
SAPI.interface.php setup.messages.php
Log:
Semicolons at the end of class definitions mess up vim folding.
http://cvs.php.net/viewvc.cgi/phd/formats/xhtml.php?r1=1.3&r2=1.4&diff_format=u
Index: phd/formats/xhtml.php
diff -u phd/formats/xhtml.php:1.3 phd/formats/xhtml.php:1.4
--- phd/formats/xhtml.php:1.3 Fri Jul 27 23:09:27 2007
+++ phd/formats/xhtml.php Fri Jul 27 23:32:10 2007
@@ -1,6 +1,6 @@
<?php
-/* $Id: xhtml.php,v 1.3 2007/07/27 23:09:27 gwynne Exp $
+/* $Id: xhtml.php,v 1.4 2007/07/27 23:32:10 gwynne Exp $
+-------------------------------------------------------------------------+
| Copyright(c) 2007 |
| Authors: |
@@ -192,7 +192,7 @@
}
-};
+}
/*
* vim600: sw=4 ts=4 fdm=syntax syntax=php et
http://cvs.php.net/viewvc.cgi/phd/include/PhDReader.class.php?r1=1.2&r2=1.3&diff_format=u
Index: phd/include/PhDReader.class.php
diff -u phd/include/PhDReader.class.php:1.2 phd/include/PhDReader.class.php:1.3
--- phd/include/PhDReader.class.php:1.2 Fri Jul 27 23:09:28 2007
+++ phd/include/PhDReader.class.php Fri Jul 27 23:32:11 2007
@@ -1,6 +1,6 @@
<?php
-/* $Id: PhDReader.class.php,v 1.2 2007/07/27 23:09:28 gwynne Exp $
+/* $Id: PhDReader.class.php,v 1.3 2007/07/27 23:32:11 gwynne Exp $
+-------------------------------------------------------------------------+
| Copyright(c) 2007 |
| Authors: |
@@ -156,7 +156,7 @@
}
-};
+}
/*
* vim600: sw=4 ts=4 fdm=syntax syntax=php et
http://cvs.php.net/viewvc.cgi/phd/setup/CLI.class.php?r1=1.4&r2=1.5&diff_format=u
Index: phd/setup/CLI.class.php
diff -u phd/setup/CLI.class.php:1.4 phd/setup/CLI.class.php:1.5
--- phd/setup/CLI.class.php:1.4 Fri Jul 27 23:09:28 2007
+++ phd/setup/CLI.class.php Fri Jul 27 23:32:11 2007
@@ -1,6 +1,6 @@
<?php
-/* $Id: CLI.class.php,v 1.4 2007/07/27 23:09:28 gwynne Exp $
+/* $Id: CLI.class.php,v 1.5 2007/07/27 23:32:11 gwynne Exp $
+-------------------------------------------------------------------------+
| Copyright(c) 2007 |
| Authors: |
@@ -169,7 +169,7 @@
}
-};
+}
/*
* vim600: sw=4 ts=4 fdm=syntax syntax=php et
http://cvs.php.net/viewvc.cgi/phd/setup/Configurator.class.php?r1=1.3&r2=1.4&diff_format=u
Index: phd/setup/Configurator.class.php
diff -u phd/setup/Configurator.class.php:1.3
phd/setup/Configurator.class.php:1.4
--- phd/setup/Configurator.class.php:1.3 Fri Jul 27 23:09:28 2007
+++ phd/setup/Configurator.class.php Fri Jul 27 23:32:11 2007
@@ -1,6 +1,6 @@
<?php
-/* $Id: Configurator.class.php,v 1.3 2007/07/27 23:09:28 gwynne Exp $
+/* $Id: Configurator.class.php,v 1.4 2007/07/27 23:32:11 gwynne Exp $
+-------------------------------------------------------------------------+
| Copyright(c) 2007 |
| Authors: |
@@ -96,8 +96,7 @@
}
-};
-
+}
/*
* vim600: sw=4 ts=4 fdm=syntax syntax=php et
http://cvs.php.net/viewvc.cgi/phd/setup/HTTP.class.php?r1=1.3&r2=1.4&diff_format=u
Index: phd/setup/HTTP.class.php
diff -u phd/setup/HTTP.class.php:1.3 phd/setup/HTTP.class.php:1.4
--- phd/setup/HTTP.class.php:1.3 Fri Jul 27 23:09:28 2007
+++ phd/setup/HTTP.class.php Fri Jul 27 23:32:11 2007
@@ -1,6 +1,6 @@
<?php
-/* $Id: HTTP.class.php,v 1.3 2007/07/27 23:09:28 gwynne Exp $
+/* $Id: HTTP.class.php,v 1.4 2007/07/27 23:32:11 gwynne Exp $
+-------------------------------------------------------------------------+
| Copyright(c) 2007 |
| Authors: |
@@ -43,7 +43,7 @@
}
-};
+}
/*
* vim600: sw=4 ts=4 fdm=syntax syntax=php et
http://cvs.php.net/viewvc.cgi/phd/setup/SAPI.interface.php?r1=1.3&r2=1.4&diff_format=u
Index: phd/setup/SAPI.interface.php
diff -u phd/setup/SAPI.interface.php:1.3 phd/setup/SAPI.interface.php:1.4
--- phd/setup/SAPI.interface.php:1.3 Fri Jul 27 23:09:28 2007
+++ phd/setup/SAPI.interface.php Fri Jul 27 23:32:11 2007
@@ -1,6 +1,6 @@
<?php
-/* $Id: SAPI.interface.php,v 1.3 2007/07/27 23:09:28 gwynne Exp $
+/* $Id: SAPI.interface.php,v 1.4 2007/07/27 23:32:11 gwynne Exp $
+-------------------------------------------------------------------------+
| Copyright(c) 2007 |
| Authors: |
@@ -24,7 +24,7 @@
public function run();
-};
+}
/*
* vim600: sw=4 ts=4 fdm=syntax syntax=php et
http://cvs.php.net/viewvc.cgi/phd/setup/setup.messages.php?r1=1.3&r2=1.4&diff_format=u
Index: phd/setup/setup.messages.php
diff -u phd/setup/setup.messages.php:1.3 phd/setup/setup.messages.php:1.4
--- phd/setup/setup.messages.php:1.3 Fri Jul 27 23:09:28 2007
+++ phd/setup/setup.messages.php Fri Jul 27 23:32:11 2007
@@ -1,6 +1,6 @@
<?php
-/* $Id: setup.messages.php,v 1.3 2007/07/27 23:09:28 gwynne Exp $
+/* $Id: setup.messages.php,v 1.4 2007/07/27 23:32:11 gwynne Exp $
+-------------------------------------------------------------------------+
| Copyright(c) 2007 |
| Authors: |
@@ -60,7 +60,7 @@
An internal error occurred. Please report this as a bug.
ERRMSG;
-};
+}
class PhD_Warnings {
@@ -68,7 +68,7 @@
Your changes were not saved.
WARNMSG;
-};
+}
class PhD_Prompts {
@@ -161,7 +161,7 @@
PROMPTMSG;
-};
+}
/*
* vim600: sw=4 ts=4 fdm=syntax syntax=php et