[PHP-DEV] Bug #13749: ?php instead of ?php displays password and user info

2001-10-19 Thread malcolm
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: MySQL related Bug description: ?php instead of ?php displays password and user info If you have a script that talks to a MySQL db and includes an inc in another directory with the login part of

[PHP-DEV] RE: Bug #13749 Updated: ?php instead of ?php displays password and user info

2001-10-19 Thread Malcolm Moore
I would have hoped that a reversed wouldn't have displayed the user name and password best wishes mal -Original Message- From: Bug Database [mailto:[EMAIL PROTECTED]] Sent: 19 October 2001 13:57 To: [EMAIL PROTECTED] Subject: Bug #13749 Updated: ?php instead of ?php displays password

[PHP-DEV] What does this error mean?

2001-06-29 Thread Jimi Malcolm
never used it before so I'm not sure which one/s to join or post this specific message to. I apologize if this is the wrong forum for this type of question. Thank you for your time. -- Jimi Malcolm Web Content Manager inburst Internet Media inburst.com jimi.malcolm@inburst -- PHP Development

Re: [PHP-DEV] Redirecting output to a file

2001-01-18 Thread Malcolm Locke
You might want to look at the Optput Buffer stuff: http://www.php.net/manual/en/html/ref.outcontrol.html Many thanks, this is exactly what I need. My apologies for not finding t in the first place -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

[PHP-DEV] Redirecting output to a file

2001-01-17 Thread Malcolm Locke
at most of what I need seems to be going on in php_output_globals int ext/standard/php_output.h. I am willing to write the extension to give me this functionality, but before I start coding in earnist I would appreciate any pointers or warnings of problems that may be involved. Many thanks, Malcolm