0

Here's the line as I added it in php.ini

include_path = "/usr/share/php/smarty:/usr/share/php5:/usr/share/php:/usr/share/php/pear"

I did echo "Include Path: ". get_include_path();

here's that output

Include Path: .:/usr/share/php

I confirmed it using phpinfo() for the correct php.ini, but the path is not being updated.

ed1: I even simplified the path to just 2 paths, still doesn't update. (I am restarting resin each time as well)

ed2: definitely the right file, if I change other settings and do a echo ini_get('display_errors') for instance, I can see it changes. So, what's up with the include path?

ed3: To make sure it's not a malformed uri or something, I used just 1 path, and it still doesn't work.

Thanks,

kevingreen
  • 1,541
  • 2
  • 18
  • 40

1 Answers1

0

I found a duplicate question.

Cannot set global `include_path` in Quercus

So I voted to close this as a duplicate. But I'll leave this here in case someone else stumbles on it.

Community
  • 1
  • 1
kevingreen
  • 1,541
  • 2
  • 18
  • 40
  • I should note, the only reason I'm keeping it is because it's "In Resin" as opposed to Quercus, which I didn't realize ran PHP initially. So, maybe get people who searched as I did. – kevingreen Nov 25 '13 at 22:43