[PHP-DEV] PDO questions

2005-02-24 Thread Ard Biesheuvel
Some questions that came to mind while working on PDO/Firebird: - why can't stmt_get_col() return a zval directly? - why is there no PDO_PARAM_DOUBLE? -- Ard -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Patch to TSRM to configure properly in cross compilation environment.(Especially NetWare)

2005-02-24 Thread Kamesh Jayachandran
Hi Jani, PTHREADS_CHECK_COMPILE macro fails with pthreads_working=no for cross compilation environment. As I am aware NetWare has proper support for PTHREADS this patch sets pthreads_working=yes for NetWare alone. Find the patch at http://puggy.symonds.net/~kameshj/threads.m4.patch Please apply

Re: [PHP-DEV] PDO questions

2005-02-24 Thread Alan Knowles
At present it is nearly possible to write extensions that bypass the PDO php api, and talk directly to the drivers via the PDO Api - it helps alot that the backends where designed not to return zval's much (meta is a rather messy exception, that hopefully may get looked at after 5.1 I guess). I

[PHP-DEV] build php_java.dll for 4.3.10 error (windows , vC++ 6)

2005-02-24 Thread Alawi Albaity
Configuration: java - Win32 Release Compiling... java.c Linking... Creating library ..\..\Release/php_java.lib and object .\..\Release/php_java.exp java.obj : error LNK2001: unresolved external symbol __imp___zval_dtor java.obj : error LNK2001: unresolved