bjori Wed Jun 14 21:29:22 2006 UTC
Modified files:
/php-src/ext/fbsql php_fbsql.c
/php-src/ext/fdffdf.c
/php-src/ext/gettextgettext.c
/php-src/ext/gmpgmp.c
Log:
Added arg info
Fixed protos
http://cvs.php.net/viewcvs.cgi/php-
sniper Mon Dec 5 18:31:18 2005 EDT
Modified files:
/php-src/ext/fbsql php_fbsql.c
/php-src/ext/informix ifx.ec
/php-src/ext/interbase interbase.c
/php-src/ext/msql php_msql.c
/php-src/ext/mssql php_mssql.c
/php-src/ext/mysql ph
fmk Mon Apr 11 15:22:02 2005 EDT
Modified files:
/php-src/ext/fbsql php_fbsql.c
Log:
Don't truncate the .options file when a database is started without the
optional options parameter.
http://cvs.php.net/diff.php/php-src/ext/fbsql/php_fbsql.c?r1=1.112&r2=1
fmk Wed Feb 9 14:32:05 2005 EDT
Modified files:
/php-src/ext/fbsql php_fbsql.c
Log:
change return value from false to true, when a statement was executed with
warnings
http://cvs.php.net/diff.php/php-src/ext/fbsql/php_fbsql.c?r1=1.111&r2=1.112&ty=u
--
P
fmk Wed Feb 9 13:49:40 2005 EDT
Modified files:
/php-src/ext/fbsql php_fbsql.c
Log:
Check for warnings and return the warning texts
http://cvs.php.net/diff.php/php-src/ext/fbsql/php_fbsql.c?r1=1.110&r2=1.111&ty=u
Index: php-src/ext/fbsql/php_fbsql.c
diff -
fmk Thu Jan 27 15:13:05 2005 EDT
Modified files:
/php-src/ext/fbsql php_fbsql.c
Log:
Hack to fix crash caused by FBCAccess not returning errors when creating an
index that exists in the database.
http://cvs.php.net/diff.php/php-src/ext/fbsql/php_fbsql.c?r1
fmk Wed Dec 29 15:18:35 2004 EDT
Modified files:
/php-src/ext/fbsql php_fbsql.c
Log:
Fix typo
http://cvs.php.net/diff.php/php-src/ext/fbsql/php_fbsql.c?r1=1.108&r2=1.109&ty=u
Index: php-src/ext/fbsql/php_fbsql.c
diff -u php-src/ext/fbsql/php_fbsql.c:1.108 p
iliaa Thu Dec 23 14:29:12 2004 EDT
Modified files:
/php-src/ext/fbsql php_fbsql.c
Log:
Fixed several buffer overflows.
http://cvs.php.net/diff.php/php-src/ext/fbsql/php_fbsql.c?r1=1.107&r2=1.108&ty=u
Index: php-src/ext/fbsql/php_fbsql.c
diff -u php-src/ext
fmk Mon Nov 22 17:40:21 2004 EDT
Modified files:
/php-src/ext/fbsql php_fbsql.c php_fbsql.h
Log:
Adding fbsql_set_characterset.
Change PHP_INI_USER to PHP_INI_ALL on fbsql.batchsize
http://cvs.php.net/diff.php/php-src/ext/fbsql/php_fbsql.c?r1=1.106&r2=1.10
fmk Tue Aug 24 13:59:01 2004 EDT
Modified files:
/php-src/ext/fbsql php_fbsql.c php_fbsql.h
Log:
Add fbsql_rows_fetched() - returns the total number of rows fetched.
Fix a possible crash in fbsql_database() if the function was called before a
connection was
fmk Fri Feb 27 18:03:08 2004 EDT
Modified files:
/php-src/ext/fbsql php_fbsql.c
Log:
Define buffer size macro and add a comment about the buffer size.
http://cvs.php.net/diff.php/php-src/ext/fbsql/php_fbsql.c?r1=1.104&r2=1.105&ty=u
Index: php-src/ext/fbsql/
At 12:53 27/02/2004 -0800, Frank M. Kromann wrote:
Thanks Andi,
I'm planning a lot mor changes to the fbsql extension, but those will wait
til after the release.
OK...
The emalloc(17) is used to create a buffer for the digest function. It
always returns a 16 byte string. I guess I could use emall
Thanks Andi,
I'm planning a lot mor changes to the fbsql extension, but those will wait
til after the release.
The emalloc(17) is used to create a buffer for the digest function. It
always returns a 16 byte string. I guess I could use emalloc(16), but I'll
add a define like this:
#define DIGETS_
Yep, we really shouldn't be adding new features.
However, fbsql is pretty isolated and so is the patch so I think it's OK.
I really don't like the following piece of code though:
digest = emalloc(17);
Is it possible to use some #define or sizeof("foobar") so that it is clear
what 17 means?
Thanks
fmk Thu Feb 26 15:31:15 2004 EDT
Modified files:
/php-src/ext/fbsql php_fbsql.c php_fbsql.h
Log:
Adding function to change user passwords
http://cvs.php.net/diff.php/php-src/ext/fbsql/php_fbsql.c?r1=1.103&r2=1.104&ty=u
Index: php-src/ext/fbsql/php_fbsql.c
d
Hi,
On 26 Feb 2004, at 21:31, Frank M. Kromann wrote:
fmk Thu Feb 26 15:31:15 2004 EDT
Modified files:
/php-src/ext/fbsql php_fbsql.c php_fbsql.h
Log:
Adding function to change user passwords
bugfix-only-and-feature-freeze-please-check-with-andi-alert.
Jan
--
--
PHP CVS Mailing List (
fmk Mon Feb 9 12:58:05 2004 EDT
Modified files:
/php-src/ext/fbsql php_fbsql.c
Log:
Delay creation of exec handle til it's needed
http://cvs.php.net/diff.php/php-src/ext/fbsql/php_fbsql.c?r1=1.102&r2=1.103&ty=u
Index: php-src/ext/fbsql/php_fbsql.c
diff -u p
fmk Thu Oct 2 14:49:18 2003 EDT
Modified files:
/php-src/ext/fbsql php_fbsql.c
Log:
Fixing type cast
Index: php-src/ext/fbsql/php_fbsql.c
diff -u php-src/ext/fbsql/php_fbsql.c:1.100 php-src/ext/fbsql/php_fbsql.c:1.101
--- php-src/ext/fbsql/php_fbsql.c:1.10
fmk Thu Jul 3 12:48:18 2003 EDT
Modified files:
/php-src/ext/fbsql php_fbsql.c php_fbsql.h
Log:
Change fetch functions and protos so they make more sense.
fetch_row or fetch_assoc should not take the optional parameter
Index: php-src/ext/fbsql/php_fbsql
19 matches
Mail list logo