Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #15356
| From | Thomas 'PointedEars' Lahn <PointedEars@web.de> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | Re: Pear enviroment variable error Wamp Windows 7 config |
| Date | 2015-05-23 10:59 +0200 |
| Organization | PointedEars Software (PES) |
| 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> |
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