NuSphere Forums Forum Index
NuSphere Forums


Thu Jul 27, 2006 3:01 pm
Replies: 2
Views: 6121
I'm trying to use the debugger on a remote machine running CentOS 4 on IA32 hardware. The machine is local with no firewall.

I've followed (a few times) the installation instructions, but can't se ...

Wed Jul 27, 2005 12:36 am
Replies: 3
Views: 6811
If you do not have "case" in front of the case statement,
... you have a [url=http://www.php.net/manual/en/control-structures.switch.php]syntax error.

Wed Jul 27, 2005 12:27 am
Replies: 12
Views: 12124
I've never been one to put multiple projects into a single workspace,
We do it all the time, but we have a lot of code shared between projects. To include a needed sub-project, we simply check that ...

Thu Jun 09, 2005 8:25 pm
Replies: 9
Views: 6813
Considering that the output you show includes the null character (..."74 0A 00 2D 74"...), $s is not an empty string (i.e. a string of length zero). It was a string of length one, the only charcter b ...

Wed Jun 08, 2005 10:43 pm
Replies: 9
Views: 6813
Wow. Now here's something very odd. I ran the same thing on RHEL4 with PHP 4.3.9.

PHP 4.3.9 behaved identically as PHP 4.3.11 (above).

However, Firefox 1.0.4 running on RHEL4 displayed all cha ...

Wed Jun 08, 2005 10:04 pm
Replies: 9
Views: 6813
I just tried PHP 4.3.11 on FC3...

This is an interesting issue. I did the following:

<?php
$s = 'HELLO';
echo "'$s'",'<br>';
echo strlen($s),'<br>';
$s[ ...

Sat Jun 04, 2005 2:00 pm
Replies: 0
Views: 7819
Seeing the obvious Borland IDE inspriation in phpED (a huge plus as I love that IDE), I'm wondering if there is support for in-source TODO items? I don't see anything in the menus that indicates that ...
Page 1 of 1
All times are GMT - 5 Hours