[PHP-WIN] chmod

2004-01-02 Thread Bobo Wieland
I'm trying to set write permission for a folder to be able to write images... chmod("./../img/sort",0777) just causing a warning: Warning: chmod(): Operation not permitted in /home/p/plantsko/www/administration/data/imglib.php on line 11 Anyone know what might cause this warning? I've tried ch

php-windows Digest 2 Jan 2004 10:39:20 -0000 Issue 2063

2004-01-02 Thread php-windows-digest-help
php-windows Digest 2 Jan 2004 10:39:20 - Issue 2063 Topics (messages 22443 through 22445): How do I compile the GD2 extension under Windows 22443 by: choinet 22444 by: Frank M. Kromann chmod 22445 by: Bobo Wieland Administrivia: To subscribe to the digest, e-mail:

RE: [PHP-WIN] chmod

2004-01-02 Thread Svensson, B.A.T. (HKG)
This seams to be an access problem in the file system. Check if the user Id the process executes under actually have the proper rights in the filesystem, e.g. write (or modify) permission on all the directories in /home/p/plantsko/www/administration/data/. If you are running under some flavour

RE: [PHP-WIN] chmod

2004-01-02 Thread Warren Vail
There is a note in the manual; http://us2.php.net/manual/en/function.chmod.php Where someone detected that only 775 and 666 worked, another concluded that a few additional values are valid on windows platforms (777 was not one of them). Warren Vail [EMAIL PROTECTED] -Original Message-

RE: [PHP-WIN] chmod

2004-01-02 Thread Svensson, B.A.T. (HKG)
> Where someone detected that only 775 and 666 worked, another > concluded that a few additional values are valid on windows > platforms (777 was not one of them). Holy moses! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] chmod

2004-01-02 Thread Warren Vail
More like Holy Gates, I suspect ;-> Warren Vail [EMAIL PROTECTED] -Original Message- From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED] Sent: Friday, January 02, 2004 8:02 AM To: 'Warren Vail '; ''Bobo Wieland ' '; '[EMAIL PROTECTED] ' Subject: RE: [PHP-WIN] chmod > Where someone

RE: [PHP-WIN] chmod

2004-01-02 Thread Frank M. Kromann
0777 works fine on Windows 2000 and XP, if the user has the rights to modify the directory. - Frank > There is a note in the manual; > > http://us2.php.net/manual/en/function.chmod.php > > Where someone detected that only 775 and 666 worked, another concluded that > a few additional values are

Re: [PHP-WIN] php_mysql.dll for php 5.0.0b3 not working

2004-01-02 Thread Perry Lewis
I was having the same problem. Make sure you copy the DLLs under the PHP folder/directory (drive:\php\dlls) to your WIN/SYSTEM32 folder. The DLL "libmSQL.dll" must be in SYSTEM32 and it should be 228KB in size. I have my system setup to where I use PHP 4.3.4 and PHP 5.0 Beta 3. PHP 4.3.4 operat

Re: [PHP-WIN] chmod

2004-01-02 Thread Bobo Wieland
I've contacted my ISP and it accually was an error from their side. thanks anyway... .bobo - Original Message - From: "Frank M. Kromann" <[EMAIL PROTECTED]> To: "Warren Vail" <[EMAIL PROTECTED]> Cc: "Svensson, B.A.T. (HKG)" <[EMAIL PROTECTED]>; "'Bobo Wieland '" <[EMAIL PROTECTED]>; <[E

[PHP-WIN] php4.3.4 sessions and IIs6 2003 server not working

2004-01-02 Thread William D. Wright
hi i can not get my sessions working i have created the c:\temp folder and shared it and made it writable by I_USR. I am running the ISAPI.dll and php is working fine except for sessions how can i troubleshoot my php install or debug the php since there is no error i can find it just never starts

[PHP-WIN] GD2 function issue

2004-01-02 Thread choinet
Has anyone ever encountered this same problem? I submitted a bug report as a continuation of another rather misguided report (linked to in this report), and things became rather heated, as the stubborn developer refused to listen to me, so I want to see if any of you could perhaps test it out a

php-windows Digest 2 Jan 2004 23:48:01 -0000 Issue 2064

2004-01-02 Thread php-windows-digest-help
php-windows Digest 2 Jan 2004 23:48:01 - Issue 2064 Topics (messages 22446 through 22454): Re: chmod 22446 by: Svensson, B.A.T. (HKG) 22447 by: Warren Vail 22448 by: Svensson, B.A.T. (HKG) 22449 by: Warren Vail 22450 by: Frank M. Kromann 22452

[PHP-WIN] Re: GD2 function issue

2004-01-02 Thread DvDmanDT
Can you please tell me where you proved him wrong..? By looking at the output of your example I can see that it's impossible to load fonts with spaces in the paths... The only thing your example proves is that it's impossible to load fonts which have spaces in the filenames...I can understand why t

[PHP-WIN] Re: imagecopyresampled question

2004-01-02 Thread DvDmanDT
isn't it just to do a $new=imagecreatetruecolor(50,50) , and use imagecopyresampled($new,$orginal,0,0,$cordinate_from_flash_app_x,$same_but_y ,50,50,$flash_end_x,$flash_end_y); imagecopyresampled($new,$orginal,0,0,100,120,50,50,300,320); -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤t

Re: [PHP-WIN] Re: GD2 function issue

2004-01-02 Thread choinet
Jani said "...you can NOT pass multiple font files to these functions." The third example shows two font pathnames being specified successfully. To quote Rasmus, "Since libgd supports multiple alternate font paths separated by spaces, it is not possible to use individual font paths with spaces in t