Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

PHP.net:
PHP 5.1.6 Released
Aug 24, 2006 @ 16:25:20

On the main PHP site there's a note about the latest release of the language - PHP 5.1.6.

The PHP development team would like to announce the immediate availability of PHP 5.1.6. This release contains a fix for memory_limit restriction on 64 bit systems that was not included in PHP 5.1.5.

They also corrected this bug, an issue with the "php://stdin" (and the like) functionality that caused crashes on Windows systems.

You can grab this latest update from the Downloads page in both the source and Windows binaries distributions.

tagged: release php5.1.6 memory_limit stdin windows crash release php5.1.6 memory_limit stdin windows crash

Link:

PHP.net:
PHP 5.1.6 Released
Aug 24, 2006 @ 16:25:20

On the main PHP site there's a note about the latest release of the language - PHP 5.1.6.

The PHP development team would like to announce the immediate availability of PHP 5.1.6. This release contains a fix for memory_limit restriction on 64 bit systems that was not included in PHP 5.1.5.

They also corrected this bug, an issue with the "php://stdin" (and the like) functionality that caused crashes on Windows systems.

You can grab this latest update from the Downloads page in both the source and Windows binaries distributions.

tagged: release php5.1.6 memory_limit stdin windows crash release php5.1.6 memory_limit stdin windows crash

Link:

Ana Aman's Blog:
PHPMyAdmin freezes on databases with too many tables
Jun 15, 2006 @ 17:37:48

From Ana Aman's Blogspot blog today, there's a quick post with a helpful hint for anyone working with PHPMyAdmin experiencing freeze-ups.

If you are using phpmyadmin on a database with more 1500 or more tables, you may experience problems. The page will not load at all so you will not be able to operate propery with phpmyadmin.

Of course you can still run commands from a terminal or console but it is not as confortable as using phpmyadmin.

The solution? Following a bit of digging, Ana discovered that upping the memory limit for the server PHPMyAdmin installed on makes a world of difference.

tagged: phpmyadmin many databases tables memory_limit php.ini phpmyadmin many databases tables memory_limit php.ini

Link:

Ana Aman's Blog:
PHPMyAdmin freezes on databases with too many tables
Jun 15, 2006 @ 17:37:48

From Ana Aman's Blogspot blog today, there's a quick post with a helpful hint for anyone working with PHPMyAdmin experiencing freeze-ups.

If you are using phpmyadmin on a database with more 1500 or more tables, you may experience problems. The page will not load at all so you will not be able to operate propery with phpmyadmin.

Of course you can still run commands from a terminal or console but it is not as confortable as using phpmyadmin.

The solution? Following a bit of digging, Ana discovered that upping the memory limit for the server PHPMyAdmin installed on makes a world of difference.

tagged: phpmyadmin many databases tables memory_limit php.ini phpmyadmin many databases tables memory_limit php.ini

Link:


Trending Topics: