Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #15356
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail |
|---|---|
| From | Thomas 'PointedEars' Lahn <PointedEars@web.de> |
| Newsgroups | comp.lang.php |
| Subject | Re: Pear enviroment variable error Wamp Windows 7 config |
| Date | Sat, 23 May 2015 10:59:50 +0200 |
| Organization | PointedEars Software (PES) |
| Lines | 37 |
| Message-ID | <2256994.jY1hX364QD@PointedEars.de> (permalink) |
| References | <1409c703-6cac-4dae-9c3d-6f775fadb69b@googlegroups.com> <mjisml$eip$1@solani.org> <78080fcb-97d0-43ad-a5ee-fe3f676a8ec4@googlegroups.com> <555dee00$0$2928$e4fe514c@news2.news.xs4all.nl> |
| Reply-To | Thomas 'PointedEars' Lahn <php@PointedEars.de> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset="ISO-8859-1" |
| Content-Transfer-Encoding | 7Bit |
| X-Trace | solani.org 1432371750 28332 eJwFwYEBwCAIA7CXRGnRc4DR/09YgkNjhxN0CFpvp98RLmpFMj7p1eDtYqRXUxHWfnJq2vQDIXMR0A== (23 May 2015 09:02:30 GMT) |
| X-Complaints-To | abuse@news.solani.org |
| NNTP-Posting-Date | Sat, 23 May 2015 09:02:30 +0000 (UTC) |
| User-Agent | KNode/4.14.2 |
| X-User-ID | eJwNyscBwDAIBLCVKAfY45i2/wiJ3jJ19gq4OWxtsyMaWocOjGc8cSEhzRZEJFqdb/TWP9fzyYEsGuPYJ0EfS5YViQ== |
| Cancel-Lock | sha1:HVcDUioUjGpWN6DA79Op3VCoeh0= |
| X-NNTP-Posting-Host | eJwFwYEBwCAIA7CXYLSFnaOg/59gwpCrE6LAy+tLxf33BJzJwYFpKk8bXJxdpejZ9llgLTwPARCY |
| Xref | csiph.com comp.lang.php:15356 |
Show key headers only | View raw
Erwin Moller wrote: > On 5/21/2015 2:28 AM, jans wrote: >> On Wednesday, May 20, 2015 at 2:01:14 PM UTC-7, Christoph M. Becker >> wrote: Okay, to add the missing require files to an includes file path >> which I set in environment variables to pear. >> >> I added this to the php.ini file, >> include_path = ".:/php/php5.5.12/pear/includes" > > I don't trust that include_path. > It uses : > On windows it should be ; ACK. > It is better to let PHP figure out what is the best path seperator. > Use: PATH_SEPARATOR > > http://php.net/manual/en/dir.constants.php You cannot use PATH_SEPARATOR in the php.ini, and it is not always possible to override the php.ini setting with ini_set() in your program. <http://php.net/ini_set> > Does that help? RTFM would: <http://php.net/manual/en/ini.core.php#ini.include-path> -- PointedEars Zend Certified PHP Engineer Twitter: @PointedEars2 Please do not cc me. / Bitte keine Kopien per E-Mail.
Back to comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-20 08:46 -0700
Re: Pear enviroment variable error Wamp Windows 7 config Jerry Stuckle <jstucklex@attglobal.net> - 2015-05-20 12:59 -0400
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-20 11:18 -0700
Re: Pear enviroment variable error Wamp Windows 7 config Jerry Stuckle <jstucklex@attglobal.net> - 2015-05-20 16:03 -0400
Re: Pear enviroment variable error Wamp Windows 7 config "Christoph M. Becker" <cmbecker69@arcor.de> - 2015-05-20 23:01 +0200
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-20 15:23 -0700
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-20 15:29 -0700
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-20 16:17 -0700
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-20 15:49 -0700
Re: Pear enviroment variable error Wamp Windows 7 config "Christoph M. Becker" <cmbecker69@arcor.de> - 2015-05-21 15:06 +0200
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-20 17:28 -0700
Re: Pear enviroment variable error Wamp Windows 7 config Jerry Stuckle <jstucklex@attglobal.net> - 2015-05-20 22:27 -0400
Re: Pear enviroment variable error Wamp Windows 7 config Erwin Moller <erwinmollerusenet@xs4all.nl> - 2015-05-21 16:38 +0200
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-21 17:07 -0700
Re: Pear enviroment variable error Wamp Windows 7 config Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-05-23 10:59 +0200
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-26 10:55 -0700
Re: Pear enviroment variable error Wamp Windows 7 config Jerry Stuckle <jstucklex@attglobal.net> - 2015-05-26 14:12 -0400
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-26 15:51 -0700
Re: Pear enviroment variable error Wamp Windows 7 config Jerry Stuckle <jstucklex@attglobal.net> - 2015-05-26 19:06 -0400
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-26 17:16 -0700
Re: Pear enviroment variable error Wamp Windows 7 config Jerry Stuckle <jstucklex@attglobal.net> - 2015-05-26 21:26 -0400
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-26 17:44 -0700
Re: Pear enviroment variable error Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-27 09:51 -0700
csiph-web