[PHP] Re: PHP 4.1.0 released

2001-12-11 Thread Daniel Urstöger
Just update PHP to v.4.1.0 about 10 mins ago Worked pretty go so far ! :) Will tell about loads soon .. But as far as I see, the load really dropped ... Yeah, and waiting till Zend is bringing out a working version of Optimizer for that PHP version ! :) cya ! Daniel PS: thx for your affords !

[PHP] Re: What do admins put in their open_basedir

2001-12-15 Thread Daniel Urstöger
Ehm ... I tried to do open_basedir within the .htaccess and own this file by root, so the user couldn´t change the settings. But yeah, that wasn´t the best solution, now I do within the Apache config file. A entry for a vhost looks like this: VirtualHost IPADRESS ServerAdmin [EMAIL

[PHP] is_dir and cache problem ...

2001-12-23 Thread Daniel Urstöger
Hiya ! I am working on a download script right now, and I have a question about a part of my code: do { $random_ID = rand(10,99); $download_dir = $today $random_ID; if (!@is_dir($download_dir)) mkdir($download_dir,0777); }while(@!is_dir($download_dir)); So, I do this loop

Re: [PHP] is_dir and cache problem ...

2001-12-23 Thread Daniel Urstöger
thx for your help ! Since I am the only one who works on the whole server, it´s all my stuff :) Yeah, but the increasing of the random_ID is surely a good way .. Will check on that ! thx again ! :)) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

[PHP] Re: index.php

2001-12-30 Thread Daniel Urstöger
I am not sure if this is the problem. but why don´t just do something like this: DirectoryIndex index.html index.php index.cgi Search the httpd.conf, there is surely already for the index.html ! ;) Ehm, yeah, and this is one is ordered in priority from the left to right .. Hope it helps ! Cya

[PHP] check browser communication

2002-01-05 Thread Daniel Urstöger
Hiya ! A little offtopic this question, but really important .. I need to check all the communication between my client PC and a server in the world wide web. Inlcuding all the header info and so on .. Would be a great help for developeing my script ... Could anybody of you suggest me

Re: [PHP] check browser communication

2002-01-05 Thread Daniel Urstöger
Bogdan Stancescu [EMAIL PROTECTED] schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... What do you mean exactly? You want to be able to monitor (as in see) the data being transacted by your browser with the server or is it something else you're after? Bogdan Yeah, exactly

[PHP] Costum Error Page

2001-12-07 Thread Daniel Urstöger
to my costum error page. I can check http referer, and such stuff, BUT: How could I check, which file apache tried to access, and didn´t found ? That would be a pretty nice function for my PHP skript .. Thx for your help ! cya ! Daniel Urstöger WebMaster @ cdrsoft.info -- PHP General Mailing

Re: [PHP] Costum Error Page

2001-12-08 Thread Daniel Urstöger
Thx ! It works, now I can code further ! Ashley M. Kirchner [EMAIL PROTECTED] schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Daniel Urstöger wrote: How could I check, which file apache tried to access, and didn´t found ? That would be a pretty nice function fo

Re: [PHP] Costum Error Page

2001-12-08 Thread Daniel Urstöger
Opps, sorry, I had a bug, now I have this problem: Browser is showing this URL: http://yourdomain.com/play/404.php and so the REQUEST_URI is: /play/404.php But I would need the requested file, before apache redirected to the 404.php Is this possible as well ? -- PHP General Mailing List

Re: [PHP] Costum Error Page

2001-12-08 Thread Daniel Urstöger
thx for your help .. But I cannot get this running .. Not with getenv nor with the variable itself :( Could you give me a short example ? Would really help me much ! :) thx and cya ... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP] Costum Error Page

2001-12-08 Thread Daniel Urstöger
$2528260a@STUDENT5830">news:003801c1801a$26faa4f0$2528260a@STUDENT5830... how about you make a phpInfo() page, and set that as 404 error, then you can find the correct variable to use :) Andrew - Original Message - From: Daniel Urstöger [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

[PHP] Zend Accelerator

2001-12-13 Thread Daniel Urstöger
money into the license .. Thx for your help ! Daniel Urstöger -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]