[PHP-DEV] Bug #14605: compare string with integer 0 returns true

2001-12-19 Thread adrian
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.0 PHP Bug Type: Scripting Engine problem Bug description: compare string with integer 0 returns true // This outputs 'the string' == 0 -- Edit bug report at: http://bugs.php.net/?id=14605&edit=1 -- PHP De

[PHP-DEV] Problem with file_exists (Newbie Q)

2002-10-14 Thread Adrian Slusarczyk
Hi, I have the following problem: In a function, I want to verify whether a file exists before I go on, and if it doesn´t, return false and stop right there. So I tried if(!file_exists($my_file)) { return false; exit; } But since $my_file is a URL, it doesn´t work. Does anybody know how to do

[PHP-DEV] htmlspecialchars iso-2022-jp patch

2002-11-11 Thread Adrian Gartland
Attached is a patch which allows iso-2022-jp (jis) encoded text to be passed through htmlspecialchars when the character set is set to ISO-2022-JP. It should also fix a tiny bug I found in "determine_charset" code where "len" hadn't been set and then doing its charset map walk. -- PHP Developme

Re: [PHP-DEV] htmlspecialchars iso-2022-jp patch

2002-11-11 Thread Adrian Gartland
http://support.oregan.net/php/php_htmlspecialchars_iso_2022-jp.patch On 11 Nov 02, "Jan Schneider" <[EMAIL PROTECTED]> wrote: > Zitat von Adrian Gartland <[EMAIL PROTECTED]>: > > > Attached is a patch which allows iso-2022-jp (jis) encoded text to be > >

Re: [PHP-DEV] htmlspecialchars iso-2022-jp patch

2002-11-11 Thread Adrian Gartland
ersion of html.c in HEAD > branch? determine_charset() issue which you pointed out seems to have been > fixed already. > > Moriyoshi > > "Adrian Gartland" <[EMAIL PROTECTED]> wrote: > > > http://support.oregan.net/php/php_htmlspecialchars_iso_2022-jp.patch

[PHP-DEV] Getting escape chars through the parser without warnings

2002-11-11 Thread Adrian Gartland
s. Compile warnining are pretty important for development. Are there are less drastic ways of allowing the escape character through? As an example of its use, it goes something along the lines of -- Adrian Gartland - Senior Systems Engineer - TV Portal Team Oregan Networks UK Ltd

[PHP-DEV] CVS Account Request: adrianr

2002-11-12 Thread adrian rapa
i would like to start php manual translation in romanian -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: adiju

2002-01-26 Thread Adrian Jurjica
For help translating PHP documentation in Romanian. -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] CVS Account Request: adu

2002-02-27 Thread Adrian Ciutureanu
Translating the documentation into Romanian -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: aspinei

2002-03-10 Thread Adrian Spinei
I am in the team for Romanian translation of the PHP documentation (see http://php.urbanxp.org) I'd like to have access at the phpdoc module. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Problem with sessions!

2001-01-27 Thread Adrian Pitulac
I have Apache 1.3.14 and Php 4.0.4 on RedHat Linux 7.0!   I started a session from a html and i receive the following message:   Warning: Cannot send session cache limiter - headers already sent (output started at ../x.php:4) in /x.php on line zz   Can you help me?   Thanks!