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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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.
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/
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
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
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
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
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
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
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
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=
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/
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:
28 matches
Mail list logo