View Issue Details

IDProjectCategoryView StatusLast Update
0000499PHP for OS/2, ArcaOS & eComStation (PHP versions v8.x v7.x v5.x)Bugpublic2020-08-24 03:14
ReporterIgor Vaskov Assigned Topsmedley  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
PlatformIntelOSECSOS Version2.1
Summary0000499: Do not setup parametr "include_path" in php.ini and from apache *.conf files
DescriptionUnable to set the include_path parameter in a job file php.ini. Line is ignored.
Also, you can not set this parameter through the Apache server configuration. line
   php_value include_path.; R:/zzz/includes; D:/zzz/www/includes
also ignored.
After the file .htaccess this parameter can be set and it works!
Please correct the mistake.
TagsNo tags attached.

Activities

psmedley

2011-12-03 22:43

administrator   ~0002064

PHP 5.2.x or 5.3.x or both?

Igor Vaskov

2011-12-30 08:49

reporter   ~0002085

PHP 5.3.x bug present.
PHP 5.2.x not tested.

In the latest version PHP 5.3.8 this parameter working is bad.
1. From php.ini - it not setup ans not works.
2. From httpd.conf - it not setup ans not works.
3. From .htaccess - it works properly, but this set of parameters for each site (virtual server).

psmedley

2012-01-04 22:05

administrator   ~0002142

Do you have some simple scripts that show how this should work that I can use to reproduce the issue?

That will make it much easier/quicker for me to reproduce the problem

psmedley

2012-01-04 22:16

administrator   ~0002143

Adding a line like:
include_path = ".;e:\internet\php5\include;e:\internet\php5\pear"

changes the include_path shown by phpinfo()

Does this work for you? or does the path itself not work even though it's shown by phpinfo()?

Igor Vaskov

2012-01-06 14:13

reporter   ~0002150

Big sorry. PHP 5.3.8 works correctly.
I prepared this example, and was surprised by the fact that it works.

psmedley

2012-01-06 19:07

administrator   ~0002151

Works fine in 5.3.8

Issue History

Date Modified Username Field Change
2011-12-02 16:02 Igor Vaskov New Issue
2011-12-03 22:43 psmedley Note Added: 0002064
2011-12-30 08:49 Igor Vaskov Note Added: 0002085
2012-01-04 22:05 psmedley Note Added: 0002142
2012-01-04 22:16 psmedley Note Added: 0002143
2012-01-06 14:13 Igor Vaskov Note Added: 0002150
2012-01-06 19:07 psmedley Note Added: 0002151
2012-01-06 19:07 psmedley Status new => resolved
2012-01-06 19:07 psmedley Resolution open => no change required
2012-01-06 19:07 psmedley Assigned To => psmedley
2020-08-24 03:14 psmedley Status resolved => closed