php-windows Digest 23 Jan 2005 09:50:37 -0000 Issue 2547

Topics (messages 25422 through 25428):

Re: why does my php5.03 do not load php_oci8.php ?
        25422 by: DvDmanDT

Re: sharing files over network with XP Home and PHP?
        25423 by: Mikey
        25424 by: DvDmanDT
        25428 by: Chris

Random
        25425 by: SargeTron

Re: new mysql.dll for php...
        25426 by: SargeTron
        25427 by: DvDmanDT

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [email protected]


----------------------------------------------------------------------
--- Begin Message ---
Maybe it's for the wrong PHP version or something..

-- 
// DvDmanDT
MSN: dvdmandt��hotmail.com
Mail: dvdmandt��telia.com
"Yuegong" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> Hi;
>
>     My system is win2000+php5.03cgi , other extensions like gd2 is ok .
But when I want to use php_oci8.dll, it says "Unable to load dynamic library
'd:/php/php_oci8.dll'" , the path is correct, why ?
>
> thanks
>
> yuegong
>

--- End Message ---
--- Begin Message ---
Just right click on the folder and click the Security tab - you will need to
set permissions for the user that apache runs as, or failing that you will
have to open it up completely (give everybody full control).

You should have maybe searched the archives first though - this question is
asked time and time again.

Mikey

> -----Original Message-----
> From: DvDmanDT [mailto:[EMAIL PROTECTED]
> Sent: 22 January 2005 14:24
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP-WIN] sharing files over network with XP Home and PHP?
> 
> Ok.. Errm.. And how is that done on XP home? Or is that impossible?
> 
> 
> // DvDmanDT
> MSN: dvdmandt�hotmail.com
> Mail: dvdmandt�telia.com
> ----- Original Message -----
> From: "Mikey" <[EMAIL PROTECTED]>
> To: "'DvDmanDT'" <[EMAIL PROTECTED]>
> Sent: Saturday, January 22, 2005 2:53 PM
> Subject: RE: [PHP-WIN] sharing files over network with XP Home and PHP?
> 
> 
> Set the correct permissions on the folder
> 
> Mikey
> 
> > -----Original Message-----
> > From: DvDmanDT [mailto:[EMAIL PROTECTED]
> > Sent: 22 January 2005 13:27
> > To: [email protected]
> > Subject: [PHP-WIN] sharing files over network with XP Home and PHP?
> >
> > Hello, I have XP Home on my home computers where I develop scripts
> mostly
> > for fun and hobby, and now I'd like PHP to access the files on the other
> > comp.. In my opinion, this should work:
> > fopen('\\\\COMP2\\folder\\file.txt','r');, but that gives permission
> > denied..  I do think it's due to the fact that PHP is installed as
> Apache
> > module, running as system service.. I can access the files from
> explorer..
> > So.. Any ideas? Anyone?
> >
> > --
> > // DvDmanDT
> > MSN: dvdmandt�hotmail.com
> > Mail: dvdmandt�telia.com
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 

--- End Message ---
--- Begin Message ---
Errm.. I did search accutually.. But didn't find anything.. Partly cause I'm
running home edition.. There's no security tab there.. And the folders are
shared.. Apache is running as SYSTEM, and I'm as User or something like
that.. Any more ideas?

-- 
// DvDmanDT
MSN: dvdmandt�hotmail.com
Mail: dvdmandt�telia.com
"Mikey" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
Just right click on the folder and click the Security tab - you will need to
set permissions for the user that apache runs as, or failing that you will
have to open it up completely (give everybody full control).

You should have maybe searched the archives first though - this question is
asked time and time again.

Mikey

> -----Original Message-----
> From: DvDmanDT [mailto:[EMAIL PROTECTED]
> Sent: 22 January 2005 14:24
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP-WIN] sharing files over network with XP Home and PHP?
>
> Ok.. Errm.. And how is that done on XP home? Or is that impossible?
>
>
> // DvDmanDT
> MSN: dvdmandt�hotmail.com
> Mail: dvdmandt�telia.com
> ----- Original Message -----
> From: "Mikey" <[EMAIL PROTECTED]>
> To: "'DvDmanDT'" <[EMAIL PROTECTED]>
> Sent: Saturday, January 22, 2005 2:53 PM
> Subject: RE: [PHP-WIN] sharing files over network with XP Home and PHP?
>
>
> Set the correct permissions on the folder
>
> Mikey
>
> > -----Original Message-----
> > From: DvDmanDT [mailto:[EMAIL PROTECTED]
> > Sent: 22 January 2005 13:27
> > To: [email protected]
> > Subject: [PHP-WIN] sharing files over network with XP Home and PHP?
> >
> > Hello, I have XP Home on my home computers where I develop scripts
> mostly
> > for fun and hobby, and now I'd like PHP to access the files on the other
> > comp.. In my opinion, this should work:
> > fopen('\\\\COMP2\\folder\\file.txt','r');, but that gives permission
> > denied..  I do think it's due to the fact that PHP is installed as
> Apache
> > module, running as system service.. I can access the files from
> explorer..
> > So.. Any ideas? Anyone?
> >
> > --
> > // DvDmanDT
> > MSN: dvdmandt�hotmail.com
> > Mail: dvdmandt�telia.com
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
>
>

--- End Message ---
--- Begin Message ---
DvDmanDT wrote:

Errm.. I did search accutually.. But didn't find anything.. Partly cause I'm
running home edition.. There's no security tab there.. And the folders are
shared.. Apache is running as SYSTEM, and I'm as User or something like
that.. Any more ideas?



I don't know if this would work or not, but the 'Security' tab is off by default.

Try the following:
 Tools -> View (tab) -> uncheck 'Use simple files sharing (recommended)'
 Apply to all folders

And try out the file/folder again.
--- End Message ---
--- Begin Message ---
"How can I create a random string"

rand() only returns an int (number), but I would like something like
dd75$6*, you know, containing any character. I would like it only to do a
certain string ONCE, so there are no duplicates (in a for loop). Hopefully I
won't need to do a huge array. Any suggestions?

--- End Message ---
--- Begin Message ---
I'm looking for this solution aswell... but I would rather it was something
that would work on PHP 4.3.10 (Win32, XP) with Apache 1.6...
"Seung Hwan Kang" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> i am note sure about php 4. but 5.0x works with mysql 4.1.7 if and only
> if you use C:\Program Files\MySQL\MySQL Server 4.1\bin\libmysql.dll.
>
> that's right, use this dll - overwrite current one in c:\php.
>
> Phpwalter wrote:
>
> > Has anyone compiled the new DLL[s] for MySQL 4.1.7 and PHP 4.x?
> >
> > Seems they changed the password encryption method and the current DDLs
> > don't work with new MySQL.
> >
> > If so, can you post a link so I can pull them down?
> >
> > Thanks
> >
> > Walter

--- End Message ---
--- Begin Message ---
Apache 1.6? Errmm.. Still on 1.3.. :p

-- 
// DvDmanDT
MSN: dvdmandt�hotmail.com
Mail: dvdmandt�telia.com
"SargeTron" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> I'm looking for this solution aswell... but I would rather it was
something
> that would work on PHP 4.3.10 (Win32, XP) with Apache 1.6...
> "Seung Hwan Kang" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > i am note sure about php 4. but 5.0x works with mysql 4.1.7 if and only
> > if you use C:\Program Files\MySQL\MySQL Server 4.1\bin\libmysql.dll.
> >
> > that's right, use this dll - overwrite current one in c:\php.
> >
> > Phpwalter wrote:
> >
> > > Has anyone compiled the new DLL[s] for MySQL 4.1.7 and PHP 4.x?
> > >
> > > Seems they changed the password encryption method and the current DDLs
> > > don't work with new MySQL.
> > >
> > > If so, can you post a link so I can pull them down?
> > >
> > > Thanks
> > >
> > > Walter

--- End Message ---

Reply via email to