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
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
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
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
"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
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
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
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
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
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
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
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
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
_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
$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
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
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
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
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
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
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:[
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
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
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
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
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
26 matches
Mail list logo