php-windows Digest 21 Sep 2004 00:11:43 -0000 Issue 2403

Topics (messages 24598 through 24602):

Can't read php files
        24598 by: Sallyje

Re: I'm having a serious problem with imagecreatefromjpeg();
        24599 by: Rafael Soares
        24600 by: Rafael Soares
        24601 by: Rafael Soares

php-win.exe - when to use
        24602 by: Trent DeCamp

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 ---
I got php files to open under Badblue.  I cannot get them to work under
 windows xp sp2 with Omnicron.  I have tried everythng.  I have managed
 to get the files to work on another system.

 When I press the test.php I get do you want to download this files

 Sallyje

--- End Message ---
--- Begin Message ---
It didn't work...

The error this time:

PHP Startup: Unable to load dynamic library './php/extensions/php_gd2.dll' -
It wasn't able to found the epecified module (I don't if this last message
is correct 'cause it is in portuguese-br =] - "N�o foi poss�vel encontrar o
m�dulo especificado")

The extensions dir is:

'C:\Inetpub\php\extensions'

And I tried './extensions/', './php/extensions/' and './' as values of the
'extension_dir' param and all of them returns the same error...

Still trying...

Tks.

"Gusts Kaksis" <[EMAIL PROTECTED]> escreveu na mensagem
news:[EMAIL PROTECTED]
> Open the php.ini file, usualy located in php dir and uncomment
> "extension=php_gd2.dll" (for php 5.0.1)
>
> for 4.3.3 it's in windows dir and it's either php_gd.dll or php_gd2.dll
>
> restart apache, restart iis
>
> should work
> works for me ;)
>
> Rafael Soares wrote:
> > This is what happens:
> >
> > "Call to undefined function imagecreatefromjpeg() in
> > c:\Inetpub\wwwroot\poe_logo.php on line 26"
> >
> > I'm using PHP 5.0.1 running on IIS 5.1 / WinXP Professional.
> >
> > Either on Apache 1.3 and PHP 4.3.3 its does not work...
> >
> > I really don't what is happening...
> > Note I'm newbie on php, apache, IIS and so on.

--- End Message ---
--- Begin Message ---
I've located the problem:

I don't have the gd2 extension... I've downloaded the PECL extensions but it
isn't there...

Where may I get it???

"Gusts Kaksis" <[EMAIL PROTECTED]> escreveu na mensagem
news:[EMAIL PROTECTED]
> Open the php.ini file, usualy located in php dir and uncomment
> "extension=php_gd2.dll" (for php 5.0.1)
>
> for 4.3.3 it's in windows dir and it's either php_gd.dll or php_gd2.dll
>
> restart apache, restart iis
>
> should work
> works for me ;)
>
> Rafael Soares wrote:
> > This is what happens:
> >
> > "Call to undefined function imagecreatefromjpeg() in
> > c:\Inetpub\wwwroot\poe_logo.php on line 26"
> >
> > I'm using PHP 5.0.1 running on IIS 5.1 / WinXP Professional.
> >
> > Either on Apache 1.3 and PHP 4.3.3 its does not work...
> >
> > I really don't what is happening...
> > Note I'm newbie on php, apache, IIS and so on.

--- End Message ---
--- Begin Message ---
Thank you so much, but I'm now with a trouble with permissions...

But the permission is set to  Read and Write to the directory where the
images are ("tmp").

And since when I try to use '/tmp/' as a dir it didn't work, I've tried
'c:\\Inetpub\\wwwroot\\tmp\\' (this is exactly how it is in the .php file)
and the "Permission denied" error appears...

"Rafael Soares" <[EMAIL PROTECTED]> escreveu na mensagem
news:[EMAIL PROTECTED]
> I've located the problem:
>
> I don't have the gd2 extension... I've downloaded the PECL extensions but
it
> isn't there...
>
> Where may I get it???
>
> "Gusts Kaksis" <[EMAIL PROTECTED]> escreveu na mensagem
> news:[EMAIL PROTECTED]
> > Open the php.ini file, usualy located in php dir and uncomment
> > "extension=php_gd2.dll" (for php 5.0.1)
> >
> > for 4.3.3 it's in windows dir and it's either php_gd.dll or php_gd2.dll
> >
> > restart apache, restart iis
> >
> > should work
> > works for me ;)
> >
> > Rafael Soares wrote:
> > > This is what happens:
> > >
> > > "Call to undefined function imagecreatefromjpeg() in
> > > c:\Inetpub\wwwroot\poe_logo.php on line 26"
> > >
> > > I'm using PHP 5.0.1 running on IIS 5.1 / WinXP Professional.
> > >
> > > Either on Apache 1.3 and PHP 4.3.3 its does not work...
> > >
> > > I really don't what is happening...
> > > Note I'm newbie on php, apache, IIS and so on.

--- End Message ---
--- Begin Message ---
All,

I'm very frustrated with a batch file I had that was working fine before
updating to version 5 of PHP.

The batch file was scheduled through 'at' to go off, but after version 5, it
doesn't actually execute the php script.

It runs fine if I manually call either the batch file or the php script
directly from the command line, but not through 'at'.

Please, what can I do?

The line in the batch file is something like this...

c:\php\php.exe c:\phpfiles\phpfile.php

Instead of php.exe, I've also tried php-win.exe

Thanks for any help!

Using Win2K Pro, IIS, PHP5

- Trent

--- End Message ---

Reply via email to