RE: [PHP-WIN] What about php 5.3 and printers or PHP_PRINTER.DLL ?

2010-02-23 Thread Louis Solomon
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

RE: [PHP-WIN] PHP has encountered an Access Violation at 02892BEB

2010-01-20 Thread Louis Solomon
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

RE: [PHP-WIN] Re: PHP console (php.exe -a)

2009-12-28 Thread Louis Solomon
> ... 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

RE: [PHP-WIN] Zend Server Community Edition

2009-10-23 Thread Louis Solomon
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.

RE: [PHP-WIN] Zend Server Community Edition

2009-10-23 Thread Louis Solomon
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

RE: [PHP-WIN] Enchant packaging issue.

2009-10-15 Thread Louis Solomon
> 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

RE: [PHP-WIN] Enchant packaging issue.

2009-10-15 Thread Louis Solomon
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

RE: [PHP-WIN] Relatively simple PHP function to block sql injection

2009-08-04 Thread Louis Solomon
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

RE: [PHP-WIN] php installer for windows 2008 x64

2009-08-04 Thread Louis Solomon
> 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:

RE: [PHP-WIN] Building an extension on windows

2009-06-30 Thread Louis Solomon
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

RE: [PHP-WIN] Debug PHP , Write Every Action (and not just errors debug related) into a file

2009-05-17 Thread Louis Solomon
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

Re: [PHP-WIN] Access Violation

2009-02-11 Thread Louis Solomon [SteelBytes]
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 -

[PHP-WIN] VC6 vs VC9

2009-02-05 Thread Louis Solomon [SteelBytes]
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

[PHP-WIN] Re: New installation of PHP 5.0.4 on Windows 2003 server

2005-07-28 Thread Louis Solomon [SteelBytes]
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.

Re: [PHP-WIN] how to reload ISAPI PHP

2005-07-25 Thread Louis Solomon [SteelBytes]
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

[PHP-WIN] Re: Windows 2003 server and IIS 6

2005-07-19 Thread Louis Solomon [SteelBytes]
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] &

[PHP-WIN] Re: PHP 4 + Mysq 4l - Too many connections

2005-07-18 Thread Louis Solomon [SteelBytes]
> 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 -

[PHP-WIN] Re: disk_free_space and disk_total_space works for only one drive

2005-07-07 Thread Louis Solomon [SteelBytes]
>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

[PHP-WIN] Re: Problems with shell_exec() running .bat with For /F

2005-06-30 Thread Louis Solomon [SteelBytes]
> ... 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

[PHP-WIN] Re: problem with printing to a usb printer using php_printer.dll

2005-06-30 Thread Louis Solomon [SteelBytes]
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

[PHP-WIN] Re: Trying to get printf to do something

2005-06-23 Thread Louis Solomon [SteelBytes]
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

[PHP-WIN] Re: Using Inernet Explorer COM object and need to reference popup windows

2005-06-16 Thread Louis Solomon [SteelBytes]
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

[PHP-WIN] Re: PHP cannot connect to the database

2005-06-02 Thread Louis Solomon [SteelBytes]
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

[PHP-WIN] Re: Crazy user input with html in it

2005-05-27 Thread Louis Solomon [SteelBytes]
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

[PHP-WIN] Re: Help with windows 2003 iis6, exec() and permissions

2005-05-19 Thread Louis Solomon \[SteelBytes\]
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

[PHP-WIN] Re: Help with windows 2003 iis6, exec() and permissions

2005-05-18 Thread Louis Solomon \[SteelBytes\]
> 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

Re: [PHP-WIN] HTML source code is cut off in some cases with Windows 2003 SP 1, IIS, PHP 5.0.4, CGI/FastCGI

2005-05-18 Thread Louis Solomon \[SteelBytes\]
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

[PHP-WIN] Re: problems / mistake in pack () and unpack() ???

2005-05-18 Thread Louis Solomon \[SteelBytes\]
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

Re: [PHP-WIN] Re: Firefox COM objects?

2005-05-18 Thread Louis Solomon \[SteelBytes\]
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

[PHP-WIN] Re: Questions oh PHP

2005-05-17 Thread Louis Solomon \[SteelBytes\]
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

Re: [PHP-WIN] Re: Firefox COM objects?

2005-05-17 Thread Louis Solomon \[SteelBytes\]
>>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

[PHP-WIN] Re: Firefox COM objects?

2005-05-16 Thread Louis Solomon \[SteelBytes\]
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

[PHP-WIN] Re: covert binary data with php

2005-05-12 Thread Louis Solomon \[SteelBytes\]
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

[PHP-WIN] Re: Print inside a variable

2005-05-02 Thread Louis Solomon \[SteelBytes\]
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

Re: [PHP-WIN] Re: Problem 1 of 2 - Sessions not working

2005-04-25 Thread Louis Solomon \[SteelBytes\]
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

Re: [PHP-WIN] Re: Problem 1 of 2 - Sessions not working

2005-04-23 Thread Louis Solomon \[SteelBytes\]
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

[PHP-WIN] Re: Problem 1 of 2 - Sessions not working

2005-04-22 Thread Louis Solomon \[SteelBytes\]
> 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

[PHP-WIN] Re: Windows 2003 SP1 / PHP 5.03

2005-04-16 Thread Louis Solomon \[SteelBytes\]
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

[PHP-WIN] Re: Error 500 in IIS weblog

2005-03-01 Thread Louis Solomon \[SteelBytes\]
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

[PHP-WIN] test

2005-03-01 Thread Louis Solomon \[SteelBytes\]
-- Louis Solomon www.SteelBytes.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] [Request] full DNS resolve support on Win32

2005-03-01 Thread Louis Solomon \[SteelBytes\]
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

[PHP-WIN] [Request] ISAPI and Keep-Alives

2005-03-01 Thread Louis Solomon \[SteelBytes\]
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