|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-05-12 14:34 UTC] suhachov at gmail dot com
[2006-05-12 21:52 UTC] helly@php.net
[2006-05-14 15:36 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 21:00:01 2025 UTC |
Description: ------------ new PDO('mysql:host=localhost;db=test','test','test',array()); returns NULL under Apache2 and normal object under CLI. Reproduce code: --------------- <? var_dump( new PDO('mysql:host=localhost;db=test','test','test',array()) ); ?> and run this under Apache2 (my version is 2.0.55) Expected result: ---------------- to get valid object Actual result: -------------- NULL