Search Results

Contacts

Your Name:

(required)
Your Email:

(required)
Your Website:

Your Message:

 

Serious problems with $_POST array handling in recently released PHP 5.1.3

A critical bug with $_POST array handling as well as the FastCGI sapi have been discovered in PHP 5.1.3. The problem is actually messing data in $_POST:

<form method="post" action="" enctype="multipart/form-data">
<input type="text" name="java[server_1]" value="jboss">
<input type="text" name="java[server_2]" value="tomcat">
<input type="submit"></form>
Returning array:
(
[java] => Array
(
[...]

SQLite Database Browser - nice open source tool running on different platforms

SQLite Database Browser is a freeware, public domain, open source visual tool used to create, design and edit database files compatible with SQLite. It is meant to be used for users and developers that want to create databases, edit and search data using a familiar spreadsheet-like interface, without the need to learn complicated SQL [...]

JSEclipse 1.5

javascript ide eclipse plugin web20 web-20 ajax JSEclipse — (still) free and neat javascript editor, distributed as a plugin for Eclipse IDE.
Pros: Code outline is the best I’ve ever seen, syntax checking, support of popular javascript “Web 2.0″ libraries / frameworks like Dojo and Prototype.
Cons: Lacks source formatting and debugging (but its possible to debug [...]

Pages: Prev 1 2 3 4 5