Jump to content

print_r(ini_get_all()); does not work!


cypherinfo

Recommended Posts

Hello, this is my first post in here and when I try to run the following script:

 

<?php

echo "<pre>";

print_r(ini_get_all());

echo "</pre>";

?>

 

in my Apache web server installed on a windows vista business computer, I do net get any results but the following:

 

"; print_r(ini_get_all()); echo ""; ?>

see the attached image.

 

 

I was managing to change the magic quotes setting in the php.ini.

 

Before that edit all right, after it the fault. The issue does not disappear even after I set the php.ini to the previouse settings.

 

The two php.ini I as editing are in the following folders:

the first here: C:\xampp\apache\bin\php.ini

the second here: C:\xampp\php\php.ini

 

I have attached the section of them about those settings.

 

 

 

Thank you.

 

 

 

Cypherinfo.

 

[attachment deleted by admin]

Link to comment
https://forums.phpfreaks.com/topic/193912-print_rini_get_all-does-not-work/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.