Re: [PHP-DEV] database driver: no more rows

2003-10-22 Thread GPHemsley
In a message dated 10/22/2003 6:00:11 PM Eastern Daylight Time, [EMAIL PROTECTED] writes: At 11:49 PM 10/22/2003 +0200, Ard Biesheuvel wrote: >>Err .. I don't agree. >>Null means no data >>False means error. > >Maybe historically (PHP-wise) it does. >But the way I see it, every fetch() can 'fail'

Re: [PHP-DEV] [PATCH][ZE2] zend_highlight.c change

2003-10-28 Thread GPHemsley
In your diff, you have this line: + zend_printf("\n", last_color); There's a semicolon (;) in the tag (marked in red, if available). If that was meant to be part of the style attribute (like style=\"color: %s;\">), then it is in the wrong place. And also, if that is the place it's supposed to

Re: [PHP-DEV] Re: [PATCH][ZE2] zend_highlight.c change

2003-10-29 Thread GPHemsley
I haven't been following this too closely, and I'm not exactly sure what I'm looking for, but I used Mozilla 1.5 and all seemed to look alright (except for a blank line at the top and bottom of the preformatted text). Gordon Hemsley

[PHP-DEV] Running 4.3.x and 5.0.x on WinXP/Apache1.3

2003-11-14 Thread GPHemsley
Forgive me if this is the wrong place to ask, but I'd like to be able to run both the latest version of the 4.3.x branch and the 5.0.x branch simultaneously, differentiating only by extension (.php vs. .php5). I am running Windows XP Professional and Apache 1.3, and would like to be able to do

[PHP-DEV] Re: Running 4.3.x and 5.0.x on WinXP/Apache1.3

2003-11-17 Thread GPHemsley
In a message dated 11/15/2003 1:08:59 AM Eastern Standard Time, GPHemsley writes: Forgive me if this is the wrong place to ask, but I'd like to be able to run both the latest version of the 4.3.x branch and the 5.0.x branch simultaneously, differentiating only by extension (.php vs. .php

[PHP-DEV] PHP4/PHP5 Apache Modules on Windows

2004-01-10 Thread GPHemsley
Again, I'm asking about running both PHP4 and PHP5 on Windows XP as Apache modules. I asked this question a few months ago and was told it was a bad idea. But now, it seems that the latest snapshot (RC1-dev, it seems) has the file php5apache.dll. Can I safely set it up just as I did with PHP4?

Re: [PHP-DEV] Re: PHP4/PHP5 Apache Modules on Windows

2004-01-10 Thread GPHemsley
In a message dated 1/10/2004 7:30:52 AM Eastern Standard Time, [EMAIL PROTECTED] writes: > Might work.. Why not simply try it? :) I was told that Bad Things (tm) could happen (with the previous setup). I guess I'll go ahead, if no one has any reasons no to. Thanks. Gordon Hemsley

Re: [PHP-DEV] PHP4/PHP5 Apache Modules on Windows

2004-01-10 Thread GPHemsley
In a message dated 1/10/2004 8:13:25 PM Eastern Standard Time, [EMAIL PROTECTED] writes: IIRC, it does not work. And it will not work either. Only way to run both in same apache is to have other one run as CGI. --Jani That's the way I currently have it. But I just need to kno

Re: [PHP-DEV] PHP4/PHP5 Apache Modules on Windows

2004-01-10 Thread GPHemsley
In a message dated 1/11/2004 12:12:18 AM Eastern Standard Time, [EMAIL PROTECTED] writes: .. There really should be another configure parameter which names all non-language stuff php5 instead of php... Like x-httpd-php5, php5_gd2.dll and so on.. I'm +1 for that, if it matters. And that seems to

Re: [PHP-DEV] base class

2004-01-25 Thread GPHemsley
In a message dated 1/25/2004 5:51:40 PM Eastern Standard Time, [EMAIL PROTECTED] writes: > Here's a little patch which changes "Can not call constructor" from > E_ERROR to E_NOTICE and continues execution: > http://cschneid.com/php/php5/undefined_constructor_call.patch In that patch, don't forget

Re: [PHP-DEV] www.php.net RC1 News - Front Page

2004-03-18 Thread GPHemsley
In a message dated 3/19/2004 1:25:23 AM Eastern Standard Time, [EMAIL PROTECTED] writes: On Thu, 2004-03-18 at 18:02, Nathan Sullivan wrote: > A new MySQL extension named MySQLi for developers using MySQL 4.1 and > later. Additionally to a functional interface this new extension also > includes