[PHP-WIN] Image Creation Error

2003-01-16 Thread Ed
I'm running PHP 4.3 and W2k with IIS 5.0. I have enabled php_gd and it does show up when I do a phpinfo. The php_gd.dll is in the winnt/system32 directory and it's in the extensions directory (I've also tried it in almost every other directory too) and I get this error message: Fatal error: Cal

[PHP-WIN] Re: What kind of Editor you used to build PHP script ?

2003-01-16 Thread Ed
I uses zend studio. It has a preview pane, code completion, and it's own server. It also has the PHP documentation in the help files. Personal use is a free download. "Skyweb" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I like SSEditor, because I made it.

Re: [PHP-WIN] Re: Image Creation Error

2003-01-16 Thread Ed
Yes, I've tried both and get the same error. Ed "Mikey" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Oops - that should be php_gd2.dll > > > -Original Message- > > From: Mikey [mailto:[EMAIL PROTECTED]]

[PHP-WIN] cookies problem

2003-01-18 Thread Ed
I seem to be having a problem with cookies not being saved and I'm using W2k, IIS 5.0, with php 4.3. I just upgraded from a previous version of php that worked fine. Anyone had this problem or know of a solution? Thanks, Ed -- PHP Windows Mailing List (http://www.php.net/) To unsubs

[PHP-WIN] Re: cookies problem (FIXED)

2003-01-18 Thread Ed
just like they're supposed to. Ed "Ed" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I seem to be having a problem with cookies not being saved and I'm using > W2k, IIS 5.0, with php 4.3. I just upgraded from a previo

[PHP-WIN] Re: Subject: cookies problem (FIXED)

2003-01-18 Thread Ed
problem either. What finally fixed it was changing this in the php.ini file: error_reporting = E_ALL To This: error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR Now cookis and sessions work just like they're supposed to. Ed "Neil Smith" <[EMAIL PROTECTED]> wrot

[PHP-WIN] Re: PWS or IIS?

2003-02-19 Thread Ed
If your on windows IIS5 is the best choice. Since PWS is much slower. Don't go for Apache under windows ,its the ultimate under Unix/Linux but certainly not under windows.I tried it under Win2K ansd didn't like it. "M1nt Ch3w" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PR

[PHP-WIN] Re: mail() CC: header

2003-02-19 Thread Ed
Hi Matt, All the remaing headers are int the last argument of the mail function.And are sperareted by delimiter "\r\n" like so.. mail("[EMAIL PROTECTED]", "the subject", $message, "From: [EMAIL PROTECTED]\r\nCC:[EMAIL PROTECTED]\r\nBCC:getonetoo@shot

Re: [PHP-WIN] Array within a Class?

2002-01-05 Thread Ed Swartz
; -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- Do you need a Web-based Content Publishing System ? Call me f

[PHP-WIN] Includes not working on W2K

2002-12-06 Thread Ed Turbin
I've just installed PHP on Windows 2000 and I'm not able to use includes. I'm able to get the PHP info screen as a test, so I know it is working. I edited the PHP.ini file to the directory where my include files are located and still no luck. Is there anything that I am overlooking, or anything els

Re: [PHP-WIN] Includes not working on W2K

2002-12-06 Thread Ed Turbin
ut not escaped, the directory that php will try to find will be > > > completelly diferent... > > > > Cheers... > > Luis Ferro > > TelaDigital.Net > > > > Ed Turbin wrote: > > > > >I've just installed PHP on Windows 2000 and I'm n

Re: [PHP-WIN] Includes not working on W2K

2002-12-06 Thread Ed Turbin
Dl, I tried that and it's still not happening. What else could you reccommend checking? Is there any way that I can take the guess work out of this? "Dl Neil" <[EMAIL PROTECTED]> wrote in message 0e4001c29d66$56672320$c900a8c0@jrbrown">news:0e4001c29d66$5667

[PHP-WIN] Checking Client's Cipher Strength with IIS

2003-05-29 Thread Ed Gorski
ried using some server vars (namely HTTPS_KEYSIZE) but that reports incorrect data with the win2k/IE/56-bit configuration I mentioned above. Any help is appreciated and thanks in advance, Ed -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Getting Started

2003-06-05 Thread Ed Gorski
the PHP binary. Hope this helps, ed -Original Message- From: Kevin Bachelder [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 9:56 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Getting Started Hello all, We will be deploying a custom software package from a vendor and part of

[PHP-WIN] Page names as variables?

2001-01-23 Thread Ed Meyer
from their desk and the session times out). I've been working on a way where each page knows its name and sets that as a variable but that seems rather clunky. Thanks! Ed Meyer Smarts Broadcast Systems -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [PHP-WIN] Page names as variables?

2001-01-23 Thread Ed Meyer
RE: [PHP-WIN] Page names as variables?That's perfect... Now I can get everyone off my back :-) Thanks! Ed Meyer Smarts Broadcast Systems Actually, for something like this, you are going to want to use: $REQUEST_URI as the former does not include any GET variables whereas the l

[PHP-WIN] Interbase/PHP Blob types

2001-02-15 Thread Ed Meyer
---> I've been told to use: insert into memo (id, memo) values (:id, :memo) and convert the variable to :memo but that doesn't work either - instead I get a parse error on line whatever. If more info is needed, please let me know. Thanks! Ed Meyer Smarts Broadcast Systems

[PHP-WIN] exif

2004-09-08 Thread ed . lazor
5.0.1.1. Any ideas on how to get this working? Thanks, Ed This message was sent using IMP, the Internet Messaging Program. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] exif [more info]

2004-09-08 Thread ed . lazor
stem shows that they are all version 5.0.1.1. Thanks for any ideas / help you have. -Ed Quoting [EMAIL PROTECTED]: > Apache crashes when I uncomment this line in php.ini and try to restart the > server: > > ;extension=php_exif.dll > > I upgraded from 4.3.8 this week and

RE: [PHP-WIN] exif

2004-09-09 Thread Ed Lazor
> phpinfo reports Apache/1.3.29 (Win32) PHP/5.0.1. > > All copies of php_exif.dll on > > the system report as version 5.0.1.1. > > > > Any ideas on how to get this working? > > > > Thanks, > > > > Ed > > > > > > > > > &

RE: [PHP-WIN] Can't figure out how to surpress this error

2004-09-13 Thread Ed Lazor
Line 0 makes me wonder if you have a space or something before the opening php tag, especially the part about headers already sent. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, September 13, 2004 6:09 AM > To: [EMAIL PROTECTED] > Subject: [PHP-WI

RE: [PHP-WIN] SetEnv problem

2004-09-27 Thread Ed Lazor
I'm not sure. I'll see if I can find something. Meanwhile, have you checked the manual for the ini_set command? -Ed > -Original Message- > Is seems to me that ir works in apache2 only, > what about 1.3.x? > > > Use the PHPIniDir directive in httpd.conf to

RE: [PHP-WIN] SetEnv problem

2004-09-27 Thread Ed Lazor
Use the PHPIniDir directive in httpd.conf to specify different locations for the php.ini file. PHPIniDir "C:/windows" > -Original Message- > There is a documentation bug http://bugs.php.net/bug.php?id=29694 about > SetEnv setting in httpd.conf > > Rasmus says that "PHP checks the real en

RE: [PHP-WIN] Contract: protecting code or not?

2004-10-05 Thread Ed Lazor
f information for you. Good luck =) -Ed -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php