summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/pcre/php_pcre.c3
-rw-r--r--ext/pcre/php_pcre.h2
-rw-r--r--ext/session/session.c2
-rw-r--r--ext/standard/info.c8
-rw-r--r--ext/wddx/php_wddx.h2
-rw-r--r--ext/wddx/php_wddx_api.h2
-rw-r--r--ext/wddx/wddx.c2
7 files changed, 10 insertions, 11 deletions
diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c
index 11eedbe944..1e6522427b 100644
--- a/ext/pcre/php_pcre.c
+++ b/ext/pcre/php_pcre.c
@@ -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"
diff --git a/ext/pcre/php_pcre.h b/ext/pcre/php_pcre.h
index 4809b32a2c..a4ccdd368a 100644
--- a/ext/pcre/php_pcre.h
+++ b/ext/pcre/php_pcre.h
@@ -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> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/session/session.c b/ext/session/session.c
index 704bd68bad..313af12ed3 100644
--- a/ext/session/session.c
+++ b/ext/session/session.c
@@ -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> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/info.c b/ext/standard/info.c
index 625fd0748b..5eca918d4a 100644
--- a/ext/standard/info.c
+++ b/ext/standard/info.c
@@ -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");
diff --git a/ext/wddx/php_wddx.h b/ext/wddx/php_wddx.h
index d2c0c9c74f..bc58e56bf9 100644
--- a/ext/wddx/php_wddx.h
+++ b/ext/wddx/php_wddx.h
@@ -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> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/wddx/php_wddx_api.h b/ext/wddx/php_wddx_api.h
index 1444464b67..23a2ed4bc4 100644
--- a/ext/wddx/php_wddx_api.h
+++ b/ext/wddx/php_wddx_api.h
@@ -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> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/wddx/wddx.c b/ext/wddx/wddx.c
index c54cda6c74..59214c14ad 100644
--- a/ext/wddx/wddx.c
+++ b/ext/wddx/wddx.c
@@ -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> |
+----------------------------------------------------------------------+
*/