[PHP-WIN] Upgrade from 4.0.6 to 4.2.1

2002-06-09 Thread Bruce Karstedt
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

Re: [PHP-WIN] Installing on Apache 2 with PHP

2002-06-09 Thread Alan Popow
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

[PHP-WIN] Re: Installing on Apache 2 with PHP

2002-06-09 Thread Fester
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 -0000 Issue 1183

2002-06-09 Thread php-windows-digest-help
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

[PHP-WIN] Re: Form Problem

2002-06-09 Thread Fester
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 >

[PHP-WIN] Re: PHP 4.2.1 And WinXP

2002-06-09 Thread Tomator
> 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

[PHP-WIN] PHP4 + IIS 5.1

2002-06-09 Thread Jeroen Schepens
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

[PHP-WIN] Installing on Apache 2 with PHP

2002-06-09 Thread Ben Davis
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

[PHP-WIN] PHP 4.2.1 And WinXP

2002-06-09 Thread Gonik
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

[PHP-WIN] Re: Form Problem

2002-06-09 Thread Fester
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

[PHP-WIN] Feature Request: directory junctions/symlinks under nt/2k

2002-06-09 Thread Timo Weingärtner
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

Re: [PHP-WIN] Why can't I retrieve a query to MySQL?

2002-06-09 Thread Piotr Pluciennik
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

Re: [PHP-WIN] ImageCreateFromJPEG

2002-06-09 Thread Piotr Pluciennik
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 -0000 Issue 1182

2002-06-09 Thread php-windows-digest-help
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:

[PHP-WIN] Re: Detecting Usernames

2002-06-09 Thread Peter
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