ID:               48811
 Updated by:       j...@php.net
 Reported By:      ct at swin dot edu dot au
-Status:           Assigned
+Status:           Closed
 Bug Type:         PHP options/info functions
 Operating System: *
 PHP Version:      5.3, 6
 Assigned To:      pajoye
 New Comment:

Fixed now, propably won't make it to 5.3.2.


Previous Comments:
------------------------------------------------------------------------

[2010-01-16 21:01:12] s...@php.net

Automatic comment from SVN on behalf of jani
Revision: http://svn.php.net/viewvc/?view=revision&revision=293627
Log: - Fixed bug #48811 (Directives in PATH section do not get applied
to subdirectories)

------------------------------------------------------------------------

[2009-12-20 21:51:35] millennium at qme dot nl

This patch works for WIN32 (build PHP 5.3.1 with this patch)

------------------------------------------------------------------------

[2009-12-14 00:24:02] ct at swin dot edu dot au

--- php_ini.c-orig      2009-07-06 16:04:43.000000000 +1000
+++ php_ini.c   2009-07-06 15:58:32.000000000 +1000
 -795,7 +795,7 @@
                while ((ptr = strchr(ptr, DEFAULT_SLASH)) != NULL) {
                        *ptr = 0;
                        /* Search for source array matching the path
from configuration_hash */
-                       if (zend_hash_find(&configuration_hash, path,
path_len, (void **) &tmp) == SUCCESS) {
+                       if (zend_hash_find(&configuration_hash, path,
strlen(path) + 1, (void **) &tmp) == SUCCESS) {
                               
php_ini_activate_config(Z_ARRVAL_P(tmp), PHP_INI_SYSTEM,
PHP_INI_STAGE_ACTIVATE TSRMLS_CC);
                        }
                        *ptr = '/';

------------------------------------------------------------------------

[2009-12-02 00:06:09] ct at swin dot edu dot au

That pastebin.com entry was set to expire after 1 month.

I've uploaded it again

http://pastebin.com/f45a38211

------------------------------------------------------------------------

[2009-11-30 19:38:01] j...@php.net

There is no patch there. If it's simple and not very long, add it here
as comment instead. 

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/48811

-- 
Edit this bug report at http://bugs.php.net/?id=48811&edit=1

Reply via email to