didou Fri Oct 24 08:07:07 2003 EDT
Modified files: /phpdoc/en/reference/calendar/functions easter-date.xml easter-days.xml /phpdoc/en/reference/oci8 reference.xml /phpdoc/en/reference/strings/functions metaphone.xml Log: email obfuscation Index: phpdoc/en/reference/calendar/functions/easter-date.xml diff -u phpdoc/en/reference/calendar/functions/easter-date.xml:1.6 phpdoc/en/reference/calendar/functions/easter-date.xml:1.7 --- phpdoc/en/reference/calendar/functions/easter-date.xml:1.6 Mon Oct 6 23:49:01 2003 +++ phpdoc/en/reference/calendar/functions/easter-date.xml Fri Oct 24 08:06:52 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <!-- splitted from ./en/functions/calendar.xml, last change in rev 1.2 --> <refentry id="function.easter-date"> <refnamediv> @@ -59,7 +59,7 @@ </para> <para> (The code is based on a C program by Simon Kershaw, - <[EMAIL PROTECTED]>) + <webmaster at ely.anglican dot org>) </para> <para> See <function>easter_days</function> for calculating Easter Index: phpdoc/en/reference/calendar/functions/easter-days.xml diff -u phpdoc/en/reference/calendar/functions/easter-days.xml:1.6 phpdoc/en/reference/calendar/functions/easter-days.xml:1.7 --- phpdoc/en/reference/calendar/functions/easter-days.xml:1.6 Mon Oct 6 23:49:01 2003 +++ phpdoc/en/reference/calendar/functions/easter-days.xml Fri Oct 24 08:06:52 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <!-- splitted from ./en/functions/calendar.xml, last change in rev 1.2 --> <refentry id="function.easter-days"> <refnamediv> @@ -71,7 +71,7 @@ </para> <para> (The code is based on a C program by Simon Kershaw, - <[EMAIL PROTECTED]>) + <webmaster at ely.anglican dot org>) </para> <para> See also <function>easter_date</function>. Index: phpdoc/en/reference/oci8/reference.xml diff -u phpdoc/en/reference/oci8/reference.xml:1.9 phpdoc/en/reference/oci8/reference.xml:1.10 --- phpdoc/en/reference/oci8/reference.xml:1.9 Tue May 13 19:07:07 2003 +++ phpdoc/en/reference/oci8/reference.xml Fri Oct 24 08:07:03 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.9 $ --> +<!-- $Revision: 1.10 $ --> <reference id="ref.oci8"> <title>Oracle 8 functions</title> <titleabbrev>OCI8</titleabbrev> @@ -137,7 +137,7 @@ <programlisting role="php"> <![CDATA[ <?php -// by [EMAIL PROTECTED] +// by sergo at bacup dot ru // Use option: OCI_DEFAULT for execute command to delay execution OCIExecute($stmt, OCI_DEFAULT); @@ -171,7 +171,7 @@ <programlisting role="php"> <![CDATA[ <?php -// by [EMAIL PROTECTED] +// by webmaster at remoterealty dot com $sth = OCIParse ( $dbh, "begin sp_newaddress( :address_id, '$firstname', '$lastname', '$company', '$address1', '$address2', '$city', '$state', '$postalcode', '$country', :error_code );end;" ); Index: phpdoc/en/reference/strings/functions/metaphone.xml diff -u phpdoc/en/reference/strings/functions/metaphone.xml:1.2 phpdoc/en/reference/strings/functions/metaphone.xml:1.3 --- phpdoc/en/reference/strings/functions/metaphone.xml:1.2 Wed Apr 17 02:44:18 2002 +++ phpdoc/en/reference/strings/functions/metaphone.xml Fri Oct 24 08:07:07 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 --> <refentry id="function.metaphone"> <refnamediv> @@ -24,7 +24,7 @@ </para> <para> Metaphone was developed by Lawrence Philips - <[EMAIL PROTECTED]>. It is described in ["Practical + <lphilips at verity dot com>. It is described in ["Practical Algorithms for Programmers", Binstock & Rex, Addison Wesley, 1995]. </para>