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
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
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
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
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
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
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