php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17363 Where may i configure the include_path?
Submitted: 2002-05-22 11:14 UTC Modified: 2002-05-22 11:18 UTC
From: stephan dot rieder at sinet dot ch Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 4.0CVS-2002-05-22 OS: Win2k Server SP2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
3 + 28 = ?
Subscribe to this entry?

 
 [2002-05-22 11:14 UTC] stephan dot rieder at sinet dot ch
I installed php in c:\php. When I take a look at the PHPMYADMIN Information link it shows me that the Include_path is 'c:\php4\pear', in which file may I change this?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-22 11:18 UTC] derick@php.net
Sorry, but the bug system is not the appropriate forum for asking
support questions. Your problem does not imply a bug in PHP itself.
For a list of more appropriate places to ask for help using PHP,
please visit http://www.php.net/support.php

Thank you for your interest in PHP.
 [2012-06-12 16:26 UTC] salathe@php.net
Automatic comment from SVN on behalf of salathe
Revision: http://svn.php.net/viewvc/?view=revision&revision=326126
Log: Mark DOMNode textContent as readonly.

DOMNode textContent should be documented as read-only, although other implementations of the DOM such as JavaScript allow direct setting of the textContent of an Element to insert plain text without escaping. In PHP, setting the textContent is a no-op.

--
Provided by anonymous #17363 (andybkk@hotmail.co.uk)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 16:01:29 2024 UTC