[PHP-CVS] cvs: php4 /pear DB.php /pear/DB ifx.php mysql.php pgsql.php

2001-03-28 Thread Thomas V.V.Cox
cox Wed Mar 28 15:52:21 2001 EDT Modified files: /php4/pear DB.php /php4/pear/DB ifx.php mysql.php pgsql.php Log: pgsql.php * better handling of $rownum param in fetchInto() * changed property numrows[] to num_rows[] DB.php * $rowmun in

[PHP-CVS] cvs: php4 /pear DB.php /pear/DB pgsql.php

2001-03-26 Thread Thomas V.V.Cox
cox Mon Mar 26 15:31:50 2001 EDT Modified files: /php4/pear DB.php /php4/pear/DB pgsql.php Log: pgsql.php * connect() always use pg_connect string instead of the deprecated params mode * removed duplicated functions prepare() and execute() (n

[PHP-CVS] cvs: php4 /pear DB.php /pear/DB STATUS common.php mysql.php /pear/DB/tests tableinfo.inc /pear/DB/tests/mysql 012.phpt

2001-03-23 Thread Stig Bakken
ssb Fri Mar 23 23:00:45 2001 EDT Added files: /php4/pear/DB/tests tableinfo.inc /php4/pear/DB/tests/mysql 012.phpt Modified files: /php4/pear DB.php /php4/pear/DB STATUS common.php mysql.php Log: * added Christian St

[PHP-CVS] cvs: php4 /pear DB.php PEAR.php.in /pear/DB STATUS common.php oci8.php /pear/DB/tests errors.inc fetchrow.inc numrows.inc sequences.inc /pear/DB/tests/ibase mktable.inc /pear/DB/tests/mysql mktable.inc /pear/DB/tests/oci8 002.phpt 007.phpt 009.phpt 010.phpt connect.inc mktable.inc skipif.inc /pear/DB/tests/odbc mktable.inc /pear/DB/tests/pgsql mktable.inc

2001-03-22 Thread Stig Bakken
ssb Thu Mar 22 17:15:10 2001 EDT Modified files: /php4/pear DB.php PEAR.php.in /php4/pear/DB STATUS common.php oci8.php /php4/pear/DB/tests errors.inc fetchrow.inc numrows.inc sequences.inc /php4/pear/DB/tests/ibase

[PHP-CVS] cvs: php4 /pear DB.php

2001-03-20 Thread Jon Parise
jon Tue Mar 20 20:15:41 2001 EDT Modified files: /php4/pear DB.php Log: Style and whitespace, based mostly on a submission from "Tomas V.V.Cox" <[EMAIL PROTECTED]>. Index: php4/pear/DB.php diff -u php4/pear/DB.php:1.50 php4/pear/DB.php:1.51 --- php4/

[PHP-CVS] cvs: php4 /pear DB.php

2001-03-11 Thread Jon Parise
jon Sun Mar 11 15:26:19 2001 EDT Modified files: /php4/pear DB.php Log: Revised version of the parseDSN function. Submitted by: "Tomas V.V.Cox" <[EMAIL PROTECTED]> Index: php4/pear/DB.php diff -u php4/pear/DB.php:1.49 php4/pear/DB.php:1.50 --- php4

[PHP-CVS] cvs: php4 /pear DB.php

2001-02-20 Thread Stig Bakken
ssb Tue Feb 20 15:00:09 2001 EDT Modified files: /php4/pear DB.php Log: * allow empty passwords in dsn (for example "mysql://user:@database") Index: php4/pear/DB.php diff -u php4/pear/DB.php:1.48 php4/pear/DB.php:1.49 --- php4/pear/DB.php:1.48 Fri

[PHP-CVS] cvs: php4 /pear DB.php /pear/DB ibase.php msql.php mssql.php mysql.php oci8.php odbc.php pgsql.php sybase.php

2001-02-16 Thread Chuck Hagenbuch
chagenbuFri Feb 16 09:14:40 2001 EDT Modified files: /php4/pear DB.php /php4/pear/DB ibase.php msql.php mssql.php mysql.php oci8.php odbc.php pgsql.php sybase.php Log: All DB modules should return NULL from fetchRow() n

[PHP-CVS] cvs: php4 /pear DB.php

2001-02-02 Thread Colin Viebrock
cmv Fri Feb 2 09:59:31 2001 EDT Modified files: /php4/pear DB.php Log: I think this should've been changed as well, right? Index: php4/pear/DB.php diff -u php4/pear/DB.php:1.46 php4/pear/DB.php:1.47 --- php4/pear/DB.php:1.46 Thu Feb 1 21:24:3

[PHP-CVS] cvs: php4 /pear DB.php

2001-02-01 Thread Chuck Hagenbuch
chagenbuThu Feb 1 21:24:32 2001 EDT Modified files: /php4/pear DB.php Log: make sure to include subclasses before trying to instantiate them. Index: php4/pear/DB.php diff -u php4/pear/DB.php:1.45 php4/pear/DB.php:1.46 --- php4/pear/DB.php:1.45

[PHP-CVS] cvs: php4 /pear DB.php /pear/DB/tests db_parsedsn.phpt

2001-01-30 Thread Stig Bakken
ssb Tue Jan 30 00:34:56 2001 EDT Modified files: /php4/pear DB.php /php4/pear/DB/tests db_parsedsn.phpt Log: @Allow url encoding in DB usernames and passwords (Stig, PEAR) Index: php4/pear/DB.php diff -u php4/pear/DB.php:1.44 php4/pear/DB.php:1.45

[PHP-CVS] cvs: php4 /pear DB.php /pear/DB mysql.php

2001-01-26 Thread Chuck Hagenbuch
chagenbuFri Jan 26 12:07:23 2001 EDT Modified files: /php4/pear DB.php /php4/pear/DB mysql.php Log: have DB::isError return true if passed "null". Now you can more consistently use DB::isError(), since some of the db drivers return nulls from

[PHP-CVS] cvs: php4 /pear DB.php HTTP.php Mail.php Makefile.in PEAR.php.in package.dtd pear.in php-config.in phpextdist phpize.in run-tests.in /pear/Benchmark Iterate.php Timer.php /pear/Cache Function_Cache.php /pear/Crypt HCEMD5.php /pear/DB common.php ibase.php msql.php mssql.php mysql.php oci8.php odbc.php pgsql.php storage.php sybase.php /pear/Date Human.php /pear/File Find.php Passwd.php /pear/HTML Form.php /pear/Image Remote.php /pear/Mail rfc822.php sendmail.php smtp.php /pear/Math Fraction.php Util.php /pear/Net Curl.php SMTP.php Socket.php /pear/Numbers Roman.php /pear/PEAR Installer.php /pear/Payment Verisign.php /pear/XML Parser.php /pear/scripts pear.in php-config.in phpextdist phpize.in

2001-01-09 Thread Stig Bakken
ssb Tue Jan 9 17:02:00 2001 EDT Added files: /php4/pear/scripts pear.in php-config.in phpextdist phpize.in Removed files: /php4/pear pear.in php-config.in phpextdist phpize.in run-tests.in Modified files: /php4/pea