PHP Configuration – Extensions

When Apache starts, it loads PHP module and its extensions based on configuration in php.ini file. Once started, it is easy to see which extensions were loaded by using PHP’s phpinfo() function. Not only it will output detailed information on PHP configuration, it will also note which php.ini file was loaded, which is very useful [...]
read more

PHP EXIF Extension

EXIF (Exchangeable image information) data provide digital image metadata. This information is stored in the header of the image in JPEG or TIFF format. It can be very detailed (even thumbnails can be embedded) and is included in the file size of the image. In PHP web applications it is very easy to extract the [...]
read more