[PHP] PHP 4.3.7 update - how to

2004-06-14 Thread Alan McDonald
I've downloaded the 4.3.7 tar ball and extractted it. I've run configure (after deleting the cache), no errors. I've run make - no errors, I've then run make install.. no errors, it says it's updating and installing. Now I've restarted my httpd service - I've even rebooted but I'm left with

[PHP] Re: PHP 4.3.7 update - how to

2004-06-14 Thread Alan McDonald
I've downloaded the 4.3.7 tar ball and extractted it. I've run configure (after deleting the cache), no errors. I've run make - no errors, I've then run make install.. no errors, it says it's updating and installing. Now I've restarted my httpd service - I've even rebooted but I'm left

[PHP] jdmonthname Function problem

2004-06-15 Thread Alan McDonald
Fatal error: Call to undefined function: jdmonthname() in hmmm what have I done with my build that I have left something like this out? Anyone have a cloe as to what option should have been set to get this function working? It works fine on my 4.3.4 on Windows but 4.3.7 in Linux throws this

[PHP] Re: jdmonthname Function problem

2004-06-15 Thread Alan McDonald
hmmm what have I done with my build that I have left something like this out? Anyone have a cloe as to what option should have been set to get this function working? It works fine on my 4.3.4 on Windows but 4.3.7 in Linux throws this complaint at me Alan

[PHP] HTTP RAW DATA

2004-07-01 Thread Alan McDonald
Does anyone know a way of getting the raw data passed back from a server? I want to compare the total raw data sent back from Apache with that sent back from IIS for a particular file. I don;t want any filtering at all and I need to catch it so I can see it all. Thanks Alan -- PHP General

[PHP] HTTP_AUTHORIZATION question

2004-07-01 Thread Alan McDonald
I have files contained in a download directory (.doc, .xls etc files) so I can't request authentication on each download from insie the files. I use authentication against a DB for the rest of the site and all pages are protected this way. My only way to protect these download files is to place

Re: [PHP] HTTP_AUTHORIZATION question

2004-07-02 Thread Alan McDonald
I have files contained in a download directory (.doc, .xls etc files) so I can't request authentication on each download from insie the files. I use authentication against a DB for the rest of the site and all pages are protected this way. My only way to protect these download files is to