PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_AJAX » Bug #9847

Case-insensitive javascriptLibraries in HTML/AJAX/Server.php

Details

Submitted2007-01-16 14:54 UTC
Frombassul at gmail dot com
Assignedjeichorn
StatusClosed
PackageHTML_AJAX
PHP Version5.1.6
OSLinux
Roadmaps0.5.1

Comments

[2007-01-16 14:54 UTC] bassul at gmail dot com

Description:
------------
When calling a default server with client=standard, not all the files included in the 'standard' jslibrary are provided.

It's a Gentoo installatino, but files are not found because of case (Main.js, Loading.js). It's enough to just update the file names in Server.php (around line 125 ).

Expected result:
----------------
Main.js and Loading.js should be in the output.

Actual result:
--------------
alert('Unable to find javascript file: /usr/share/php/data/HTML_AJAX/js/main.js');
alert('Unable to find javascript file: /usr/share/php/data/HTML_AJAX/js/loading.js');