Thu Jul 27, 2006 3:01 pm |
Replies: 2 |
Views: 6505 |
|
 |
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: 7728 |
|
 |
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: 13303 |
|
 |
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: 7447 |
|
 |
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: 7447 |
|
 |
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: 7447 |
|
 |
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: 8682 |
|
 |
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 ...
|