goba Wed Dec 31 19:35:42 2003 EDT
Modified files:
/phpdoc/scripts aspell.php bughunter.php diff_en_rev.php
entity-usage.php fixphpweb.php genPHP_INI_ENTRY.php
html_syntax.php xml_proto.php
/phpdoc/scripts/quickref makefunclist.php prefixcompress.php
processafter.php unusedcompress.php
/phpdoc/scripts/rtlpatch HtmlExtParser.class.php
HtmlParser.class.php hackmanuallang.php
rtlpatch.php
Log:
fix years, fix licenses (happy new year 2004 project continued)
Index: phpdoc/scripts/aspell.php
diff -u phpdoc/scripts/aspell.php:1.3 phpdoc/scripts/aspell.php:1.4
--- phpdoc/scripts/aspell.php:1.3 Sat Dec 20 09:28:49 2003
+++ phpdoc/scripts/aspell.php Wed Dec 31 19:35:40 2003
@@ -4,7 +4,7 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2003 The PHP Group |
+ | Copyright (c) 1997-2004 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
Index: phpdoc/scripts/bughunter.php
diff -u phpdoc/scripts/bughunter.php:1.4 phpdoc/scripts/bughunter.php:1.5
--- phpdoc/scripts/bughunter.php:1.4 Tue Feb 4 21:06:06 2003
+++ phpdoc/scripts/bughunter.php Wed Dec 31 19:35:40 2003
@@ -3,20 +3,20 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2003 The PHP Group |
+ | Copyright (c) 1997-2004 The PHP Group |
+----------------------------------------------------------------------+
- | This source file is subject to version 2.02 of the PHP licience, |
- | that is bundled with this package in the file LICENCE and is |
- | avalible through the world wide web at |
- | http://www.php.net/license/2_02.txt. |
- | If uou did not receive a copy of the PHP license and are unable to |
- | obtain it through the world wide web, please send a note to |
- | [EMAIL PROTECTED] so we can mail you a copy immediately |
+ | This source file is subject to version 3.0 of the PHP license, |
+ | that is bundled with this package in the file LICENSE, and is |
+ | available through the world-wide-web at the following url: |
+ | 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 world-wide-web, please send a note to |
+ | [EMAIL PROTECTED] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Maxim Maletsky <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
- $Id: bughunter.php,v 1.4 2003/02/05 02:06:06 maxim Exp $
+ $Id: bughunter.php,v 1.5 2004/01/01 00:35:40 goba Exp $
*/
/*
@@ -387,4 +387,4 @@
#print_r((array) $hunter);
-?>
\ No newline at end of file
+?>
Index: phpdoc/scripts/diff_en_rev.php
diff -u phpdoc/scripts/diff_en_rev.php:1.5 phpdoc/scripts/diff_en_rev.php:1.6
--- phpdoc/scripts/diff_en_rev.php:1.5 Sat Dec 20 09:28:49 2003
+++ phpdoc/scripts/diff_en_rev.php Wed Dec 31 19:35:41 2003
@@ -4,7 +4,7 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2003 The PHP Group |
+ | Copyright (c) 1997-2004 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
Index: phpdoc/scripts/entity-usage.php
diff -u phpdoc/scripts/entity-usage.php:1.2 phpdoc/scripts/entity-usage.php:1.3
--- phpdoc/scripts/entity-usage.php:1.2 Fri Dec 26 07:50:14 2003
+++ phpdoc/scripts/entity-usage.php Wed Dec 31 19:35:41 2003
@@ -4,7 +4,7 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2003 The PHP Group |
+ | Copyright (c) 1997-2004 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
Index: phpdoc/scripts/fixphpweb.php
diff -u phpdoc/scripts/fixphpweb.php:1.1 phpdoc/scripts/fixphpweb.php:1.2
--- phpdoc/scripts/fixphpweb.php:1.1 Fri Apr 25 12:23:52 2003
+++ phpdoc/scripts/fixphpweb.php Wed Dec 31 19:35:41 2003
@@ -1,21 +1,21 @@
#!/usr/bin/php -q
<?php
/*
-# +----------------------------------------------------------------------+
-# | PHP Version 4 |
-# +----------------------------------------------------------------------+
-# | Copyright (c) 1997-2002 The PHP Group |
-# +----------------------------------------------------------------------+
-# | This source file is subject to version 2.02 of the PHP licience, |
-# | that is bundled with this package in the file LICENCE and is |
-# | avalible through the world wide web at |
-# | http://www.php.net/license/2_02.txt. |
-# | If uou did not receive a copy of the PHP license and are unable to |
-# | obtain it through the world wide web, please send a note to |
-# | [EMAIL PROTECTED] so we can mail you a copy immediately |
-# +----------------------------------------------------------------------+
-# | Authors: Gabor Hojtsy <[EMAIL PROTECTED]> |
-# +----------------------------------------------------------------------+
+ +----------------------------------------------------------------------+
+ | PHP Version 4 |
+ +----------------------------------------------------------------------+
+ | Copyright (c) 1997-2004 The PHP Group |
+ +----------------------------------------------------------------------+
+ | This source file is subject to version 3.0 of the PHP license, |
+ | that is bundled with this package in the file LICENSE, and is |
+ | available through the world-wide-web at the following url: |
+ | 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 world-wide-web, please send a note to |
+ | [EMAIL PROTECTED] so we can mail you a copy immediately. |
+ +----------------------------------------------------------------------+
+ | Authors: Gabor Hojtsy <[EMAIL PROTECTED]> |
+ +----------------------------------------------------------------------+
*/
set_time_limit(0);
Index: phpdoc/scripts/genPHP_INI_ENTRY.php
diff -u phpdoc/scripts/genPHP_INI_ENTRY.php:1.9
phpdoc/scripts/genPHP_INI_ENTRY.php:1.10
--- phpdoc/scripts/genPHP_INI_ENTRY.php:1.9 Wed Jun 11 04:06:43 2003
+++ phpdoc/scripts/genPHP_INI_ENTRY.php Wed Dec 31 19:35:41 2003
@@ -1,10 +1,28 @@
<?php
/*
+ +----------------------------------------------------------------------+
+ | PHP Version 4 |
+ +----------------------------------------------------------------------+
+ | Copyright (c) 1997-2004 The PHP Group |
+ +----------------------------------------------------------------------+
+ | This source file is subject to version 3.0 of the PHP license, |
+ | that is bundled with this package in the file LICENSE, and is |
+ | available through the world-wide-web at the following url: |
+ | 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 world-wide-web, please send a note to |
+ | [EMAIL PROTECTED] so we can mail you a copy immediately. |
+ +----------------------------------------------------------------------+
+ | Authors: Jesus M. Castagnetto <[EMAIL PROTECTED]> |
+ +----------------------------------------------------------------------+
+
+ $Id: genPHP_INI_ENTRY.php,v 1.10 2004/01/01 00:35:41 goba Exp $
+*/
+
+/*
* Translation to PHP of the old script mk_ini_set.sh to
* generate a list of PHP config options and where they
* can be set.
- * Author: Jesus M. Castagnetto
- * $Id: genPHP_INI_ENTRY.php,v 1.9 2003/06/11 08:06:43 jmcastagnetto Exp $
*/
// Global vars for generating the ini.xml
@@ -14,7 +32,7 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Automatically generated using gen_PHP_INI_ENTRY.php -->
<!-- DO NOT EDIT. -->
-<!-- \$Revision: 1.9 $ -->
+<!-- \$Revision: 1.10 $ -->
<section id="##ID##.configuration">
&reftitle.runtime;
&extension.runtime;\n\n
Index: phpdoc/scripts/html_syntax.php
diff -u phpdoc/scripts/html_syntax.php:1.5 phpdoc/scripts/html_syntax.php:1.6
--- phpdoc/scripts/html_syntax.php:1.5 Sat Dec 20 09:28:49 2003
+++ phpdoc/scripts/html_syntax.php Wed Dec 31 19:35:41 2003
@@ -4,7 +4,7 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2003 The PHP Group |
+ | Copyright (c) 1997-2004 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml_proto.php:1.10 phpdoc/scripts/xml_proto.php:1.11
--- phpdoc/scripts/xml_proto.php:1.10 Tue Jul 8 09:52:34 2003
+++ phpdoc/scripts/xml_proto.php Wed Dec 31 19:35:41 2003
@@ -1,22 +1,22 @@
<?php
/*
-# +----------------------------------------------------------------------+
-# | PHP Version 4 |
-# +----------------------------------------------------------------------+
-# | Copyright (c) 1997-2002 The PHP Group |
-# +----------------------------------------------------------------------+
-# | This source file is subject to version 2.02 of the PHP licience, |
-# | that is bundled with this package in the file LICENCE and is |
-# | avalible through the world wide web at |
-# | http://www.php.net/license/2_02.txt. |
-# | If uou did not receive a copy of the PHP license and are unable to |
-# | obtain it through the world wide web, please send a note to |
-# | [EMAIL PROTECTED] so we can mail you a copy immediately |
-# +----------------------------------------------------------------------+
-# | Authors: Brad House <[EMAIL PROTECTED]> |
-# +----------------------------------------------------------------------+
-#
-# $Id: xml_proto.php,v 1.10 2003/07/08 13:52:34 didou Exp $
+ +----------------------------------------------------------------------+
+ | PHP Version 4 |
+ +----------------------------------------------------------------------+
+ | Copyright (c) 1997-2004 The PHP Group |
+ +----------------------------------------------------------------------+
+ | This source file is subject to version 3.0 of the PHP license, |
+ | that is bundled with this package in the file LICENSE, and is |
+ | available through the world-wide-web at the following url: |
+ | 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 world-wide-web, please send a note to |
+ | [EMAIL PROTECTED] so we can mail you a copy immediately. |
+ +----------------------------------------------------------------------+
+ | Authors: Brad House <[EMAIL PROTECTED]> |
+ +----------------------------------------------------------------------+
+
+ $Id: xml_proto.php,v 1.11 2004/01/01 00:35:41 goba Exp $
*/
/*
Index: phpdoc/scripts/quickref/makefunclist.php
diff -u phpdoc/scripts/quickref/makefunclist.php:1.3
phpdoc/scripts/quickref/makefunclist.php:1.4
--- phpdoc/scripts/quickref/makefunclist.php:1.3 Fri Nov 21 06:07:42 2003
+++ phpdoc/scripts/quickref/makefunclist.php Wed Dec 31 19:35:41 2003
@@ -1,23 +1,23 @@
<?php
/*
-# +----------------------------------------------------------------------+
-# | PHP Version 4 |
-# +----------------------------------------------------------------------+
-# | Copyright (c) 1997-2003 The PHP Group |
-# +----------------------------------------------------------------------+
-# | This source file is subject to version 2.02 of the PHP licence, |
-# | that is bundled with this package in the file LICENCE and is |
-# | avalible through the world wide web at |
-# | http://www.php.net/license/2_02.txt. |
-# | If you did not receive a copy of the PHP license and are unable to |
-# | obtain it through the world wide web, please send a note to |
-# | [EMAIL PROTECTED] so we can mail you a copy immediately. |
-# +----------------------------------------------------------------------+
-# | Authors: Mitja Slenc <[EMAIL PROTECTED]> |
-# | Gabor Hojtsy <[EMAIL PROTECTED]> |
-# +----------------------------------------------------------------------+
-#
-# $Id: makefunclist.php,v 1.3 2003/11/21 11:07:42 goba Exp $
+ +----------------------------------------------------------------------+
+ | PHP Version 4 |
+ +----------------------------------------------------------------------+
+ | Copyright (c) 1997-2004 The PHP Group |
+ +----------------------------------------------------------------------+
+ | This source file is subject to version 3.0 of the PHP license, |
+ | that is bundled with this package in the file LICENSE, and is |
+ | available through the world-wide-web at the following url: |
+ | 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 world-wide-web, please send a note to |
+ | [EMAIL PROTECTED] so we can mail you a copy immediately. |
+ +----------------------------------------------------------------------+
+ | Authors: Mitja Slenc <[EMAIL PROTECTED]> |
+ | Gabor Hojtsy <[EMAIL PROTECTED]> |
+ +----------------------------------------------------------------------+
+
+ $Id: makefunclist.php,v 1.4 2004/01/01 00:35:41 goba Exp $
*/
$XML_REF_ROOT = "../../en/reference/";
Index: phpdoc/scripts/quickref/prefixcompress.php
diff -u phpdoc/scripts/quickref/prefixcompress.php:1.2
phpdoc/scripts/quickref/prefixcompress.php:1.3
--- phpdoc/scripts/quickref/prefixcompress.php:1.2 Fri Nov 21 06:07:42 2003
+++ phpdoc/scripts/quickref/prefixcompress.php Wed Dec 31 19:35:41 2003
@@ -1,22 +1,22 @@
<?php
/*
-# +----------------------------------------------------------------------+
-# | PHP Version 4 |
-# +----------------------------------------------------------------------+
-# | Copyright (c) 1997-2003 The PHP Group |
-# +----------------------------------------------------------------------+
-# | This source file is subject to version 2.02 of the PHP licence, |
-# | that is bundled with this package in the file LICENCE and is |
-# | avalible through the world wide web at |
-# | http://www.php.net/license/2_02.txt. |
-# | If you did not receive a copy of the PHP license and are unable to |
-# | obtain it through the world wide web, please send a note to |
-# | [EMAIL PROTECTED] so we can mail you a copy immediately. |
-# +----------------------------------------------------------------------+
-# | Authors: Mitja Slenc <[EMAIL PROTECTED]> |
-# +----------------------------------------------------------------------+
-#
-# $Id: prefixcompress.php,v 1.2 2003/11/21 11:07:42 goba Exp $
+ +----------------------------------------------------------------------+
+ | PHP Version 4 |
+ +----------------------------------------------------------------------+
+ | Copyright (c) 1997-2004 The PHP Group |
+ +----------------------------------------------------------------------+
+ | This source file is subject to version 3.0 of the PHP license, |
+ | that is bundled with this package in the file LICENSE, and is |
+ | available through the world-wide-web at the following url: |
+ | 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 world-wide-web, please send a note to |
+ | [EMAIL PROTECTED] so we can mail you a copy immediately. |
+ +----------------------------------------------------------------------+
+ | Authors: Mitja Slenc <[EMAIL PROTECTED]> |
+ +----------------------------------------------------------------------+
+
+ $Id: prefixcompress.php,v 1.3 2004/01/01 00:35:41 goba Exp $
*/
$funcs=file("funclist.txt");
Index: phpdoc/scripts/quickref/processafter.php
diff -u phpdoc/scripts/quickref/processafter.php:1.4
phpdoc/scripts/quickref/processafter.php:1.5
--- phpdoc/scripts/quickref/processafter.php:1.4 Wed Dec 31 11:07:12 2003
+++ phpdoc/scripts/quickref/processafter.php Wed Dec 31 19:35:41 2003
@@ -1,22 +1,22 @@
<?php
/*
-# +----------------------------------------------------------------------+
-# | PHP Version 4 |
-# +----------------------------------------------------------------------+
-# | Copyright (c) 1997-2003 The PHP Group |
-# +----------------------------------------------------------------------+
-# | This source file is subject to version 2.02 of the PHP licence, |
-# | that is bundled with this package in the file LICENCE and is |
-# | avalible through the world wide web at |
-# | http://www.php.net/license/2_02.txt. |
-# | If you did not receive a copy of the PHP license and are unable to |
-# | obtain it through the world wide web, please send a note to |
-# | [EMAIL PROTECTED] so we can mail you a copy immediately. |
-# +----------------------------------------------------------------------+
-# | Authors: Mitja Slenc <[EMAIL PROTECTED]> |
-# +----------------------------------------------------------------------+
-#
-# $Id: processafter.php,v 1.4 2003/12/31 16:07:12 goba Exp $
+ +----------------------------------------------------------------------+
+ | PHP Version 4 |
+ +----------------------------------------------------------------------+
+ | Copyright (c) 1997-2004 The PHP Group |
+ +----------------------------------------------------------------------+
+ | This source file is subject to version 3.0 of the PHP license, |
+ | that is bundled with this package in the file LICENSE, and is |
+ | available through the world-wide-web at the following url: |
+ | 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 world-wide-web, please send a note to |
+ | [EMAIL PROTECTED] so we can mail you a copy immediately. |
+ +----------------------------------------------------------------------+
+ | Authors: Mitja Slenc <[EMAIL PROTECTED]> |
+ +----------------------------------------------------------------------+
+
+ $Id: processafter.php,v 1.5 2004/01/01 00:35:41 goba Exp $
*/
$lines=file("originalafter.js");
Index: phpdoc/scripts/quickref/unusedcompress.php
diff -u phpdoc/scripts/quickref/unusedcompress.php:1.2
phpdoc/scripts/quickref/unusedcompress.php:1.3
--- phpdoc/scripts/quickref/unusedcompress.php:1.2 Fri Nov 21 06:07:42 2003
+++ phpdoc/scripts/quickref/unusedcompress.php Wed Dec 31 19:35:41 2003
@@ -1,22 +1,22 @@
<?php
/*
-# +----------------------------------------------------------------------+
-# | PHP Version 4 |
-# +----------------------------------------------------------------------+
-# | Copyright (c) 1997-2003 The PHP Group |
-# +----------------------------------------------------------------------+
-# | This source file is subject to version 2.02 of the PHP licence, |
-# | that is bundled with this package in the file LICENCE and is |
-# | avalible through the world wide web at |
-# | http://www.php.net/license/2_02.txt. |
-# | If you did not receive a copy of the PHP license and are unable to |
-# | obtain it through the world wide web, please send a note to |
-# | [EMAIL PROTECTED] so we can mail you a copy immediately. |
-# +----------------------------------------------------------------------+
-# | Authors: Mitja Slenc <[EMAIL PROTECTED]> |
-# +----------------------------------------------------------------------+
-#
-# $Id: unusedcompress.php,v 1.2 2003/11/21 11:07:42 goba Exp $
+ +----------------------------------------------------------------------+
+ | PHP Version 4 |
+ +----------------------------------------------------------------------+
+ | Copyright (c) 1997-2004 The PHP Group |
+ +----------------------------------------------------------------------+
+ | This source file is subject to version 3.0 of the PHP license, |
+ | that is bundled with this package in the file LICENSE, and is |
+ | available through the world-wide-web at the following url: |
+ | 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 world-wide-web, please send a note to |
+ | [EMAIL PROTECTED] so we can mail you a copy immediately. |
+ +----------------------------------------------------------------------+
+ | Authors: Mitja Slenc <[EMAIL PROTECTED]> |
+ +----------------------------------------------------------------------+
+
+ $Id: unusedcompress.php,v 1.3 2004/01/01 00:35:41 goba Exp $
*/
$tocomp=implode("", file("prefixcompressed.txt"));
Index: phpdoc/scripts/rtlpatch/HtmlExtParser.class.php
diff -u phpdoc/scripts/rtlpatch/HtmlExtParser.class.php:1.16
phpdoc/scripts/rtlpatch/HtmlExtParser.class.php:1.17
--- phpdoc/scripts/rtlpatch/HtmlExtParser.class.php:1.16 Tue Aug 12 09:29:53
2003
+++ phpdoc/scripts/rtlpatch/HtmlExtParser.class.php Wed Dec 31 19:35:42 2003
@@ -3,20 +3,20 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2003 The PHP Group |
+ | Copyright (c) 1997-2004 The PHP Group |
+----------------------------------------------------------------------+
- | This source file is subject to version 2.02 of the PHP licience, |
- | that is bundled with this package in the file LICENCE and is |
- | avalible through the world wide web at |
- | http://www.php.net/license/2_02.txt. |
- | If uou did not receive a copy of the PHP license and are unable to |
- | obtain it through the world wide web, please send a note to |
- | [EMAIL PROTECTED] so we can mail you a copy immediately |
+ | This source file is subject to version 3.0 of the PHP license, |
+ | that is bundled with this package in the file LICENSE, and is |
+ | available through the world-wide-web at the following url: |
+ | 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 world-wide-web, please send a note to |
+ | [EMAIL PROTECTED] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Authors: Moshe Doron <[EMAIL PROTECTED]> |
+ | Authors: Moshe Doron <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
- $Id: HtmlExtParser.class.php,v 1.16 2003/08/12 13:29:53 momo Exp $
+ $Id: HtmlExtParser.class.php,v 1.17 2004/01/01 00:35:42 goba Exp $
*/
class CHtmlExtParse extends CHtmlParse{
@@ -263,4 +263,4 @@
unset($this->EC);
unset($this->EBT);
}
-}
\ No newline at end of file
+}
Index: phpdoc/scripts/rtlpatch/HtmlParser.class.php
diff -u phpdoc/scripts/rtlpatch/HtmlParser.class.php:1.4
phpdoc/scripts/rtlpatch/HtmlParser.class.php:1.5
--- phpdoc/scripts/rtlpatch/HtmlParser.class.php:1.4 Mon Jun 23 14:31:19 2003
+++ phpdoc/scripts/rtlpatch/HtmlParser.class.php Wed Dec 31 19:35:42 2003
@@ -3,20 +3,20 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2003 The PHP Group |
+ | Copyright (c) 1997-2004 The PHP Group |
+----------------------------------------------------------------------+
- | This source file is subject to version 2.02 of the PHP licience, |
- | that is bundled with this package in the file LICENCE and is |
- | avalible through the world wide web at |
- | http://www.php.net/license/2_02.txt. |
- | If uou did not receive a copy of the PHP license and are unable to |
- | obtain it through the world wide web, please send a note to |
- | [EMAIL PROTECTED] so we can mail you a copy immediately |
+ | This source file is subject to version 3.0 of the PHP license, |
+ | that is bundled with this package in the file LICENSE, and is |
+ | available through the world-wide-web at the following url: |
+ | 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 world-wide-web, please send a note to |
+ | [EMAIL PROTECTED] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Authors: Moshe Doron <[EMAIL PROTECTED]> |
+ | Authors: Moshe Doron <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
- $Id: HtmlParser.class.php,v 1.4 2003/06/23 18:31:19 momo Exp $
+ $Id: HtmlParser.class.php,v 1.5 2004/01/01 00:35:42 goba Exp $
*/
define("__HTML_FREE_ENGLISH__",1);
@@ -543,4 +543,4 @@
if ($p==" "||$p=="\n"||$p=="\r"||$p=="\t"||$p=="\v"|| $p=="\0") return true;
else return false;
}
-?>
\ No newline at end of file
+?>
Index: phpdoc/scripts/rtlpatch/hackmanuallang.php
diff -u phpdoc/scripts/rtlpatch/hackmanuallang.php:1.3
phpdoc/scripts/rtlpatch/hackmanuallang.php:1.4
--- phpdoc/scripts/rtlpatch/hackmanuallang.php:1.3 Tue Dec 23 07:25:10 2003
+++ phpdoc/scripts/rtlpatch/hackmanuallang.php Wed Dec 31 19:35:42 2003
@@ -1,22 +1,22 @@
<?
/*
- +-------------------------------------------------------------------------------+
- | PHP Version 4
|
- +-------------------------------------------------------------------------------+
- | Copyright (c) 1997-2003 The PHP Group |
- +-------------------------------------------------------------------------------+
- | This source file is subject to version 2.02 of the PHP licience, |
- | that is bundled with this package in the file LICENCE and is |
- | avalible through the world wide web at |
- | http://www.php.net/license/2_02.txt. |
- | If uou did not receive a copy of the PHP license and are unable|
- | to obtain it through the world wide web, please send a note to |
- | [EMAIL PROTECTED] so we can mail you a copy immediately |
- +-------------------------------------------------------------------------------+
- | Authors: Moshe Doron <[EMAIL PROTECTED]> |
- +-------------------------------------------------------------------------------+
+ +----------------------------------------------------------------------+
+ | PHP Version 4 |
+ +----------------------------------------------------------------------+
+ | Copyright (c) 1997-2004 The PHP Group |
+ +----------------------------------------------------------------------+
+ | This source file is subject to version 3.0 of the PHP license, |
+ | that is bundled with this package in the file LICENSE, and is |
+ | available through the world-wide-web at the following url: |
+ | 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 world-wide-web, please send a note to |
+ | [EMAIL PROTECTED] so we can mail you a copy immediately. |
+ +----------------------------------------------------------------------+
+ | Authors: Moshe Doron <[EMAIL PROTECTED]> |
+ +----------------------------------------------------------------------+
- $Id: hackmanuallang.php,v 1.3 2003/12/23 12:25:10 moriyoshi Exp $
+ $Id: hackmanuallang.php,v 1.4 2004/01/01 00:35:42 goba Exp $
*/
/*
Index: phpdoc/scripts/rtlpatch/rtlpatch.php
diff -u phpdoc/scripts/rtlpatch/rtlpatch.php:1.7
phpdoc/scripts/rtlpatch/rtlpatch.php:1.8
--- phpdoc/scripts/rtlpatch/rtlpatch.php:1.7 Thu Jul 31 01:34:58 2003
+++ phpdoc/scripts/rtlpatch/rtlpatch.php Wed Dec 31 19:35:42 2003
@@ -3,20 +3,20 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2003 The PHP Group |
+ | Copyright (c) 1997-2004 The PHP Group |
+----------------------------------------------------------------------+
- | This source file is subject to version 2.02 of the PHP licience, |
- | that is bundled with this package in the file LICENCE and is |
- | avalible through the world wide web at |
- | http://www.php.net/license/2_02.txt. |
- | If uou did not receive a copy of the PHP license and are unable to |
- | obtain it through the world wide web, please send a note to |
- | [EMAIL PROTECTED] so we can mail you a copy immediately |
+ | This source file is subject to version 3.0 of the PHP license, |
+ | that is bundled with this package in the file LICENSE, and is |
+ | available through the world-wide-web at the following url: |
+ | 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 world-wide-web, please send a note to |
+ | [EMAIL PROTECTED] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Authors: Moshe Doron <[EMAIL PROTECTED]> |
+ | Authors: Moshe Doron <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
- $Id: rtlpatch.php,v 1.7 2003/07/31 05:34:58 momo Exp $
+ $Id: rtlpatch.php,v 1.8 2004/01/01 00:35:42 goba Exp $
*/
/*
@@ -158,4 +158,4 @@
function mysyslog($s){
echo "$s\n";
}
-?>
\ No newline at end of file
+?>