php-windows Digest 15 Apr 2002 11:54:21 -0000 Issue 1094

Topics (messages 13086 through 13093):

Maybe why ImageTTFtext() does not work on Windows machines...
        13086 by: The Walters

PHP + IIS Problem
        13087 by: Dian Nedeltchev
        13088 by: Rasmus Lerdorf
        13091 by: Steve

Re: Apache 2.0.35
        13089 by: Steffen

MySQL-max and transaction isolation level ?
        13090 by: Sviss Cobazor

Something involving php, but not windows.
        13092 by: Michael Reynolds

Re: Security using Apache & Windows
        13093 by: Tim Mackenzie

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 think this might be why ImageTTFtext from the Image Functions does not
work when using GD 2.0.0 or higher (php_gd2.dll). If you use php_gd.dll this
function works but the GD library doesn't support true color support. If you
want true color support you have to use php_gd2.dll but then this function
doesnt work. Anyone experiencing the same problem? Could anyone recompile
the php_gd2.dll with Freetype and see if this is the problem?


Does anyone know if the same person who compiled php_gd.dll also
compiled php_gd2.dll?

I think the problem might be that whoever compiled the php_gd2.dll that
ships with PHP forgot to compile FreeType library while compiling GD.
This is only a guess because I heard someone say that ImageTTFtext works
on unix machines which leads me to believe this is the problem. I would
test it myself but I don't know how to compile the file :-(



--- End Message ---
--- Begin Message ---
Hello,
i have a problem with php and IIS.
I'm not sure where is the real problem, but when I want to pass a parameter
to web page
and after that print the value of this parameter , is not working.
An Example
http://www.xxxyyy.com/test.php?a=20
and into my web page i have :

<? print $a; ?>

not working ..
i don't have idea where is the problem?
Can you help me ?
Dian Nedeltchev


--- End Message ---
--- Begin Message ---
Turn on register_globals in your php.ini file or use $_GET['a']

On Sun, 14 Apr 2002, Dian Nedeltchev wrote:

> Hello,
> i have a problem with php and IIS.
> I'm not sure where is the real problem, but when I want to pass a parameter
> to web page
> and after that print the value of this parameter , is not working.
> An Example
> http://www.xxxyyy.com/test.php?a=20
> and into my web page i have :
>
> <? print $a; ?>
>
> not working ..
> i don't have idea where is the problem?
> Can you help me ?
> Dian Nedeltchev
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

--- End Message ---
--- Begin Message ---
Dian

add double quotes after print around the variable $a
like so: 

<?php print "$a"; ?>



Dian Nedeltchev wrote:
> 
> Hello,
> i have a problem with php and IIS.
> I'm not sure where is the real problem, but when I want to pass a parameter
> to web page
> and after that print the value of this parameter , is not working.
> An Example
> http://www.xxxyyy.com/test.php?a=20
> and into my web page i have :
> 
> <? print $a; ?>
> 
> not working ..
> i don't have idea where is the problem?
> Can you help me ?
> Dian Nedeltchev
--- End Message ---
--- Begin Message ---
This works for me:

LoadModule php4_module d:/bin/php/experimental/apache2filter.dll
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

Steffen


"Haagen Waade" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> 4.2.0 RC3 is out, and with Apache2 support.
>
> But how to configure it with apache2 ? I see there is a
> /experimental/apache2filter.dll
> I guess this is the new module for apache2, but how do I configure it in
> httpd.conf
> I've tried to load it as an module, but did not get it to work.
>
>
> "Chris Dion" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Now that there is a binary out for apache 2 for windows...are we going
to
> > get a binary for php for apache 2?  Anyone know?  Or how I can manage to
> > compile php for apache2?
> >
> >
>
>


--- End Message ---
--- Begin Message ---
Hi NG.

Can anybody tell me what the possible isolation levels for MySQL-max means
while using BDB tables?
The meaning of each possible isolation level isn't described, only what
levels are possible to set.

You can start your server with one of the following values:

transaction-isolation= READ-UNCOMMITTED, READ-COMMITTED, REPEATABLE-READ,
SERIALIZABLE

But what does each of these mean?

thanks in advance...

~ Sviss



--- End Message ---
--- Begin Message ---
I know this is the windows list, but for 1 question, I don't
feel the need to subscribe to the other lists.  Would anyone
be able to tell me how to run a single php script as root,
but apache still run as a non-wheel user?  Trying to do this
on FreeBSD 4.5-STABLE, but it isn't working for me.  Need
the page to run as root, in order to directly modify the
master.passwd file.

__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/
--- End Message ---
--- Begin Message ---
There is a way of configuring PHP to limit access to the file system.  You
don't want any schmuck who uploads a PHP script access to your entire
system, right?  PHP allows you to limit what parts of the system can be
seen.  My question is how is this done?

"B.A.T. Svensson" <[EMAIL PROTECTED]> wrote in message
000401c1e20e$75bfd410$[EMAIL PROTECTED]">news:000401c1e20e$75bfd410$[EMAIL PROTECTED]...
> This is after all and PHP list, so if you explain the relation to
> PHP then people might help you
>
> Otherwise you might try ask in an apache or MS Windows support group....
>
> > -----Original Message-----
> > From: Tim Mackenzie
> > Sent: Tuesday, April 02, 2002 5:47 PM
> > To: [EMAIL PROTECTED]
> > Subject: [PHP-WIN] Re: Security using Apache & Windows
> >
> >
> > No one can help?!  Please, please, please...
> >
> > "Tim Mackenzie" <[EMAIL PROTECTED]> wrote in message
> > > I'm running W2K with Apache and PHP4.  I'm going to be hosting a
number of
> > > websites that I would like to provide PHP support for.  What I don't
want is
> > > them to be able to access my entire file system.  They should, at
most, be
> > > only allowed read/write access to their site folder.  How do I go
about
> > > doing this?  I've looked around, but I haven't found something that
> > > addresses this.  I know there's the basedir value (I think that's it),
but I
> > > don't understand how to use it.  Could somebody (several people)
please post
> > > any tips they have for securing the file system of a web server.
Thanks!


--- End Message ---

Reply via email to