DocumentProperties is probably trying to load some 3rd party printer dll
extensions. Suggest using procmon.exe and filter for access denied to see what
is failing
Louis Solomon
www.SteelBytes.com
-Original Message-
From: Venkat Raman Don [mailto:don.ra...@microsoft.com]
Sent
Google for instructions on installing php as isapi, then undo those
instructions in reverse
Louis Solomon
www.SteelBytes.com
-Original Message-
From: Lucasweb - info [mailto:i...@lucasweb.it]
Sent: Thursday, 21 January 2010 1:07 AM
To: php-windows@lists.php.net
Subject: [PHP-WIN] PHP
> ... But, if I now enter "^C" ...
although maybe not a solution to php being a strange beast, IIFC Ctrl-Z is the
normal way to terminate input via stdin.
Louis Solomon
www.SteelBytes.com <http://www.steelbytes.com/>
From: news o
nd is very
quick.
Louis Solomon
www.SteelBytes.com
-Original Message-
From: Marcos R. Cardoso [mailto:mcard...@furb.br]
Sent: Saturday, 24 October 2009 12:11 AM
To: Louis Solomon
Subject: Re: [PHP-WIN] Zend Server Community Edition
I have installed the last version available on Zend.
what flavour/edition/version?
and what do you hope to gain by using it instead of just installing php +
mysql(?) on whatever webserver?
Louis Solomon
www.SteelBytes.com <http://www.steelbytes.com/>
From: Marcos R. Cardoso [mailto:mcard...@furb.br
> with junction you can only symlink dirs, not files.
Yes, but I didn't say to use a junction. I was pointing out that you can make
hardlinks to files on windows contrary to popular belief.
Read the article and checkout the command line tool mklink (in vista&7)
L
around since win2000
Louis Solomon
www.SteelBytes.com <http://www.steelbytes.com/>
From: Richard Quadling [mailto:rquadl...@googlemail.com]
Sent: Thu 2009/10/15 9:23 PM
To: php-windows
Subject: [PHP-WIN] Enchant packaging issue.
Hi.
Has this extens
mysql_real_escape_string() / mysqli_real_escape_string()
Louis Solomon
www.SteelBytes.com
-Original Message-
From: Jacob Kruger [mailto:jac...@mailzone.co.za]
Sent: Wednesday, 5 August 2009 2:58 PM
To: php-windows@lists.php.net
Subject: [PHP-WIN] Relatively simple PHP function to block
> Is it the case that more bits doesn't mean faster? Just larger
integers and address ranges?
Not quite. x64 also has extra registers and some new instructions.
http://en.wikipedia.org/wiki/X86-64#Architectural_features
Louis Solomon
www.SteelBytes.com
-Original Message-
From:
s that bundled
with the source.
Louis Solomon
www.SteelBytes.com
-Original Message-
From: u...@domain.invalid [mailto:u...@domain.invalid]
Sent: Wednesday, 1 July 2009 12:39 AM
To: php-windows@lists.php.net
Subject: [PHP-WIN] Building an extension on windows
Hi,
I'm told to b
tracy to what the email
headers show, as they could be faked).
Ps if you want to write a wrapper func then use debug_backtrace() to identify
the caller instead of __LINE__ __FILE__
Louis Solomon
www.SteelBytes.com
-Original Message-
From: onemancrew [mailto:i...@wserv.co.il]
Sent: Sat
forget the ISAPI, use FastCGI. In my experience the ISAPI has never been
stable or working fully.
mmm, not sure FastCGI is available for IIS for XP, so since it's probably
only a dev machine go to just php as cgi. that works fine on all OSes
Louis
-
Hi,
based on comments on http://windows.php.net/qa/ ...
why is the VC9 build compiled to used the CRT as DLLs instead of static?
yet I gather the VC6 isn't?
why can't the VC9 build be used with apache.org binaries?
and why do you have both a VC6 and a VC9 build?
just curious.
Louis
--
P
maybe NTFS permissions on php.ini?
--
Louis Solomon
www.SteelBytes.com
""Harris, Walter"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Hi to all:
I have manually installed PHP 5.0.4 on a Windows 2003 server with IIS 6
installed, using ISAPI.
in IIS6 you can 'recycle' the 'application pool' - faster and kinder on the
system then restarting iisadmin
--
Louis Solomon
www.SteelBytes.com
""Frank M. Kromann"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Restart the
I personally always avoid the install for php, and I never let any installer
touch my IIS config, as 9 times out of 10, they f**k it.
I suggest googling this group.
--
Louis Solomon
www.SteelBytes.com
"blulagoon" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
&
> Still, there are times where my IIS server just crashes saying "too many
> connections"
is this on XP Pro or 2000 Pro (as apposed to say 2000 or 2003 Server)
if so, that will be because IIS on workstations limits the number of
simultaneous connectiuons to 10
-
>It does work using PHP on the command line in Windows, though.
> Could it be a permissions issue?
probably. suonds like it.
--
Louis Solomon
www.SteelBytes.com
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> ... or have I missed some finer point about regional settings?
probably.
check out the 'apply all setting to the current user account and the default
user profile" in the regional control panel
--
Louis Solomon
www.SteelBytes.com
""Fred"" <[EMAIL PROTE
is the dell 720 capable of recieving raw text with no leading escape codes ?
I know modern epson prointers are not.
why are you sending "raw"
--
Louis Solomon
www.SteelBytes.com
"Sean Rowe" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> if no one
echo round(S/N*100);
--
Louis Solomon
www.SteelBytes.com
""Zach Korpi"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi PHP List Members,
>
>
>
> I work for Northern Michigan University. Currently I am a student
> studying
> ac
you may be better off in
msnews.microsoft.com : microsoft.public.inetsdk.programming.webbrowser_ctl
--
Louis Solomon
www.SteelBytes.com
""Dang Nguyen"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> I am using PHP 5.0.4 and using Inter
as a debugging tip, try running php and a test script from the cmd line,
rather then through IIS.
--
Louis Solomon
www.SteelBytes.com
"Scott Powell" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> I cannot get PHP to work with either MySQL or MS-SQL
lentities($string_from_db);
--
Louis Solomon
www.SteelBytes.com
"Ross Honniball" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi all,
>
> Say you get some text field from a user and store it in a database. Then
> later you display this input. If the user h
command was a command line .exe. you could maybe
check the newer proc_open() function - I'm not sure with that one.
--
Louis Solomon
www.SteelBytes.com
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> What is the correct way to setup php/iis to allow php access to run exec()
> (ping.exe,cat.exe (from gnu utilities for win32), and any other command
> shell stuff.) etc.
access to %windir%\system32\cmd.exe is required. this is denied in a
default IIS6 installation.
--
Loui
e.
also I have been able to get connection reuse working with CGI (this
involved a lot of work and uses the prepend&append ini settings), but the
php ISAPI forces connection close :-( I wish the php team would fix this.
--
Louis Solomon
www.SteelBytes.com
--
PHP Windows Mailin
if you wrote to the file from say a PowerPC (big endian) (eg MacOSX) using I
or L, then read the file using a Intel (or AMD) (little endian) (eg Windows)
using I or L, then it would give different results.
--
Louis Solomon
www.SteelBytes.com
"Burkhard Herre" <[EMAIL PROTECT
ad been with IE),
they had been using it to automate IE, and wanted to do the same with
FireFox. Presumably to load webpages, maybe fill out forms, submit, read
results, etc.
Now, again, where does CSS fit in?
--
Louis Solomon
www.SteelBytes.com
--
PHP Windows Mailing List (http://ww
don't confuse client side operations such as keyboard handling (eg
jscript,vbscript) with server side scripting (eg php).
--
Louis Solomon
www.SteelBytes.com
"Barry Fawthrop" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi all
>
> being new
>>Does Firefox support COM objects
>> ask the firefox team
> theres some css for firefox you can use
umm ... what does CSS have to do with COM?
--
Louis Solomon
www.SteelBytes.com
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ask the firefox team
--
Louis Solomon
www.SteelBytes.com
"Dang Nguyen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello,
>
> I have a PHP script that uses the IE COM object for automating some tests.
> I'd like to be able to test the s
show us your code
--
Louis Solomon
www.SteelBytes.com
"Burkhard Herre" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> hello
>
> i have a problem with reading binary data from a file.
> i read byte by byte with fread...
>
> now i want to co
try something more like this ... (very simplified to demonstrate)
$myarray = array('fred','bob','jane');
$msg = '';
for ($i=0;$i';
echo $msg;
--
Louis Solomon
www.SteelBytes.com
"Maxwell Brodie" <[EMAIL PROTECTED]> wrote in message
kies On On
session.use_only_cookies Off Off
session.use_trans_sid 1 1
--
Louis Solomon
www.SteelBytes.com
"Lists" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Yes, sir. I even changed permissions on e:\PHP to everyone and made
inheritable, i.e., I removed all permissions, then r
session.save_handler = file
session.save_path = e:\PHP\sessiondata; argument passed to save_handler
is there adequate permissions on e:\PHP\sessiondata? (simple test, set it
to everyone full, and see if it helps)
--
Louis Solomon
www.SteelBytes.com
"Lists" <[EMAIL PROTECT
> My PHP.INI file appears to be properly configured for session usage - at
> least, it is set according to what document specs I've been able to find.
so what are your ini session settings?
--
Louis Solomon
www.SteelBytes.com
--
PHP Windows Mailing List (http://www.php.net/)
To
Win2K3 SP1 + PHP 5.04 + mySQL 4.1.10a-nt-max, works fine for me.
--
Louis Solomon
www.SteelBytes.com
"Liquidfrog" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello,
>
> Already posted this over at php.net. Basically they told me to get lost
> an
not happening here.
--
Louis Solomon
www.SteelBytes.com
"Menashe" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> I'm running php 5.03 on windows 2003 as isapi.
>
> Everything looks OK, and i can see all the php pages, but when I checke
--
Louis Solomon
www.SteelBytes.com
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
subject line says it all :-)
ok, in particular the most useful one is being able to retrieve MX records.
to quote from the docs for dns_get_record() (PHP5), "This function is not
implemented on Windows platforms"
--
Louis Solomon
www.SteelBytes.com
--
PHP Windows Mailing
rules such as, allowing for the client
sending Connection-Close in the request headers, and setting Content-Length
in it's reply headers etc)
--
Louis Solomon
www.SteelBytes.com
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
42 matches
Mail list logo