<?xml version="1.0"?>
<?xml-stylesheet
href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"
?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel rdf:about="http://pear.php.net/bugs/search.php">
    <title>PEAR Bug Search Results</title>
    <link>http://pear.php.net/bugs/search.php?cmd=display&amp;package_name%5B0%5D=PEAR_PackageUpdate_Web</link>
    <description>Search Results</description>
    <dc:language>en-us</dc:language>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <admin:generatorAgent rdf:resource="http://pear.php.net/bugs"/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
    <items>
     <rdf:Seq>
      <rdf:li rdf:resource="http://pear.php.net/bug/20550" />
      <rdf:li rdf:resource="http://pear.php.net/bug/20470" />

     </rdf:Seq>
    </items>
  </channel>

  <image rdf:about="http://pear.php.net/gifs/pearsmall.gif">
    <title>PEAR Bugs</title>
    <url>http://pear.php.net/gifs/pearsmall.gif</url>
    <link>http://pear.php.net/bugs</link>
  </image>

    <item rdf:about="http://pear.php.net/bug/20550">
      <title>PEAR_PackageUpdate_Web: Bug 20550 [Open] Set PHP Configuration - PHP.ini Method</title>
      <link>http://pear.php.net/bugs/20550</link>
      <content:encoded><![CDATA[<pre>PEAR_PackageUpdate_Web Bug
Reported by mbiama
2015-05-17T12:11:55+00:00
PHP: 5.6.8 OS: webhosting Package Version: 1.0.1

Description:
------------
Update the PHP.ini files on web server/3rd party hosting account 
to match the below configuration:

Test script:
---------------
register_globals on
session.auto_start 1
session.bug_compat_42 0
session.bug_compat_warn 0
Safe mode Off
bug_compat_42 Off
bug_compat_warn off


Expected result:
----------------
Set PHP Configuration - .htaccess Method
 following:

&lt;?php

//Shows all PHP Configuration settings
phpinfo();

//Shows PHP Module Information
phpinfo(INFO_MODULES);

?&gt;</pre>]]></content:encoded>
      <description><![CDATA[<pre>PEAR_PackageUpdate_Web Bug
Reported by mbiama
2015-05-17T12:11:55+00:00
PHP: 5.6.8 OS: webhosting Package Version: 1.0.1

Description:
------------
Update the PHP.ini files on web server/3rd party hosting account 
to match the below configuration:

Test script:
---------------
register_globals on
session.auto_start 1
session.bug_compat_42 0
session.bug_compat_warn 0
Safe mode Off
bug_compat_42 Off
bug_compat_warn off


Expected result:
----------------
Set PHP Configuration - .htaccess Method
 following:

&lt;?php

//Shows all PHP Configuration settings
phpinfo();

//Shows PHP Module Information
phpinfo(INFO_MODULES);

?&gt;</pre>]]></description>
      <dc:date>2015-05-17T12:11:55+00:00</dc:date>
      <dc:creator>medjomeman &amp;#x61;&amp;#116; hotmail &amp;#x64;&amp;#111;&amp;#x74; fr</dc:creator>
      <dc:subject>PEAR_PackageUpdate_Web Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/20470">
      <title>PEAR_PackageUpdate_Web: Bug 20470 [Open] Php pear packages</title>
      <link>http://pear.php.net/bugs/20470</link>
      <content:encoded><![CDATA[<pre>PEAR_PackageUpdate_Web Bug
Reported by mbiama
2014-12-21T14:50:56+00:00
PHP: 5.6.4 OS: âini_set(&quot;include_path&quot;, '/home/ Package Version: 1.0.1

Description:
------------
install PEAR packages directly from the PEAR.
Module Include Path &quot;/home/angosson/php&quot;
Use Your Modules
Add â/home/angosson/phpâ to the include path. To do this, add the following code to your script:
ini_set(&quot;include_path&quot;, '/home/angosson/php:' . ini_get(&quot;include_path&quot;)  );
Find a Module
Search or 	Install a Module
php go-pear.phar

Test script:
---------------
PEAR packages directly from the PEAR.
/home/angosson/php
 following code script:

ini_set(&quot;include_path&quot;, '/home/angosson/php:' . ini_get(&quot;include_path&quot;)  );




Expected result:
----------------
PHP Pear :  PHP Startup: Unable to load dynamic library '/home/angosson/lib/php/extensions/debug-zts-20100525/curl.so' - /home/angosson/lib/php/extensions/debug-zts-20100525/curl.so: open shared object file: Such file or directory in Apache2 on line...
parsePackageName(): valid package name ini_set(&quot;include_path&quot;,' /home/angosson/php:' . ini_get(&quot;include_path&quot;) ); ini_set(&quot;include_path&quot;, '/home/angosson/php:'. ini_get(&quot;include_path&quot;
valid package name/package file ini_set(&quot;include_path&quot;, '/home/angosson/php:' . ini_get(&quot;include_path&quot;) );
install stable

Actual result:
--------------
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/curl.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/curl.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/bz2.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/bz2.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/zip.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/zip.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/mbstring.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/mbstring.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/Core.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/Core.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/dbase.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/dbase.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/ereg.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/ereg.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/exif.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/exif.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/gettext.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/gettext.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/imap.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/imap.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/intl.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/intl.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/ionCube.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/ionCube.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/Loader.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/Loader.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/mysqli.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/mysqli.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/openssl.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/openssl.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/pspell.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/pspell.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/sqlite3.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/sqlite3.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/tidy.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/tidy.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/wddx.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/wddx.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/xmlrpc.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/xmlrpc.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/soap.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/soap.so: cannot open shared object file: No such file or directory in Unknown on line 0
parsePackageName(): invalid package name &quot;ini_setquotinclude_pathquot39homeangossonphp:39.ini_getquotinclude_pathquot&quot; in &quot;ini_setquotinclude_pathquot39homeangossonphp:39.ini_getquotinclude_pathquot&quot;
invalid package name/package file &quot;ini_setquotinclude_pathquot39homeangossonphp:39.ini_getquotinclude_pathquot&quot;
install failed</pre>]]></content:encoded>
      <description><![CDATA[<pre>PEAR_PackageUpdate_Web Bug
Reported by mbiama
2014-12-21T14:50:56+00:00
PHP: 5.6.4 OS: âini_set(&quot;include_path&quot;, '/home/ Package Version: 1.0.1

Description:
------------
install PEAR packages directly from the PEAR.
Module Include Path &quot;/home/angosson/php&quot;
Use Your Modules
Add â/home/angosson/phpâ to the include path. To do this, add the following code to your script:
ini_set(&quot;include_path&quot;, '/home/angosson/php:' . ini_get(&quot;include_path&quot;)  );
Find a Module
Search or 	Install a Module
php go-pear.phar

Test script:
---------------
PEAR packages directly from the PEAR.
/home/angosson/php
 following code script:

ini_set(&quot;include_path&quot;, '/home/angosson/php:' . ini_get(&quot;include_path&quot;)  );




Expected result:
----------------
PHP Pear :  PHP Startup: Unable to load dynamic library '/home/angosson/lib/php/extensions/debug-zts-20100525/curl.so' - /home/angosson/lib/php/extensions/debug-zts-20100525/curl.so: open shared object file: Such file or directory in Apache2 on line...
parsePackageName(): valid package name ini_set(&quot;include_path&quot;,' /home/angosson/php:' . ini_get(&quot;include_path&quot;) ); ini_set(&quot;include_path&quot;, '/home/angosson/php:'. ini_get(&quot;include_path&quot;
valid package name/package file ini_set(&quot;include_path&quot;, '/home/angosson/php:' . ini_get(&quot;include_path&quot;) );
install stable

Actual result:
--------------
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/curl.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/curl.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/bz2.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/bz2.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/zip.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/zip.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/mbstring.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/mbstring.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/Core.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/Core.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/dbase.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/dbase.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/ereg.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/ereg.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/exif.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/exif.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/gettext.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/gettext.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/imap.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/imap.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/intl.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/intl.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/ionCube.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/ionCube.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/Loader.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/Loader.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/mysqli.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/mysqli.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/openssl.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/openssl.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/pspell.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/pspell.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/sqlite3.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/sqlite3.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/tidy.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/tidy.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/wddx.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/wddx.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/xmlrpc.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/xmlrpc.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/soap.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/soap.so: cannot open shared object file: No such file or directory in Unknown on line 0
parsePackageName(): invalid package name &quot;ini_setquotinclude_pathquot39homeangossonphp:39.ini_getquotinclude_pathquot&quot; in &quot;ini_setquotinclude_pathquot39homeangossonphp:39.ini_getquotinclude_pathquot&quot;
invalid package name/package file &quot;ini_setquotinclude_pathquot39homeangossonphp:39.ini_getquotinclude_pathquot&quot;
install failed</pre>]]></description>
      <dc:date>2014-12-21T14:50:56+00:00</dc:date>
      <dc:creator>medjomeman &amp;#x61;&amp;#116; hotmail &amp;#x64;&amp;#111;&amp;#x74; fr</dc:creator>
      <dc:subject>PEAR_PackageUpdate_Web Bug</dc:subject>
    </item>
</rdf:RDF>
