Public bug reported:

/etc/php5/conf.d/zend-framework.ini has the line (by default commented
out)

    include_path=${include_path} ":/usr/share/php/libzend-framework-php"

which looks like it appends the zend folder to the include path.
Doesn't actually work, what you get is (verfied using ini_get("include_path") 
literally

    :/usr/share/php/libzend-framework-php

this of course kills most php apps as even the current directory is no
longer included.

    
Debian doesn't even have that file, should be removed in Ubuntu, too, as it 
only causes frustration.

** Affects: zend-framework (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025631

Title:
  /etc/php5/conf.d/zend-framework.ini does not actually work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zend-framework/+bug/1025631/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to