I used phpdev to install php 4.0.6/apache 1.3.whatever on a win XP box for
development. I need some of the functions in 4.2.1 and have down loaded the
package from php.net.
If someone can give me a hand in letting me know which files I need to
upgrade, move, copy etc. I would be eternally gratefu
On Sun, 9 Jun 2002 12:51:17 -0400, you wrote:
Mine:
LoadModule php4_module c:/devel/php/sapi/php4apache2.dll
AddType application/x-httpd-php .php .phtml .php3
Alan
>Does anyone know what directives to put in the httpd.conf file so that you can run
>PHP. The LoadModule appears to no longer w
I am running a similar configuration. My httpd.conf contains:
LoadModule php4_module E:/PHP-4.2.1-Win32/sapi/php4apache2.dll
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php
Obviously, your path to php4apache2.dll will be different.
Good luck,
Fester
"Ben Davis" <[EM
php-windows Digest 10 Jun 2002 01:18:55 - Issue 1183
Topics (messages 14136 through 14144):
Re: ImageCreateFromJPEG
14136 by: Piotr Pluciennik
Re: Why can't I retrieve a query to MySQL?
14137 by: Piotr Pluciennik
Feature Request: directory junctions/symlinks under nt/2k
Some further details. My server config is: Apache/2.0.36 (Win32) DAV/2
PHP/4.2.1
Thanx again,
Fester
"Fester" <[EMAIL PROTECTED]> wrote in message
advn6h$9bi$[EMAIL PROTECTED]">news:advn6h$9bi$[EMAIL PROTECTED]...
> Hi,
>
> I am having the same problem, and can reproduce it with a simple test
>
> It's like that the form variables doesn't parse..
> But this happens only in some applications I have! eg. phpMyAdmin, phpBB2
and some
> other apps are working great and some others don't :(
>
Maybe you didn't turn on register_globals in php.ini which is off by
default?
--
PHP Windows Maili
Hi, I was just trying to install php4 from php.net manually, but things
didn't work out the way I hoped. My browser just won't recognise php-files
and send them to php.exe. Can anyone give me some pointers? I don't know
shit about the configuration of IIS so the problem could be with that as
we
Does anyone know what directives to put in the httpd.conf file so that you can run
PHP. The LoadModule appears to no longer work in Apache2. I am trying to install PHP
4.2.1 onto Apache 2.0.36 on Windows 2000. Apache2 is currently setup correctly and I
have PHP installed, I just need to know
Recently i needed to format my HDD, because of some problems..
When I reinstalled WinXP Pro (and IIS of course) i had a problem with PHP
output..
I'm working on a forum developing latelly and when I try to post a new message
to the database (mysql) nothing happens! It's like that the form variabl
Hi,
I am having the same problem, and can reproduce it with a simple test
script. When a user name and password are entered, the phpinfo output shows
that it is a POST method with an empty _SERVER[argv] array. I have verified
that register_globals is set to "on" in my php.ini. My test program
NTFS supports directory junctions which are equivalent to unix symlinks.
I found a toll that can create, read and delete such junctions.
Is there are posiibility to include that code into php so that it supports
it in realpath(), symlink(), linkinfo(), readlink(), filetype() and
is_link()?
The com
Have you enabled error reporting in your php.ini?
Disabled will not show you possible errors, also syntax errors in your code. This
blank screen suggest syntax error.
HTH
Piotr
Blaine Dinsmore wrote:
> I have not been able to return results using MySQL with PHP 4.2.1 and IIS 4.0. I was
>wonde
Any warning, error statements and so on...? Have you loaded the GD
extension?
Sean wrote:
> I cant seem to get ImageCreateFromJPEG() to work with PHP 4+ on Apache.
>
> Any ideas?
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
--
P
php-windows Digest 9 Jun 2002 08:30:16 - Issue 1182
Topics (messages 14133 through 14135):
Re: Error In Script
14133 by: Tomator
ImageCreateFromJPEG
14134 by: Sean
Re: Detecting Usernames
14135 by: Peter
Administrivia:
To subscribe to the digest, e-mail:
I'm sure there is a a variable with this in, but it only works if you are
using NT or logged on to an NT Domain. I saw it somewhere in the manual but
can't find it now!!
"Carl Whittaker" <[EMAIL PROTECTED]> wrote in
message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I was just wondering if a
15 matches
Mail list logo