This repository was archived by the owner on Jun 9, 2023. It is now read-only.
georges/pajax
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Version 0.6.0 - Updated for PHP 5. Minimum version needed now is 5.2.0 Version 0.5.2 - Fixed remote code injection vulnerability in pajax_call_dispatcher.php. - Added path validation during dynamic loading of class file. Version 0.5.1 - Converted php short tag notation to full notation. This was causing problem on some hosting server where shot tag notation is disabled. - Fixed bug with IE memory leak. The xmlhttp object is now reused on every call as opposed to being created every time.