[PHP] how to static link openssl libs into php binary

2007-01-02 Thread hbeaumont hbeaumont
Hi, I need to build my own php binary to use on a remote server that I do not have full control over. The latest php needs a newer openssl than the server has. How can I compile php such that it will link in the openssl libs statically so that I can run it on the remote server which does not hav

[PHP] image location hiding techniques

2006-02-07 Thread hbeaumont hbeaumont
Hi, I have a site with images that I want people to download but not have the direct path to. ie. I do not want them to be able to just view the source, find the dir and then download everything or direct link to them. However I can see no way to do this other than keeping the images on disk, hav