[PHP-DEV] Re: VCS Account Request: hehexianshi

2014-09-05 Thread PHP Group
VCS Account Rejected: hehexianshi rejected by rasmus /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: nishantcbse

2014-09-05 Thread PHP Group
VCS Account Rejected: nishantcbse rejected by rasmus /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: royopa

2014-09-05 Thread PHP Group
VCS Account Rejected: royopa rejected by rasmus /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: kalesi

2014-09-05 Thread PHP Group
VCS Account Rejected: kalesi rejected by rasmus /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: demo

2014-09-05 Thread PHP Group
VCS Account Rejected: demo rejected by rasmus /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: VCS Account Request: cpusavage5150

2014-09-05 Thread PHP Group
VCS Account Rejected: cpusavage5150 rejected by rasmus /o\ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [RFC] Implicit isset() in Shorthand Ternary Operator

2014-09-05 Thread Andrea Faulds
Good evening, I’ve written an RFC and working patch which attempt to add this feature which has been often requested: https://wiki.php.net/rfc/isset_ternary Thanks! -- Andrea Faulds http://ajf.me/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.

[PHP-DEV] UTD Aries Hotel and Residence

2014-09-05 Thread UTD Living Thailand Customer Service
UTD Aries Hotel and Residence Display problems? View this newsletter in your browser. ( http://utdliving.com/ms/?email_id=9&user_id=209582&urlpassed=W3ZpZXdfaW5fYnJvd3Nlcl9saW5rXQ%3D%3D&controller=stats&action=analyse&wysija-page=1&wysijap=subscriptions ) GREETINGS FROM UTD LIVING THAILAND The f

[PHP-DEV] setcookie() minor BC break - fixes issue #67736

2014-09-05 Thread Florian Margaine
Hi, This is a minor BC break, but still a BC break, so worth discussing on this ML. When a second setcookie() is done with the same name, a warning is emitted, because the ietf rfc 6265 says it *should* only send one Set-Cookie header per name. This is fine when display_errors is set to off. Whe

[PHP-DEV] [VOTE] Removing Multiple Default Clauses in Switch Statements

2014-09-05 Thread Levi Morrison
Dear list, I have opened voting on this RFC: https://wiki.php.net/rfc/switch.default.multiple#vote The RFC is very short so I will not summarize it here. Voting will remain open for 10 days and will close on Monday, September the 15th. Cheers, Levi Morrison -- PHP Internals - PHP Runtime Dev

Re: [PHP-DEV] Re: [INTERNALS-WIN] [PATCH] Microsecond resolution and accuracy on Windows

2014-09-05 Thread Matt Wilmas
Hi Anatol, - Original Message - From: "Anatol Belski" Sent: Tuesday, September 02, 2014 Unfortunately that's not a PR so I cannot comment there directly, so I'd leave a couple of the comments to the code here: It looks like there can be "commit comments?" *shrug* In the future, shoul

Re: [PHP-DEV] PHP 5.4.33 RC1 => mod_proxy_fcgi still broken

2014-09-05 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 05/09/2014 15:52, David Zuelke a écrit : > People should simply use the SetHandler approach instead. I agree, see https://bugzilla.redhat.com/1136290 But some people may want to use ProxyPass (ex, to redirect to another server, with no PHP script

[PHP-DEV] Re: [INTERNALS-WIN] [PATCH] Microsecond resolution and accuracy on Windows

2014-09-05 Thread Matt Wilmas
Hi Anatol, Stas, - Original Message - From: "Anatol Belski" Sent: Tuesday, September 02, 2014 On Mon, September 1, 2014 22:49, Stas Malyshev wrote: Hi! It's much more optimized than what's there now, and slightly over the old implementation. Not sure if I should give the saved patc

[PHP-DEV] Re: [INTERNALS-WIN] Re: [PATCH] Microsecond resolution and accuracy on Windows

2014-09-05 Thread Stas Malyshev
Hi! > Still hoping for 5.4 for at least the "security" related view with uniqid(). > :-) > > BTW, I also removed the useless modulo from microtime(). (The GitHub patch > is breaking the uniqid.c header... ignore.) Let's ensure it works fine first, when we're sure it's good for 5.5 we can see

[PHP-DEV] Re: [PATCH] Microsecond resolution and accuracy on Windows

2014-09-05 Thread Matt Wilmas
Hi Anatol! - Original Message - From: "Anatol Belski" Sent: Tuesday, September 02, 2014 Hi Matt, On Mon, September 1, 2014 20:36, Matt Wilmas wrote: Hi all! I'm back after several years, and will have a few more changes for Windows, at least. (It was CVS back then, so I still have

[PHP-DEV] zend_mm_small_size_to_bit

2014-09-05 Thread Matt Wilmas
Hi Dmitry, all, I was looking through a few parts of the new MM last week (cool, thanks! I will try soon on my Windows XP), and wasn't sure about the function in the subject... This: /* higher set bit number (0->0, 1->1, 2->2, 4->3, 8->4, 127->7, 128->8 etc) */ static zend_always_inline in

Re: [PHP-DEV] Optional nowait argument to sem_acquire

2014-09-05 Thread guilhermebla...@gmail.com
After discussing with Matteo, I realized I was referring to POSIX sempahores and not to System V. Patch looks ok to me. Is it possible to have this merged? Thanks, On Tue, Sep 2, 2014 at 11:03 AM, guilhermebla...@gmail.com < guilhermebla...@gmail.com> wrote: > It's also supported by System V

Re: [PHP-DEV] PHP 5.4.33 RC1 => mod_proxy_fcgi still broken

2014-09-05 Thread David Zuelke
The fixes in that ticket were pretty risky as they very late in the game fiddled with strings. That was brittle should have been fixed earlier during request processing. The new patch (https://bugs.php.net/patch-display.php?bug=65641&patch=Another_fix_for_mod_proxy_fcgi.patch&revision=140992288

Re: [PHP-DEV] PHP 5.4.33 RC1 => mod_proxy_fcgi still broken

2014-09-05 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 05/09/2014 14:54, Philip Hofstetter a écrit : > Applying the patch fpm_main-script_name-v2.patch proposed on > https://bugs.php.net/bug.php?id=65641 fixes the issue for me. This patch doesn't check for tflag, which seems usefull... Another try

Re: [PHP-DEV] PHP 5.4.33 RC1 => mod_proxy_fcgi still broken

2014-09-05 Thread Philip Hofstetter
On Fri, Sep 5, 2014 at 1:18 PM, Remi Collet wrote: > 2. ProxyPass Configuration > > ProxyPass /proxy/ fcgi://127.0.0.1:9003//var/www/html/ > > URL = /proxy/info.php/a/b?q=a > SCRIPT_NAME = /proxy/info.php/a/b > => Broken This is bugging me too on my development machine where I'm stuck at Ap

[PHP-DEV] Re: PHP 5.5.17RC1 is ready for testing

2014-09-05 Thread Arjen Schol
Hi Julien, I've found a regression in stream_select with TLS. Testscript and details at https://bugs.php.net/bug.php?id=67965 Thanks, Arjen On 09/04/2014 12:17 PM, Julien Pauli wrote: Hello PHP 5.5.17 RC1 is available for testing. You can download it from http://downloads.php.net/jpauli/ T

Re: [PHP-DEV] PHP 5.4.33 RC1 => mod_proxy_fcgi still broken

2014-09-05 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Running a test build of 5.4.33RC1. Testing the fix for the SCRIPT_NAME issue 1. SetHandler Configuration SetHandler "proxy:fcgi://127.0.0.1:9003" URL = /info.php/a/b?q=a SCRIPT_NAME = /info.php => OK 2. ProxyPass Configuration

Re: [PHP-DEV] Re: Fast zend_parse_parameters API

2014-09-05 Thread Dmitry Stogov
no. Dmitry. On Fri, Sep 5, 2014 at 12:14 PM, Pierre Joye wrote: > On Fri, Sep 5, 2014 at 9:40 AM, Dmitry Stogov wrote: > > most of the functions converted to FAST_ZPP were collected by profiling > or > > real life apps. > > These functions spent significant part of the time in > > zend_parse_

Re: [PHP-DEV] Re: Fast zend_parse_parameters API

2014-09-05 Thread Pierre Joye
On Fri, Sep 5, 2014 at 9:40 AM, Dmitry Stogov wrote: > most of the functions converted to FAST_ZPP were collected by profiling or > real life apps. > These functions spent significant part of the time in > zend_parse_parameters() because they are short themselves or because they > are called very

Re: [PHP-DEV] Re: Fast zend_parse_parameters API

2014-09-05 Thread Dmitry Stogov
most of the functions converted to FAST_ZPP were collected by profiling or real life apps. These functions spent significant part of the time in zend_parse_parameters() because they are short themselves or because they are called very often. few functions were added to test some "exotic" type spec

Re: [PHP-DEV] Re: Fast zend_parse_parameters API

2014-09-05 Thread Pierre Joye
On Fri, Sep 5, 2014 at 8:45 AM, Dmitry Stogov wrote: > It's already done for strlen() - ZEND_STRLEN opcode (and few other > functions). > But it make no sense to convert all useful functions into opcodes. > We need an ability of fast parameter parsing anyway. Got that, but hard to say for which f