[PHP-DEV] safe_mode and files permissions q?

2002-07-10 Thread Vitaly N. Kravchenko
Hi. I have small question for you. When I turn safe_mode On, The users script can't access files with uid differ from uid of this script. It's good. But, when script.php create any (for example .txt) file.txt, file.txt have owner uid of user defined in httpd.conf (apache), User from whom apache

[PHP-DEV] CVS Account Request: allhibi

2002-07-10 Thread allhibi
Arabic PHP Manual -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] IIS Bugs???

2002-07-10 Thread Brian McGarvie
OK This is a followon from my Browser thread... on [EMAIL PROTECTED]; [EMAIL PROTECTED] I have switched the application to run from Apache, and the Browsers that were having trouble now seem (I think - will be doing more testing later) to have dissapeared. So, is there a problem with IIS or

Re: [PHP-DEV] safe_mode and files permissions q?

2002-07-10 Thread Chand
On Wed, 10 Jul 2002 10:29:54 +0300 Vitaly N. Kravchenko [EMAIL PROTECTED] wrote: Hi. I have small question for you. When I turn safe_mode On, The users script can't access files with uid differ from uid of this script. It's good. But, when script.php create any (for example .txt)

Re: [PHP-DEV] Patch for bug: #16637

2002-07-10 Thread Edin Kadribasic
Attached is a patch which fixes the bug described here: http://bugs.php.net/bug.php?id=16337 Please check that last comment I posted there and comment this patch then.. :) Expecting urlencoded username and password seems to be the right thing to do. Edin -- PHP

[PHP-DEV] Wanted: Apple QA volunteer in California

2002-07-10 Thread Marko Karppinen
The PHP Group is looking for a volunteer to test the upcoming Mac OS X releases of PHP at Apple's Compatibility Labs in Cupertino, California. The task is to run through the PHP Installer and a test harness on a wide variety of Mac OS X platforms. The ideal candidate will have experience in

Re: [PHP-DEV] Re: cvs: php4(ZendEngine2) /win32 php4dllts.dsp

2002-07-10 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: On Wed, 10 Jul 2002, Yasuo Ohgaki wrote: Hmm. This tag is only for some win32 files. The name isn't sound good to me. This was brought up before, and it's only needed for some files due to incompabilities with the ZE1 stuff. Derick I must have missed that

Re: [PHP-DEV] safe_mode and files permissions q?

2002-07-10 Thread Stefan Esser
Hi, And user can't access this file. Can I solve this problem by myself, or it's Engine trouble..? If you really really need to create and access files from your script then create a directory within your document root like script-data set safe_mode_include_dir to this directory. This should

Re: [PHP-DEV] safe_mode and files permissions q?

2002-07-10 Thread Chand
On Wed, 10 Jul 2002 11:55:42 +0200 Stefan Esser [EMAIL PROTECTED] wrote: Hi, And user can't access this file. Can I solve this problem by myself, or it's Engine trouble..? If you really really need to create and access files from your script then create a directory within your

[PHP-DEV] Apple developer program membership

2002-07-10 Thread Marko Karppinen
I'm making the following Apple Developer Connection resources available to the members of the PHP development community: 4x ADC Software Seed Key A software seed key gives you access, for 12 months, to pre-release software seeds made available by Apple. 6x ADC Premier Hardware

Re: [PHP-DEV] safe_mode and files permissions q?

2002-07-10 Thread Stefan Esser
yeah that's a solution but it doesn't work in case of mass hosting : can't update php.ini for each new user and have it carry 2 peta zillions safe_mode_include_dirs :) just a guess: safe_mode_exec_dir=./script-data Stefan -- PHP Development Mailing List http://www.php.net/ To unsubscribe,

[PHP-DEV] Another problem in extension development

2002-07-10 Thread Venkat Raghavan
Hi all. We're having one more problem in the extension we're developing based on the Java extension (by Sam Ruby). A line in our test script reads thus: $temp = $test_obj-objProp; Here, we're trying to access a particular property of an object, which was created using our extension. FYI,

[PHP-DEV] Response headers

2002-07-10 Thread Cristi Dumitrescu
Hi, Is there any way to see the outgoing headers for a PHP document? I mean not only the headers I add via header(), but also the headers added by default by apache, such as Keep-Alive, Connection, Content etc. I need to count them and compute a traffic report for each PHP served and so far I've

Re: [PHP-DEV] Response headers

2002-07-10 Thread Rasmus Lerdorf
Grab one of the recent CVS snapshots. You will find an apache_response_headers() function. -Rasmus On Wed, 10 Jul 2002, Cristi Dumitrescu wrote: Hi, Is there any way to see the outgoing headers for a PHP document? I mean not only the headers I add via header(), but also the headers added

[PHP-DEV] Going on vacation

2002-07-10 Thread Andi Gutmans
Hey, I'm going on a four day computer-less vacation starting tomorrow morning so I won't be reading my Email. If you guys send patches for the Engine 2 or other queries please give me some time to reply when I get back. I'll look them over ASAP. Thanks, Andi -- PHP Development Mailing List

Re: [PHP-DEV] Re: cvs: php4(ZendEngine2) /win32 php4dllts.dsp

2002-07-10 Thread Andi Gutmans
At 05:44 PM 7/10/2002 +0900, Yasuo Ohgaki wrote: [EMAIL PROTECTED] wrote: On Wed, 10 Jul 2002, Yasuo Ohgaki wrote: Hmm. This tag is only for some win32 files. The name isn't sound good to me. This was brought up before, and it's only needed for some files due to incompabilities with the ZE1

[PHP-DEV] __CLASS__ and debug_backtrace()

2002-07-10 Thread Phil Dier
While experimenting with php-4.3.0 alpha, i discovered this. Both __CLASS__ and debug_backtrace() give the wrong class name in the below program and they do so whether the method is called statically or on an instance. Is this a bug or the desired behavour? If the latter, wouldn't it be