ID:               38954
 Updated by:       [EMAIL PROTECTED]
 Reported By:      akaraethon at gmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         MySQL related
 Operating System: Windows Server 2003 32bit
 PHP Version:      5.1.6
 New Comment:

php.ini should be placed in d:\windows as you can see from that
phpinfo() page.


Previous Comments:
------------------------------------------------------------------------

[2006-10-04 02:54:52] akaraethon at gmail dot com

Everyone I've talked to says this has to be a bug, or an error in the
5.1.6.6 build, I'm not new to PHP/MySQL, I've been at it since PHP was
2 I know what I am doing, take a look at http://dragon-radio.selfip.net
for yourself, you will see on the page itself my phpinfo output as well
as my entire current PHP.ini file (no its not copy and pasted its
generated with the folowing code echo "<br/><br/><pre>";
ob_start();
  readfile('c:\php5\php.ini');
  $data = ob_get_contents();
  ob_end_flush();
echo"</pre>";) you can see for yourself that I have everything in there
right, but PHP is ignoring it.

------------------------------------------------------------------------

[2006-10-03 19:20:26] akaraethon at gmail dot com

Well I have done some more testing and I have pinpointed the problem,
no matter what I do to the php.ini file, PHP ignores it. To test this I
went into the ini file and changed safemode to on, but after a restart,
phpinfo still has it listed as off, as well as a few other things i
have noticed, like the ext directory is set to "c:\php5" but in the ini
file it is set to "c:\php\ext". I dont understand why this is, but if I
had to guess I would think that PHP was using a built in ini file. so
now can you still tell me this is bogus? and if so what am I to do
then?

------------------------------------------------------------------------

[2006-09-26 18:38:16] akaraethon at gmail dot com

wow I NEVER knew that was ther, I mean its not like I EVER have used
PHP 5.0 and MySQL together, I mean like whoa who would have thought
they worked together?

again, as stated in my first post I ALREADY READ THAT!

------------------------------------------------------------------------

[2006-09-26 18:20:55] [EMAIL PROTECTED]

There is detailed description of what should be done in order to enable
MySQL support in PHP: http://php.net/mysql

------------------------------------------------------------------------

[2006-09-26 18:08:29] akaraethon at gmail dot com

Fine, you are right its not a forum, for some ODD reason I couldnt find
even one forum out there devoted to PHP, and If I were a newbie, and not
someone who has worked with PHP since PHP2.0 I might agree that I just
made a config mistake, but I have, I didnt and I still think this may
be some sort of problem with PHP not liking something.

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/38954

-- 
Edit this bug report at http://bugs.php.net/?id=38954&edit=1

Reply via email to