[PHP-WIN] mcrypt problem

2004-03-05 Thread Desmond
Hi, Hope somebody can help me with this problem. I've got IIS and PHP on WIN2K. I did the following : 1) downloaded php_mcrypt.dll and libmcrypt.dll. 2) Copied php_mcrypt.dll to d:\php\extensions and libmcrypt.dll to c:\windows\system32. (The extension_dir is pointin to d:\php\extensions) 3) uncom

php-windows Digest 5 Mar 2004 21:14:04 -0000 Issue 2151

2004-03-05 Thread php-windows-digest-help
php-windows Digest 5 Mar 2004 21:14:04 - Issue 2151 Topics (messages 23065 through 23074): File Length 23065 by: dwight ian Re: Sending arguments to a SP in PHP 23066 by: Svensson, B.A.T. (HKG) 23067 by: Luis Moreira Problems with CONSTANTS that does not get defined

[PHP-WIN] extensieadons_dir= not being read and yes it is uncommented

2004-03-05 Thread Rafi Sheikh
Hello List. I uam using: apache 1.3.29, php 4.3.4, MySql 1.3 on WIN2K-Pro My php install (and extensions dir) is under c:\php. However, in php.ini (located under WINNT\php.ini) I point the extensions directory to c:\php\extensions, the php_info() lists extensions_dir=c:\php4 (does not read or

RE: [PHP-WIN] PHP compiler

2004-03-05 Thread William CANDILLON
Thks a lot, it's work perfectly. -Message d'origine- De : Piotr Pluciennik [mailto:[EMAIL PROTECTED] Envoyé : vendredi 5 mars 2004 14:32 À : [EMAIL PROTECTED] Objet : Re: [PHP-WIN] PHP compiler Try: http://www.ioncube.com/ HTH, Piotr --- William CANDILLON <[EMAIL PROTECTED]> wrote: > H

Re: [PHP-WIN] PHP compiler

2004-03-05 Thread Piotr Pluciennik
Try: http://www.ioncube.com/ HTH, Piotr --- William CANDILLON <[EMAIL PROTECTED]> wrote: > Heya ^^ > I wanna know if there are a way to "compile" our own > php script ? > Regards. > StorM > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.p

Re: [PHP-WIN] Problems with CONSTANTS that does not get defined - SOLVED

2004-03-05 Thread Svensson, B.A.T. (HKG)
Me too, until Sven induced me think in the right way about the problem. I had a validation if-else construction before the execution of the defines. I knew it had to be a stupid mistake made by me /somewhere/ - since CONSTANT /should/ work. But I were unable to track the devil down (been looking

Re: AW: [PHP-WIN] Problems with CONSTANTS that does not get defined

2004-03-05 Thread Svensson, B.A.T. (HKG)
On Fri, 2004-03-05 at 13:34, Sven Schnitzke wrote: > Hi Anders, > > my first guess is that it might be an unfinished string ' problem starting > _before_ and hiding the defines for JOB_CMD and FIVE. Good guess (and you was almost right, right about the part of hiding code). I am using GNU Em

Re: [PHP-WIN] Problems with CONSTANTS that does not get defined

2004-03-05 Thread Ignatius Reilly
Beats me. Ignatius _ - Original Message - From: "Svensson, B.A.T. (HKG)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 05, 2004 13:17 Subject: [PHP-WIN] Problems with CONSTANTS that does not get defined > Running this code: > > > [...] > // META

[PHP-WIN] Problems with CONSTANTS that does not get defined

2004-03-05 Thread Svensson, B.A.T. (HKG)
Running this code: [...] // META DATA DEFINES define("META_DATA", -1); define("NUM_LINES", 0); [...] define("JOB_CMD", 5); define("FIVE",5); // DEBUG [...] function ...() { $atlist = at_job_list(); $UserJobNr = 0; $UserJobList[META_DATA][NUM_LINES] = 0; $numJobs = $atlis

Re: [PHP-WIN] Sending arguments to a SP in PHP

2004-03-05 Thread Luis Moreira
Is the echo you show after the string being generated or within the funcion ? Try it (if you haven't already) immediately after the generation. Maybe there is something wrong with the other strings envolved, or with the syntax itself (you don't show the entire command). If it is not, don't bother w

RE: [PHP-WIN] Sending arguments to a SP in PHP

2004-03-05 Thread Svensson, B.A.T. (HKG)
Very is your problem located? Is the string not properly built by php? or is an error genereated when you try to execute the query? -Original Message- From: Harpreet K. Singh To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: 2004-03-04 21:55 Subject: [PHP-WIN] Sending arguments to a SP in P