projects
/
matthijs
/
servers
/
drsnuggles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b28fa01
)
php5: Add the current directory to the include path.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Wed, 24 Nov 2010 08:08:52 +0000
(09:08 +0100)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Wed, 24 Nov 2010 08:08:52 +0000
(09:08 +0100)
It is in there by default, but our local override of the include_path
had removed it, breaking stuff.
etc/php5/cgi/php.ini.local
patch
|
blob
|
history
diff --git
a/etc/php5/cgi/php.ini.local
b/etc/php5/cgi/php.ini.local
index eda3532bc831e5cc193fc992f8427e43bdc5187e..98dd3d866dd89ced0abb12c61db23591d3f72e16 100644
(file)
--- a/
etc/php5/cgi/php.ini.local
+++ b/
etc/php5/cgi/php.ini.local
@@
-29,6
+29,6
@@
cgi.rfc2616_headers = 1
cgi.fix_pathinfo = 1
# Include some global php libraries
-include_path = "/var/www/php5-libs"
+include_path = "/var/www/php5-libs
:.
"
# vim: set filetype=dosini: