| bio | website | robinwinslow.co.uk |
|---|---|---|
| location | Nottingham, United Kingdom | |
| age | 29 | |
| visits | member for | 1 year, 9 months |
| seen | 4 hours ago | |
| stats | profile views | 2 |
"Senior PHP" Developer at Hillarys in Nottingham but having to learn a lot of C#.NET. It's okay I suppose.
Very interested in UX and front-end development, and in microformats, freedom of information and open-source development.
Not a big fan of intellectual property.
|
Feb 26 |
comment |
nginx httpMapModule regex variables @mgorven that's odd. Could you confirm this is definitely true? Maybe it changed between 1.1.19 and 1.2.7. In which case I was wrong to update the documentation: wiki.nginx.org/HttpMapModule#map |
|
Feb 26 |
comment |
nginx httpMapModule regex variables I've updated the documentation: wiki.nginx.org/HttpMapModule |
|
Feb 26 |
revised |
nginx httpMapModule regex variables Make the answer more succinct and to the point - I tested it and it works so now it doesn't need the qualifiers. |
|
Feb 26 |
suggested | suggested edit on nginx httpMapModule regex variables |
|
Feb 26 |
comment |
nginx httpMapModule regex variables Wonderful. That is the answer. How did you know that? Where would I find PCRE documentation that explains P variables? (I did search for it) |
|
Feb 26 |
accepted | nginx httpMapModule regex variables |
|
Feb 25 |
awarded | Scholar |
|
Feb 25 |
accepted | Compiling PHP with GD and libjpeg support |
|
Feb 25 |
answered | Compiling PHP with GD and libjpeg support |
|
Feb 25 |
asked | nginx httpMapModule regex variables |
|
Sep 3 |
awarded | Autobiographer |
|
Jul 31 |
comment |
How do I solve MSSQL 2008 install error, “The MOF compiler could not connect with the WMI server”? Grrr Microsoft = sucks. Why am I bothering? |
|
Nov 14 |
awarded | Supporter |
|
Aug 24 |
comment |
Compiling PHP with GD and libjpeg support @SmallClanger let us continue this discussion in chat |
|
Aug 24 |
comment |
Compiling PHP with GD and libjpeg support No your answer was right. I have two versions of libjpeg installed - yum's one in /usr/lib, and one I compiled from source in /usr/local/lib. It obviously didn't like the first. And I wouldn't have known how to make it look for the second properly without your answer. |
|
Aug 24 |
awarded | Student |
|
Aug 23 |
comment |
Compiling PHP with GD and libjpeg support This was the solution. I set --with-jpeg-dir=/usr/local/ and now it works! Please post this solution as an answer and I'll accept it. |
|
Aug 23 |
comment |
Compiling PHP with GD and libjpeg support Tried that. Didn't work. Similar my above comment, it said location of libjpeg... /usr but didn't lead to JPEG support. |
|
Aug 23 |
comment |
Compiling PHP with GD and libjpeg support If I use --with-jpeg-dir=/usr/lib/ it outputs a rather more promising checking for the location of libjpeg... /usr/local/lib/. But then it still doesn't list JPEG support in the output of php -r 'print_r(gd_info());'. |
|
Aug 23 |
awarded | Editor |