> > Like in Perl, is there any way to fork with php? I couldn't find any
> answers
> > to this question...
>
> Not that i know of... this I suspect is primarily to do with the fact that
> PHP was developed as a Web Scripting language and thus has no need to thread
There is a pcntl_fork() function
> Like in Perl, is there any way to fork with php? I couldn't find any
answers
> to this question...
Not that i know of... this I suspect is primarily to do with the fact that
PHP was developed as a Web Scripting language and thus has no need to thread
> There should be a solution for fork feat
> > Has anyone managed to get ldap in php to talk to an Active directory for
> > authentication of user logins.
> > Right now i'm drawing a blank, so if anyone has an example on how they
> > did it, please show it, i would be very grateful.
I'd also be greatfull if anyone has any pointers on how
> Windows 9x (95/98 and ME) does not know the fonction "localhost"
> You sould use Win NT/2K
Where did you hear that? localhost or http://127.0.0.1/ are perfectly
allright in win9x...
His problem is probably where he puts his test file (c:\apache\htdocs instead of
c:\php) or/and the config of Apac
Do you have an fix IP ADDRESS?
If yes type in your browser:
http://ipaddress/ (example: http://192.168.0.1/ )
Windows 9x (95/98 and ME) does not know the fonction "localhost"
You sould use Win NT/2K
-Alain-
"Chris Scott" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]
I get an error message like this:
Fatal error: java.lang.UnsatisfiedLinkError: no php_java in
java.library.path in D:\website\kumschick\test\ip.php on line 8
I have configured my PHP.INI file like this:
[Java]
java.class.path = d:\php\java\
did you remove the ';' signs in front of each line from the config file?
-Original Message-
From: Kumschick Alain [mailto:[EMAIL PROTECTED]]
Sent: zaterdag 25 augustus 2001 15:02
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] PHP and JAVA error???
Wh can I make JAVA work with PHP.
I have JAV
php-windows Digest 25 Aug 2001 15:02:11 - Issue 720
Topics (messages 9056 through 9057):
Re: printer_start_doc
9056 by: Daniel Beulshausen
PHP and JAVA error???
9057 by: Kumschick Alain
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsub
Wh can I make JAVA work with PHP.
I have JAVA version "jdk 1.3.1" from "sun".
I have copy/paste the JAVA line in the PHP.INI File:
***
[Java]
;java.class.path = d:\php\java\php_java.jar
;java.home = d:\jdk
;java.library = d:\jdk\jre\bin\hotspot\jvm.dll
;j
At 15:08 24.08.2001 -0400, Rob Cox wrote:
>Updated to 4.0.7rc1 and it still didn't work.
>Here's my snippet:
>
>$handle = printer_open("\\\kinkos\\kinkos");
>printer_start_doc($handle, "Project Status");
>printer_start_page($handle);
>printer_write($handle, "any text");
>printer_end_page($handle);
10 matches
Mail list logo