On 8/13/2010 4:13 PM, Donald J. Organ IV wrote:
I am using file_get_contents() with a context that defines it should
be using http 1.1 default is 1.0
I am using this inside of a loop that is pulling remote product
images and creating thumbnails
The reason we had to add a context is beca
I am using file_get_contents() with a context that defines it should be using
http 1.1 default is 1.0
I am using this inside of a loop that is pulling remote product images and
creating thumbnails
The reason we had to add a context is because with no context specified
file_get_cont
Hey Folks:
Hang out, drink some beer and write some unit tests for PHP.
Unit tests ensure the PHP engine behaves as expected and continues to do
so as it is developed. Let's put our minds to work exploring the
underlying C source code and documentation to find edge cases and
uncovered segments