[PHP-WIN] Re: VC6 vs VC9

2009-02-06 Thread Evan Burkitt
possible difference in object size between the two CRT versions. If DLL A assumes a certain object is, say, 8 bytes and DLL B assumes 16 bytes, disaster is virtually assured. -Evan -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Re: can't get fsockopen() to work through IIS

2008-10-23 Thread Evan Burkitt
xecuted as IUSR by IIS. Since I have now determined that to be so I have at least an idea of where to go next. Thanks for your help. -evan -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Re: can't get fsockopen() to work through IIS

2008-10-23 Thread Evan Burkitt
this project so far. :) Thanks for your help. -evan -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Re: can't get fsockopen() to work through IIS

2008-10-22 Thread Evan Burkitt
Andi Gutmans wrote: This is almost surely a permissions problem. By default IIS will run as a very low privileged user. I suggest in the IIS configuration you try and run the vhost as your login user on the Windows machine and see what happens. I can't figure out "vhost" is, but I tried running

[PHP-WIN] Re: can't get fsockopen() to work through IIS

2008-10-17 Thread Evan Burkitt
"Elizabeth M Smith" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Take out the @ in front of fsockopen and see what the actual error is > would be the first step - it's generally a good idea to have E_ALL on > and all @ operators removed when trying to debug something > Thanks for

[PHP-WIN] can't get fsockopen() to work through IIS

2008-10-17 Thread Evan Burkitt
I have PHP 5.2.6 installed under Windows Server 2003 and IIS 6.0. I cannot get fsockopen() to succeed when run through IIS. I'm using this script: Attempting to open socket on host '' at port '' "; $fp = @fsockopen($host, $port, $errno, $errstr); if ($fp) { echo "Socket connection establis

[PHP-WIN] Re: php-windows Digest 1 Apr 2008 06:34:41 -0000 Issue 3450

2008-04-01 Thread Evan Burkitt
At 23:34 03/31/2008, "Meir" <[EMAIL PROTECTED]> wrote: To: php-windows@lists.php.net Reply-To: "Meir" <[EMAIL PROTECTED]> From: "Meir" <[EMAIL PROTECTED]> Date: Tue, 1 Apr 2008 09:33:33 +0300 Subject: Re: compiling using vs 2005 "Evan Burk

[PHP-WIN] Re: compiling using vs 2005

2008-03-31 Thread Evan Burkitt
Message-ID: <[EMAIL PROTECTED]> To: php-windows@lists.php.net Reply-To: "Meir" <[EMAIL PROTECTED]> From: "Meir" <[EMAIL PROTECTED]> Date: Sun, 30 Mar 2008 15:16:23 +0300 Subject: compiling using vs 2005 hello i compiled php 5.2.5 with vs 2005 and every thing works fine on my computer , but when

[PHP-WIN] fsockopen() fails in script run by IIS

2008-02-08 Thread Evan Burkitt
t on the server the connection succeeds and the script reports "Socket connection established". The connection succeeds even when I run cmd.exe as the Internet guest user, which is the account IIS runs scripts under. Any ideas as to what's going on? -Evan - Attempting to o

[PHP-WIN] opendir

2003-02-09 Thread Evan
Working with PHP 4.2.3==> IIS5.1, WinXP Pro, NTFS I made this simple page to be able to brouse throught folders and files, but it seems that it doesn't recognize folders when I go outside the directory in which is contained the .php file. Any Ideas? Thanks *+++ "; $i=0

[PHP-WIN] Re: Array of parameters

2002-07-22 Thread Evan
try this: use square brackets as follow: policy_codes[] Then in $_GET["policy_codes"] you'll have an array Hope this helps, Evan "Sandeep Murphy" <[EMAIL PROTECTED]> ha scritto nel messaggio [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi, Am rela

[PHP-WIN] build GD2 on XPpro

2002-05-27 Thread Evan
I don't really know what to do! How should I do to use GD2 with PHP 4.1.2? Thanks, Evan -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: GD + modify image

2002-05-24 Thread Evan
Ooops sorry, wrong ng. However any help is appreciated :-) -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] GD + modify image

2002-05-24 Thread Evan
_im,"../".$pathImg.$NomeFile); ImageDestroy($dst_im); Thanks for your help, Evan -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Problem with uploading Files with PHP 4.1.2 on IIS

2002-04-16 Thread Evan
$NomeFile = $_POST["Materia"]."_".date("Y-m-d-H-i-s").".".$ext; //Move from tmp-dir to my "upload" directory copy($HTTP_POST_FILES['userfile']['tmp_name'], "../../files/".$NomeFile); move_uploaded_file($H

[PHP-WIN] Re: ASP vs PHP

2002-03-29 Thread Evan
Hope this will help you: 1) Macromedia Ultradev + PHAkt extension (www.macromedia.com) $$ 2) www.phpide.de 3) www.phpedit.com 4) http://dd.cron.ru/dbg (debugger) Evan "Ciro Martins" <[EMAIL PROTECTED]> ha scritto nel messaggio [EMAIL PROTECTED]">news:[EMAIL PROTECTE

RE: [PHP-WIN] UNIX Timestamp

2001-05-18 Thread Schulz, Evan
Jarkko, Yes - I use it on W2K (IIS 5) and W98 (PWS) regularly. I love it when people look in Access databases and see the timestamps in the date field and call me up thinking I am dumping the wrong information into it. Gotta love the timestamps... -Original Message- From: Jarkko Laine

RE: [PHP-WIN] php-pws ques.

2001-05-10 Thread Schulz, Evan
Eileen, The CGI-only version doesn't come with the 2 files you are looking for - the installer you ran did all of the stuff in the install.txt already for you as long as you chose PWS (which you said you did). PHP is probably working - what error are you getting? If it is something like "Undefin

RE: [PHP-WIN] Problem with submit

2001-05-09 Thread Schulz, Evan
Jerry, This is a very, very common problem. The other person has "error_reporting" in his php.ini set to E_ALL. Have him set his error_reporting to something a little more restrictive - like "error_reporting= E_ALL & ~(E_NOTICE | E_USER_NOTICE)". There really isn't anything wrong with the code

RE: [PHP-WIN] Newbie-questionning: Errors in nearly every Downloaded Script

2001-04-26 Thread Schulz, Evan
Edit your php.ini. Find "error_reporting" and set it to something that will ignore notices. I like mine set as follows: error_reporting= E_ALL & ~(E_NOTICE | E_USER_NOTICE) ; Technically it is better to just have it at E_ALL for better coding and some might argue better security. You don't _h

RE: [PHP-WIN] What does an @ sign before a VARIABLE do?

2001-04-20 Thread Schulz, Evan
Mike, If you have your error reporting set to ALL in php.ini, you will get warnings that variables aren't set. The @ before it will ignore the warnings. At least, this is one use of the @ before variables that I can think of... Evan -Original Message- From: Mike Flynn [mailto:[

RE: [PHP-WIN] session, session AAAARGH

2001-04-04 Thread Schulz, Evan
I don't know why it would matter, but you only have to session_register("SESSION"); once. So put that line under the if statement so that it is only run the first time they open the browser: mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 2:01 PM To: [EMAIL PROTECTED] Subject: Re: [PHP

[PHP-WIN] ob_gzhandler

2001-03-29 Thread Schulz, Evan
First off, has the issue with the big memory problem with ob_gzhandler in 4.0.4 been fixed in PL1? (There isn't a changelog for PL1) Secondly, what level of compression does ob_gzhandler use by default (1-9)? Is there any way to specify it? Thanks, Evan -- PHP Windows Mailing List

Re: [PHP-WIN] How to setup the GD Library for Apache+php

2001-03-27 Thread Evan Chang
Thank Everybody, I got the solution by myself. The key point is "delete c:\php\php.ini" Then modify c:\winnt\php.ini extension_dir =\php\extensions\ extension=php_gd.dll Of course , you just can manipulate PNG , JPG , WBMP picture. ""Evan Chang"" <[EMAIL

[PHP-WIN] How to setup the GD Library for Apache+php

2001-03-26 Thread Evan Chang
Hello, Every Superman, Please help me to setup the GD Library for Apache+PHP4 at Win32 platform . Thanks ! Evan Chang -- 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

[PHP-WIN] Grabbing a Win2K username...

2001-03-09 Thread Evan Roberts
ne, but it gives me the domain, not the username, and people tend to log into different computers from time to time, so that wouldn't work in determining who it is... If anyone has any idea of what I am talking about, please give me a heads up if this is possible or not... :-) Thanks for yo