[PHP] Re: Windows CLI and task scheduler

2005-01-19 Thread Dominic Schanen
I changed the scheduled task to use php.exe instead of php-win.exe and that cleared up the errors with unloading the profile that were appearing in the application log. Could this possibly be a bug with php-win.exe and not cleaning up properly? Thanks, Dominic Dominic Schanen wrote: I've

[PHP] Windows CLI and task scheduler

2005-01-18 Thread Dominic Schanen
I've written several command line scripts to run as scheduled tasks on a Windows 2000 Server machine. They run fine, no problems. However, the application log is filling up with errors stating that windows was unable to unload my registry profile. I know the PHP scripts are at fault because

[PHP] CURL question, cutting off custom request

2004-08-16 Thread Dominic Schanen
Hello, I'm sending a custom request to a server using CURL, which may contain some high-ascii characters. Are there certain characters that would cause CURL not to send the complete custom request? Are there some CURL options that can help make sure the request is sent in its entirity? Here is

[PHP] LRC (longitudinal redundancy check) and Even Parity

2004-08-12 Thread Dominic Schanen
Hello, I'm working on some code to authorize and settle directly with Vital. Some of the inspiration and code samples have come from the Perl module Business::OnlinePayment::VirtualNet. Things are working good approximately 99% of the time. However, my communication is getting Nak'd on

[PHP] Re: LRC (longitudinal redundancy check) and Even Parity

2004-08-12 Thread Dominic Schanen
I was calculating the LRC before setting even parity. I'm hoping that was my problem. If so, this is the change that I made, in case anyone else can find use in these functions: /* LRC / /*** taken from Perl module String::LRC ***/ function lrc($buffer) {

[PHP] PDF generation post vs get

2001-11-28 Thread Dominic Schanen
Hello, I'm trying to generate address labels on a pdf sheet. If I use a method of 'GET' for my form, it works fine. However, if I use 'POST', I just get what seems like a blank white pdf. It does the same in either Netscape 4.7 or IE 6. Any ideas? PHP v. 4.0.6 PDFLib 4.0.1 Thanks. -- Dominic

[PHP] PayFlowPro and OpenSSL

2001-11-21 Thread Dominic Schanen
other work arounds? Thanks. -- Dominic Schanen -- PHP General 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]

[PHP] mcrypt trouble, still

2001-08-23 Thread Dominic Schanen
Well, in response to my previous post and its reply, the server administrator tried reinstalling mcrypt and did the testing during the install and it all seemed to work for him there. However, I still get the error: Warning: mcrypt module initialization failed So, now my question is this. In

[PHP] mcrypt trouble

2001-08-21 Thread Dominic Schanen
Hello, I'm trying to do mcrypt encryption but I continue to get the following error: Warning: mcrypt module initialization failed and this is the line of code that I get the error from: $string = mcrypt_cbc(MCRYPT_DES, $key, $test, encrypt); I've also tried several different version of using

[PHP] PHP 4.0.5 Install problem and MySQL

2001-05-10 Thread Dominic Schanen
Hello, I'm attempting to upgrade my version of PHP from 4.0.4pl1 to 4.0.5. My configure command is the following for both versions: --- ./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs --with-zlib= /usr/local --with-gd=/usr/local --with-jpeg-dir=/usr

Re: [PHP] pdflib: unable to generate on the fly, need to write to file

2001-01-26 Thread Dominic Schanen
On Thu, 25 Jan 2001 18:42:41 -0700 (MST), [EMAIL PROTECTED] wrote: I don't know, but I'd love to know the answer to this, too. I currently have to do the same as you: output to file and then direct the browser to the disk- based file. (Then I have to bother about file cleanup.) I had pdflib