[PHP-CVS] cvs: php-src / NEWS acinclude.m4 /sapi/cgi config9.m4 /sapi/cli config.m4

2005-07-06 Thread Dmitry Stogov
dmitry Thu Jul 7 01:54:43 2005 EDT Modified files: /php-srcNEWS acinclude.m4 /php-src/sapi/cgi config9.m4 /php-src/sapi/cli config.m4 Log: Fixed support for shared extensions on AIX http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1982&r2=1.1

Re: [PHP-CVS] cvs: php-src /ext/pdo_pgsql pgsql_driver.c

2005-07-06 Thread Christopher Kings-Lynne
It does impose a v7.4 and above libpq requirement, however. Chris Andi Gutmans wrote: Yeah, definitely seems like PQexecParams is the safest and easiest way of doing so. In general, I'm always in favor of using bound parameters exactly for this reason. Andi At 10:44 AM 7/7/2005 +0800, Chris

Re: [PHP-CVS] cvs: php-src /ext/pdo_pgsql pgsql_driver.c

2005-07-06 Thread Andi Gutmans
Yeah, definitely seems like PQexecParams is the safest and easiest way of doing so. In general, I'm always in favor of using bound parameters exactly for this reason. Andi At 10:44 AM 7/7/2005 +0800, Christopher Kings-Lynne wrote: By the way, using PQexecParams is by far the easiest fastest an

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

2005-07-06 Thread Rasmus Lerdorf
rasmus Wed Jul 6 23:53:49 2005 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: Missing closing folding marker http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.149&r2=1.150&ty=u Index: php-src/ext/simplexml/simplexml.c diff

Re: [PHP-CVS] cvs: php-src /ext/pdo_pgsql pgsql_driver.c

2005-07-06 Thread Christopher Kings-Lynne
Have you ever tried creating a sequence with an apostrophes in its name in PostgreSQL? Easily, and don't forget about schema qualification either: test=# create sequence "isn't this ""grand""?"; CREATE SEQUENCE test=# \ds List of relations Schema |Name | Type

Re: [PHP-CVS] cvs: php-src /ext/pdo_pgsql pgsql_driver.c

2005-07-06 Thread Christopher Kings-Lynne
I don't get this at all? How come you reject sequences that contain apostrophes? Chris Ilia Alshanetsky wrote: iliaa Wed Jul 6 20:52:20 2005 EDT Modified files: /php-src/ext/pdo_pgsql pgsql_driver.c Log: Faster sequence id retrieval. http://cvs.p

Re: [PHP-CVS] cvs: php-src /ext/pdo_pgsql pgsql_driver.c

2005-07-06 Thread Christopher Kings-Lynne
By the way, using PQexecParams is by far the easiest fastest and safest way of doing this... Chris Ilia Alshanetsky wrote: iliaa Wed Jul 6 22:17:21 2005 EDT Modified files: /php-src/ext/pdo_pgsql pgsql_driver.c Log: Leave it up to the user to decide if to

Re: [PHP-CVS] cvs: php-src /ext/pdo_pgsql pgsql_driver.c

2005-07-06 Thread Christopher Kings-Lynne
Leave it up to the user to decide if to escape the sequence name or not. What was wrong with the original coding? Can't you juse leave teh PQescapeString in there? Chris http://cvs.php.net/diff.php/php-src/ext/pdo_pgsql/pgsql_driver.c?r1=1.47&r2=1.48&ty=u Index: php-src/ext/pdo_pgsql/pgs

Re: [PHP-CVS] cvs: php-src /ext/pdo_pgsql pgsql_driver.c

2005-07-06 Thread Ilia Alshanetsky
Thanks for the suggestion, I'll look into it tomorrow morning. Ilia Christopher Kings-Lynne wrote: By the way, using PQexecParams is by far the easiest fastest and safest way of doing this... Chris Ilia Alshanetsky wrote: iliaaWed Jul 6 22:17:21 2005 EDT Modified files:

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

2005-07-06 Thread Ilia Alshanetsky
iliaa Wed Jul 6 22:17:21 2005 EDT Modified files: /php-src/ext/pdo_pgsql pgsql_driver.c Log: Leave it up to the user to decide if to escape the sequence name or not. http://cvs.php.net/diff.php/php-src/ext/pdo_pgsql/pgsql_driver.c?r1=1.47&r2=1.48&ty=u

Re: [PHP-CVS] cvs: php-src /ext/pdo_pgsql pgsql_driver.c

2005-07-06 Thread Ilia Alshanetsky
Christopher Kings-Lynne wrote: I don't get this at all? How come you reject sequences that contain apostrophes? Have you ever tried creating a sequence with an apostrophes in its name in PostgreSQL? Ilia -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.ne

Re: [PHP-CVS] cvs: php-src /ext/pdo_sqlite/tests connection.inc pdo_001.phpt pdo_002.phpt pdo_003.phpt pdo_004.phpt pdo_005.phpt pdo_006.phpt pdo_007.phpt pdo_008.phpt pdo_009.phpt pdo_010.phpt pdo_01

2005-07-06 Thread Marcus Boerger
Hello Wez, works much better now at keast a few PASSes but sillt i don't see a test summarize. regards marcus Wednesday, July 6, 2005, 3:20:09 PM, you wrote: > Doh :) > Should be fixed now. > --Wez. > On 7/6/05, Marcus Boerger <[EMAIL PROTECTED]> wrote: >> Hello Wez, >> >> i am missing

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

2005-07-06 Thread Ilia Alshanetsky
iliaa Wed Jul 6 20:52:20 2005 EDT Modified files: /php-src/ext/pdo_pgsql pgsql_driver.c Log: Faster sequence id retrieval. http://cvs.php.net/diff.php/php-src/ext/pdo_pgsql/pgsql_driver.c?r1=1.46&r2=1.47&ty=u Index: php-src/ext/pdo_pgsql/pgsql_driv

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/zlib php_zlib.def

2005-07-06 Thread Edin Kadribasic
edink Wed Jul 6 17:19:13 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/zlib php_zlib.def Log: MFH: Export missing symbol http://cvs.php.net/diff.php/php-src/ext/zlib/php_zlib.def?r1=1.3&r2=1.3.2.1&ty=u Index: php-src/ext/zlib/php_zlib.def diff -u p

[PHP-CVS] cvs: php-src /ext/zlib php_zlib.def

2005-07-06 Thread Edin Kadribasic
edink Wed Jul 6 17:18:09 2005 EDT Modified files: /php-src/ext/zlib php_zlib.def Log: Export missing symbol http://cvs.php.net/diff.php/php-src/ext/zlib/php_zlib.def?r1=1.3&r2=1.4&ty=u Index: php-src/ext/zlib/php_zlib.def diff -u php-src/ext/zlib/php_zlib.d

[PHP-CVS] cvs: CVSROOT / avail

2005-07-06 Thread Rasmus Lerdorf
rasmus Wed Jul 6 12:30:45 2005 EDT Modified files: /CVSROOTavail Log: New accounts http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.991&r2=1.992&ty=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.991 CVSROOT/avail:1.992 --- CVSROOT/avail:1.991 Wed Jun 22 11

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

2005-07-06 Thread Dmitry Stogov
dmitry Wed Jul 6 10:16:04 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/soap php_encoding.c Log: Fixed possible crash http://cvs.php.net/diff.php/php-src/ext/soap/php_encoding.c?r1=1.71.2.21&r2=1.71.2.22&ty=u Index: php-src/ext/soap/php_encoding.

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

2005-07-06 Thread Dmitry Stogov
dmitry Wed Jul 6 10:15:52 2005 EDT Modified files: /php-src/ext/soap php_encoding.c Log: Fixed possible crash http://cvs.php.net/diff.php/php-src/ext/soap/php_encoding.c?r1=1.97&r2=1.98&ty=u Index: php-src/ext/soap/php_encoding.c diff -u php-src/ext/soap/

[PHP-CVS] cvs: php-src /ext/pdo/tests pdo_021.phpt

2005-07-06 Thread Wez Furlong
wez Wed Jul 6 09:16:42 2005 EDT Modified files: /php-src/ext/pdo/tests pdo_021.phpt Log: juggling to track down a problem with odbc http://cvs.php.net/diff.php/php-src/ext/pdo/tests/pdo_021.phpt?r1=1.1&r2=1.2&ty=u Index: php-src/ext/pdo/tests/pdo_02

Re: [PHP-CVS] cvs: php-src /ext/pdo_sqlite/tests connection.inc pdo_001.phpt pdo_002.phpt pdo_003.phpt pdo_004.phpt pdo_005.phpt pdo_006.phpt pdo_007.phpt pdo_008.phpt pdo_009.phpt pdo_010.phpt pdo_01

2005-07-06 Thread Wez Furlong
Doh :) Should be fixed now. --Wez. On 7/6/05, Marcus Boerger <[EMAIL PROTECTED]> wrote: > Hello Wez, > > i am missing an include file now pdo_test.php. Most probably because you > named it .php which is a bad idea since run-tests.php deletes .php files > and .php is an entry in .cvsignore. Thu

[PHP-CVS] cvs: php-src /ext/pdo/tests pdo_001.phpt pdo_002.phpt pdo_003.phpt pdo_004.phpt pdo_005.phpt pdo_006.phpt pdo_007.phpt pdo_008.phpt pdo_009.phpt pdo_010.phpt pdo_011.phpt pdo_012.phpt pdo_01

2005-07-06 Thread Wez Furlong
wez Wed Jul 6 09:19:25 2005 EDT Added files: /php-src/ext/pdo/tests pdo_test.inc Modified files: /php-src/ext/pdo/tests pdo_001.phpt pdo_002.phpt pdo_003.phpt pdo_004.phpt pdo_005.phpt pdo_006.phpt

Re: [PHP-CVS] cvs: php-src /ext/standard incomplete_class.c php_incomplete_class.h

2005-07-06 Thread Jani Taskinen
What difference does it make as long as it works? GCC 4 it is. =) Anyways, the other functions related to where this stuff is used all use zend_uint. Is it bad to be consistent? :) --Jani On Wed, 6 Jul 2005, Marcus Boerger wrote: Hello Jani, which compiler is this? According

RE: [PHP-CVS] cvs: php-src(PHP_5_0) /ext/soap/tests/schema schema063.phpt

2005-07-06 Thread Dmitry Stogov
The C "long" on AMD64 is longer, so we got PHP "int" instead of PHP "float". Thanks. Dmitry. > -Original Message- > From: Marcus Boerger [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 06, 2005 11:36 AM > To: Dmitry Stogov > Cc: php-cvs@lists.php.net > Subject: Re: [PHP-CVS] cvs: php-s

Re: [PHP-CVS] cvs: php-src(PHP_5_0) /ext/soap/tests/schema schema063.phpt

2005-07-06 Thread Marcus Boerger
Hello Dmitry, why should a 64bit platform have something other than a float here? marcus Wednesday, July 6, 2005, 9:28:41 AM, you wrote: > dmitry Wed Jul 6 03:28:41 2005 EDT > Modified files: (Branch: PHP_5_0) > /php-src/ext/soap/tests/schema schema063.phpt

Re: [PHP-CVS] cvs: php-src /ext/pdo_sqlite/tests connection.inc pdo_001.phpt pdo_002.phpt pdo_003.phpt pdo_004.phpt pdo_005.phpt pdo_006.phpt pdo_007.phpt pdo_008.phpt pdo_009.phpt pdo_010.phpt pdo_01

2005-07-06 Thread Marcus Boerger
Hello Wez, i am missing an include file now pdo_test.php. Most probably because you named it .php which is a bad idea since run-tests.php deletes .php files and .php is an entry in .cvsignore. Thus you should rename it tp .inc and commit it. Otherwise a very clever idea! regards marcus Wednesd

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/soap/tests/schema schema063.phpt

2005-07-06 Thread Dmitry Stogov
dmitry Wed Jul 6 03:28:41 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/soap/tests/schema schema063.phpt Log: Fixed test to support 64-bit platforms http://cvs.php.net/diff.php/php-src/ext/soap/tests/schema/schema063.phpt?r1=1.1&r2=1.1.2.1&ty=

[PHP-CVS] cvs: php-src /ext/soap/tests/schema schema063.phpt

2005-07-06 Thread Dmitry Stogov
dmitry Wed Jul 6 03:28:26 2005 EDT Modified files: /php-src/ext/soap/tests/schema schema063.phpt Log: Fixed test to support 64-bit platforms http://cvs.php.net/diff.php/php-src/ext/soap/tests/schema/schema063.phpt?r1=1.1&r2=1.2&ty=u Index: php-src/ext/

Re: [PHP-CVS] cvs: php-src /ext/standard incomplete_class.c php_incomplete_class.h

2005-07-06 Thread Marcus Boerger
Hello Jani, which compiler is this? According to my knowledge size_t is the type that can hold any allocatable size. Or can it be the problem is somewhere else? marcus Wednesday, July 6, 2005, 1:48:47 AM, you wrote: > sniper Tue Jul 5 19:48:47 2005 EDT > Modified files: