[PHP-DEV] Bug #13000: I can't switch safe_mode OFF!

2001-08-28 Thread lopez

From: [EMAIL PROTECTED]
Operating system: SuseLinux 7.2
PHP version:  4.0.6
PHP Bug Type: PHP options/info functions
Bug description:  I can't switch safe_mode OFF!

I have following line in my php.ini
; Safe Mode
safe_mode   = Off

But a site with phpinfo() displays safe mode ON!
I also tried to delete this line, but same effect!

PHP is compiled with
'./configure' '--with-apache=../apache_1.3.20' '--enable-calendar'
'--enable-ftp' '--with-mysql' '--enable-trans-sid' '--enable-sockets'
'--with-regex=php' '--enable-memory-limit' '--enable-track-vars'
'--with-zlib' '--enable-sysvshm'

Any ideas?
-- 
Edit bug report at: http://bugs.php.net/?id=13000edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #13000 Updated: I can't switch safe_mode OFF!

2001-08-28 Thread lopez

ID: 13000
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: PHP options/info functions
Operating System: SuseLinux 7.2
PHP Version: 4.0.6
New Comment:

Damn, do you think I'm blind??

The php.ini is located @ /usr/local/lib/
and THERE I'll edit'em!!

But it has NO EFFECT

This was NOT a support request!

Previous Comments:


[2001-08-28 11:36:42] [EMAIL PROTECTED]

Check what phpinfo() has to say where it's looking
for php.ini and edit that one..

Ask further support questions on the mailing lists:

http://www.php.net/support.php




[2001-08-28 08:32:47] [EMAIL PROTECTED]

I have following line in my php.ini
; Safe Mode
safe_mode   = Off

But a site with phpinfo() displays safe mode ON!
I also tried to delete this line, but same effect!

PHP is compiled with
'./configure' '--with-apache=../apache_1.3.20' '--enable-calendar' '--enable-ftp' 
'--with-mysql' '--enable-trans-sid' '--enable-sockets' '--with-regex=php' 
'--enable-memory-limit' '--enable-track-vars' '--with-zlib' '--enable-sysvshm'

Any ideas?





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


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12805: ./configure: lex: command not found

2001-08-17 Thread lopez

From: [EMAIL PROTECTED]
Operating system: SuseLinux 7.2
PHP version:  4.0.6
PHP Bug Type: Compile Failure
Bug description:  ./configure: lex: command not found

While running confugire, this error applies:

checking lex output file root... ./configure: lex: command not found

What the is it, and how to fix the problem!?
-- 
Edit bug report at: http://bugs.php.net/?id=12805edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #11674: can#t connect on socket

2001-06-25 Thread lopez

From: [EMAIL PROTECTED]
Operating system: FreeBSD 4.2
PHP version:  4.0.6
PHP Bug Type: MySQL related
Bug description:  can#t connect on socket

OK, I compile 4.0.6 (runs as CGI), and copy it to my cgi-bin (where 4.0.5 is/was 
located (running)).
Then, PHP can't connect to mysql.sock in /tmp/var

- in 4.0.5 the default *SEEMS* /tmp, however, in 4.0.5 the default works, in 4.0.6 
NOT. 

When I set up the php.ini (.ini-dist or optimized, it's the same thing!) with 
mysql.default.socket = /tmp/mysql.sock

the same error (warning) is displaying, but this time with
mysql.sock '-1'.

OK, I delete the php.ini, and 4.0.5 works without any probs, when I copy 4.0.6, - 
can't connect to mysql.sock /tmp/var

so...?


regards,
Lopez


-- 
Edit Bug report at: http://bugs.php.net/?id=11674edit=1



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] PHP 4.0 Bug #8998: htmlspecialchars() DONT convert a string/array ONCE

2001-01-30 Thread lopez

From: [EMAIL PROTECTED]
Operating system: Debian/Linux
PHP version:  4.0.4pl1
PHP Bug Type: Strings related
Bug description:  htmlspecialchars() DONT convert a string/array ONCE

Please note:

$foo = "a href="foo"../a";
$foo = htmlspecialchars($foo);

//now $foo is "lt;a href="foo"gt..lt;/agt" 

$foo = "a href="foo"../a";

//$foo is lt;a href="foo"gt..lt;/agt; 
//although $foo is filled with a new value, $foo converts the string!


//sorry, my english is too poor to explain more


-- 
Edit Bug report at: http://bugs.php.net/?id=8998edit=1



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] PHP 4.0 Bug #8998 Updated: htmlspecialchars() DONT convert a string/array ONCE

2001-01-30 Thread lopez

ID: 8998
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: Strings related
Description: htmlspecialchars() DONT convert a string/array ONCE

ReEdit...
Please note:

$foo = "a href="foo"../a";
$foo = htmlspecialchars($foo);

//now $foo is " lt;a href="foo" gt;.. lt;/a gt;" 

$foo = "a href="foo"../a";

//$foo is  lt;a href="foo" gt;.. lt;/a gt; 
//although $foo is filled with a new value, $foo converts the string!


Previous Comments:
---

[2001-01-30 07:10:04] [EMAIL PROTECTED]
Please note:

$foo = "a href="foo"../a";
$foo = htmlspecialchars($foo);

//now $foo is "lt;a href="foo"gt..lt;/agt" 

$foo = "a href="foo"../a";

//$foo is lt;a href="foo"gt..lt;/agt; 
//although $foo is filled with a new value, $foo converts the string!


//sorry, my english is too poor to explain more

---


Full Bug description available at: http://bugs.php.net/?id=8998


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]