php-windows Digest 26 Aug 2001 13:50:52 -0000 Issue 721 Topics (messages 9058 through 9065): Re: PHP and JAVA error??? 9058 by: Arjen van Efferen 2. PHP and JAVA error??? 9059 by: Kumschick Alain Re: Help with PHP/Apache/Win98 install 9060 by: Kumschick Alain 9061 by: Alain Samoun Re: Activedirectory and ldap (AND NOVELL) 9062 by: PoBK Re: Is there any way to fork with PHP? 9063 by: PoBK 9064 by: Rasmus Lerdorf PHP compiled with DEAPI 9065 by: Thomas Hove Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to the list, e-mail: [EMAIL PROTECTED] ----------------------------------------------------------------------
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 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 ;java.library.path = .\ ******************************************* Are there adder changes to make. Why isn't it working? --- Alain K. --- -- PHP Windows 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]
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\php_java.jar java.home = d:\jdk java.library = d:\jdk\jre\bin\hotspot\jvm.dll java.library.path = .\ extension_dir = d:\php\extensions\ **************************************************** What else do I have to change? -Alain K.-
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]">news:[EMAIL PROTECTED]... > Hello Everyone > > I have installed php on my win98 computer with Apache. The php files are in > c:\php directory. I put a test script in the Apache htdocs directory and > ran the script but all I getting is the raw text of the script file. Php > does not appear to be processing file(http://localhost/test.php) and no > errors appear. Can anyone tell what I'm doing incorrectly? > > Chris Scott > [EMAIL PROTECTED] > >
> 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 Apache. Alain Samoun > "Chris Scott" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Hello Everyone > > > > I have installed php on my win98 computer with Apache. The php files are > in > > c:\php directory. I put a test script in the Apache htdocs directory and > > ran the script but all I getting is the raw text of the script file. Php > > does not appear to be processing file(http://localhost/test.php) and no > > errors appear. Can anyone tell what I'm doing incorrectly? > > > > Chris Scott > > [EMAIL PROTECTED] > > > > > > > > -- > PHP Windows 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]
> > 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 to authenticate and browse a novell netware 5 server Cheers 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 feature...???? Possibly... Maybe an opt in library?? I Dunno... i'll plod around with some ideas...
> > 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 in the pcntl extension in CVS. -Rasmus
Hello ! I'm running an ApacheWebserver 1.3.20 with mod_ssl/2.8.4, OpenSSL/0.9.6a and PHP 4.0.6. Everytime I start the Apache Server the following error message appear : [Wed Jun 27 12:35:00 2001] [warn] Loaded DSO F:/php/sapi/php4apache.dll uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) Can anyone please provide me with php4apache.dll compiled with -DEAPI or maybe tell me how to do it (very specific - as I have never compiled before..)