#37327 [Fbk->Opn]: Can't turn off magic_quotes_gpc

2006-06-14 Thread davojan at mail dot ru
 ID:   37327
 User updated by:  davojan at mail dot ru
 Reported By:  davojan at mail dot ru
-Status:   Feedback
+Status:   Open
 Bug Type: *Configuration Issues
 Operating System: FreeBSD 6.0
 PHP Version:  5.1.4
 New Comment:

I've just tried the latest snapshot (php5.2-200606141630) - it's ok,
all works, thank you!


Previous Comments:


[2006-06-14 16:41:21] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip





[2006-05-17 06:17:45] davojan at mail dot ru

In /usr/local/etc/:
php.ini
php.ini-dist
php.ini-recommended
pear.conf

I am testing mod_php, not CLI



[2006-05-16 13:46:49] [EMAIL PROTECTED]

Do you have any other ini files inside the /usr/local/etc/ 
directory or perhaps if you are testing in CLI that there is 
no php.ini or php-cli.ini inside the directory you are running 
the test script from



[2006-05-16 10:44:41] davojan at mail dot ru

I've tried with trailing slash - this didn't help.
In php-5.1.2 it's ok either with or without slash.
Note that I tried to install 5.1.4 on gentoo linux system - it's ok
there, on FreeBSD 6 - not. :((



[2006-05-05 18:50:39] [EMAIL PROTECTED]

Try /usr/local/etc/ (note trailing slash) in configure.



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/37327

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


#37327 [Fbk->Opn]: Can't turn off magic_quotes_gpc

2006-05-16 Thread davojan at mail dot ru
 ID:   37327
 User updated by:  davojan at mail dot ru
 Reported By:  davojan at mail dot ru
-Status:   Feedback
+Status:   Open
 Bug Type: *Configuration Issues
 Operating System: FreeBSD 6.0
 PHP Version:  5.1.4
 New Comment:

In /usr/local/etc/:
php.ini
php.ini-dist
php.ini-recommended
pear.conf

I am testing mod_php, not CLI


Previous Comments:


[2006-05-16 13:46:49] [EMAIL PROTECTED]

Do you have any other ini files inside the /usr/local/etc/ 
directory or perhaps if you are testing in CLI that there is 
no php.ini or php-cli.ini inside the directory you are running 
the test script from



[2006-05-16 10:44:41] davojan at mail dot ru

I've tried with trailing slash - this didn't help.
In php-5.1.2 it's ok either with or without slash.
Note that I tried to install 5.1.4 on gentoo linux system - it's ok
there, on FreeBSD 6 - not. :((



[2006-05-13 01:00:00] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".



[2006-05-05 18:50:39] [EMAIL PROTECTED]

Try /usr/local/etc/ (note trailing slash) in configure.



[2006-05-05 13:01:55] davojan at mail dot ru

Of course it's readable.
ls -l php.ini
46 -rw-r--r--  1 root  wheel  45644 Apr 13 05:48 php.ini

My operations:
1. cd /usr/ports/distfiles/php-5.1.4
   ./configure [my options]
   make install
   /usr/local/etc/rc.d/apache.sh restart

   result: php.ini is not used
2. cd ../php-5.1.2
   ./configure [the same options]
   make install
   /usr/local/etc/rc.d/apache.sh restart

   result: php.ini is used

I don't change anything in httpd.conf or php.ini, don't reinstall
apache or anything else.



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/37327

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


#37327 [Fbk->Opn]: Can't turn off magic_quotes_gpc

2006-05-05 Thread davojan at mail dot ru
 ID:   37327
 User updated by:  davojan at mail dot ru
 Reported By:  davojan at mail dot ru
-Status:   Feedback
+Status:   Open
 Bug Type: *Configuration Issues
 Operating System: FreeBSD 6.0
 PHP Version:  5.1.4
 New Comment:

Of course it's readable.
ls -l php.ini
46 -rw-r--r--  1 root  wheel  45644 Apr 13 05:48 php.ini

My operations:
1. cd /usr/ports/distfiles/php-5.1.4
   ./configure [my options]
   make install
   /usr/local/etc/rc.d/apache.sh restart

   result: php.ini is not used
2. cd ../php-5.1.2
   ./configure [the same options]
   make install
   /usr/local/etc/rc.d/apache.sh restart

   result: php.ini is used

I don't change anything in httpd.conf or php.ini, don't reinstall
apache or anything else.


Previous Comments:


[2006-05-05 12:34:42] [EMAIL PROTECTED]

>for php 5.1.4: /usr/local/etc
Which means php.ini is not used at all.
Make sure it's readable to Apache.



[2006-05-05 12:05:07] davojan at mail dot ru

Ups!
"Configuration File (php.ini) Path" from phpinfo()
 for php 5.1.4: /usr/local/etc
 for php 5.1.2: /usr/local/etc/php.ini

The file is on it's place. I didn't touch it.
Anyway, it is a bug.



[2006-05-05 11:39:02] [EMAIL PROTECTED]

And which php.ini file is used according to phpinfo() ?



[2006-05-05 11:13:48] davojan at mail dot ru

Description:

In my php.ini (/usr/local/etc/php.ini):
magic_quotes_gpc = Off
magic_quotes_runtime = Off

phpinfo() gives:
magic_quotes_gpc On  On
magic_quotes_runtime Off Off

There are no additional settings in my .htaccess.

my configure:
'./configure' '--enable-versioning' '--enable-memory-limit'
'--with-config-file-path=/usr/local/etc'
'--with-config-file-scan-dir=/usr/local/etc/php' '--disable-all'
'--enable-session' '--with-pcre-regex' '--enable-xml' '--enable-libxml'
'--with-libxml-dir=/usr/local' '--enable-dom' '--with-xsl' '--with-zlib'
'--enable-sockets' '--with-gd' '--disable-gd-jis-conv'
'--enable-gd-native-ttf' '--with-iconv=/usr/local'
'--with-jpeg-dir=/usr/local' '--with-png-dir=/usr/local'
'--with-freetype-dir=/usr/local' '--enable-reflection' '--with-mysql'
'--with-pdo-mysql' '--with-pear' '--with-openssl'
'--with-apxs=/usr/local/sbin/apxs' '--enable-fastcgi'
'--enable-force-cgi-redirect' '--disable-ipv6' '--prefix=/usr/local'
'i386-portbld-freebsd6.0'

I had to downgrade back to 5.1.2, it works fine with the same
configure.

Whas is happening guys? Are you going to release php-5.1.5 after to
days? :))

May be it is related to bug #36257, but in 5.1.2 it's ok.

O, almost forgot, it's apache 1.3.34 + mod_php.






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


#37327 [Fbk->Opn]: Can't turn off magic_quotes_gpc

2006-05-05 Thread davojan at mail dot ru
 ID:   37327
 User updated by:  davojan at mail dot ru
 Reported By:  davojan at mail dot ru
-Status:   Feedback
+Status:   Open
 Bug Type: *Configuration Issues
 Operating System: FreeBSD 6.0
 PHP Version:  5.1.4
 New Comment:

Ups!
"Configuration File (php.ini) Path" from phpinfo()
 for php 5.1.4: /usr/local/etc
 for php 5.1.2: /usr/local/etc/php.ini

The file is on it's place. I didn't touch it.
Anyway, it is a bug.


Previous Comments:


[2006-05-05 11:39:02] [EMAIL PROTECTED]

And which php.ini file is used according to phpinfo() ?



[2006-05-05 11:13:48] davojan at mail dot ru

Description:

In my php.ini (/usr/local/etc/php.ini):
magic_quotes_gpc = Off
magic_quotes_runtime = Off

phpinfo() gives:
magic_quotes_gpc On  On
magic_quotes_runtime Off Off

There are no additional settings in my .htaccess.

my configure:
'./configure' '--enable-versioning' '--enable-memory-limit'
'--with-config-file-path=/usr/local/etc'
'--with-config-file-scan-dir=/usr/local/etc/php' '--disable-all'
'--enable-session' '--with-pcre-regex' '--enable-xml' '--enable-libxml'
'--with-libxml-dir=/usr/local' '--enable-dom' '--with-xsl' '--with-zlib'
'--enable-sockets' '--with-gd' '--disable-gd-jis-conv'
'--enable-gd-native-ttf' '--with-iconv=/usr/local'
'--with-jpeg-dir=/usr/local' '--with-png-dir=/usr/local'
'--with-freetype-dir=/usr/local' '--enable-reflection' '--with-mysql'
'--with-pdo-mysql' '--with-pear' '--with-openssl'
'--with-apxs=/usr/local/sbin/apxs' '--enable-fastcgi'
'--enable-force-cgi-redirect' '--disable-ipv6' '--prefix=/usr/local'
'i386-portbld-freebsd6.0'

I had to downgrade back to 5.1.2, it works fine with the same
configure.

Whas is happening guys? Are you going to release php-5.1.5 after to
days? :))

May be it is related to bug #36257, but in 5.1.2 it's ok.

O, almost forgot, it's apache 1.3.34 + mod_php.






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