[PHP-WIN] Re: Problem getting PEAR going

2006-11-16 Thread Elizabeth Smith
Niel Archer wrote: Hi all Just spent a chunk of the afternoon setting up Apache 2.2 with PHP 5.2.0. The basic configuration works just fine, but I cannot get PEAR to install. All I get is a series of: Warning: Cannot use a scalar value as an array in phar://go-pear.phar/Archive/Tar.php on line

[PHP-WIN] Re: PHP and batch-files

2007-06-01 Thread Elizabeth Smith
Gustav Wiberg wrote: Hi there! I want to use PHP to run as a "batch-file" on the server every night. What are the alternatives for doing this. I'm using II6 and Win2003 Server, and PHP as an ISAPI-module. (vers 5.2.2) Best regards Gustav Wiberg The easiest way to do this would be to simp

Re: [PHP-WIN] PECL extension Install Questions . - Re: [PHP-WIN] Fatle Error: FILTER_VALIDATE_EMAIL

2007-06-11 Thread Elizabeth Smith
Mark Abrams wrote: Thank you Neil, MSVCR80.DLL is on my PC in C:\windows\system32 my path points to the file Also. I also read the doc on PECL and am lost as to how I would install this under the ApacheTraid system that I use for development. You're on windows - precompiled is the way

Re: [PHP-WIN] LDAP and AD

2007-08-27 Thread Elizabeth Smith
Gustav Wiberg wrote: Hi there! Back to my main problem: I want to achieve this: I'm about to build an Intranet. The company has Windows Server 2003 and IIS 6 installed. They also have active directory. I want to them to able to log in without entering username and password, This can be ach

[PHP-WIN] Re: Memory leak occurs when exec() function is used on Windows platform

2007-09-09 Thread Elizabeth Smith
melmack wrote: Hi I have a big problem with shell commands execution via PHP. I have written a very short PHP script ilustrating the problem: { exec("test.bat"); } ?> test.bat is just an empty file. This script causes about 10 MB memory leak. It can be observed by usage of p

Re: [PHP-WIN] crypt() with decription

2007-12-04 Thread Elizabeth Smith
Mohit wrote: That does not sound good. We should create some functions to decrypt it back again, agree? Mohit Valecha from the manual: crypt — One-way string encryption (hashing) Note: There is no decrypt function, since crypt() uses a one-way algorithm. I

[PHP-WIN] Re: COM - Problem with Dates

2007-12-04 Thread Elizabeth Smith
Oliver Espeter wrote: Hi, I have still the same problem. Because I didn't find a solution, I am aktualy writing a php extension that wrapps around the needed functions of the third-party com-sdk. My plan: - Connect to the third-party lib throuh COM direcly from my php-source-files. - Using a