[PHP-CVS] cvs: php4 /ext/standard basic_functions.c php_string.h string.c

2002-09-25 Thread Andrey Hristov
andrey Wed Sep 25 14:06:06 2002 EDT Modified files: /php4/ext/standard basic_functions.c php_string.h string.c Log: str_shuffle() function added. Like shuffle() for arrays - however the algorithm for creating the permutation is quite simple. More like the

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

2002-09-25 Thread Andrey Hristov
andrey Wed Sep 25 15:06:30 2002 EDT Modified files: /php4/ext/standard string.c Log: Added common handler for strspn() and strcspn(). Almost of the code is identical. Modified to accept up to 4 params. Last 2 optional start len. They are analogic to start

[PHP-CVS] cvs: php4 /ext/standard/tests/strings 001.phpt

2002-09-25 Thread Andrey Hristov
andrey Wed Sep 25 15:08:39 2002 EDT Added files: /php4/ext/standard/tests/strings001.phpt Log: Test case for strspn()/strcspn(). Index: php4/ext/standard/tests/strings/001.phpt +++ php4/ext/standard/tests/strings/001.phpt --TEST-- Test strspn() and

Re: [PHP-CVS] cvs: php4 / php.ini-recommended

2002-09-26 Thread Andrey Hristov
I read the whole thread and...decided to write this. I am a happy user of Netscape 3.01 on my dev machine. Because it is quite old and i cannot afford better mobile. I have not tried netscape 4 but I think it will be slower if nnot - it will eat the whole RAM. The machine is p166/16 (not

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

2002-10-03 Thread Andrey Hristov
andrey Thu Oct 3 06:42:57 2002 EDT Modified files: /php4/ext/standard basic_functions.c Log: ws fixes. Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_functions.c:1.520 php4/ext/standard/basic_functions.c:1.521 ---

Re: [PHP-CVS] cvs: php4 /ext/standard/tests/strings strpos.phpt strstr.phpt substr_count.phpt

2002-10-08 Thread Andrey Hristov
Ilia, I had added some tests to test the new binary safe behavior of strstr(), strchr(), strrchr(). They are in ext/standard/tests/strings/002.phpt But the more the better :)) Andrey - Original Message - From: Ilia Alshanetsky [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday,

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

2002-10-08 Thread Andrey Hristov
andrey Tue Oct 8 05:52:59 2002 EDT Modified files: /php4/ext/standard string.c Log: Now str_shuffle() has the randomization characteristics of shuffle(). str_shuffle() won't return anymore the randomized string and thus will be consistent with shuffle().

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

2002-10-09 Thread Andrey Hristov
] To: Andrey Hristov [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, October 08, 2002 7:20 PM Subject: Re: [PHP-CVS] cvs: php4 /ext/standard string.c On Tue, Oct 08, 2002 at 09:52:59AM -, Andrey Hristov wrote: andrey Tue Oct 8 05:52:59 2002 EDT Modified files: /php4/ext/standard

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

2002-10-09 Thread Andrey Hristov
andrey Wed Oct 9 06:33:22 2002 EDT Modified files: /php4/ext/standard string.c Log: Returning to the old behavior of str_shuffle() a bit. Now the passed string is left unmodified and the shuffled string is returned. Index: php4/ext/standard/string.c

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

2002-10-10 Thread Andrey Hristov
andrey Thu Oct 10 14:41:25 2002 EDT Modified files: /php4/ext/standard string.c Log: ws fixes Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.320 php4/ext/standard/string.c:1.321 --- php4/ext/standard/string.c:1.320Thu Oct 10

Re: [PHP-CVS] cvs: php4 / README.TESTING

2002-10-23 Thread Andrey Hristov
- Original Message - From: Marcus Börger [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 23, 2002 3:59 PM Subject: [PHP-CVS] cvs: php4 / README.TESTING + +/ext/standard/tests/strings 003.phpt is a good example for using EXPECTF +instead of EXPECT. From time to time

[PHP-CVS] cvs: php4 /ext/standard/tests/strings 004.phpt

2002-10-23 Thread Andrey Hristov
andrey Wed Oct 23 15:33:13 2002 EDT Added files: /php4/ext/standard/tests/strings004.phpt Log: Test case regarding randomization of shuffle() and str_shuffle(). The code was provided by Adam Trachtenberg : adam trachtenberg com Index:

[PHP-CVS] cvs: php4 / php.ini-dist php.ini-recommended

2002-11-05 Thread Andrey Hristov
andrey Tue Nov 5 07:32:11 2002 EDT Modified files: /php4 php.ini-dist php.ini-recommended Log: correcting typos. Index: php4/php.ini-dist diff -u php4/php.ini-dist:1.168 php4/php.ini-dist:1.169 --- php4/php.ini-dist:1.168 Mon Oct 28 04:54:21 2002

[PHP-CVS] cvs: php4 / TODO

2002-11-13 Thread Andrey Hristov
andrey Wed Nov 13 04:11:19 2002 EDT Modified files: /php4 TODO Log: Already binary safe. Index: php4/TODO diff -u php4/TODO:1.135 php4/TODO:1.136 --- php4/TODO:1.135 Thu Sep 19 08:49:23 2002 +++ php4/TODO Wed Nov 13 04:11:19 2002 -158,7 +158,6

[PHP-CVS] cvs: php4 /tests/classes abstract.phpt

2002-11-22 Thread Andrey Hristov
andrey Fri Nov 22 06:11:31 2002 EDT Modified files: /php4/tests/classes abstract.phpt Log: typo fix. Index: php4/tests/classes/abstract.phpt diff -u php4/tests/classes/abstract.phpt:1.2 php4/tests/classes/abstract.phpt:1.3 ---

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

2002-12-06 Thread Andrey Hristov
is it ok to have NULL keys in the arrays? Best regards Andrey Hristov - Original Message - From: Ilia Alshanetsky [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 06, 2002 7:35 PM Subject: [PHP-CVS] cvs: php4 /ext/standard array.c iliaa Fri Dec 6 12:35:52 2002 EDT

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

2002-12-06 Thread Andrey Hristov
- Original Message - From: Ilia A. [EMAIL PROTECTED] To: Andrey Hristov [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, December 06, 2002 8:00 PM Subject: Re: [PHP-CVS] cvs: php4 /ext/standard array.c On December 6, 2002 12:53 pm, Andrey Hristov wrote: is it ok to have NULL keys

Re: [PHP-CVS] cvs: php4 /ext/rpc/xmlrpc xmlrpc-epi-php.c

2003-01-13 Thread Andrey Hristov
Derick, then probably php_soap has it's place in ext/rpc or I am wrong? Andrey - Original Message - From: Derick Rethans [EMAIL PROTECTED] To: Edin Kadribasic [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, January 13, 2003 3:43 PM Subject: Re: [PHP-CVS] cvs: php4

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

2003-01-13 Thread Andrey Hristov
andrey Mon Jan 13 13:12:23 2003 EDT Modified files: /php4/ext/standard array.c basic_functions.c php_array.h Log: added array_combine(). Creates an array by using the elements of the first parameter as keys and the elements of the second as correspoding

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

2003-01-14 Thread Andrey Hristov
andrey Tue Jan 14 13:26:47 2003 EDT Modified files: /php4/ext/standard basic_functions.c php_var.h var.c Log: added function get_memory_usage(). available only when PHP is compiled with --enable-memory-limit Index: php4/ext/standard/basic_functions.c

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

2003-01-18 Thread Andrey Hristov
andrey Sat Jan 18 10:03:02 2003 EDT Modified files: /php4/ext/standard basic_functions.c php_var.h var.c Log: Renamed get_memory_usage() to memory_get_usage() (per Andi's advice) This doesn't break any BC. Index: php4/ext/standard/basic_functions.c diff

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

2003-01-21 Thread Andrey Hristov
andrey Tue Jan 21 12:37:59 2003 EDT Modified files: /php4/ext/sysvshm sysvshm.c Log: increasing readability. Index: php4/ext/sysvshm/sysvshm.c diff -u php4/ext/sysvshm/sysvshm.c:1.59 php4/ext/sysvshm/sysvshm.c:1.60 --- php4/ext/sysvshm/sysvshm.c:1.59

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

2003-01-24 Thread Andrey Hristov
andrey Fri Jan 24 07:20:00 2003 EDT Modified files: /php4/ext/standard string.c Log: Adding cast. Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.349 php4/ext/standard/string.c:1.350 --- php4/ext/standard/string.c:1.349Tue Jan 21

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

2003-01-24 Thread Andrey Hristov
andrey Fri Jan 24 08:18:09 2003 EDT Modified files: /php4/ext/standard string.c Log: Resolving problem on OSF1 and probably other 64 bit platforms. Thanks for the feedback of Magnus (novell kiruna se). Index: php4/ext/standard/string.c diff -u

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

2003-01-27 Thread Andrey Hristov
andrey Mon Jan 27 11:22:33 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard string.c Log: MFH Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.333.2.10 php4/ext/standard/string.c:1.333.2.11 ---

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard basic_functions.c php_var.h var.c

2003-02-06 Thread Andrey Hristov
andrey Thu Feb 6 09:34:08 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard php_var.h var.c basic_functions.c Log: Backporting memory_get_usage() from HEAD. As far as the code is small there won't be any problems. Index:

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

2003-02-06 Thread Andrey Hristov
andrey Thu Feb 6 09:36:58 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: added entry for memory_get_usage(). Index: php4/NEWS diff -u php4/NEWS:1.1247.2.61 php4/NEWS:1.1247.2.62 --- php4/NEWS:1.1247.2.61 Tue Feb 4 14:07:09 2003 +++

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

2003-06-10 Thread Andrey Hristov
andrey Tue Jun 10 10:46:01 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mysql php_mysql.c Log: proto fixes Index: php4/ext/mysql/php_mysql.c diff -u php4/ext/mysql/php_mysql.c:1.174.2.17 php4/ext/mysql/php_mysql.c:1.174.2.18 ---

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

2003-06-12 Thread Andrey Hristov
andrey Thu Jun 12 06:03:40 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mssql php_mssql.c Log: proto fixes Index: php4/ext/mssql/php_mssql.c diff -u php4/ext/mssql/php_mssql.c:1.86.2.18 php4/ext/mssql/php_mssql.c:1.86.2.19 ---

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

2003-06-12 Thread Andrey Hristov
andrey Thu Jun 12 06:08:26 2003 EDT Modified files: /php4/ext/mssql php_mssql.c Log: proto fixes Index: php4/ext/mssql/php_mssql.c diff -u php4/ext/mssql/php_mssql.c:1.112 php4/ext/mssql/php_mssql.c:1.113 --- php4/ext/mssql/php_mssql.c:1.112Tue Jun 10

[PHP-CVS] cvs: php4(PHP_4_3) /ext/informix ifx.ec

2003-06-12 Thread Andrey Hristov
andrey Thu Jun 12 06:24:41 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/informix ifx.ec Log: proto fixes Index: php4/ext/informix/ifx.ec diff -u php4/ext/informix/ifx.ec:1.69.2.15 php4/ext/informix/ifx.ec:1.69.2.16 --- php4/ext/informix/ifx.ec:1.69.2.15

[PHP-CVS] cvs: php4 /ext/informix ifx.ec

2003-06-12 Thread Andrey Hristov
andrey Thu Jun 12 06:30:06 2003 EDT Modified files: /php4/ext/informix ifx.ec Log: proto fixes Index: php4/ext/informix/ifx.ec diff -u php4/ext/informix/ifx.ec:1.91 php4/ext/informix/ifx.ec:1.92 --- php4/ext/informix/ifx.ec:1.91 Tue Jun 10 16:03:30 2003

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

2003-06-12 Thread Andrey Hristov
andrey Thu Jun 12 07:24:25 2003 EDT Modified files: /php4/ext/interbase interbase.c Log: proto fixes Index: php4/ext/interbase/interbase.c diff -u php4/ext/interbase/interbase.c:1.107 php4/ext/interbase/interbase.c:1.108 ---

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

2003-06-12 Thread Andrey Hristov
andrey Thu Jun 12 07:34:31 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/interbase interbase.c Log: proto fixes Index: php4/ext/interbase/interbase.c diff -u php4/ext/interbase/interbase.c:1.91.2.7 php4/ext/interbase/interbase.c:1.91.2.8 ---

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

2003-06-12 Thread Andrey Hristov
andrey Thu Jun 12 07:55:01 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mcryptmcrypt.c Log: proto fixes Index: php4/ext/mcrypt/mcrypt.c diff -u php4/ext/mcrypt/mcrypt.c:1.77.4.4 php4/ext/mcrypt/mcrypt.c:1.77.4.5 --- php4/ext/mcrypt/mcrypt.c:1.77.4.4

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

2003-06-12 Thread Andrey Hristov
andrey Thu Jun 12 08:00:20 2003 EDT Modified files: /php4/ext/mcryptmcrypt.c Log: proto fixes Index: php4/ext/mcrypt/mcrypt.c diff -u php4/ext/mcrypt/mcrypt.c:1.85 php4/ext/mcrypt/mcrypt.c:1.86 --- php4/ext/mcrypt/mcrypt.c:1.85 Tue Jun 10 16:03:31

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

2003-06-12 Thread Andrey Hristov
andrey Thu Jun 12 08:23:11 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/bcmathbcmath.c Log: proto fixes Index: php4/ext/bcmath/bcmath.c diff -u php4/ext/bcmath/bcmath.c:1.39.4.7 php4/ext/bcmath/bcmath.c:1.39.4.8 --- php4/ext/bcmath/bcmath.c:1.39.4.7

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

2003-06-12 Thread Andrey Hristov
andrey Thu Jun 12 08:28:30 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/curl curl.c Log: proto fixes Index: php4/ext/curl/curl.c diff -u php4/ext/curl/curl.c:1.124.2.10 php4/ext/curl/curl.c:1.124.2.11 --- php4/ext/curl/curl.c:1.124.2.10 Mon May

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

2003-06-12 Thread Andrey Hristov
andrey Thu Jun 12 08:32:22 2003 EDT Modified files: /php4/ext/curl interface.c Log: proto fix Index: php4/ext/curl/interface.c diff -u php4/ext/curl/interface.c:1.19 php4/ext/curl/interface.c:1.20 --- php4/ext/curl/interface.c:1.19 Tue Jun 10

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

2003-06-12 Thread Andrey Hristov
andrey Thu Jun 12 08:35:19 2003 EDT Modified files: /php4/ext/crack crack.c Log: proto fixes Index: php4/ext/crack/crack.c diff -u php4/ext/crack/crack.c:1.21 php4/ext/crack/crack.c:1.22 --- php4/ext/crack/crack.c:1.21 Tue Jun 10 16:03:26 2003 +++

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

2003-06-12 Thread Andrey Hristov
andrey Thu Jun 12 08:37:03 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/crack crack.c Log: proto fixes Index: php4/ext/crack/crack.c diff -u php4/ext/crack/crack.c:1.18.8.1 php4/ext/crack/crack.c:1.18.8.2 --- php4/ext/crack/crack.c:1.18.8.1 Tue

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

2003-06-12 Thread Andrey Hristov
andrey Thu Jun 12 08:51:53 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/cpdf cpdf.c Log: proto fixes Index: php4/ext/cpdf/cpdf.c diff -u php4/ext/cpdf/cpdf.c:1.43.4.3 php4/ext/cpdf/cpdf.c:1.43.4.4 --- php4/ext/cpdf/cpdf.c:1.43.4.3 Tue May 20

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

2003-06-12 Thread Andrey Hristov
andrey Thu Jun 12 10:04:31 2003 EDT Modified files: /php4/ext/cpdf cpdf.c Log: proto fixes #hope not to be scared again by andrei ;) Index: php4/ext/cpdf/cpdf.c diff -u php4/ext/cpdf/cpdf.c:1.52 php4/ext/cpdf/cpdf.c:1.53 --- php4/ext/cpdf/cpdf.c:1.52

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

2003-06-12 Thread Andrey Hristov
andrey Thu Jun 12 11:11:11 2003 EDT Modified files: /php4/ext/standard array.c Log: silly bug Index: php4/ext/standard/array.c diff -u php4/ext/standard/array.c:1.232 php4/ext/standard/array.c:1.233 --- php4/ext/standard/array.c:1.232 Tue Jun 10 16:03:37

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

2003-06-13 Thread Andrey Hristov
andrey Fri Jun 13 10:40:02 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/cyrus cyrus.c Log: proto fix and ws Index: php4/ext/cyrus/cyrus.c diff -u php4/ext/cyrus/cyrus.c:1.12.2.2 php4/ext/cyrus/cyrus.c:1.12.2.3 --- php4/ext/cyrus/cyrus.c:1.12.2.2

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

2003-06-13 Thread Andrey Hristov
andrey Fri Jun 13 10:53:13 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/dba dba.c Log: proto fixes Index: php4/ext/dba/dba.c diff -u php4/ext/dba/dba.c:1.61.2.17 php4/ext/dba/dba.c:1.61.2.18 --- php4/ext/dba/dba.c:1.61.2.17Thu Jun 12

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

2003-06-13 Thread Andrey Hristov
andrey Fri Jun 13 10:59:01 2003 EDT Modified files: /php4/ext/dba dba.c Log: proto fixes Index: php4/ext/dba/dba.c diff -u php4/ext/dba/dba.c:1.92 php4/ext/dba/dba.c:1.93 --- php4/ext/dba/dba.c:1.92 Thu Jun 12 15:53:40 2003 +++ php4/ext/dba/dba.c

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

2003-06-15 Thread Andrey Hristov
andrey Sun Jun 15 11:22:09 2003 EDT Modified files: /php4/ext/gdgd.c Log: proto fixes Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.272 php4/ext/gd/gd.c:1.273 --- php4/ext/gd/gd.c:1.272 Tue Jun 10 16:03:29 2003 +++ php4/ext/gd/gd.cSun Jun

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

2003-06-15 Thread Andrey Hristov
andrey Sun Jun 15 11:23:53 2003 EDT Modified files: /php4/ext/fdf fdf.c Log: proto fixes Index: php4/ext/fdf/fdf.c diff -u php4/ext/fdf/fdf.c:1.81 php4/ext/fdf/fdf.c:1.82 --- php4/ext/fdf/fdf.c:1.81 Tue Jun 10 16:03:28 2003 +++ php4/ext/fdf/fdf.c

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

2003-06-15 Thread Andrey Hristov
andrey Sun Jun 15 11:24:24 2003 EDT Modified files: /php4/ext/ftp php_ftp.c Log: proto fixes Index: php4/ext/ftp/php_ftp.c diff -u php4/ext/ftp/php_ftp.c:1.89 php4/ext/ftp/php_ftp.c:1.90 --- php4/ext/ftp/php_ftp.c:1.89 Tue Jun 10 16:03:29 2003 +++

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

2003-06-15 Thread Andrey Hristov
andrey Sun Jun 15 11:27:13 2003 EDT Modified files: /php4/ext/fbsql php_fbsql.c Log: proto fixes Index: php4/ext/fbsql/php_fbsql.c diff -u php4/ext/fbsql/php_fbsql.c:1.97 php4/ext/fbsql/php_fbsql.c:1.98 --- php4/ext/fbsql/php_fbsql.c:1.97 Fri Jun 13

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

2003-06-15 Thread Andrey Hristov
andrey Sun Jun 15 11:27:45 2003 EDT Modified files: /php4/ext/fam fam.c Log: proto fixes Index: php4/ext/fam/fam.c diff -u php4/ext/fam/fam.c:1.4 php4/ext/fam/fam.c:1.5 --- php4/ext/fam/fam.c:1.4 Tue Jun 10 16:03:28 2003 +++ php4/ext/fam/fam.c Sun

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

2003-06-15 Thread Andrey Hristov
andrey Sun Jun 15 11:28:50 2003 EDT Modified files: /php4/ext/exif exif.c Log: proto fixes Index: php4/ext/exif/exif.c diff -u php4/ext/exif/exif.c:1.149 php4/ext/exif/exif.c:1.150 --- php4/ext/exif/exif.c:1.149 Tue Jun 10 16:03:28 2003 +++

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

2003-06-15 Thread Andrey Hristov
andrey Sun Jun 15 11:29:46 2003 EDT Modified files: /php4/ext/dbx dbx.c Log: proto fixes Index: php4/ext/dbx/dbx.c diff -u php4/ext/dbx/dbx.c:1.49 php4/ext/dbx/dbx.c:1.50 --- php4/ext/dbx/dbx.c:1.49 Tue Jun 10 16:03:27 2003 +++ php4/ext/dbx/dbx.c

[PHP-CVS] cvs: php4 /ext/hwapi hwapi.cpp

2003-06-15 Thread Andrey Hristov
andrey Sun Jun 15 12:04:27 2003 EDT Modified files: /php4/ext/hwapi hwapi.cpp Log: proto fixes Index: php4/ext/hwapi/hwapi.cpp diff -u php4/ext/hwapi/hwapi.cpp:1.9 php4/ext/hwapi/hwapi.cpp:1.10 --- php4/ext/hwapi/hwapi.cpp:1.9Tue Jun 10 16:03:29

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

2003-06-15 Thread Andrey Hristov
andrey Sun Jun 15 12:25:58 2003 EDT Modified files: /php4/ext/hyperwave hw.c Log: proto fixes Index: php4/ext/hyperwave/hw.c diff -u php4/ext/hyperwave/hw.c:1.122 php4/ext/hyperwave/hw.c:1.123 --- php4/ext/hyperwave/hw.c:1.122 Tue Jun 10 16:03:29 2003 +++

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

2003-06-16 Thread Andrey Hristov
andrey Mon Jun 16 09:32:00 2003 EDT Modified files: /php4/ext/iconv iconv.c Log: proto fix Index: php4/ext/iconv/iconv.c diff -u php4/ext/iconv/iconv.c:1.88 php4/ext/iconv/iconv.c:1.89 --- php4/ext/iconv/iconv.c:1.88 Tue Jun 10 16:03:30 2003 +++

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

2003-06-16 Thread Andrey Hristov
andrey Mon Jun 16 10:03:30 2003 EDT Modified files: /php4/ext/mcal php_mcal.c Log: proto fixes Index: php4/ext/mcal/php_mcal.c diff -u php4/ext/mcal/php_mcal.c:1.58 php4/ext/mcal/php_mcal.c:1.59 --- php4/ext/mcal/php_mcal.c:1.58 Tue Jun 10 16:03:31

[PHP-CVS] cvs: php4 /ext/mcve mcve.c php_mcve.h

2003-06-16 Thread Andrey Hristov
andrey Mon Jun 16 10:20:05 2003 EDT Modified files: /php4/ext/mcve mcve.c php_mcve.h Log: added $Id tag Index: php4/ext/mcve/mcve.c diff -u php4/ext/mcve/mcve.c:1.18 php4/ext/mcve/mcve.c:1.19 --- php4/ext/mcve/mcve.c:1.18 Tue Jun 10 16:03:31 2003 +++

[PHP-CVS] cvs: php4 /ext/mhash mhash.c php_mhash.h

2003-06-16 Thread Andrey Hristov
andrey Mon Jun 16 10:27:59 2003 EDT Modified files: /php4/ext/mhash mhash.c php_mhash.h Log: $Id tag added. License added tp php_mhash.h Index: php4/ext/mhash/mhash.c diff -u php4/ext/mhash/mhash.c:1.45 php4/ext/mhash/mhash.c:1.46 ---

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

2003-06-16 Thread Andrey Hristov
andrey Mon Jun 16 11:12:55 2003 EDT Modified files: /php4/ext/ming ming.c Log: load of proto fixes Index: php4/ext/ming/ming.c diff -u php4/ext/ming/ming.c:1.45 php4/ext/ming/ming.c:1.46 --- php4/ext/ming/ming.c:1.45 Tue Jun 10 16:03:32 2003 +++

[PHP-CVS] cvs: php4 /ext/ming php_ming.h

2003-06-16 Thread Andrey Hristov
andrey Mon Jun 16 11:13:31 2003 EDT Modified files: /php4/ext/ming php_ming.h Log: $Id tag added Index: php4/ext/ming/php_ming.h diff -u php4/ext/ming/php_ming.h:1.10 php4/ext/ming/php_ming.h:1.11 --- php4/ext/ming/php_ming.h:1.10 Tue Jun 10

[PHP-CVS] cvs: php4 /ext/ming ming.c php_ming.h

2003-06-16 Thread Andrey Hristov
andrey Mon Jun 16 11:24:59 2003 EDT Modified files: /php4/ext/ming ming.c php_ming.h Log: updating license to 3.0 Index: php4/ext/ming/ming.c diff -u php4/ext/ming/ming.c:1.46 php4/ext/ming/ming.c:1.47 --- php4/ext/ming/ming.c:1.46 Mon Jun 16 11:12:55

[PHP-CVS] cvs: php4 /ext/msql php_msql.c /ext/ncurses ncurses_functions.c /ext/notes php_notes.c /ext/odbc birdstep.c php_odbc.c

2003-06-16 Thread Andrey Hristov
andrey Mon Jun 16 12:36:41 2003 EDT Modified files: /php4/ext/msql php_msql.c /php4/ext/ncurses ncurses_functions.c /php4/ext/notes php_notes.c /php4/ext/odbc birdstep.c php_odbc.c Log: proto fixes #my head hurts now. no more

[PHP-CVS] cvs: php4 /ext/oci8 oci8.c /ext/oracle oracle.c /ext/ovrimos ovrimos.c /ext/pcntl pcntl.c /ext/pdf pdf.c

2003-06-22 Thread Andrey Hristov
andrey Sun Jun 22 10:33:04 2003 EDT Modified files: /php4/ext/oci8 oci8.c /php4/ext/oracleoracle.c /php4/ext/ovrimos ovrimos.c /php4/ext/pcntl pcntl.c /php4/ext/pdf pdf.c Log: proto fixes. Index: php4/ext/oci8/oci8.c

[PHP-CVS] cvs: php-src /ext/tokenizer php_tokenizer.h tokenizer.c

2003-07-19 Thread Andrey Hristov
andrey Sat Jul 19 14:52:49 2003 EDT Modified files: /php-src/ext/tokenizer php_tokenizer.h tokenizer.c Log: Id tag added Index: php-src/ext/tokenizer/php_tokenizer.h diff -u php-src/ext/tokenizer/php_tokenizer.h:1.6

[PHP-CVS] cvs: php-src /ext/xmlrpc php_xmlrpc.h xmlrpc-epi-php.c

2003-07-19 Thread Andrey Hristov
andrey Sat Jul 19 15:11:01 2003 EDT Modified files: /php-src/ext/xmlrpc php_xmlrpc.h xmlrpc-epi-php.c Log: Id tag added. Proto fixes Index: php-src/ext/xmlrpc/php_xmlrpc.h diff -u php-src/ext/xmlrpc/php_xmlrpc.h:1.8 php-src/ext/xmlrpc/php_xmlrpc.h:1.9 ---

[PHP-CVS] cvs: php-src /ext/pfpro pfpro.c /ext/pgsql pgsql.c /ext/posix posix.c /ext/pspell pspell.c /ext/readline readline.c /ext/sysvmsg sysvmsg.c /ext/sysvsem sysvsem.c /ext/sysvshm sysvshm.c /ext/yaz php_yaz.c /ext/yp yp.c /ext/zlib zlib.c

2003-07-19 Thread Andrey Hristov
andrey Sat Jul 19 15:23:33 2003 EDT Modified files: /php-src/ext/pfpro pfpro.c /php-src/ext/pgsql pgsql.c /php-src/ext/posix posix.c /php-src/ext/pspell pspell.c /php-src/ext/readline readline.c /php-src/ext/sysvmsgsysvmsg.c

[PHP-CVS] cvs: php-src /sapi/nsapi nsapi.c

2003-08-01 Thread Andrey Hristov
andrey Fri Aug 1 07:09:11 2003 EDT Modified files: /php-src/sapi/nsapi nsapi.c Log: Removed the unnecessary check of array_init() return value. Index: php-src/sapi/nsapi/nsapi.c diff -u php-src/sapi/nsapi/nsapi.c:1.53 php-src/sapi/nsapi/nsapi.c:1.54 ---

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

2003-08-11 Thread Andrey Hristov
andrey Mon Aug 11 07:27:24 2003 EDT Modified files: /php-src/ext/pdfpdf.c Log: proto fix (thanks to Mehdi Achour for notifying) Index: php-src/ext/pdf/pdf.c diff -u php-src/ext/pdf/pdf.c:1.126 php-src/ext/pdf/pdf.c:1.127 --- php-src/ext/pdf/pdf.c:1.126 Sun

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

2003-08-15 Thread Andrey Hristov
andrey Fri Aug 15 08:08:15 2003 EDT Modified files: /php-src/ext/cpdf cpdf.c Log: 2 proto fixes (Mehdi Achour) Index: php-src/ext/cpdf/cpdf.c diff -u php-src/ext/cpdf/cpdf.c:1.53 php-src/ext/cpdf/cpdf.c:1.54 --- php-src/ext/cpdf/cpdf.c:1.53Thu Jun 12

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

2003-08-28 Thread Andrey Hristov
andrey Thu Aug 28 16:26:33 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/sessionsession.c Log: \n at the end of the message is not needed Index: php-src/ext/session/session.c diff -u php-src/ext/session/session.c:1.336.2.26

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/sybase php_sybase_db.c

2003-08-28 Thread Andrey Hristov
andrey Thu Aug 28 16:27:54 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/sybase php_sybase_db.c Log: format string fixes Index: php-src/ext/sybase/php_sybase_db.c diff -u php-src/ext/sybase/php_sybase_db.c:1.38.2.10

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/sybase_ct php_sybase_ct.c

2003-08-28 Thread Andrey Hristov
andrey Thu Aug 28 16:29:14 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/sybase_ct php_sybase_ct.c Log: format string fix and \n at the end of the message is not needed Index: php-src/ext/sybase_ct/php_sybase_ct.c diff -u

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

2003-08-28 Thread Andrey Hristov
andrey Thu Aug 28 16:43:19 2003 EDT Modified files: /php-src/ext/sessionsession.c Log: \n at the end of the message is not needed Index: php-src/ext/session/session.c diff -u php-src/ext/session/session.c:1.373 php-src/ext/session/session.c:1.374 ---

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

2003-08-28 Thread Andrey Hristov
andrey Thu Aug 28 16:51:18 2003 EDT Modified files: /php-src/ext/mysqli mysqli_profiler.c Log: misplaced quote Index: php-src/ext/mysqli/mysqli_profiler.c diff -u php-src/ext/mysqli/mysqli_profiler.c:1.8 php-src/ext/mysqli/mysqli_profiler.c:1.9 ---

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

2003-09-22 Thread Andrey Hristov
andrey Mon Sep 22 19:19:19 2003 EDT Modified files: /php-src/ext/standard array.c Log: improve the fix for #25494. If more then one bad parameter is passed an warning for all will be emitted. Index: php-src/ext/standard/array.c diff -u

[PHP-CVS] cvs: php-src /ext/standard array.c basic_functions.c php_array.h

2003-09-23 Thread Andrey Hristov
andrey Tue Sep 23 13:37:29 2003 EDT Modified files: /php-src/ext/standard array.c basic_functions.c php_array.h Log: 4 new functions : array_udiff() array_udiff_assoc() array_diff_uassoc() array_udiff_uassoc() They work like array_diff() or

[PHP-CVS] cvs: php-src /ext/standard/tests/array 007.phpt

2003-09-23 Thread Andrey Hristov
andrey Tue Sep 23 13:40:35 2003 EDT Modified files: /php-src/ext/standard/tests/array 007.phpt Log: New test cases for the new 4 functions : - array_udiff() - array_udiff_assoc() - array_diff_uassoc() - array_udiff_uassoc() Index:

Re: [PHP-CVS] cvs: php-src /ext/standard array.c basic_functions.c php_array.h

2003-09-24 Thread Andrey Hristov
Message - From: Andrey Hristov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 6:37 PM Subject: [PHP-CVS] cvs: php-src /ext/standard array.c basic_functions.c php_array.h andrey Tue Sep 23 13:37:29 2003 EDT Modified files: /php-src/ext/standard array.c

Re: [PHP-CVS] cvs: php-src /ext/standard array.c basic_functions.c php_array.h

2003-09-26 Thread Andrey Hristov
I will work on the documentation next week and will add a news entry soon. Andrey Jani Taskinen wrote: Still waiting for the documentation for these..and also where are the NEWS entries? --Jani On Tue, 23 Sep 2003, Andrey Hristov wrote: andrey Tue Sep 23 13:37:29 2003

Re: [PHP-CVS] Problem building php5 from cvs

2003-09-28 Thread Andrey Hristov
Dennis Sterzenbach wrote: Hi Adam, thanks for your reply. snip checking libxml2 install dir... no configure: error: libxml2 version 2.5.10 or greater required. /snip Have you checked that the output of xml2-config --version says that you're running libxml2 2.5.10 or greater? I bet you need to

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

2003-09-30 Thread Andrey Hristov
andrey Tue Sep 30 08:43:59 2003 EDT Modified files: /php-src/ext/standard array.c Log: Memory leak fixed (no need of MFH since this is code specific to PHP5) Index: php-src/ext/standard/array.c diff -u php-src/ext/standard/array.c:1.249

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

2003-09-30 Thread Andrey Hristov
andrey Tue Sep 30 11:00:36 2003 EDT Modified files: /php-src/ext/standard array.c Log: smash a segmentation fault Index: php-src/ext/standard/array.c diff -u php-src/ext/standard/array.c:1.250 php-src/ext/standard/array.c:1.251 ---

[PHP-CVS] cvs: php-src /ext/standard/tests/array 007.phpt

2003-09-30 Thread Andrey Hristov
andrey Tue Sep 30 11:06:06 2003 EDT Modified files: /php-src/ext/standard/tests/array 007.phpt Log: fix Index: php-src/ext/standard/tests/array/007.phpt diff -u php-src/ext/standard/tests/array/007.phpt:1.3 php-src/ext/standard/tests/array/007.phpt:1.4

[PHP-CVS] cvs: php-src /ext/standard/tests/array 007.phpt array_diff_1.phpt

2003-09-30 Thread Andrey Hristov
andrey Tue Sep 30 11:22:34 2003 EDT Added files: /php-src/ext/standard/tests/array array_diff_1.phpt Modified files: /php-src/ext/standard/tests/array 007.phpt Log: Move the test to new file. Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/mysqli mysqli_api.c

2007-07-24 Thread Andrey Hristov
andrey Tue Jul 24 09:22:16 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mysqli mysqli_api.c Log: Fix build with latest 5.1 sources where gptr is no more.

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

2007-07-24 Thread Andrey Hristov
andrey Tue Jul 24 09:32:11 2007 UTC Modified files: /php-src/ext/mysqli mysqli_api.c Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli_api.c?r1=1.147r2=1.148diff_format=u Index: php-src/ext/mysqli/mysqli_api.c diff -u

[PHP-CVS] cvs: php-src /ext/mysqli config9.m4 /ext/mysqli/mysqlnd portability.h

2007-07-24 Thread Andrey Hristov
andrey Tue Jul 24 19:20:28 2007 UTC Modified files: /php-src/ext/mysqli config9.m4 /php-src/ext/mysqli/mysqlnd portability.h Log: Don't use AC_CHECK_TYPES, as autoconf 2.13 is buggy, use an workaround.

[PHP-CVS] cvs: php-src /ext/mysql .cvsignore /ext/mysqli .cvsignore

2007-07-24 Thread Andrey Hristov
andrey Tue Jul 24 19:23:35 2007 UTC Modified files: /php-src/ext/mysql .cvsignore /php-src/ext/mysqli .cvsignore Log: ignor php_have_mysqlnd.h http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/.cvsignore?r1=1.11r2=1.12diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/mysqli/mysqlnd mysqlnd_wireprotocol.c portability.h

2007-07-25 Thread Andrey Hristov
andrey Wed Jul 25 12:42:00 2007 UTC Modified files: /php-src/ext/mysqli/mysqlnd mysqlnd_wireprotocol.c portability.h Log: Alignment fixes for 64bit and fixing macroses

[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd_portability.h

2007-07-26 Thread Andrey Hristov
andrey Thu Jul 26 14:40:18 2007 UTC Modified files: /php-src/ext/mysqlndmysqlnd_portability.h Log: Return to previous code http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd_portability.h?r1=1.2r2=1.3diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd.c mysqlnd.h mysqlnd_portability.h mysqlnd_priv.h mysqlnd_ps.c mysqlnd_ps_codec.c mysqlnd_result.c mysqlnd_result_meta.c mysqlnd_statistics.h mysqlnd_wirepro

2007-08-03 Thread Andrey Hristov
andrey Fri Aug 3 16:32:27 2007 UTC Modified files: /php-src/ext/mysqlndmysqlnd.c mysqlnd.h mysqlnd_portability.h mysqlnd_priv.h mysqlnd_ps.c mysqlnd_ps_codec.c mysqlnd_result.c

[PHP-CVS] cvs: php-src /ext/mysql php_mysql.c /ext/mysqlnd mysqlnd.c mysqlnd_priv.h mysqlnd_result.c mysqlnd_statistics.h mysqlnd_wireprotocol.c

2007-08-06 Thread Andrey Hristov
andrey Mon Aug 6 15:11:46 2007 UTC Modified files: /php-src/ext/mysql php_mysql.c /php-src/ext/mysqlndmysqlnd.c mysqlnd_priv.h mysqlnd_result.c mysqlnd_statistics.h mysqlnd_wireprotocol.c Log: Fix crashes with pconn

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/mysqli mysqli_api.c /ext/mysqli/tests bug38710.phpt

2007-09-05 Thread Andrey Hristov
andrey Wed Sep 5 12:36:44 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/mysqli mysqli_api.c /php-src/ext/mysqli/tests bug38710.phpt Log: Fixed bug #42378 (mysqli_stmt_bind_result memory exhaustion) Fixed regression of bug

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/mysqli mysqli_api.c /ext/mysqli/tests bug38710.phpt

2007-09-06 Thread Andrey Hristov
Hi Tony, Antony Dovgal wrote: The machine is Linux x86-64. On 06.09.2007 02:43, Antony Dovgal wrote: The test fails in 5_2 branch (didn't check HEAD yet). # cat ext/mysqli/tests/bug38710.diff 001+ int(8193) 002+ string(32) b7652d9bca37038c342cc0c492dd70f9 001- int(10) 002-

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/mysqli mysqli_api.c /ext/mysqli/tests bug38710.phpt

2007-09-06 Thread Andrey Hristov
Hi Tony, Antony Dovgal wrote: On 06.09.2007 11:27, Andrey Hristov wrote: interesting. What server do you use? I am with 5.1.21.. Could be some recent fix in the 5.1 tree. # mysql --version mysql Ver 14.12 Distrib 5.0.26, for suse-linux-gnu (x86_64) using readline 5.1 yeah, just tried

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/mysqli mysqli_api.c mysqli_nonapi.c /ext/mysqli/tests bug38710.phpt

2007-09-06 Thread Andrey Hristov
andrey Thu Sep 6 10:07:43 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/mysqli mysqli_api.c mysqli_nonapi.c /php-src/ext/mysqli/tests bug38710.phpt Log: Fixed leaks with multiple connects using one mysqli object. HEAD will

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/mysqli mysqli.c php_mysqli.h

2007-09-12 Thread Andrey Hristov
andrey Wed Sep 12 09:12:56 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/mysqli mysqli.c php_mysqli.h Log: Fix stupid error, which happens only on Windows. And we thought this has been fixed. Now my_thread_end() should be called

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/bcmath bcmath.c /ext/bz2 bz2.c /ext/calendar calendar.c /ext/com_dotnet com_extension.c com_persist.c /ext/ctype ctype.c /ext/curl interface.c /e

2007-09-28 Thread Andrey Hristov
Dmitry Stogov wrote: dmitryThu Sep 27 18:00:49 2007 UTC Modified files: (Branch: PHP_5_3) /php-src NEWS /ZendEngine2 zend.h zend_API.c zend_API.h zend_builtin_functions.c zend_compile.c zend_compile.h zend_exceptions.c

  1   2   3   4   5   6   7   8   9   10   >