[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()

[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!!

[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

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

2001-06-25 Thread lopez
'-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

[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

[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 =