PHP 4.4.1 on apache and the HTTP Put method.

2006 May 5 at 00:27 » Tagged as :

Some time ago, I wrote about segmentation faults when attempting to upload a file using the HTTP Put method. That was when I had PHP 4.4.1 installed on apache 2.2. What I didn't notice at the time was that the same seg fault occurs even if you use apache 2.0.x

Since the segmentation fault is not seen when you use PHP 4.4.0 or PHP 5.x it's safe to assume that this is a bug in the particular version of PHP. It's never a good idea to jump to conclusions, but after having downloaded and installed 4.4.2 just a little while ago I think the conclusion is correct.

The seg fault does not occur with 4.4.2, but then how come it is not listed in the change log?