[PHP-WIN] Compiled 4.1.2 version

2002-02-28 Thread Egil Helland
Regarding the latest security recommondations - is there a 4.1.2 compiled php version available for the win32 platform somewhere? If so, please point me there, as I lack compiling tools right now. -e -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:

php-windows Digest 28 Feb 2002 17:07:17 -0000 Issue 1022

2002-02-28 Thread php-windows-digest-help
php-windows Digest 28 Feb 2002 17:07:17 - Issue 1022 Topics (messages 12336 through 12338): Re: Method get for Windows ME and PWS w/PHP-4.1.1 12336 by: Steve Yates Re: WinXP Error Passing Variables (and creating) 12337 by: Steve Yates Compiled 4.1.2 version 12338

Re: [PHP-WIN] Beginner's Teething Problems

2002-02-28 Thread Russell Griechen
I am also a new user: I want to use WinMe and put Apache/Mysql server on my hard disk I downloaded the Triad from http://phpgeekcom/indexphp PHPTriad is PHPGeekcom's flagship product It installs a PHP web server environment on Windows platforms It includes Apache, PHP, MySQL, Perl and PHPMyAdmin

[PHP-WIN] Binaries of 4.1.2

2002-02-28 Thread Flint Doungchak
Hey There, I wondering if anyone out there know if there are binaries of the 4.1.2 release that takes care of the multiple-part/form data security bug in PHP 4.1.0. Is this fixed in 4.1.1. I didn't see any binaries on the php4win site either. I imagine the 4.1.0 and 4.1.1 patches are source

[PHP-WIN] Re: Compiled 4.1.2 version

2002-02-28 Thread Christoph Grottolo
http://securitye-mattersde/advisories/012002html states that the security holes in 405 - 411 do only concern PHP on Linux and Solaris There should be no reason to upgrade to 412 on Windows There are neither new features nor bug fixes Christoph -- PHP Windows Mailing List (http://wwwphpnet/)

[PHP-WIN] [N-PHP-R] Help with MySQL

2002-02-28 Thread Nicole Amashta
I know this is not MySQL, so that's why I put the [N-PHP-R] in the subject (means Non-PHP-Related) But, my problem is this I have a table in MySQL One of the fields (not the primary key), has a unique constraint on it I need to remove this unique constraint, but I can't figure out how I dn't

RE: [PHP-WIN] [N-PHP-R] Help with MySQL

2002-02-28 Thread Svensson, B.A.T. (HKG)
-Original Message- From: Nicole Amashta Sent: Thursday, February 28, 2002 8:22 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] [N-PHP-R] Help with MySQL I know this is not MySQL, so that's why I put the [N-PHP-R] in the subject (means Non-PHP-Related) But, my problem is this. I have a

RE: [PHP-WIN] [N-PHP-R] Help with MySQL

2002-02-28 Thread Svensson, B.A.T. (HKG)
ALTER table balh chage column foo foo int(5)unsigned Does the key word CHANGE COLUMN really exists with in MySQL?? That would be amazing to be ale to change the domain of an attribute just like that. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP-WIN] [N-PHP-R] Help with MySQL

2002-02-28 Thread Symeon Charalabides
ALTER table balh chage column foo foo int(5)unsigned Does the key word CHANGE COLUMN really exists with in MySQL?? That would be amazing to be ale to change the domain of an attribute just like that Yep Syntax (Nicole, this is the correct syntax by the way :-) : ALTER TABLE table_name

RE: [PHP-WIN] [N-PHP-R] Help with MySQL

2002-02-28 Thread Svensson, B.A.T. (HKG)
ALTER table balh chage column foo foo int(5)unsigned Does the key word CHANGE COLUMN really exists with in MySQL?? That would be amazing to be ale to change the domain of an attribute just like that. Yep Syntax (Nicole, this is the correct syntax by the way... :-) : ALTER TABLE table_name

Re: [PHP-WIN] Beginner's Teething Problems Source for Triad and a question.

2002-02-28 Thread Russell Griechen
I am also a new user: I want to use WinMe and put Apache/Mysql server on my hard disk I downloaded the Triad from http://phpgeekcom/indexphp PHPTriad is PHPGeekcom's flagship product It installs a PHP web server environment on Windows platforms It includes Apache, PHP, MySQL, Perl and PHPMyAdmin

[PHP-WIN] sendmail for windows

2002-02-28 Thread Adolfo Meneses
hi, I'm using win 2000, apache, php 4.0.6. when I try to send an email using mail() I get an error message. I have downloaded and installed sendmail for windows of indigo, but it doesnt work. what can i do? I am trying to develop a site in my home. i don't have a direct connection to internet,

Re: [PHP-WIN] sendmail for windows

2002-02-28 Thread Scott St. John
If your ISP does not mind just put their SMTP server in there If you are just testing a few times and not sending out a ton of emial, it should not be a problem As long as this machine can see the SMTP server of your ISP you should be ok -Scott On Thu, 28 Feb 2002, Adolfo Meneses wrote:

Re: [PHP-WIN] Fw: php to poup window

2002-02-28 Thread Afan Pasalic
That's correct, but I would rather not to use URL to transfer info (names, passwords...). It must be hidden. Any other idea? afan - Original Message - From: Ryan Marrs To: 'Afan Pasalic' Sent: Thursday, February 28, 2002 3:56 PM Subject: RE: [PHP-WIN] Fw: php to poup

Re: [PHP-WIN] Fw: php to poup window

2002-02-28 Thread Afan Pasalic
Yup! That could be a good idea! Let me try! Thanks buddy! Afan - Original Message - From: Ryan Marrs To: 'Afan Pasalic' Sent: Thursday, February 28, 2002 4:03 PM Subject: RE: [PHP-WIN] Fw: php to poup window Perhaps sessions? Register the variables in a session,

[PHP-WIN] Re: Compiled 4.1.2 version

2002-02-28 Thread Barry Wom
Christoph Grottolo [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]; http://security.e-matters.de/advisories/012002.html states that the security holes in 4.05 - 4.11 do only concern PHP on Linux and Solaris. Oh yeah, well spotted! it doesn't mention that on the CERT site

[PHP-WIN] compiling 4.1.2 on windows (2000)

2002-02-28 Thread Barry Wom
Hello there, I'm trying to compile php 412 on windows 2000 with VC++ 6 I'm in the win32 folder builidng the project php4dsw and I get the following D:\src\php-412\main\php_networkh(28) : fatal error C1083: Cannot open include file: 'arpa/ineth': No such file or directory which is true, I have

[PHP-WIN] Re: HELP!!

2002-02-28 Thread Barry Wom
Hi, If you download the windows installation from wwwphpnet/downloads and you have IIS installed then you shouldn't need to do any registry editing or anything complex You need to put your php script files you've created in the web root folder not the sytem root, this is usually

[PHP-WIN] Re: compiling 4.1.2 on windows (2000)

2002-02-28 Thread Barry Wom
Ah, read the manual, good plan... Before you get started, you have a lot to download... Barry Wom [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hello there, I'm trying to compile php 4.1.2 on windows 2000 with VC++ 6. I'm in the win32 folder builidng

[PHP-WIN] having a problem with windows xp + php

2002-02-28 Thread Tyler Worman
hi, I'm having a problem with windows xp using IIS 5.0 It's windows XP pro. I'm trying to run php as an ISAPI module (i may have screwed up the initals but i think thats it). Well everytime i follow the instructions in the php readme for use on IIS i have a problem. It will not load the

Re: [PHP-WIN] sendmail for windows

2002-02-28 Thread Adolfo Meneses
i have tried that solution, but its still not working. do you know another method? - Original Message - From: Scott St. John [EMAIL PROTECTED] To: Adolfo Meneses [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, February 28, 2002 5:34 PM Subject: Re: [PHP-WIN] sendmail for windows

[PHP-WIN] Accessing Exchange Mail from PHP

2002-02-28 Thread Vail, Warren
Has anyone had any success with this? What technology did you use? I found one person using COM to invoke Outlook, any other approaches? I was thinking of using COM functions to access MAPI, what would you recommend here? thanks, Warren Vail Tools, Metrics Quality Processes 215 Fremont

Re: [PHP-WIN] sendmail for windows

2002-02-28 Thread DL Neil
Please post the mail section of your php.ini file. Have you checked that a email client, eg OL/OE, can use the SMTP server successfully? Please advise, =dn i have tried that solution, but its still not working. do you know another method? If your ISP does not mind just put their SMTP

Re: [PHP-WIN] having a problem with windows xp + php

2002-02-28 Thread Scott St. John
I was having trouble with XP Pro and PHP, so I went back to 2000 Have you tried using the CGI version of PHP instead to see if it works better? Also the Pro versions (NT Workstation, 2000 Pro, XP Pro) have a hard limit of 10 connetions You can not change that, you have to upgrade to 2000

Re: [PHP-WIN] sending mail with mail()

2002-02-28 Thread Aris Basic
Ok last thing i disocverd about this problem was that I was not only unable to do mail() from PHP but any other socket connection was not succesiful. It worked fine when i start php.exe in shell (command line) but the same script would not connect to anything (even localhost) if run by IIS4. i

Re: [PHP-WIN] sendmail for windows

2002-02-28 Thread Scott St. John
Come to think of it I have MS SMTP service from the IIS install, I wonder if you install that, then point it to your ISP if that would work On Thu, 28 Feb 2002, DL Neil wrote: Please post the mail section of your phpini file Have you checked that a email client, eg OL/OE, can use the SMTP

Re: [PHP-WIN] having a problem with windows xp + php

2002-02-28 Thread Tyler Worman
Is there a server version of xp? I heard about .net server but that isn't out yet. And i have the bgi version running now but id like the auth functions of php. Thats why i want to run isapi. I had apache running but then i didn't have vb asp support.:/ - Original Message - From: Scott

RE: [PHP-WIN] having a problem with windows xp + php

2002-02-28 Thread Scott Parks
No, the .net (XP) servers are still in beta. Not sure of the release date. -Original Message- From: Tyler Worman [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 28, 2002 8:46 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] having a problem with windows xp + php Is there a server