ilia alshanetsky

Ilia Alshanetsky's Blog: PHP's Output Buffering

PHPDeveloper.org  Thu, 12/08/2011 - 10:01

In a new post to his blog Ilia Alshanetsky takes a look at PHP's output buffering feature and some interesting things he found when testing some recent code (hint: it has to do with PHP's "interesting" management of the buffer).


 

Zend Developer Zone: ZendCon Sessions Episode 040: Memcached: th...

PHPDeveloper.org  Wed, 03/02/2011 - 12:08

On the Zend Developer Zone, Kevin has posted the latest episode of their ZendCon Sessions podcast series - Ilia Alshanetsky's talk about memcached.


 

PHP Excel Extension 0.9.1 - Ilia Alshanetsky

Planet PHP  Tue, 01/18/2011 - 04:00

The 0.9.1 version of the Excel extension was released and is now available for download. This is mostly a bug fix release, with a number of contributions by Rob Gagnon.

The 2 main fixes are related to detection of custom formatted numeric fields, that were incorrectly detected as dates and readRow()/readCol() methods that had a bug when 2 and 3rd parameters are supplied, causing the last row/column not to be read.

Additionally a getSheetByName() method was introduced that allows locating a sheet by it's name in either case sensitive or insensitive form.


 

ISP Popularity by Domain Count - Ilia Alshanetsky

Planet PHP  Wed, 12/22/2010 - 11:06

The past two information gathering runs showed that GoDaddy is the world largest ISP, but I was curious who else falls into the “Top ISP” category as determined by consumer shopping habits.

To do this I’ve used my resolved IP database of 124 million domains and an ISP database from MaxMind.

The results are pretty interesting, and it clearly shows that a small number of ISPs are definitely doing something right, which is causing many consumers to vote with their dollars in those ISPs favor.


 

Ilia Alshanetsky's Blog: Domain Location Statistics

PHPDeveloper.org  Mon, 12/20/2010 - 12:15

Ilia Alshanetsky has started to gather more and more information about PHP usage on the web as a whole (that was started here) and has been extended with some additional statistics he's done on the location of the domains he's collected.


 

Ilia Alshanetsky's Blog: Beware of the default Apache 2 config f...

PHPDeveloper.org  Tue, 08/31/2010 - 08:38

Ilia Alshanetsky has a suggestion for those setting up PHP and Apache2 for the first time - beware of the default configuration!


 

Beware of the default Apache 2 config for PHP - Ilia Alshanetsky

Planet PHP  Mon, 08/30/2010 - 12:52

About a week ago, I was doing some upgrades on my development machine and came across a rather nasty issue when it comes to how .php(s) files are associated with PHP in Apache.

It seems that a number of distros including Gentoo (which is what I was using) are using the following configuration directive to make the PHP module parse PHP files:

<IfModule mod_mime.c>
AddHandler application/x-httpd-php .php
AddHandler application/x-httpd-php-source .phps
</IfModule>


 

PHP Excel Extension 0.8.5 - Ilia Alshanetsky

Planet PHP  Wed, 08/11/2010 - 13:27

The 0.8.5 version of the Excel extension was released and is now available for download, it contains a number of small build fixes, which makes it possible to compile it against all versions of PHP (5.2,5.3,trunk).

The Win32 compilation was also fixed and thanks to Kalle, PHP 5.3 win32 binaries are now available for download as well.

GitHub: http://github.com/iliaal/php_excel/


 

Ilia Alshanetsky's Blog: Google Docs Backup Script

PHPDeveloper.org  Tue, 06/22/2010 - 10:50

Ilia Alshanetsky has created a simple script (that uses curl) to make a backup of your Google Docs to keep you and your data a bit safer (since Google provides no backup capabilities).