Not logged in
Log in now
Create an account
Subscribe to LWN
Recent Features
LWN.net Weekly Edition for May 16, 2013
A look at the PyPy 2.0 release
PostgreSQL 9.3 beta: Federated databases and more
LWN.net Weekly Edition for May 9, 2013
(Nearly) full tickless operation in 3.10
The current PHP patch (which is in the newly released PHP updates) has the following line:
+ if(*decoded_query_string == '-' && strchr(decoded_query_string, '=') == NULL) {
The second decoded_query_string should just be query_string. The current fix can be bypassed by having a %3d sequence in your query string.
Copyright © 2013, Eklektix, Inc. Comments and public postings are copyrighted by their creators. Linux is a registered trademark of Linus Torvalds