From:             programmer at bardware dot de
Operating system: Win2k
PHP version:      5CVS-2004-11-18 (dev)
PHP Bug Type:     Reproducible crash
Bug description:  Missing export function in php5ts.dll with PDO

Description:
------------
Hi,

I wanted to try the new PDO libraries. They didn't work with PHP 5.0.2
stable at all because some ap_php_snprintf function was missing in
php5ts.dll.
They kind of worked with PHP 5.0.3-dev (php5.0-win32-200411180930.zip).
They in fact crashed when I tried to prepare a statement for execution,
but the php5ts.dll exported all needed functions.
I now read PDO extensions are designed to work with PHP 5.1
I got php5-win32-200411181130.zip set it up and tried to run a sample. PHP
did not startup with PDO because _zval_copy_ctor function is not exported
from php5ts.dll.
According do what I see with Microsoft's "depends"-tool It is exported
from php5ts.dll in version 5.0.3-dev.

Best
Bernhard


-- 
Edit bug report at http://bugs.php.net/?id=30824&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=30824&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=30824&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=30824&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=30824&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=30824&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=30824&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=30824&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=30824&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=30824&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=30824&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=30824&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=30824&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=30824&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=30824&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=30824&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=30824&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=30824&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=30824&r=float
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=30824&r=mysqlcfg

Reply via email to