Search found 14 matches

by xuleit
Mon Jul 19, 2004 4:48 pm
Forum: Installation and Configuration
Topic: want apache to support SSI
Replies: 1
Views: 3590

i solved the problem now!

apache2 not need the file mod_include.so .

there are tow "Options" directive in my httpd.conf :(

<Directory />
Options Includes FollowSymLinks
AllowOverride None
</Directory>

Options Includes FollowSymLinks

they all must add "Includes"
by xuleit
Mon Jul 19, 2004 1:59 pm
Forum: PHP - Code
Topic: java.lang.UnsatisfiedLinkError: no php_java in java.library.
Replies: 3
Views: 1324

my php version is 4.3.0 and my apache version is 2.0.40

my system is redhat9
by xuleit
Mon Jul 19, 2004 1:54 pm
Forum: Installation and Configuration
Topic: want apache to support SSI
Replies: 1
Views: 3590

want apache to support SSI

i configured apache 2.0.48 as below:
./configure --prefix=/usr/local/apache2 --enable-module=include --enable-module=so

make
make install

all seem right,but why i can't find mod_include.so in my disk

i want to use SSI dictate

any suggestion is appreciated
by xuleit
Mon Jul 19, 2004 2:10 am
Forum: PHP - Code
Topic: java.lang.UnsatisfiedLinkError: no php_java in java.library.
Replies: 3
Views: 1324

please help me. :cry:
by xuleit
Mon Jul 19, 2004 1:05 am
Forum: PHP - Code
Topic: [SOLVED] how to get a 'Byte Array' type varable in php4
Replies: 5
Views: 1010

now it works!!

i installed a wrong version's jsdk,replace j2sdk with jsdk then works well
by xuleit
Mon Jul 19, 2004 12:57 am
Forum: PHP - Code
Topic: java.lang.UnsatisfiedLinkError: no php_java in java.library.
Replies: 3
Views: 1324

java.lang.UnsatisfiedLinkError: no php_java in java.library.

why my php can't excute java php.ini [Java] java.class.path=/usr/lib/php_java.jar java.home=/usr/java/j2sdk1.4.1_02 java.library=/usr/java/j2sdk1.4.1_02/jre/lib/i386/server/libjvm.so java.library.path=/usr/java/j2sdk1.4.1_02/jre/lib/i386 extension_dir=/usr/lib/20020429 extension=java.so phpinfo() ja...
by xuleit
Sun Jul 18, 2004 1:01 pm
Forum: Linux
Topic: Function registration failed - duplicate name - mysql_connec
Replies: 2
Views: 2835

feyd is so kind

but how can i unload it from my memery?
i tried to restart apache and mysql again and again. :(

thanks to feyd. :)
by xuleit
Sun Jul 18, 2004 12:32 pm
Forum: Linux
Topic: Function registration failed - duplicate name - mysql_connec
Replies: 2
Views: 2835

Function registration failed - duplicate name - mysql_connec

when i update my php from v4.22 to 4.30 i get this error message: who can help me , thanks a lot! HTTP/1.0 0 X Content-type: text/html PHP Warning: Function registration failed - duplicate name - mysql_connect in Unknown on line 0 PHP Warning: Function registration failed - duplicate name - mysql_pc...
by xuleit
Fri Jul 16, 2004 1:17 am
Forum: PHP - Code
Topic: [SOLVED] how to get a 'Byte Array' type varable in php4
Replies: 5
Views: 1010

sorry,i did not express my meaning clearly

this code writen in jsp works <%@ import="Microsoft.DVAP.PSO.* " %> <% byte[] iv = PSOCryptography.IVGenerator(strIV); String SPItemRequest=PSOCryptography.GenerateSPItemRequest(ReturnURL,iv); %> i'll write some code in php like the code above $vnet=new java("Microsoft.DVAP.PSO.PSOCry...
by xuleit
Fri Jul 16, 2004 12:10 am
Forum: PHP - Code
Topic: [SOLVED] how to get a 'Byte Array' type varable in php4
Replies: 5
Views: 1010

thanks,but i really need some thing like this ...

feyd,thank u very much.

but i really need a result like the code write in asp byte[] $byteIV .
by xuleit
Thu Jul 15, 2004 11:56 pm
Forum: PHP - Code
Topic: [SOLVED] how to get a 'Byte Array' type varable in php4
Replies: 5
Views: 1010

how to get a 'Byte Array' type varable in php4

-------------------------------------------------------------------------------- I am writing a PHP interface with an API that requires a "Byte Array" as a data type. I know Perl has a "USE BYTES" option that will allow the data to be recognized as bytes. Does anyone know if PHP...
by xuleit
Sun Feb 15, 2004 9:45 pm
Forum: Databases
Topic: help for 'incorrect information infile \booksys\books.frm'.
Replies: 0
Views: 382

help for 'incorrect information infile \booksys\books.frm'.

when i download my database files books.* from my internet linux web server to my local disk,i find that i can't access to the table.the error information is 'incorrect information infile \booksys\books.frm'. i try to download the database files again and again,the same problem remained.But the data...
by xuleit
Sun Feb 15, 2004 9:29 pm
Forum: PHP - Code
Topic: how to create a .doc file
Replies: 4
Views: 1220

thanks

if i have to put it all into PDF-Format,what should i do?any code can somebody show me?
by xuleit
Sun Feb 15, 2004 6:41 pm
Forum: PHP - Code
Topic: how to create a .doc file
Replies: 4
Views: 1220

how to create a .doc file

i don't know how to print information in my database in a special format.i want to create a .doc file to solve this problem,can somebody help me ?
thanks in adv. :lol: