]> granicus.if.org Git - php/commitdiff
Changing email address.
authorAndrei Zmievski <andrei@php.net>
Mon, 13 May 2002 17:28:38 +0000 (17:28 +0000)
committerAndrei Zmievski <andrei@php.net>
Mon, 13 May 2002 17:28:38 +0000 (17:28 +0000)
ext/pcre/php_pcre.c
ext/pcre/php_pcre.h
ext/session/session.c
ext/standard/array.c
ext/standard/php_array.h
ext/wddx/php_wddx.h
ext/wddx/wddx.c
pear/Console/Getopt.php

index 9a6dee167b56f9e673a4e45631485560d9b64d52..964b3d508c1acf5ee8b55eefba7e0acf3d956d6a 100644 (file)
@@ -12,7 +12,7 @@
    | obtain it through the world-wide-web, please send a note to          |
    | license@php.net so we can mail you a copy immediately.               |
    +----------------------------------------------------------------------+
-   | Author: Andrei Zmievski <andrei@ispi.net>                            |
+   | Author: Andrei Zmievski <andrei@php.net>                             |
    +----------------------------------------------------------------------+
  */
 
index 726b453daf8bb50c9e1a7b9619fbe4bdc0abecdc..3512c78ba81d1fc80ade0b85c772594465167a7e 100644 (file)
@@ -12,7 +12,7 @@
    | obtain it through the world-wide-web, please send a note to          |
    | license@php.net so we can mail you a copy immediately.               |
    +----------------------------------------------------------------------+
-   | Author: Andrei Zmievski <andrei@ispi.net>                            |
+   | Author: Andrei Zmievski <andrei@php.net>                             |
    +----------------------------------------------------------------------+
  */
  
index 1a2d39884aba60a7321abebca6fb7ea27f42578f..849725a4c4834663e298ad652f4fbcf09dcc0efa 100644 (file)
@@ -13,7 +13,7 @@
    | license@php.net so we can mail you a copy immediately.               |
    +----------------------------------------------------------------------+
    | Authors: Sascha Schumann <sascha@schumann.cx>                        |
-   |          Andrei Zmievski <andrei@ispi.net>                           |
+   |          Andrei Zmievski <andrei@php.net>                            |
    +----------------------------------------------------------------------+
  */
 
index fb59f841ed7c643d44affe7d5f011d38120be49a..a1c9154d43249b234e96c2325b7ecdb6928adc76 100644 (file)
@@ -15,7 +15,7 @@
    | Authors: Andi Gutmans <andi@zend.com>                                |
    |          Zeev Suraski <zeev@zend.com>                                |
    |          Rasmus Lerdorf <rasmus@php.net>                             |
-   |          Andrei Zmievski <andrei@ispi.net>                           |
+   |          Andrei Zmievski <andrei@php.net>                            |
    |          Stig Venaas <venaas@php.net>                                |
    |          Jason Greene <jason@php.net>                                |
    +----------------------------------------------------------------------+
index 64f100a4ee293487a7ee17aab4029a065b5d4033..96c05a7a3700be5b3f97340a16ba80122ff3e32e 100644 (file)
@@ -15,7 +15,7 @@
    | Authors: Andi Gutmans <andi@zend.com>                                |
    |          Zeev Suraski <zeev@zend.com>                                |
    |          Rasmus Lerdorf <rasmus@php.net>                             |
-   |          Andrei Zmievski <andrei@ispi.net>                           |
+   |          Andrei Zmievski <andrei@php.net>                            |
    +----------------------------------------------------------------------+
 */
 
index 440b2a685ce177a1564edf57e08680eb53b8d5a3..a1de64e71235f479bbe3fddab4b208b49cbc6e81 100644 (file)
@@ -12,7 +12,7 @@
    | obtain it through the world-wide-web, please send a note to          |
    | license@php.net so we can mail you a copy immediately.               |
    +----------------------------------------------------------------------+
-   | Author: Andrei Zmievski <andrei@ispi.net>                            |
+   | Author: Andrei Zmievski <andrei@php.net>                             |
    +----------------------------------------------------------------------+
  */
 
index 9cfb1b464d721485bef7f0e883ff25bc799b5aef..d23e65098eb74c843461a94f5c43ea828d9c0e0d 100644 (file)
@@ -12,7 +12,7 @@
    | obtain it through the world-wide-web, please send a note to          |
    | license@php.net so we can mail you a copy immediately.               |
    +----------------------------------------------------------------------+
-   | Author: Andrei Zmievski <andrei@ispi.net>                            |
+   | Author: Andrei Zmievski <andrei@php.net>                             |
    +----------------------------------------------------------------------+
  */
 
index d678a5b238e2035a7650d7e14579ebd1b6e27363..c82aabba348ce8c7f1793d8c0139e525be0a0ba6 100644 (file)
@@ -13,7 +13,7 @@
 // | obtain it through the world-wide-web, please send a note to          |
 // | license@php.net so we can mail you a copy immediately.               |
 // +----------------------------------------------------------------------+
-// | Author: Andrei Zmievski <andrei@ispi.net>                            |
+// | Author: Andrei Zmievski <andrei@php.net>                             |
 // +----------------------------------------------------------------------+
 //
 // $Id$
@@ -23,7 +23,7 @@ require_once 'PEAR.php';
 /**
  * Command-line options parsing class.
  *
- * @author Andrei Zmievski <andrei@ispi.net>
+ * @author Andrei Zmievski <andrei@php.net>
  *
  */
 class Console_Getopt {