summaryrefslogtreecommitdiff
path: root/framework/I18N
diff options
context:
space:
mode:
authorwei <>2006-04-29 23:39:51 +0000
committerwei <>2006-04-29 23:39:51 +0000
commit281eda79cea84f95397040cb5c022c2bdb82e3d9 (patch)
treee7c8e03bda07556bce775153145a3cbddcf88bc2 /framework/I18N
parent378f1d71096f2fcc8fca2418fd556ed18a5af10e (diff)
Fixed #145. Updating js builds with a better js comment remover.
Diffstat (limited to 'framework/I18N')
-rw-r--r--framework/I18N/core/util.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/framework/I18N/core/util.php b/framework/I18N/core/util.php
index 7b4f7864..c0092f19 100644
--- a/framework/I18N/core/util.php
+++ b/framework/I18N/core/util.php
@@ -21,8 +21,21 @@
/**
* For a given DSN (database connection string), return some information
* about the DSN. This function comes from PEAR's DB package.
+ *
+ * LICENSE: This source file is subject to version 3.0 of the PHP license
+ * that is available through the world-wide-web at the following URI:
+ * http://www.php.net/license/3_0.txt. If you did not receive a copy of
+ * the PHP License and are unable to obtain it through the web, please
+ * send a note to license@php.net so we can mail you a copy immediately.
+ *
* @param string DSN format, similar to PEAR's DB
* @return array DSN information.
+ * @author Stig Bakken <ssb@php.net>
+ * @author Tomas V.V.Cox <cox@idecnet.com>
+ * @author Daniel Convissor <danielc@php.net>
+ * @copyright 1997-2005 The PHP Group
+ * @license http://www.php.net/license/3_0.txt PHP License 3.0
+ * @link http://pear.php.net/package/DB
*/
function parseDSN($dsn)
{