nope. Was introduced by this late fix:
http://cvs.php.net/diff.php/php4/ext/gd/gdttf.c?login=2&r1=1.17&r2=1.18&ty=h
and merged into 4.3.2RC1.
Jani Taskinen wrote:
Please try the latest STABLE cvs snapshot
from http://snaps.php.net as this seems to be fixed
already.
--
-- Roberto Bianca
Please try the latest STABLE cvs snapshot
from http://snaps.php.net as this seems to be fixed
already.
--Jani
On Sat, 15 Mar 2003, Roberto Biancardi wrote:
>--- ext/gd/gdttf.c.orig Sat Mar 15 22:38:28 2003
>+++ ext/gd/gdttf.c Sat Mar 15 22:42:42 2003
>@@ -744,9 +74
Can you cut down the script to like 10 lines and say what your result is
and what you'd expect?
At 05:37 PM 3/17/2003 +0100, Fabrice Le Coz wrote:
Hi,
I'm playing with PHP5 and have some trouble wtith access control, here's the
code I run with last php5 from snaps.php.net under windows XP :
At 11:15 17-3-03 -0500, Sterling Hughes wrote:
On Mon, 2003-03-17 at 10:29, Wico de Leeuw wrote:
> sorry for writing to the wrong list should have been phpdev offcourse
> At 16:28 17-3-03 +0100, Wico de Leeuw wrote:
> >Hiya,
> >
> >If someone has some spare time could he look at curl_multi_info_rea
Hi,
I'm playing with PHP5 and have some trouble wtith access control, here's the
code I run with last php5 from snaps.php.net under windows XP :
var1 = "public";
$this->var2 = "protected";
$this->var3 = "private";
}
function show() {
echo "pere::show() \n";
On Mon, 2003-03-17 at 10:29, Wico de Leeuw wrote:
> sorry for writing to the wrong list should have been phpdev offcourse
> At 16:28 17-3-03 +0100, Wico de Leeuw wrote:
> >Hiya,
> >
> >If someone has some spare time could he look at curl_multi_info_read() i'd
> >like to use (test) the curl_multi f
Hiya,
If someone has some spare time could he look at curl_multi_info_read() i'd
like to use (test) the curl_multi functions, but without the
curl_multi_info_read it isn't really usefull (and when i look at the source
i thing it's almost finished)
P.S. when i test them i'll report back to you
This idea spawned from playing with ext/rpc and the ability to declare
class types on the fly
Since zend_namespaces is really _zend_class_entry I think it would
be cool to implement __call at the namespace level.
namespace java {
function __call($classname) {
// this will be called every