Where can I get mcrypt for windows and php 4.2.1?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Does anybody know anything about mcrypt for windows???
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Has anyone got a working mcrypt.dll for php 4.2.1 and Windows 2000 Server?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Oops I was misspelling the recipients name. :)
Charles Killmer
-- Original Message --
From: "charlesk " <[EMAIL PROTECTED]>
Reply-To: <[EMAIL PROTECTED]>
Date: Thu, 30 May 2002 09:09:33 -0500
I am getting a "Server Error"
I am getting a "Server Error" when I try to send an email to a domain that we host. I
dont get that error when I send mail to another domain that we host. I have checked
DNS and I am able to ping the required hosts.
Does anyone have any suggestions for what is causing this "Server Error"?
I am so far unable to use the var SID. I have determined the the script thinks it is
defing but empty.
";
echo defind("SID");
echo "";
echo session_id();
?>
Try this script. SID is empty but defined. I can alternately call session_id but I
have many sites that use SID.
Charles Killmer
Wind
This isnt really the place for it but I thought some might be interested.
Has any thought been given to the following process scheduling idea?
As a process's cpu usage gets higher it priority gets slightly lower. So that if I
have a process to run but someone is hogging the CPU my task while
check clearstatcache()
Charles Killmer
-- Original Message --
From: "Craig Westerman" <[EMAIL PROTECTED]>
Date: Tue, 30 Apr 2002 18:29:37 -0500
When I run this the first time, file.txt contains value of 30. Then I add 15
to it with following script and fi
Its amazing how a message can change like this. My original meesage was just humorous.
Charles
---Original Message---
I went to php.net wnating info on the date() function. To my surprise the word date
was already in the "search for" field.
Has PHP developed some new functions?
Possible
I went to php.net wnating info on the date() function. To my surprise the word date
was already in the "search for" field.
Has PHP developed some new functions?
Possible code
If not are these ever planned as I have use for them.
Thanks
Charles Killmer
PS In case you are wondering yes
It looks like gmp_divexact returns a resource which does not appear to be what you
want.
You may have to access the result somehow to see if it is giving you what you expect.
Charles Killmer
-- Original Message --
From: "brendan conroy" <[EMAIL PROTECTE
rtual hosts". Each one can have its own root.
miguel
On Fri, 15 Mar 2002, charlesk wrote:
> I want to make use of the doc_root settings in the ini file. But I don't want ot
>have links on my sites like
> on one site
> href="/site1/document.php"
> and on another s
I want to make use of the doc_root settings in the ini file. But I don't want ot have
links on my sites like
on one site
href="/site1/document.php"
and on another site
href="/site2/document.php"
Is there some way to have different doc_roots based on the domain name or per IIS site?
Charles Kil
Does anyone know when this will be available?
Or if it already is, where it can be downloaded?
Thanks
Charles
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I noticed a similar thing so I started performance logs on all php scripts.
I found that the same User (IP/User Agent) could request a file and it would usually
run around .01 seconds. Every once in a while though it would jump to 30+ seconds.
Not a server load issue because it sometimes happe
Windows 2000 Server, PHP 4.1.0, IIS 5.0
--
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]
We host many sites with PHP. Is there any way to have each site use a different
php.ini?
Charles Killmer
--
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: [
How do you make a function like
bool session_register (mixed name [, mixed ...])
What does the function look like that it can take unlimited arguments?
Charles Killmer
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:
Does anyone know how to create GUID's in PHP?
Charles Killmer
PHP 4.1.0 IIS 5 Windows 2000 Server
--
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 PRO
Are there any php compilers available for win32?
Can they compile to byte code that the processor like C uses, instead of an
interpreter?
Charles Killmer
IIS 5.0, Windows 2000 Server, PHP 4.1.0
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For ad
something like
someColumnInTable;
echo $row->someOtherColumnInTable;
}
?>
-- Original Message --
From: "louie miranda" <[EMAIL PROTECTED]>
Date: Fri, 4 Jan 2002 04:45:57 +0800
Hi, is it possible to print the sql query? i mean
i want to print the output
time that it is waiting for database connections to complete.
The best suggestion I can make is to try to determine if the scripts that
time out have been passed a common post or get variable, that may be
upsetting your code.
Fred
Charlesk <[EMAIL PROTECTED]> wrote in message
[EMAIL P
03 Jan 2002 08:10:08 -0600 schrieb charlesk :
> Is the php engine slowed by users with a slow connection?
it _should_ not under "normal" circumstances - but what problems are you
exactly experiencing?
henning
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail
Is the php engine slowed by users with a slow connection?
Charles Killmer
NetgainTechnology.com
IIS 5.0 Win 2000 Server PHP 4.1.0
--
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 a
en" <[EMAIL PROTECTED]>
Date: Wed, 02 Jan 2002 22:32:53 +0100
Hi,
You could use register_shutdown_function() which should be called before the script
ends (duh!).
Define a function for your process and pass it's name to register_shutdown_function() .
bvr.
On Wed, 2 Jan 2002 15
2 Jan 2002 22:32:53 +0100
Hi,
You could use register_shutdown_function() which should be called before the script
ends (duh!).
Define a function for your process and pass it's name to register_shutdown_function() .
bvr.
On Wed, 2 Jan 2002 15:14:59 -0600, charlesk wrote:
>This works almost.
This works almost. Instead of having echo "hello"; you have a huge process that takes
a while, the browser wont redirect until the script is finished. This seems to be a
"feature" of IIS. Has anyone found a way to do something similar in PHP 4.1.0, IIS
5.0, Windows 2000 Server?
I basically
t; <[EMAIL PROTECTED]>
Date: Wed, 2 Jan 2002 15:46:32 -0500
no you need to restart apache to change an in setting. So it loads the
settings once per server start (at least with apache).
"Charlesk" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...
> Does PH
Does PHP parse the ini file every time a file is requested? I am trying to track down
a problem on various pages where the timelimit will expire. These are not complex
pages and when I go to them they work fine.
I have used the same browser that the user eses when the timeout occurs. Nothin
How can I redirect the output from phpinfo to a file.
If I try
error_log(phpinfo(),3,"z:\\".date("YmdHis").".html");
all that is in the file is the number 1.
The output gets sent to the user.
Charles Killmer
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PRO
ho '';
?>
And see if the information you want is in there anywhere.
Mike
> I don't believe that the system variables are available to php. I work on
> *nix mostly, but I have a windows machine at home running php and I can't
> access any of my system var'
;t
access any of my system var's.
- Original Message -
From: "charlesk " <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 27, 2001 11:33 AM
Subject: [PHP] Exec as user
> I have been looking through the docs and found no help on either finding
w
I have been looking through the docs and found no help on either finding which user
the EXEC'ed commands run as, or how to specify which user they should run as. I tried
exec, system, and passthru running a batch file that would write %USERNAME% to a file.
And all three functions wrote nothin
33 matches
Mail list logo