JSONP unit test failing with REST-like callback

JSONP unit test failing with REST-like callback

Hi,
I'm just starting with trying to contribute to jQuery, so the first thing I did was to setup the unit testing environment.

I setup nginx, PHP5 and FastCGI. What I did exactly can be read here:  http://www.iovene.com/996/

I'm running tests against the current git master (bfc61b879e9e94ef7c6b31919b7f287ffdf180a8), and I have 6 failing. One is "JSON results returned (GET, REST-like)".

The reason seems to be that the unit tests makes an AJAX request to  http://localhost/test/data/jsonp.php/jQuery2000971086542820558_1359025716914?_=1359025716915

That URL is 404, because apparently my nginx installation tries to serve the file jQuery2000971086542820558_1359025716914 in the directory jsonp.php, and that doesn't exist.

Do you have any idea of what I should change in my configuration?

TIA,
Salvatore.