[PHP-CVS] cvs: php4 /ext/standard array.c php_array.h

2002-09-10 Thread Andrei Zmievski
andrei Tue Sep 10 14:34:17 2002 EDT Modified files: /php4/ext/standard array.c php_array.h Log: - Fixed array_merge_recursive() to avoid problems with merging cyclical arrays (bug #16064). (Andrei) Index: php4/ext/standard/array.c diff -u

[PHP-CVS] cvs: php4 /ext/standard reg.h

2002-09-25 Thread Andrei Zmievski
andrei Wed Sep 25 13:48:10 2002 EDT Modified files: /php4/ext/standard reg.h Log: Index: php4/ext/standard/reg.h diff -u php4/ext/standard/reg.h:1.16 php4/ext/standard/reg.h:1.17 --- php4/ext/standard/reg.h:1.16Wed Sep 25 10:02:34 2002 +++

[PHP-CVS] cvs: php4 / configure.in /main php_version.h

2002-10-05 Thread Andrei Zmievski
andrei Sat Oct 5 16:37:12 2002 EDT Modified files: /php4 configure.in /php4/main php_version.h Log: Change HEAD version to 4.4.0-dev. Index: php4/configure.in diff -u php4/configure.in:1.378 php4/configure.in:1.379 --- php4/configure.in:1.378

[PHP-CVS] cvs: php4 / configure.in

2002-10-08 Thread Andrei Zmievski
andrei Tue Oct 8 13:41:18 2002 EDT Modified files: /php4 configure.in Log: Revert to 4.3.0. Index: php4/configure.in diff -u php4/configure.in:1.380 php4/configure.in:1.381 --- php4/configure.in:1.380 Mon Oct 7 22:27:53 2002 +++

[PHP-CVS] cvs: php4 /ext/tokenizer EXPERIMENTAL

2002-10-08 Thread Andrei Zmievski
andrei Tue Oct 8 16:12:55 2002 EDT Removed files: /php4/ext/tokenizer EXPERIMENTAL Log: Tokenizer has been stable for some time now. -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: CVSROOT / avail

2002-10-18 Thread Andrei Zmievski
andrei Thu Oct 17 10:49:24 2002 EDT Modified files: /CVSROOTavail Log: Adjust acl for vpopmail. Index: CVSROOT/avail diff -u CVSROOT/avail:1.513 CVSROOT/avail:1.514 --- CVSROOT/avail:1.513 Thu Oct 17 03:51:08 2002 +++ CVSROOT/avail Thu Oct 17

[PHP-CVS] cvs: php4 / apidoc.txt

2002-10-18 Thread Andrei Zmievski
andrei Fri Oct 18 09:36:02 2002 EDT Removed files: /php4 apidoc.txt Log: Remove deprecated apidoc.txt. -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php4 / NEWS

2002-11-07 Thread Andrei Zmievski
andrei Thu Nov 7 10:09:11 2002 EDT Modified files: /php4 NEWS Log: Fix. Index: php4/NEWS diff -u php4/NEWS:1.1239 php4/NEWS:1.1240 --- php4/NEWS:1.1239Mon Nov 4 13:11:43 2002 +++ php4/NEWS Thu Nov 7 10:09:11 2002 -1,8 +1,6 PHP 4

[PHP-CVS] cvs: php4 /ext/tokenizer php_tokenizer.h

2002-11-08 Thread Andrei Zmievski
andrei Fri Nov 8 16:20:49 2002 EDT Modified files: /php4/ext/tokenizer php_tokenizer.h Log: Remove unnecessary comments. Index: php4/ext/tokenizer/php_tokenizer.h diff -u php4/ext/tokenizer/php_tokenizer.h:1.3 php4/ext/tokenizer/php_tokenizer.h:1.4 ---

[PHP-CVS] cvs: php4 /ext/pcre php_pcre.c

2002-11-08 Thread Andrei Zmievski
andrei Fri Nov 8 19:43:37 2002 EDT Modified files: /php4/ext/pcre php_pcre.c Log: Fix memory leak in non-ZTS mode. Index: php4/ext/pcre/php_pcre.c diff -u php4/ext/pcre/php_pcre.c:1.130 php4/ext/pcre/php_pcre.c:1.131 --- php4/ext/pcre/php_pcre.c:1.130

[PHP-CVS] cvs: php4 /ext/mbstring config.m4

2002-11-12 Thread Andrei Zmievski
andrei Tue Nov 12 23:36:04 2002 EDT Modified files: /php4/ext/mbstring config.m4 Log: Disable mbstring by default. Index: php4/ext/mbstring/config.m4 diff -u php4/ext/mbstring/config.m4:1.27 php4/ext/mbstring/config.m4:1.28 ---

[PHP-CVS] cvs: php4 / configure.in /main php_version.h

2002-11-13 Thread Andrei Zmievski
andrei Wed Nov 13 14:19:07 2002 EDT Modified files: /php4 configure.in /php4/main php_version.h Log: Change version to 4.4.0-dev. Index: php4/configure.in diff -u php4/configure.in:1.396 php4/configure.in:1.397 --- php4/configure.in:1.396

[PHP-CVS] cvs: php4(PHP_4_3) / configure.in /main php_version.h

2002-11-14 Thread Andrei Zmievski
andrei Thu Nov 14 11:47:03 2002 EDT Modified files: (Branch: PHP_4_3) /php4 configure.in /php4/main php_version.h Log: Go for RC1. Index: php4/configure.in diff -u php4/configure.in:1.396 php4/configure.in:1.396.2.1 --- php4/configure.in:1.396

[PHP-CVS] cvs: php4(PHP_4_3) / configure.in

2002-11-14 Thread Andrei Zmievski
andrei Thu Nov 14 12:03:37 2002 EDT Modified files: (Branch: PHP_4_3) /php4 configure.in Log: Fix version. Index: php4/configure.in diff -u php4/configure.in:1.396.2.1 php4/configure.in:1.396.2.2 --- php4/configure.in:1.396.2.1 Thu Nov 14 11:47:03 2002

[PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c /sapi/cli php_cli.c

2002-11-14 Thread Andrei Zmievski
andrei Thu Nov 14 15:32:29 2002 EDT Modified files: /php4/sapi/cgi cgi_main.c /php4/sapi/cli php_cli.c Log: Sort the modules and extensions before printing them when -m switch is used. Index: php4/sapi/cgi/cgi_main.c diff -u

[PHP-CVS] cvs: php4(PHP_4_3) /sapi/cgi cgi_main.c /sapi/cli php_cli.c

2002-11-14 Thread Andrei Zmievski
andrei Thu Nov 14 16:09:43 2002 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/cgi cgi_main.c /php4/sapi/cli php_cli.c Log: MFH Index: php4/sapi/cgi/cgi_main.c diff -u php4/sapi/cgi/cgi_main.c:1.190 php4/sapi/cgi/cgi_main.c:1.190.2.1 ---

[PHP-CVS] cvs: php4 /ext/standard info.c

2002-11-14 Thread Andrei Zmievski
andrei Thu Nov 14 16:15:43 2002 EDT Modified files: /php4/ext/standard info.c Log: Sort the modules for info output as well. Index: php4/ext/standard/info.c diff -u php4/ext/standard/info.c:1.218 php4/ext/standard/info.c:1.219 ---

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard info.c

2002-11-14 Thread Andrei Zmievski
andrei Thu Nov 14 16:17:00 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard info.c Log: MFH Index: php4/ext/standard/info.c diff -u php4/ext/standard/info.c:1.218 php4/ext/standard/info.c:1.218.2.1 --- php4/ext/standard/info.c:1.218 Thu

[PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c

2002-11-14 Thread Andrei Zmievski
andrei Thu Nov 14 19:31:10 2002 EDT Modified files: /php4/sapi/cgi cgi_main.c Log: Fix function prototype. Index: php4/sapi/cgi/cgi_main.c diff -u php4/sapi/cgi/cgi_main.c:1.191 php4/sapi/cgi/cgi_main.c:1.192 --- php4/sapi/cgi/cgi_main.c:1.191 Thu

[PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c

2002-11-14 Thread Andrei Zmievski
andrei Thu Nov 14 19:32:42 2002 EDT Modified files: /php4/sapi/cgi cgi_main.c Log: Oops. Index: php4/sapi/cgi/cgi_main.c diff -u php4/sapi/cgi/cgi_main.c:1.192 php4/sapi/cgi/cgi_main.c:1.193 --- php4/sapi/cgi/cgi_main.c:1.192 Thu Nov 14 19:31:10

[PHP-CVS] cvs: php4(PHP_4_3) /sapi/cgi cgi_main.c

2002-11-14 Thread Andrei Zmievski
andrei Thu Nov 14 19:33:18 2002 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/cgi cgi_main.c Log: MFH Index: php4/sapi/cgi/cgi_main.c diff -u php4/sapi/cgi/cgi_main.c:1.190.2.1 php4/sapi/cgi/cgi_main.c:1.190.2.2 --- php4/sapi/cgi/cgi_main.c:1.190.2.1

[PHP-CVS] cvs: CVSROOT / avail

2002-11-17 Thread Andrei Zmievski
andrei Sun Nov 17 19:54:54 2002 EDT Modified files: /CVSROOTavail Log: Edin needs to update qaweb with RC info. Index: CVSROOT/avail diff -u CVSROOT/avail:1.540 CVSROOT/avail:1.541 --- CVSROOT/avail:1.540 Sun Nov 17 15:44:48 2002 +++ CVSROOT/avail

[PHP-CVS] cvs: CVSROOT / loginfo

2002-11-19 Thread Andrei Zmievski
andrei Tue Nov 19 09:04:17 2002 EDT Modified files: /CVSROOTloginfo Log: Patch from James C to have TSRM commits go to the right place and handle pear-doc as well. Index: CVSROOT/loginfo diff -u CVSROOT/loginfo:1.80 CVSROOT/loginfo:1.81 ---

[PHP-CVS] cvs: CVSROOT / avail

2002-11-20 Thread Andrei Zmievski
andrei Wed Nov 20 11:34:24 2002 EDT Modified files: /CVSROOTavail Log: Give Monte access to pear/Date Index: CVSROOT/avail diff -u CVSROOT/avail:1.543 CVSROOT/avail:1.544 --- CVSROOT/avail:1.543 Wed Nov 20 08:46:54 2002 +++ CVSROOT/avail Wed Nov

[PHP-CVS] cvs: CVSROOT / avail

2002-11-27 Thread Andrei Zmievski
andrei Wed Nov 27 09:28:52 2002 EDT Modified files: /CVSROOTavail Log: Give Tal access to ext/calendar. Index: CVSROOT/avail diff -u CVSROOT/avail:1.549 CVSROOT/avail:1.550 --- CVSROOT/avail:1.549 Mon Nov 25 02:56:51 2002 +++ CVSROOT/avail Wed Nov

[PHP-CVS] cvs: php4(PHP_4_3) / configure.in /main php_version.h

2002-11-27 Thread Andrei Zmievski
andrei Wed Nov 27 13:51:00 2002 EDT Modified files: (Branch: PHP_4_3) /php4 configure.in /php4/main php_version.h Log: Update version to RC2. Index: php4/configure.in diff -u php4/configure.in:1.396.2.4 php4/configure.in:1.396.2.5 ---

[PHP-CVS] cvs: php4(PHP_4_3) / configure.in /main php_version.h

2002-11-27 Thread Andrei Zmievski
andrei Wed Nov 27 13:53:04 2002 EDT Modified files: (Branch: PHP_4_3) /php4 configure.in /php4/main php_version.h Log: Back to -dev Index: php4/configure.in diff -u php4/configure.in:1.396.2.5 php4/configure.in:1.396.2.6 ---

Re: [PHP-CVS] cvs: php4 /ext/cpdf config.m4

2002-12-11 Thread Andrei Zmievski
On Wed, 11 Dec 2002, Marcus Börger wrote: Once again i ask before commiting this to the branch. This and the last patch for cpdf add the necessary checks for the required libraries to avoid missleading error messages from configure in other modules. For me i search some time for configure

[PHP-CVS] cvs: php4(PHP_4_3) / configure.in /main php_version.h

2002-12-11 Thread Andrei Zmievski
andrei Wed Dec 11 13:57:25 2002 EDT Modified files: (Branch: PHP_4_3) /php4 configure.in /php4/main php_version.h Log: Back to -dev. Index: php4/configure.in diff -u php4/configure.in:1.396.2.13 php4/configure.in:1.396.2.14 ---

[PHP-CVS] cvs: CVSROOT / avail

2002-12-20 Thread Andrei Zmievski
andrei Fri Dec 20 09:10:39 2002 EDT Modified files: /CVSROOTavail Log: Karma for some new PEAR people. Index: CVSROOT/avail diff -u CVSROOT/avail:1.561 CVSROOT/avail:1.562 --- CVSROOT/avail:1.561 Sat Dec 14 16:44:32 2002 +++ CVSROOT/avail Fri Dec

[PHP-CVS] cvs: php4 /ext/dba dba.c

2002-12-20 Thread Andrei Zmievski
andrei Fri Dec 20 11:45:35 2002 EDT Modified files: /php4/ext/dba dba.c Log: At least this problem exposed some leaks.. Index: php4/ext/dba/dba.c diff -u php4/ext/dba/dba.c:1.71 php4/ext/dba/dba.c:1.72 --- php4/ext/dba/dba.c:1.71 Wed Dec 11

[PHP-CVS] cvs: php4(PHP_4_3) /ext/dba dba.c

2002-12-20 Thread Andrei Zmievski
andrei Fri Dec 20 11:47:16 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/dba dba.c Log: MFH Index: php4/ext/dba/dba.c diff -u php4/ext/dba/dba.c:1.61.2.6 php4/ext/dba/dba.c:1.61.2.7 --- php4/ext/dba/dba.c:1.61.2.6 Wed Dec 11 05:37:53 2002 +++

[PHP-CVS] cvs: php4 /ext/dba dba.c

2002-12-20 Thread Andrei Zmievski
andrei Fri Dec 20 20:09:27 2002 EDT Modified files: /php4/ext/dba dba.c Log: Alias dba_popen() to dba_open() until persistent STDIO streams are implemented. Index: php4/ext/dba/dba.c diff -u php4/ext/dba/dba.c:1.73 php4/ext/dba/dba.c:1.74 ---

[PHP-CVS] cvs: php4 / NEWS

2002-12-20 Thread Andrei Zmievski
andrei Fri Dec 20 20:11:44 2002 EDT Modified files: /php4 NEWS Log: Index: php4/NEWS diff -u php4/NEWS:1.1281 php4/NEWS:1.1282 --- php4/NEWS:1.1281Wed Dec 18 11:38:36 2002 +++ php4/NEWS Fri Dec 20 20:11:44 2002 @@ -14,6 +14,8 @@ ? ? ???

[PHP-CVS] cvs: php4(PHP_4_3) / configure.in /main php_version.h

2002-12-20 Thread Andrei Zmievski
andrei Fri Dec 20 20:30:21 2002 EDT Modified files: (Branch: PHP_4_3) /php4 configure.in /php4/main php_version.h Log: Go with RC4. Index: php4/configure.in diff -u php4/configure.in:1.396.2.16 php4/configure.in:1.396.2.17 ---

[PHP-CVS] cvs: php4(PHP_4_3) / configure.in /main php_version.h

2002-12-20 Thread Andrei Zmievski
andrei Fri Dec 20 20:34:15 2002 EDT Modified files: (Branch: PHP_4_3) /php4 configure.in /php4/main php_version.h Log: Back to -dev. Index: php4/configure.in diff -u php4/configure.in:1.396.2.17 php4/configure.in:1.396.2.18 ---

[PHP-CVS] cvs: php4(PHP_4_3) /sapi/apache mod_php4.c

2002-12-21 Thread Andrei Zmievski
andrei Sat Dec 21 15:09:09 2002 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/apache mod_php4.c Log: Make PHP_AUTH_* variables not available in safe mode under Apache. Patch by Philip Olson. Index: php4/sapi/apache/mod_php4.c diff -u

[PHP-CVS] cvs: php4(PHP_4_3) / NEWS

2002-12-21 Thread Andrei Zmievski
andrei Sat Dec 21 15:11:06 2002 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: Index: php4/NEWS diff -u php4/NEWS:1.1247.2.28 php4/NEWS:1.1247.2.29 --- php4/NEWS:1.1247.2.28 Fri Dec 20 20:20:32 2002 +++ php4/NEWS Sat Dec 21 15:11:05

[PHP-CVS] cvs: php4 / NEWS /sapi/apache mod_php4.c

2002-12-21 Thread Andrei Zmievski
andrei Sat Dec 21 15:12:08 2002 EDT Modified files: /php4 NEWS /php4/sapi/apache mod_php4.c Log: MFB. Index: php4/NEWS diff -u php4/NEWS:1.1283 php4/NEWS:1.1284 --- php4/NEWS:1.1283Sat Dec 21 13:06:04 2002 +++ php4/NEWS Sat Dec 21

Re: [PHP-CVS] cvs: php4(PHP_4_3) /ext/ncurses ncurses_functions.c

2002-12-22 Thread Andrei Zmievski
Yes. Moriyoshi, please, revert your patches. Ilia is working on a more general one, which I will take a look at soon. On Sun, 22 Dec 2002, Wez Furlong wrote: But only critical bug fixes should be made to the branch this late in the release process. We already bashed Marcus about this earlier

[PHP-CVS] cvs: php4(PHP_4_3) / configure.in /main php_version.h

2002-12-26 Thread Andrei Zmievski
andrei Thu Dec 26 23:07:19 2002 EDT Modified files: (Branch: PHP_4_3) /php4 configure.in /php4/main php_version.h Log: Go with 4.3.0. Index: php4/configure.in diff -u php4/configure.in:1.396.2.18 php4/configure.in:1.396.2.19 ---

Re: [PHP-CVS] cvs: php4 /ext/standard http_fopen_wrapper.c

2002-12-29 Thread Andrei Zmievski
Are you going to merge this into PHP_4_3? On Sun, 29 Dec 2002, Ilia Alshanetsky wrote: iliaa Sun Dec 29 15:01:34 2002 EDT Modified files: /php4/ext/standardhttp_fopen_wrapper.c Log: Fixed bug #21267 (opening URLs that result in redirection to a

Re: [PHP-CVS] cvs: php4 /main php_variables.c rfc1867.c

2002-12-29 Thread Andrei Zmievski
Are you going to merge this into PHP_4_3? On Sun, 29 Dec 2002, Ilia Alshanetsky wrote: iliaa Sun Dec 29 16:02:17 2002 EDT Modified files: /php4/mainphp_variables.c rfc1867.c Log: Fixed bug #21149 (fixed handling of unterminated '['). -Andrei

Re: [PHP-CVS] Merging into PHP_4_3

2002-12-30 Thread Andrei Zmievski
On Mon, 30 Dec 2002, Edin Kadribasic wrote: It would be nice that bug fixes that are being merged into PHP_4_3 branch are documented in its NEWS file. In that way we can realease a new version rather quickly. I concur. Please remember to update NEWS on the branch. -Andrei

Re: [PHP-CVS] cvs: php4 /ext/iconv iconv.c

2003-01-03 Thread Andrei Zmievski
On Fri, 03 Jan 2003, Moriyoshi Koizumi wrote: moriyoshi Fri Jan 3 00:14:34 2003 EDT Modified files: /php4/ext/iconv iconv.c Log: MFB: fixed shift-out sequence unawareness issue Please, fix stuff in HEAD and *then* merge into the branch. -Andrei

[PHP-CVS] cvs: CVSROOT / avail

2003-01-10 Thread Andrei Zmievski
andrei Fri Jan 10 11:02:55 2003 EDT Modified files: /CVSROOTavail Log: Give Alan karma for php-gtk. Index: CVSROOT/avail diff -u CVSROOT/avail:1.575 CVSROOT/avail:1.576 --- CVSROOT/avail:1.575 Thu Jan 9 18:29:18 2003 +++ CVSROOT/avail Fri Jan 10

[PHP-CVS] cvs: CVSROOT / avail

2003-01-21 Thread Andrei Zmievski
andrei Tue Jan 21 08:16:18 2003 EDT Modified files: /CVSROOTavail Log: Give php-gtk-doc karma to Simon Wheeler. Index: CVSROOT/avail diff -u CVSROOT/avail:1.578 CVSROOT/avail:1.579 --- CVSROOT/avail:1.578 Thu Jan 16 15:43:46 2003 +++ CVSROOT/avail

[PHP-CVS] cvs: CVSROOT / avail

2003-02-03 Thread Andrei Zmievski
andrei Mon Feb 3 09:25:20 2003 EDT Modified files: /CVSROOTavail Log: Index: CVSROOT/avail diff -u CVSROOT/avail:1.585 CVSROOT/avail:1.586 --- CVSROOT/avail:1.585 Sun Feb 2 18:43:49 2003 +++ CVSROOT/avail Mon Feb 3 09:25:19 2003 @@ -73,6

Re: [PHP-CVS] cvs: php4 /sapi/cli php_cli.c

2003-02-03 Thread Andrei Zmievski
On Mon, 03 Feb 2003, Edin Kadribasic wrote: Perhaps some discussion on this in front would have been a good idea. I was actually wondering about the same thing. Marcus? Yeah, no kidding. For a major addition like this sending an RFC to the list would have been a simple courtesy. -Andrei

[PHP-CVS] cvs: CVSROOT / avail

2003-02-03 Thread Andrei Zmievski
andrei Mon Feb 3 11:25:55 2003 EDT Modified files: /CVSROOTavail Log: Index: CVSROOT/avail diff -u CVSROOT/avail:1.586 CVSROOT/avail:1.587 --- CVSROOT/avail:1.586 Mon Feb 3 09:25:19 2003 +++ CVSROOT/avail Mon Feb 3 11:25:55 2003 @@ -71,11

[PHP-CVS] cvs: CVSROOT / avail

2003-03-10 Thread Andrei Zmievski
andrei Mon Mar 10 09:42:08 2003 EDT Modified files: /CVSROOTavail Log: Give Steph access to php-gtk-web. Index: CVSROOT/avail diff -u CVSROOT/avail:1.604 CVSROOT/avail:1.605 --- CVSROOT/avail:1.604 Thu Mar 6 02:24:16 2003 +++ CVSROOT/avail Mon

[PHP-CVS] cvs: php4 /ext/standard var.c

2003-03-10 Thread Andrei Zmievski
andrei Mon Mar 10 10:13:33 2003 EDT Modified files: /php4/ext/standard var.c Log: Print the object handle (it's useful). Index: php4/ext/standard/var.c diff -u php4/ext/standard/var.c:1.157 php4/ext/standard/var.c:1.158 --- php4/ext/standard/var.c:1.157

Re: [PHP-CVS] cvs: php4 /sapi/cli php_cli.c

2003-03-29 Thread Andrei Zmievski
On Sat, 29 Mar 2003, Derick Rethans wrote: MAKE_STD_ZVAL(tmp); INI_DEFAULT(register_argc_argv, 19, 1); - INI_DEFAULT(html_errors, 12, 1); + INI_DEFAULT(html_errors, 12, 0); INI_DEFAULT(implicit_flush, 15, 1); INI_DEFAULT(max_execution_time, 19, 0); Why are

Re: [PHP-CVS] cvs: php4 /main main.c

2003-03-31 Thread Andrei Zmievski
On Sun, 30 Mar 2003, Marcus Boerger wrote: /* {{{ includes */ @@ -575,6 +575,8 @@ /* {{{ php_error_cb extended error handling function */ +#define NO_NULL_STR(x) (x?x:) + Why not use STR_PRINT()? -Andrei http://www.gravitonic.com/ I must say

[PHP-CVS] cvs: php4 /main php.h ZendEngine2 zend_API.h

2003-04-04 Thread Andrei Zmievski
andrei Fri Apr 4 10:38:20 2003 EDT Modified files: /ZendEngine2zend_API.h /php4/main php.h Log: Introduce ZEND_ME() and ZEND_METHOD() macros. Use these for declaring class methods to avoid name collisions. Index: ZendEngine2/zend_API.h diff

Re: [PHP-CVS] cvs: php4 /main php.h ZendEngine2 zend_API.h

2003-04-04 Thread Andrei Zmievski
On Fri, 04 Apr 2003, Andi Gutmans wrote: What's the difference between ZEND_ME() and ZEND_METHOD()? (i.e. what does ME stand for?) Method Entry. It's to ZEND_METHOD() what ZEND_FE is to ZEND_FUNCTION. -Andrei http://www.gravitonic.com/ -- PHP CVS

Re: [PHP-CVS] cvs: spl / spl_functions.c

2003-05-29 Thread Andrei Zmievski
On Tue, 27 May 2003, Marcus Boerger wrote: helly Mon May 26 20:14:04 2003 EDT Modified files: /spl spl_functions.c Log: For now that works. # However some of the register stuff must be moved to the engine. # And inside the engine some fixes

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard aggregation.c

2003-06-05 Thread Andrei Zmievski
andrei Wed Jun 4 14:57:53 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard aggregation.c Log: Fix a couple of aggregation bugs: - Needed to add a reference to a function when copying (#23574) - Due to pecularity of ZE1 object zvals could be

[PHP-CVS] cvs: php4(PHP_4) /ext/standard aggregation.c

2003-06-05 Thread Andrei Zmievski
andrei Wed Jun 4 14:58:22 2003 EDT Modified files: (Branch: PHP_4) /php4/ext/standard aggregation.c Log: MFB Index: php4/ext/standard/aggregation.c diff -u php4/ext/standard/aggregation.c:1.11.4.2 php4/ext/standard/aggregation.c:1.11.4.2.2.1 ---

RE: [PHP-CVS] cvs: php4 /main php.h ZendEngine2 zend_API.h

2003-04-12 Thread Andrei Zmievski
Because I haven't gotten to it yet? -Andrei -Original Message- From: Marcus Borger [mailto:[EMAIL PROTECTED] Sent: Saturday, April 05, 2003 2:59 PM To: Andrei Zmievski Cc: Andi Gutmans; [EMAIL PROTECTED] Subject: Re: [PHP-CVS] cvs: php4 /main php.h ZendEngine2 zend_API.h At 18

Re: [PHP-CVS] cvs: php4(PHP_4_3) /ext/mssql php_mssql.c

2003-06-12 Thread Andrei Zmievski
What broke? The From header now has php-cvs instead of the actual user committing the patch. On Thu, 12 Jun 2003, Andrey Hristov wrote: andreyThu Jun 12 06:03:40 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mssql php_mssql.c Log: proto

[PHP-CVS] cvs: php4(PHP_4_3) / README.SUBMITTING_PATCH

2003-06-12 Thread Andrei Zmievski
andrei Thu Jun 12 09:56:03 2003 EDT Modified files: (Branch: PHP_4_3) /php4 README.SUBMITTING_PATCH Log: test Index: php4/README.SUBMITTING_PATCH diff -u php4/README.SUBMITTING_PATCH:1.4.2.1 php4/README.SUBMITTING_PATCH:1.4.2.2 ---

Re: [PHP-CVS] cvs: php4 /ext/standard array.c /ext/standard/tests/array bug24198.phpt

2003-06-17 Thread Andrei Zmievski
On Tue, 17 Jun 2003, Ilia A. wrote: references since that field is always 0 no matter what. So, we rely on an interesting property of refcount, which causes refcount to be odd when we have a reference and even we simply have a write only copy. Can you explain the rationality behind this

[PHP-CVS] cvs: php4 / ChangeLog NEWS

2003-06-23 Thread Andrei Zmievski
andrei Mon Jun 23 09:57:48 2003 EDT Modified files: /php4 ChangeLog NEWS Log: By request Index: php4/ChangeLog diff -u php4/ChangeLog:1.1356 php4/ChangeLog:1.1357 --- php4/ChangeLog:1.1356 Sun Jun 22 21:27:12 2003 +++ php4/ChangeLog Mon Jun 23

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/pcre config.m4 php_pcre.c

2003-06-28 Thread Andrei Zmievski
andrei Sat Jun 28 20:08:30 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/pcre config.m4 php_pcre.c Log: - Added a new parameter to preg_match_* functions that can be used to specify the offset to start matching from. - Added support for named

[PHP-CVS] cvs: php-src /ext/pcre php_pcre.c

2003-06-28 Thread Andrei Zmievski
andrei Sat Jun 28 20:09:41 2003 EDT Modified files: /php-src/ext/pcre php_pcre.c Log: MFB Index: php-src/ext/pcre/php_pcre.c diff -u php-src/ext/pcre/php_pcre.c:1.142 php-src/ext/pcre/php_pcre.c:1.143 --- php-src/ext/pcre/php_pcre.c:1.142 Tue Jun 10

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS

2003-06-30 Thread Andrei Zmievski
andrei Mon Jun 30 09:28:21 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.272 php-src/NEWS:1.1247.2.273 --- php-src/NEWS:1.1247.2.272 Sun Jun 29 21:05:02 2003 +++ php-src/NEWSMon

[PHP-CVS] cvs: php-src / NEWS

2003-06-30 Thread Andrei Zmievski
andrei Mon Jun 30 09:29:06 2003 EDT Modified files: /php-srcNEWS Log: Index: php-src/NEWS diff -u php-src/NEWS:1.1436 php-src/NEWS:1.1437 --- php-src/NEWS:1.1436 Sun Jun 29 19:14:47 2003 +++ php-src/NEWSMon Jun 30 09:29:06 2003 @@ -3,6 +3,9 @@

[PHP-CVS] Re: [PHP-DEV] Re: this causes a segfault cvs: php-src(PHP_4_3) /ext/pcre config.m4 php_pcre.c

2003-08-03 Thread Andrei Zmievski
On Thu, 10 Jul 2003, Jani Taskinen wrote: Fixed in CVS now. :) What did you fix exactly and where? I don't see it. -Andrei -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src(PHP_4_3) /main main.c

2003-10-01 Thread Andrei Zmievski
andrei Wed Oct 1 17:24:20 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main main.c Log: @- Made $argc and $argv always available as globals in CLI. No more @ silliness. (Andrei) Index: php-src/main/main.c diff -u

[PHP-CVS] cvs: php-src /main php_variables.c

2003-10-01 Thread Andrei Zmievski
andrei Wed Oct 1 19:12:01 2003 EDT Modified files: /php-src/main php_variables.c Log: Made the $argc and $argv always available as globals in CLI, and not as $_SERVER vars which depended on variables_order anyway. No more silliness. Index:

[PHP-CVS] cvs: php-src(PHP_4_3) /main main.c

2003-10-01 Thread Andrei Zmievski
andrei Wed Oct 1 19:13:05 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main main.c Log: Make sure to clear out the refcount. Index: php-src/main/main.c diff -u php-src/main/main.c:1.512.2.48 php-src/main/main.c:1.512.2.49 ---

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard dir.c file.c

2007-09-05 Thread Andrei Zmievski
Calm down, Jani. I'm sure it was just an oversight. -Andrei http://10fathoms.org/vu - daily photoblog On Sep 5, 2007, at 2:06 AM, Jani Taskinen wrote: This is against the proper procedure. You're supposed to commit first to HEAD then MFH to the appropriate branch. We don't have the luxury

[PHP-CVS] cvs: php-src(PHP_5_3) / .gdbinit

2007-10-13 Thread Andrei Zmievski
andrei Sun Oct 14 02:48:30 2007 UTC Modified files: (Branch: PHP_5_3) /php-src.gdbinit Log: Fix macros after GC patch. http://cvs.php.net/viewvc.cgi/php-src/.gdbinit?r1=1.10.4.3.2.1r2=1.10.4.3.2.1.2.1diff_format=u Index: php-src/.gdbinit diff -u

[PHP-CVS] cvs: CVSROOT / avail

2007-11-05 Thread Andrei Zmievski
andrei Tue Nov 6 02:03:39 2007 UTC Modified files: /CVSROOTavail Log: Give Bob Majdak (bmajdak) access to PHP-GTK. http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1321r2=1.1322diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1321

[PHP-CVS] cvs: CVSROOT / avail

2008-05-12 Thread Andrei Zmievski
andrei Mon May 12 18:55:26 2008 UTC Modified files: /CVSROOTavail Log: Give mmdrake access to php-gtk-web. http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1395r2=1.1396diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1395 CVSROOT/avail:1.1396

Re: [PHP-CVS] cvs: php-src /ext/date php_date.c

2008-06-10 Thread Andrei Zmievski
In date(), strtotime(), etc, do we want to restrict the format argument to be an ASCII string? Because right now if you pass Unicode string in, it will be converted to binary using runtime encoding.. -Andrei Henrique do Nascimento Angelo wrote: hnangeloSat Jun 7 20:30:30

Re: [PHP-CVS] cvs: php-src /ext/date/tests 008.phpt 011.phpt 013.phpt 014.phpt bug41523-64bit.phpt bug41523.phpt bug43808.phpt date_parse_001.phpt

2008-06-11 Thread Andrei Zmievski
ASCII character set can still be in Unicode strings, and those are the default type in HEAD now. -Andrei Steph Fox wrote: Hi Henrique, I just want to check this, because it smells wrong to me. Those functions return ascii strings - why are unicode strings now expected? Thanks, - Steph

[PHP-CVS] cvs: php-src / unicode-gotchas.txt

2006-03-03 Thread Andrei Zmievski
andrei Fri Mar 3 22:46:55 2006 UTC Added files: /php-srcunicode-gotchas.txt Log: Add note about md5(). http://cvs.php.net/viewcvs.cgi/php-src/unicode-gotchas.txt?view=markuprev=1.1 Index: php-src/unicode-gotchas.txt +++ php-src/unicode-gotchas.txt

[PHP-CVS] cvs: php-src /ext/standard string.c

2006-03-06 Thread Andrei Zmievski
andrei Mon Mar 6 21:49:22 2006 UTC Modified files: /php-src/ext/standard string.c Log: Fix protos to use 'string' for parameters that can be either binary or unicode.

[PHP-CVS] cvs: php-src(PHP_4_4) / NEWS

2006-03-06 Thread Andrei Zmievski
andrei Mon Mar 6 21:58:33 2006 UTC Modified files: (Branch: PHP_4_4) /php-srcNEWS Log: http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.1247.2.920.2.118r2=1.1247.2.920.2.119diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.920.2.118

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS

2006-03-06 Thread Andrei Zmievski
andrei Mon Mar 6 21:59:18 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.444r2=1.2027.2.445diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.444 php-src/NEWS:1.2027.2.445

[PHP-CVS] cvs: php-src /ext/standard string.c

2006-03-17 Thread Andrei Zmievski
andrei Fri Mar 17 22:51:20 2006 UTC Modified files: /php-src/ext/standard string.c Log: Calculate the size of the tmp[] buffer directly at compile time. http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/string.c?r1=1.530r2=1.531diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/spl spl_directory.c /ext/standard file.c image.c /main/streams streams.c /sapi/cli php_cli.c

2006-03-17 Thread Andrei Zmievski
andrei Fri Mar 17 22:52:55 2006 UTC Modified files: /php-src/ext/splspl_directory.c /php-src/ext/standard file.c image.c /php-src/main/streams streams.c /php-src/sapi/cli php_cli.c Log: Fix compiler errors by using NULL_ZSTR where

[PHP-CVS] cvs: php-src /ext/standard type.c

2006-03-17 Thread Andrei Zmievski
andrei Fri Mar 17 23:00:20 2006 UTC Modified files: /php-src/ext/standard type.c Log: Make is_string() return TRUE for both Unicode and binary strings. http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/type.c?r1=1.41r2=1.42diff_format=u Index:

[PHP-CVS] cvs: CVSROOT / commitinfo.pl

2006-03-19 Thread Andrei Zmievski
andrei Sun Mar 19 18:35:34 2006 UTC Modified files: /CVSROOTcommitinfo.pl Log: Close down access to PHP_GTK_1 branch of the PHP_GTK docs. http://cvs.php.net/viewcvs.cgi/CVSROOT/commitinfo.pl?r1=1.10r2=1.11diff_format=u Index: CVSROOT/commitinfo.pl diff

[PHP-CVS] cvs: CVSROOT / commitinfo.pl

2006-03-19 Thread Andrei Zmievski
andrei Sun Mar 19 18:59:18 2006 UTC Modified files: /CVSROOTcommitinfo.pl Log: Fix regexp http://cvs.php.net/viewcvs.cgi/CVSROOT/commitinfo.pl?r1=1.11r2=1.12diff_format=u Index: CVSROOT/commitinfo.pl diff -u CVSROOT/commitinfo.pl:1.11

Re: [PHP-CVS] cvs: php-src /ext/standard basic_functions.c php_string.h string.c /ext/unicode locale.c php_unicode.h unicode.c

2006-03-22 Thread Andrei Zmievski
Derick, What do you think titlecase means in non-Unicode world? -Andrei On Mar 22, 2006, at 2:20 AM, Derick Rethans wrote: derick Wed Mar 22 10:20:20 2006 UTC Modified files: /php-src/ext/standard basic_functions.c php_string.h string.c /php-src/ext/unicode

Re: [PHP-CVS] cvs: php-src /ext/standard basic_functions.c php_string.h string.c /ext/unicode locale.c php_unicode.h unicode.c

2006-03-23 Thread Andrei Zmievski
character of every word for binary strings. On Mar 23, 2006, at 3:54 AM, Derick Rethans wrote: On Wed, 22 Mar 2006, Andrei Zmievski wrote: Derick, What do you think titlecase means in non-Unicode world? ucwords? :) Derick -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe

[PHP-CVS] cvs: php-src /main SAPI.c

2006-03-23 Thread Andrei Zmievski
andrei Fri Mar 24 00:25:49 2006 UTC Modified files: /php-src/main SAPI.c Log: UTODO note http://cvs.php.net/viewcvs.cgi/php-src/main/SAPI.c?r1=1.212r2=1.213diff_format=u Index: php-src/main/SAPI.c diff -u php-src/main/SAPI.c:1.212

[PHP-CVS] cvs: php-src /ext/unicode unicode_iterators.c

2006-03-24 Thread Andrei Zmievski
andrei Fri Mar 24 21:06:36 2006 UTC Modified files: /php-src/ext/unicodeunicode_iterators.c Log: Use intern-type for break iterator. http://cvs.php.net/viewcvs.cgi/php-src/ext/unicode/unicode_iterators.c?r1=1.23r2=1.24diff_format=u Index:

[PHP-CVS] cvs: php-src /main/streams filter.c

2006-03-24 Thread Andrei Zmievski
andrei Fri Mar 24 21:25:44 2006 UTC Modified files: /php-src/main/streams filter.c Log: This is probably not a test.. http://cvs.php.net/viewcvs.cgi/php-src/main/streams/filter.c?r1=1.24r2=1.25diff_format=u Index: php-src/main/streams/filter.c diff -u

[PHP-CVS] cvs: CVSROOT / commitinfo.pl

2006-03-25 Thread Andrei Zmievski
andrei Sat Mar 25 18:28:23 2006 UTC Modified files: /CVSROOTcommitinfo.pl Log: This won't work anyway until we run our custom CVS binary http://cvs.php.net/viewcvs.cgi/CVSROOT/commitinfo.pl?r1=1.12r2=1.13diff_format=u Index: CVSROOT/commitinfo.pl diff

[PHP-CVS] cvs: php-src / unicode-todo.txt

2006-03-25 Thread Andrei Zmievski
andrei Sun Mar 26 00:56:24 2006 UTC Modified files: /php-srcunicode-todo.txt Log: http://cvs.php.net/viewcvs.cgi/php-src/unicode-todo.txt?r1=1.7r2=1.8diff_format=u Index: php-src/unicode-todo.txt diff -u php-src/unicode-todo.txt:1.7

[PHP-CVS] cvs: php-src /ext/unicode unicode.c /main main.c /main/streams filter.c streams.c ZendEngine2 zend.c zend_constants.c zend_globals.h zend_unicode.c zend_unicode.h

2006-03-25 Thread Andrei Zmievski
andrei Sun Mar 26 01:48:33 2006 UTC Modified files: /ZendEngine2zend.c zend_constants.c zend_globals.h zend_unicode.c zend_unicode.h /php-src/ext/unicodeunicode.c /php-src/main main.c /php-src/main/streams

[PHP-CVS] cvs: php-src /ext/unicode unicode.c

2006-03-25 Thread Andrei Zmievski
andrei Sun Mar 26 03:33:10 2006 UTC Modified files: /php-src/ext/unicodeunicode.c Log: Add protos. http://cvs.php.net/viewcvs.cgi/php-src/ext/unicode/unicode.c?r1=1.13r2=1.14diff_format=u Index: php-src/ext/unicode/unicode.c diff -u

[PHP-CVS] cvs: php-src /ext/unicode unicode.c /main main.c /main/streams filter.c streams.c ZendEngine2 zend.c zend_globals.h zend_operators.c zend_unicode.c zend_unicode.h

2006-03-25 Thread Andrei Zmievski
andrei Sun Mar 26 06:19:25 2006 UTC Modified files: /ZendEngine2zend.c zend_globals.h zend_operators.c zend_unicode.c zend_unicode.h /php-src/ext/unicodeunicode.c /php-src/main main.c /php-src/main/streams

[PHP-CVS] cvs: php-src /ext/unicode unicode.c

2006-03-26 Thread Andrei Zmievski
andrei Sun Mar 26 21:23:00 2006 UTC Modified files: /php-src/ext/unicodeunicode.c Log: Add unicode_get_error_mode() and unicode_get_subst_char(). http://cvs.php.net/viewcvs.cgi/php-src/ext/unicode/unicode.c?r1=1.16r2=1.17diff_format=u Index:

Re: [PHP-CVS] cvs: php-src /ext/standard array.c php_array.h /ext/unicode collator.c config.m4 config.w32 php_unicode.h unicode.c

2006-03-26 Thread Andrei Zmievski
Shouldn't it be called unicode_collator.c? -Andrei On Mar 26, 2006, at 3:06 AM, Derick Rethans wrote: derick Sun Mar 26 11:06:24 2006 UTC Added files: /php-src/ext/unicodecollator.c Modified files: /php-src/ext/standard array.c php_array.h

[PHP-CVS] cvs: php-src / unicode-todo.txt

2006-03-26 Thread Andrei Zmievski
andrei Sun Mar 26 21:46:01 2006 UTC Modified files: /php-srcunicode-todo.txt Log: http://cvs.php.net/viewcvs.cgi/php-src/unicode-todo.txt?r1=1.8r2=1.9diff_format=u Index: php-src/unicode-todo.txt diff -u php-src/unicode-todo.txt:1.8

  1   2   3   4   5   6   7   >