Re: [PHP] Re: safe_mode and include "http://"; question

2002-10-01 Thread Tomasz Orzechowski
[EMAIL PROTECTED] wrote on Wed, Oct 02, 2002 at 03:22:26AM +0200: > Post it as a bug please. It looks like one, anyway it will be closed > if its not. done, as bug #19703 safe_mode allows include-ing of http documents http://bugs.php.net/bug.php?id=19703 thanks, -- Tomasz Orzec

[PHP] safe_mode and include "http://"; question

2002-10-01 Thread Tomasz Orzechowski
. is this a bug in php or in my perception of the docs? -- Tomasz Orzechowski [EMAIL PROTECTED] APK.net systems administration teamTO630 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

Re: [PHP] Please, help with Sourceforge's PHP command-line not working at all

2002-09-03 Thread Tomasz Orzechowski
then need to find the 'mm' library on the system, perhaps with: find /usr/lib -name \*mm\* find /usr/local/lib -name \*mm\* and set your LD_LIBRARY_PATH accordingly, or call the PHP binary with the library preloaded: 'LD_PRELOAD=/usr/lib/libmm.so.11 php' or I m

Re: [PHP] Re: PHP / Bulk E-Mail

2002-09-03 Thread Tomasz Orzechowski
queue up the mail, not attempt to deliver it upon submission, and let sendmail deliver it in a normal queue run. This way many/all messages destined to the same mail server will be delivered in one large transaction, not many small ones. A small gain, but it adds up.

[PHP] $PHPRC and CGI php ; multiple php.ini files

2002-09-03 Thread Tomasz Orzechowski
I asked this on php-install but got no echo back, hence the repeat. Thank you, -- Tomasz Orzechowski [EMAIL PROTECTED] APK.net systems administration teamTO630 -- PHP General Mailing List (http://www.php.net/) To unsu

Re: [PHP] Email formatting

2002-08-30 Thread Tomasz Orzechowski
s MUST take care to preserve the case of mailbox local-parts. Mailbox domains are not case sensitive. In particular, for some hosts the user "smith" is different from the user "Smith". However, exploiting the case sensitivity of mailbox local-parts impedes interoperability and