Hi,
2011/8/11 Kalle Sommer Nielsen
> Hi Sebastian
>
> 2011/8/11 Sebastian Krebs :
> > Hi,
> >
> > With PHP5.4 I get this warning
> >
> > | Warning: declare(encoding=...) ignored because Zend multibyte feature
> > | is turned off by settings in [..]
> >
> > because of
> >
> > | declare(encoding =
Hi Sebastian
2011/8/11 Sebastian Krebs :
> Hi,
>
> With PHP5.4 I get this warning
>
> | Warning: declare(encoding=...) ignored because Zend multibyte feature
> | is turned off by settings in [..]
>
> because of
>
> | declare(encoding = 'UTF-8');
>
> An except from the manual [1]
>
In PHP 5.4, the
Hello,
On Thu, Aug 11, 2011 at 11:58 AM, Etienne Kneuss wrote:
> Hello,
>
>
> ArrayObject extends the handler responsible for giving you such
> information. So it might very well be a bug.
>
> You should report it!
>
> Best,
Thanks Etienne, I went ahead and made a bug report and patch here:
http
Hi,
With PHP5.4 I get this warning
| Warning: declare(encoding=...) ignored because Zend multibyte feature
| is turned off by settings in [..]
because of
| declare(encoding = 'UTF-8');
An except from the manual [1]
The encoding declare value is ignored in PHP 5.3 unless php is compiled with
Hello,
On Thu, Aug 11, 2011 at 20:54, Chris Stockton wrote:
> I was curious if this behavior was expected, it caught me by surprise.
> A base object I use extends ArrayObject, that class is extended
> heavily throughout my code and I recently wanted to use
> get_object_vars, but noticed it return
I was curious if this behavior was expected, it caught me by surprise.
A base object I use extends ArrayObject, that class is extended
heavily throughout my code and I recently wanted to use
get_object_vars, but noticed it returning an empty array. I do not
expect get_object_vars to return the prop
The fifth and final release candidate of 5.3.7 was just released for
testing and can be downloaded here:
https://downloads.php.net/ilia/php-5.3.7RC5.tar.bz2 (md5sum:
2604b92812e213287fa0fbc5d61223db)
https://downloads.php.net/ilia/php-5.3.7RC5.tar.gz (md5sum:
2d3315be5ef7ab90ca359978f36c2001)
The
I remember that if error happened in stat- related functions, error
message contained also system errno and message, like in following
line:
Warning: fileatime(): Stat failed for /tmp\lost+found (errno=2 - No
such file or directory) in
/home/rfresh/public_html/whosonline_form.php on line 93
But no
Hi!
On 8/10/11 9:29 PM, Gwynne Raskind wrote:
I've just created a new RFC, https://wiki.php.net/rfc/linecontrol ,
regarding adding cpp(1)'s linemarkers to PHP. Discussion is invited.
-- Gwynne
Frankly, this seems to be pretty narrow use case for language syntax
change. Though you could in t
Hello,
currently the built-in dns_get_record function has support for type
SRV, which is very nice.
Yet this supports only part of the DNS SRV RFC (RFC-2782). In
particular, it will return records but won't sort them using the
weight/priority algorithm.
I won't detail the algorithm, but basically
10 matches
Mail list logo