Re: [PHP-WIN] Re: Is there any way to fork with PHP?

2001-08-25 Thread Rasmus Lerdorf
> > 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

[PHP-WIN] Re: Is there any way to fork with PHP?

2001-08-25 Thread PoBK
> 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

[PHP-WIN] Re: Activedirectory and ldap (AND NOVELL)

2001-08-25 Thread PoBK
> > 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

Re: [PHP-WIN] Re: Help with PHP/Apache/Win98 install

2001-08-25 Thread Alain Samoun
> 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

[PHP-WIN] Re: Help with PHP/Apache/Win98 install

2001-08-25 Thread Kumschick Alain
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]

[PHP-WIN] 2. PHP and JAVA error???

2001-08-25 Thread Kumschick Alain
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\

RE: [PHP-WIN] PHP and JAVA error???

2001-08-25 Thread Arjen van Efferen
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 -0000 Issue 720

2001-08-25 Thread php-windows-digest-help
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

[PHP-WIN] PHP and JAVA error???

2001-08-25 Thread Kumschick Alain
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

Re: [PHP-WIN] printer_start_doc

2001-08-25 Thread Daniel Beulshausen
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);