]> granicus.if.org Git - php/commitdiff
rename.
authorAndrei Zmievski <andrei@php.net>
Fri, 1 Oct 1999 14:54:55 +0000 (14:54 +0000)
committerAndrei Zmievski <andrei@php.net>
Fri, 1 Oct 1999 14:54:55 +0000 (14:54 +0000)
ext/pcre/php_pcre.c
ext/pcre/php_pcre.h
ext/session/session.c
ext/standard/info.c
ext/wddx/php_wddx.h
ext/wddx/php_wddx_api.h
ext/wddx/wddx.c

index 11eedbe944c69b3e2f4fc54ede37e5fb16af1bcd..1e6522427b8e0faac3684932ca0eb4197bfdba7e 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.               |
    +----------------------------------------------------------------------+
-   | Authors: Andrey Zmievski <andrey@ispi.net>                           |
+   | Authors: Andrei Zmievski <andrei@ispi.net>                           |
    +----------------------------------------------------------------------+
  */
 
@@ -21,7 +21,6 @@
 /*
        TODO:
        - Allow user to set PCRE_NOTEMPTY, PCRE_ANCHORED at execution time
-       - Have an option for preg_split() to not return empty strings
 */
 
 #include "php.h"
index 4809b32a2c5b00209509e281b7fd4548a63919da..a4ccdd368a00f795ada59ca2684571099be01caf 100644 (file)
@@ -23,7 +23,7 @@
    | If you did not, or have any questions about PHP licensing, please    |
    | contact core@php.net.                                                |
    +----------------------------------------------------------------------+
-   | Authors: Andrey Zmievski <andrey@ispi.net>                           |
+   | Authors: Andrei Zmievski <andrei@ispi.net>                           |
    +----------------------------------------------------------------------+
  */
 
index 704bd68bad79049e7db929ffe0f9c06359982a42..313af12ed3868cbf425b267d7e5251e4896db82f 100644 (file)
@@ -13,7 +13,7 @@
    | license@php.net so we can mail you a copy immediately.               |
    +----------------------------------------------------------------------+
    | Authors: Sascha Schumann <ss@2ns.de>                                 |
-   |          Andrey Zmievski <andrey@ispi.net>                           |
+   |          Andrei Zmievski <andrei@ispi.net>                           |
    +----------------------------------------------------------------------+
  */
 
index 625fd0748b9af18b218c17662ca95ee0a941532c..5eca918d4a40b0e9306d77c576392677a3d24974 100644 (file)
@@ -311,7 +311,7 @@ void php_print_credits(int flag)
                CREDIT_LINE("CGI SAPI Module", "Rasmus Lerdorf, Stig Bakken");
                CREDIT_LINE("AOLserver SAPI Module", "Sascha Schumann");
                CREDIT_LINE("Overall Work", "Thies C. Arntzen, Stig Bakken, Shane Caraveo, \
-                                       Rasmus Lerdorf, Sascha Schumann, Zeev Suraski, Andrey Zmievski, \
+                                       Rasmus Lerdorf, Sascha Schumann, Zeev Suraski, Andrei Zmievski, \
                                        and others");
                PUTS("</table>\n");
        }
@@ -344,15 +344,15 @@ void php_print_credits(int flag)
                CREDIT_LINE("OCI8", "Stig Bakken, Thies C. Arntzen");
                CREDIT_LINE("ODBC", "Stig Bakken, Andreas Karajannis, Frank M. Kromann");
                CREDIT_LINE("Oracle", "Stig Bakken, Mitch Golden, Rasmus Lerdorf, Andreas Karajannis, Thies C. Arntzen");
-               CREDIT_LINE("Perl Compatible Regexps", "Andrey Zmievski");
+               CREDIT_LINE("Perl Compatible Regexps", "Andrei Zmievski");
                CREDIT_LINE("PDF", "Uwe Steinmann");
                CREDIT_LINE("PostgreSQL", "Jouni Ahto, Zeev Suraski");
-               CREDIT_LINE("Sessions", "Sascha Schumann, Andrey Zmievski");
+               CREDIT_LINE("Sessions", "Sascha Schumann, Andrei Zmievski");
                CREDIT_LINE("SNMP", "Rasmus Lerdorf");
                CREDIT_LINE("Sybase", "Zeev Suraski");
                CREDIT_LINE("System V Shared Memory", "Christian Cartus");
                CREDIT_LINE("System V Semaphores", "Tom May");
-               CREDIT_LINE("WDDX", "Andrey Zmievski");
+               CREDIT_LINE("WDDX", "Andrei Zmievski");
                CREDIT_LINE("XML", "Stig Bakken, Thies C. Arntzen");
                CREDIT_LINE("Yellow Pages", "Stephanie Wehner");
                CREDIT_LINE("Zlib", "Rasmus Lerdorf, Stefan Roehrich");
index d2c0c9c74f64fc9bea3f5b7d7c7288613bd886e6..bc58e56bf977b68f0cd8ec36c1e85d20403cf78a 100644 (file)
@@ -23,7 +23,7 @@
    | If you did not, or have any questions about PHP licensing, please    |
    | contact core@php.net.                                                |
    +----------------------------------------------------------------------+
-   | Authors: Andrey Zmievski <andrey@ispi.net>                           |
+   | Authors: Andrei Zmievski <andrei@ispi.net>                           |
    +----------------------------------------------------------------------+
  */
 
index 1444464b675f7500acbcca2b406b3927ffc20ad9..23a2ed4bc4f534e615a7b96319016214244432d1 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:  Andrey Zmievski <andrey@ispi.net>                           |
+   | Author:  Andrei Zmievski <andrei@ispi.net>                           |
    +----------------------------------------------------------------------+
  */
 
index c54cda6c74a4a4edc48de62b22fbd5e3d85c750b..59214c14ad2ae31ec0fc92fc44a61b7c205caf93 100644 (file)
@@ -23,7 +23,7 @@
    | If you did not, or have any questions about PHP licensing, please    |
    | contact core@php.net.                                                |
    +----------------------------------------------------------------------+
-   | Authors: Andrey Zmievski <andrey@ispi.net>                          |
+   | Authors: Andrei Zmievski <andrei@ispi.net>                          |
    +----------------------------------------------------------------------+
  */