diff options
author | Wez Furlong <wez@php.net> | 2004-07-27 22:17:00 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2004-07-27 22:17:00 +0000 |
commit | aa74430ee084283d32b081d589b857bb3e98ab17 (patch) | |
tree | e360a602ab4aa112c60b31d796cb710d2a80923b /sapi/activescript/php5activescript.c | |
parent | 4897bbe125b04ede62121e001a7a66409c2b6288 (diff) | |
download | php-git-aa74430ee084283d32b081d589b857bb3e98ab17.tar.gz |
"better" "fix" for #29392.
This fixes the crash; the sample script:
$c = new COM('ADODB.Connection');
echo $c;
still does not work because the engine tries to call $c->__toString() and the
ADODB object *might* implement that method, but doesn't know until you open the
connection.
Diffstat (limited to 'sapi/activescript/php5activescript.c')
0 files changed, 0 insertions, 0 deletions