Re: [PHP-DEV] PHP 5.5 beta4 available

2013-05-05 Thread Ondřej Surý
Ok, in that case my git repository has it wrong. It probably pulls the tags from other remote. Sorry for false alert. On Sun, May 5, 2013 at 6:21 PM, Ferenc Kovacs wrote: > > 2013.05.05. 18:00, "Ondřej Surý" ezt írta: > > >> >> JFTR the git repository is missing the tags for every all php-5.5 >>

Re: [PHP-DEV] PHP 5.5 beta4 available

2013-05-05 Thread Ferenc Kovacs
2013.05.05. 18:00, "Ondřej Surý" ezt írta: > > JFTR the git repository is missing the tags for every all php-5.5 releases. are you sure? I can see the tags for 5.5 betas and alphas: http://git.php.net/?p=php-src.git;a=tags

Re: [PHP-DEV] PHP 5.5 beta4 available

2013-05-05 Thread Ondřej Surý
JFTR the git repository is missing the tags for every all php-5.5 releases. On Thu, Apr 25, 2013 at 10:45 AM, Julien Pauli wrote: > Hi Internals, > > PHP 5.5.0 Beta 4 has been released for testing. It fixes some bugs against > beta 3. > You'll find details in the NEWS file. > > The packages can b

[PHP-DEV] Adding a new mysqli::bind_value method

2013-05-05 Thread Bob Weinand
I propose to add, contrary to the mysqli::bind_param method which accepts parameters only by ref (and triggers a fatal error when passing non-ref variables or values), a mysqli::bind_value method which accepts the variables by value. There are a few problems when using bind_param which bind_val

Re: [PHP-DEV] Re: [PROPOSAL]Add second to callback of preg_replace_callback

2013-05-05 Thread Etienne Kneuss
On Sat, May 4, 2013 at 4:31 PM, Laruence wrote: > I made a RFC for this: > https://wiki.php.net/rfc/second_arg_to_preg_callback > > Note that giving meaning to an extra argument in existing callbacks constitutes a small BC break in at least two cases: 1) function myhandyfunction($v, $arg = 42)

Re: [PHP-DEV] Scalar Type Casting Magic Methods

2013-05-05 Thread Pierre Joye
hi! On Sun, May 5, 2013 at 10:03 AM, Oleku Konko wrote: > > > Thanks for the reply. I hope it would be part of next release eg 5.5.1 More 5.6. Features freeze for 5.5.x. Cheers, Pierre -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Scalar Type Casting Magic Methods

2013-05-05 Thread Oleku Konko
Thanks for the reply. I hope it would be part of next release eg 5.5.1 Oleku From: Nikita Popov To: Oleku Konko Cc: "php-intern...@lists.php.net" ; "internals@lists.php.net" Sent: Sunday, May 5, 2013 8:55 AM Subject: Re: [PHP-DEV] Scalar Type Casting Magi

Re: [PHP-DEV] Scalar Type Casting Magic Methods

2013-05-05 Thread Nikita Popov
On Sat, May 4, 2013 at 5:31 PM, Oleku Konko wrote: > Quick Observations : > > I had this issue ( > http://stackoverflow.com/questions/16375331/increment-on-tostring ) and > it kept me thinking why no error was returned, then i stumble up this RFC : > https://wiki.php.net/rfc/object_cast_to_types