ID:               18949
 Updated by:       [EMAIL PROTECTED]
 Reported By:      heino at gehlsen dot dk
-Status:           Open
+Status:           Bogus
-Bug Type:         PEAR related
+Bug Type:         *General Issues
 Operating System: Debian 3.0
 PHP Version:      CVS (rev. 1.5)
 New Comment:

No idea what this was about, assuming PEAR and it has it's own bug
system.



Previous Comments:
------------------------------------------------------------------------

[2002-08-23 08:38:44] heino at gehlsen dot dk

This bug was kind of a double-bug, since the same typo was made two
times in the same function – both when $block is empty (fixed) and when
it is set (not fixed).

Sorry for the lack of detail...

------------------------------------------------------------------------

[2002-08-23 06:58:06] [EMAIL PROTECTED]

This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.



------------------------------------------------------------------------

[2002-08-16 16:46:01] heino at gehlsen dot dk

I can't get placeholderExists() to work without making minor changes to
the code:

[...]
while (list($k, $variable) = each($variables)) 
-    if ($variable == $placeholder) {
+    if ($k == $placeholder) {
        $found = $block;
[...]

(boolean) $variable != (string) $placeholder.
(string) $k = (string) $placeholder.

PS.
I don't have the time to check if it's placeholderExists() that is
buggy or if it is $this->blockvariables' - sorry...


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=18949&edit=1

Reply via email to