[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: http://www.php.net/u

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 b

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://phpgeek.com/index.php PHPTriad is PHPGeek.com's flagship product. It installs a PHP web server environment on Windows platforms. It includes Apache, PHP, MySQL, Perl and PHPMyA

[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 code

[PHP-WIN] Re: Compiled 4.1.2 version

2002-02-28 Thread Christoph Grottolo
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. There should be no reason to upgrade to 4.12 on Windows. There are neither new features nor bug fixes. Christoph -- PHP Windows Mailing List (http://www

[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 Flint Doungchak
Hi Nicole, You need to change the columns and alter the specifications (or at least that is how I do it) ALTER table table_name CHANGE column column_name create_definition SO it would look like this ALTER table balh chage column foo foo int(5)unsigned I hope that helps. -Flint -Original

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. >

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: http://www.php.net/u

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

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 TA

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://phpgeek.com/index.php PHPTriad is PHPGeek.com's flagship product. It installs a PHP web server environment on Windows platforms. It includes Apache, PHP, MySQL, Perl and PHPMyAd

[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, im

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 wrot

[PHP-WIN] Fw: php to poup window

2002-02-28 Thread Afan Pasalic
Hi, I'm trying to, after submitting a form, open a popup window and print all info in the popup window. I use the following code - which of course doesn't work: Untitled