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

2005-04-19 Thread Jani Taskinen
sniper Tue Apr 19 07:28:05 2005 EDT Modified files: /php-src/ext/sqlite pdo_sqlite2.c Log: - This is not C++ code http://cvs.php.net/diff.php/php-src/ext/sqlite/pdo_sqlite2.c?r1=1.4&r2=1.5&ty=u Index: php-src/ext/sqlite/pdo_sqlite2.c diff -u php-src/ext/sqlite/

[PHP-CVS] cvs: php-src /ext/pdo_firebird firebird_statement.c /ext/pdo_mysql mysql_statement.c /ext/pdo_pgsql pdo_pgsql.c /sapi/apache sapi_apache.c /sapi/apache_hooks mod_php5.c sapi_apache.c Ze

2005-04-19 Thread Jani Taskinen
sniper Tue Apr 19 07:41:05 2005 EDT Modified files: /ZendEngine2zend_compile.c zend_exceptions.c /php-src/ext/pdo_firebird firebird_statement.c /php-src/ext/pdo_mysql mysql_statement.c /php-src/ext/pdo_pgsql pdo_pgsql.c /php-src/

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

2005-04-19 Thread Andrey Hristov
andrey Tue Apr 19 08:59:16 2005 EDT Modified files: /php-src/ext/mysqli mysqli_api.c /php-src/ext/mysqli/tests 014.phpt Log: - fixing all "long" into "int" fetching problems (cause memory corruption on 64 bit) - nail down a problem because of the new

[PHP-CVS] Re: Protected Mail Delivery

2005-04-19 Thread gamr
Follow the instructions to read the message. +++ Attachment: No Virus found +++ MC-Afee AntiVirus - www.mcafee.com -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2005-04-19 Thread Andrey Hristov
andrey Tue Apr 19 09:28:44 2005 EDT Modified files: /php-src/ext/mysqli mysqli_api.c Log: - nail down another 64bit problem. this will fix about 14 failing tests on amd64 (probably other 64 bit arch). - use ulong for this boolean variable, as it was before

[PHP-CVS] cvs: php-src /ext/mysqli/tests bug32405.phpt

2005-04-19 Thread Andrey Hristov
andrey Tue Apr 19 09:29:38 2005 EDT Added files: /php-src/ext/mysqli/tests bug32405.phpt Log: add a test case for Bug #32405 (the previous commit incorporated a fix for it). http://cvs.php.net/co.php/php-src/ext/mysqli/tests/bug32405.phpt?r=1.1&p=1 I

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/mysqli mysqli_api.c /ext/mysqli/tests bug32405.phpt

2005-04-19 Thread Andrey Hristov
andrey Tue Apr 19 09:42:31 2005 EDT Added files: (Branch: PHP_5_0) /php-src/ext/mysqli/tests bug32405.phpt Modified files: /php-src/ext/mysqli mysqli_api.c Log: MFH http://cvs.php.net/diff.php/php-src/ext/mysqli/mysqli_api.c?r1=1.87

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

2005-04-19 Thread Andrey Hristov
andrey Tue Apr 19 11:11:07 2005 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS Log: BFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.332&r2=1.1760.2.333&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.332 php-src/NEWS:1.1760.2.333 --- p

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/mysqli/tests 033.phpt

2005-04-19 Thread Andrey Hristov
andrey Tue Apr 19 11:42:46 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/mysqli/tests 033.phpt Log: fix test to be able to run not only over Unix socket but also over TCP/IP and not only connected to localhost. http://cvs.php.net/diff.php/php-sr

[PHP-CVS] cvs: php-src /ext/mysqli/tests 033.phpt

2005-04-19 Thread Andrey Hristov
andrey Tue Apr 19 11:45:08 2005 EDT Modified files: /php-src/ext/mysqli/tests 033.phpt Log: MFB http://cvs.php.net/diff.php/php-src/ext/mysqli/tests/033.phpt?r1=1.4&r2=1.5&ty=u Index: php-src/ext/mysqli/tests/033.phpt diff -u php-src/ext/mysqli/tests/033.p

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

2005-04-19 Thread Andrey Hristov
andrey Tue Apr 19 13:30:08 2005 EDT Modified files: /php-src/main main.c Log: add INT_MAX and INT_SIZE constants. #64bit machines are getting wider usage and these are needed http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.623&r2=1.624&ty=u Inde

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

2005-04-19 Thread Andrey Hristov
andrey Tue Apr 19 13:33:16 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/main main.c Log: MFH http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.604.2.11&r2=1.604.2.12&ty=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.604.2.11 php-sr

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

2005-04-19 Thread Andrey Hristov
andrey Tue Apr 19 13:35:05 2005 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS Log: FN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.333&r2=1.1760.2.334&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.333 php-src/NEWS:1.1760.2.334 --- ph

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

2005-04-19 Thread Ilia Alshanetsky
iliaa Tue Apr 19 16:53:58 2005 EDT Modified files: /php-src/ext/pdo_mysql mysql_statement.c Log: removed unused var. http://cvs.php.net/diff.php/php-src/ext/pdo_mysql/mysql_statement.c?r1=1.23&r2=1.24&ty=u Index: php-src/ext/pdo_mysql/mysql_statement.c

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

2005-04-19 Thread Ilia Alshanetsky
iliaa Tue Apr 19 16:55:02 2005 EDT Modified files: /php-src/ext/pdo_odbc odbc_stmt.c Log: Removed unused var. http://cvs.php.net/diff.php/php-src/ext/pdo_odbc/odbc_stmt.c?r1=1.19&r2=1.20&ty=u Index: php-src/ext/pdo_odbc/odbc_stmt.c diff -u php-src/ext

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

2005-04-19 Thread Jani Taskinen
sniper Tue Apr 19 18:04:32 2005 EDT Modified files: /php-src/ext/opensslopenssl.c Log: - Never use Z_TYPE* macros on non-zvals. http://cvs.php.net/diff.php/php-src/ext/openssl/openssl.c?r1=1.95&r2=1.96&ty=u Index: php-src/ext/openssl/openssl.c diff -u p

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/openssl openssl.c

2005-04-19 Thread Jani Taskinen
sniper Tue Apr 19 18:05:40 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/opensslopenssl.c Log: MFH http://cvs.php.net/diff.php/php-src/ext/openssl/openssl.c?r1=1.89.2.6&r2=1.89.2.7&ty=u Index: php-src/ext/openssl/openssl.c diff -u php-src/ext/o

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

2005-04-19 Thread Jani Taskinen
sniper Tue Apr 19 18:06:46 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/opensslopenssl.c Log: MFH http://cvs.php.net/diff.php/php-src/ext/openssl/openssl.c?r1=1.52.2.22&r2=1.52.2.23&ty=u Index: php-src/ext/openssl/openssl.c diff -u php-src/ext

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

2005-04-19 Thread Jani Taskinen
sniper Tue Apr 19 18:14:57 2005 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS Log: reorder http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.334&r2=1.1760.2.335&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.334 php-src/NEWS:1.1760.2.335 ---

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

2005-04-19 Thread Jani Taskinen
Why did you name them INT_* when they should be LONG_* ? --Jani On Tue, 19 Apr 2005, Andrey Hristov wrote: andrey Tue Apr 19 13:30:08 2005 EDT Modified files: /php-src/mainmain.c Log: add INT_MAX and INT_SIZE constants. #64bit machines are getting wider usage and the

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

2005-04-19 Thread Jani Taskinen
And MFH to PHP_4_3 branch too.. --Jani On Tue, 19 Apr 2005, Andrey Hristov wrote: andrey Tue Apr 19 13:33:16 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/mainmain.c Log: MFH http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.604.2.11&r2=1.604.2.12&

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

2005-04-19 Thread Andrey Hristov
Because the whole PHP documentation talks about ints, even the cast is (int) and the corresponding function intval() :) I thought before naming them :) Andrey Jani Taskinen wrote: Why did you name them INT_* when they should be LONG_* ? --Jani On Tue, 19 Apr 2005, Andrey Hristov wrote: and

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

2005-04-19 Thread Andrey Hristov
I thought that I should not add them to 4_3 but if you wish :). When __METHOD__ as added it was only in HEAD (5.0-dev those days). Andrey P.S. Will do that tommorow Jani Taskinen wrote: And MFH to PHP_4_3 branch too.. --Jani On Tue, 19 Apr 2005, Andrey Hristov wrote: andreyTue Apr 19

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

2005-04-19 Thread Jani Taskinen
So that is why you have to keep using the wrong name for the type? In this particular instance I'd definately go with the LONG_* to not cause even more confusion.. --Jani On Wed, 20 Apr 2005, Andrey Hristov wrote: Because the whole PHP documentation talks about ints, even the ca

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/soap/tests classmap.wsdl classmap001.phpt classmap002.phpt /ext/soap/tests/bugs bug29236.phpt /ext/soap/tests/schema schema074.phpt

2005-04-19 Thread Dmitry Stogov
dmitry Wed Apr 20 02:35:29 2005 EDT Added files: (Branch: PHP_5_0) /php-src/ext/soap/tests/schema schema074.phpt Modified files: /php-src/ext/soap/tests classmap.wsdl classmap001.phpt classmap002.phpt

[PHP-CVS] cvs: php-src /ext/soap/tests classmap.wsdl classmap001.phpt classmap002.phpt /ext/soap/tests/interop/Round2/Base .cvsignore phpt.40ea5092ecda9 /ext/soap/tests/interop/Round2/GroupB .cvsign

2005-04-19 Thread Dmitry Stogov
dmitry Wed Apr 20 02:36:10 2005 EDT Added files: /php-src/ext/soap/tests/interop/Round2/Base .cvsignore /php-src/ext/soap/tests/interop/Round2/GroupB .cvsignore /php-src/ext/soap/tests/interop/Round3/GroupD .cvsignore /php-src/ext/soap/tes