[PHP] mcrypt again...

2002-07-01 Thread charlesk
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

[PHP] MCRYPT anybody anybody???

2002-07-01 Thread charlesk
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

[PHP] mcrypt

2002-06-29 Thread charlesk
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

Re: [PHP] Help with Mail NEVERMIND

2002-05-30 Thread charlesk
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"

[PHP] Help with Mail

2002-05-30 Thread charlesk
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"?

[PHP] SID is missing in 4.2.0

2002-05-06 Thread charlesk
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

[PHP] Process Scheduling

2002-05-03 Thread charlesk
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

Re: [PHP] odd behavior

2002-05-01 Thread charlesk
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

RE: [PHP] New php functions?

2002-04-02 Thread charlesk
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

[PHP] New php functions?

2002-03-27 Thread charlesk
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

Re: [PHP] Sooo close - please help

2002-03-22 Thread charlesk
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

Re: [PHP] Mulitple ini files?

2002-03-15 Thread charlesk
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

[PHP] Mulitple ini files?

2002-03-15 Thread charlesk
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

[PHP] PHP 4.1.2 binary for windows

2002-03-07 Thread charlesk
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

Re: [PHP] Odd parse speed problem in 4.06/Linux/Apache

2002-01-31 Thread charlesk
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

[PHP] RE: Multiple INI Files

2002-01-28 Thread charlesk
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]

[PHP] Multiple INI Files

2002-01-28 Thread charlesk
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: [

[PHP] mixed datatype

2002-01-28 Thread charlesk
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:

[PHP] PHP Creating GUID's in PHP 4.1.0

2002-01-15 Thread charlesk
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

[PHP] Compiled PHP

2002-01-11 Thread charlesk
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

Re: [PHP] printing php variable into html > print $result; ?

2002-01-03 Thread charlesk
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

Re: [PHP] Re: PHP scripts timeout

2002-01-03 Thread charlesk
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

[PHP] PHP scripts timeout

2002-01-03 Thread charlesk
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

[PHP] PHP dependent on connection speed?

2002-01-03 Thread charlesk
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

Re: [PHP] Forking in PHP

2002-01-02 Thread charlesk
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

Re: [PHP] Forking in PHP

2002-01-02 Thread charlesk
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.

[PHP] Forking in PHP

2002-01-02 Thread charlesk
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

Re: [PHP] INI file parsing

2002-01-02 Thread charlesk
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

[PHP] INI file parsing

2002-01-02 Thread charlesk
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

[PHP] redirect phpinfo output

2001-12-28 Thread charlesk
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

Re: [PHP] Exec as user

2001-12-28 Thread charlesk
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'

Re: [PHP] Exec as user

2001-12-27 Thread charlesk
;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

[PHP] Exec as user

2001-12-27 Thread charlesk
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