zak Sun Jan 16 14:28:55 2005 EDT
Modified files:
/php-src/ext/mysqli mysqli_driver.c mysqli_embedded.c
mysqli_exception.c mysqli_report.h
mysqli_warning.c php_mysqli.h
Log:
Added standard emacs and vim modelines
zak Thu Oct 30 08:32:19 2003 EDT
Modified files:
/php-src/ext/mysqli mysqli.c
Log:
Ensure that INI entries are unregistered on shutdown
Index: php-src/ext/mysqli/mysqli.c
diff -u php-src/ext/mysqli/mysqli.c:1.16 php-src/ext/mysqli/mysqli.c:1.17
--- php-sr
zak Wed Jul 16 07:08:03 2003 EDT
Modified files:
/php-src/ext/dbase dbase.c
Log:
Created shorter/sensible key names for dbase_get_header_info
* 'decimal places' becomes 'precision'
* 'printf format' becomes 'format'
* 'record offset' becomes 'offset'
NULL)
PHP_FE(dbase_pack,
NULL)
+ PHP_FE(dbase_get_header_info, NULL)
{NULL, NULL, NULL}
};
+/* }}} */
+
+/* Added by Zak Greant <[EMAIL PROTECTED]> */
+/* {{{ proto array dbase
On Tue, 2002-11-12 at 02:41, Zak Greant wrote:
...
> Simple tests of opening pconnects indicate that only about 10k of data per
> ping needs to be returned to the client per connection check, rather than
> about 110k per status check.
Hrm. The hazards of working until la
zak Mon Nov 11 20:41:16 2002 EDT
Modified files:
/php4/ext/mysql php_mysql.c
Log:
Modified php_mysql_do_connect() as suggested by Nick Gaugler - using
mysql_ping() as a more efficient alternative to using mysql_stat() to
check if the server is alive an
zak Wed Oct 9 09:46:19 2002 EDT
Modified files:
/php4/ext/mysql php_mysql.c
Log:
Removed spurious code. Thanks Derick
Index: php4/ext/mysql/php_mysql.c
diff -u php4/ext/mysql/php_mysql.c:1.166 php4/ext/mysql/php_mysql.c:1.167
--- php4/ext/mysql/php_
zak Wed Oct 9 09:05:42 2002 EDT
Modified files:
/php4/ext/mysql php_mysql.c
Log:
Minor tweak - using memcpy(), instead of strcpy() for static strings. Gives better
performance. Thanks Zeev.
Index: php4/ext/mysql/php_mysql.c
diff -u php4/ext/mysql/p
zak Wed Oct 9 08:33:41 2002 EDT
Modified files:
/php4/ext/mysql php_mysql.c
Log:
Possible fix for bug #19529 (thanks Rasmus, Arjen and Monty)
Major changes to _restore_connection_defaults
- added code block to finds and releases the active mysql r
zak Wed Oct 9 03:34:49 2002 EDT
Modified files:
/php4/ext/mysql php_mysql.c
Log:
Set default value for mysql.connect_timeout to -1. This setting matches the setting
in php.ini-dist and ensures that the default behavior is to leave connect_timeout
alone.
10 matches
Mail list logo