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 - 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
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
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
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
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
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
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
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
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
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
11 matches
Mail list logo