VCS Account Rejected: hehexianshi rejected by rasmus /o\
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
VCS Account Rejected: nishantcbse rejected by rasmus /o\
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
VCS Account Rejected: royopa rejected by rasmus /o\
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
VCS Account Rejected: kalesi rejected by rasmus /o\
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
VCS Account Rejected: demo rejected by rasmus /o\
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
VCS Account Rejected: cpusavage5150 rejected by rasmus /o\
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
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.
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
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
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
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
-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
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
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
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
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
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
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
-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
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
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
-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
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_
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
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
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
26 matches
Mail list logo