[PHP-WIN] Re: gd error

2004-09-01 Thread Philip Dahlstrøm
Rafi Sheikh wrote: I am trying to use jpgrap with php. For that I need gd enabled. Following is from my php.ini-as you can sees, it is listed. However, I do not see gd related info when I run php_info() ; Directory in which the loadable extensions (modules) reside. extension_dir = "c:\php" exten

RE: [PHP-WIN] Strange 'if' test bug?

2004-09-01 Thread Svensson, B.A.T. (HKG)
You can always use type casting if you want to change the built in behaviour: http://nl3.php.net/manual/en/language.types.type-juggling.php#language.types .typecasting hence what you ask for is there already. -Original Message- From: Charles P. Killmer To: [EMAIL PROTECTED] Sent: 31/08/

Re: [PHP-WIN] using the mail function in php

2004-09-01 Thread Christian Fersch
Neil wrote: Hi Justin I'm not sure I appreciate the aggro. I am new to .php and so this is a learning exercise for me. THERE IS NO SLASHES in the data being submitted so obviously something is putting them in. So again thank you for your help - the stripslashes did work. Screaming like little child

[PHP-WIN] Re: Persistant Socket Across Different Scripts

2004-09-01 Thread Christian Fersch
Justin Borodinsky wrote: I would like to be able to communicate over this stream with the client using a browser and PHP. I can open the stream when the script runs for the first time, but each time the user gets the script again the connection is being re-made. I tried pfsockopen but it seemed t

Re: [PHP-WIN] Re: interacting with Java or C

2004-09-01 Thread Frank M. Kromann
Or if you have a library written in C you can use the FFI extension from PECL. But if you are to write a C library, why not write a PHP extension directly? - Frank > Hi! > > It would be possible to create a C or Java server that uses sockets to cater > a PHP client's request. This is the quicke

Re: [PHP-WIN] Strange 'if' test bug?

2004-09-01 Thread Christian Zambrano
I think PHP converts to whatever type is on the left of the equal sign which will make a lot of sense to me. I haven't thoroughly tested it. Christian - Original Message - From: "Charles P. Killmer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 31, 2004 11:03 AM Subjec

RE: [PHP-WIN] Strange 'if' test bug?

2004-09-01 Thread Charles P. Killmer
I tried switching the order, and still the same results. That would make sense to me to though. Charles -Original Message- From: Christian Zambrano [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 10:07 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Strange 'if' test bug?

Re: [PHP-WIN] Strange 'if' test bug?

2004-09-01 Thread Yigal Rifkind
strange question: I'm trying to figure out how to build a dating website? Anyone have any off the cuff advice for me... I know next to nothing about PHP, and am desperately trying to teach myself. -Yigal From: "Christian Zambrano" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: Re: [PHP

RE: [PHP-WIN] Strange 'if' test bug?

2004-09-01 Thread Gryffyn, Trevor
I did a quick check, putting the switching the "muppet" and the 0 and it did exactly the same thing. Yeah, I thought of that too. Order of precendence or something, but the quick check I did seemed to show that it'd convert it to an int no matter what order they were in. -TG > -Original Mess

[PHP-WIN] Php5 merging with Java???

2004-09-01 Thread Jim MacDiarmid
I've been reading the latest articles about the future of PHP and based on the way I am understanding it, I'm getting the impression that PHP will not be free or open source. I'm interested in getting other PHP developer options and/or clarification of this direction. What is this going to do to t

[PHP-WIN] Re: Php5 merging with Java???

2004-09-01 Thread Manuel Lemos
Hello, On 09/01/2004 02:06 PM, Jim Macdiarmid wrote: I've been reading the latest articles about the future of PHP and based on the way I am understanding it, I'm getting the impression that PHP will not be free or open source. I'm interested in getting other PHP developer options and/or clarificat

Re: [PHP-WIN] Php5 merging with Java???

2004-09-01 Thread Paul Menard
I cannot speak for the direction of PHP since I am not part of that development. I am just a PHP developer like yourself. But if you are referring to the Developer Shed Plug-in article http://www.developershed.com/plugin/PlugIn_magazine_september2004.pdf#page=9 I would not worry too much. DevS

Re: [PHP-WIN] Php5 merging with Java???

2004-09-01 Thread operationsengineer1
Jim, I think that is pure speculation at this point. Jim MacDiarmid <[EMAIL PROTECTED]> wrote: I've been reading the latest articles about the future of PHP and based on the way I am understanding it, I'm getting the impression that PHP will not be free or open source. I'm interested in getting ot

RE: [PHP-WIN] Php5 merging with Java???

2004-09-01 Thread Jim MacDiarmid
Hi Paul, Yes, that is the article that I saw. One of them anyway. Thank you for sheding some light on that. Jim -Original Message- From: Paul Menard [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 2:29 PM To: Jim MacDiarmid; [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Ph

RE: [PHP-WIN] Php5 merging with Java???

2004-09-01 Thread Jim MacDiarmid
This is one of them. I believe there was another one on the devshed site too but unfortunately can't seem to locate the link. http://www.developershed.com/plugin/PlugIn_magazine_september2004.pdf#page=9 -Original Message- From: Christian Zambrano [mailto:[EMAIL PROTECTED] Sent: Wednes

RE: [PHP-WIN] Re: Php5 merging with Java???

2004-09-01 Thread Jim MacDiarmid
Maybe I got the wrong impression, I don't know. I was just afraid that PHP was going to end up going the way of MS Visual Studio .NET Enterprise Architect and become a commercial package that would be out of reach for us smaller developers or rather us developers with smaller wallets. Jim --