From: <php...@li...> - 2007-07-17 15:25:37
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Good day all, I'm having a bit of trouble compiling version 4.1.8 against PHP 5.2.3. I'm getting the following error: > /home/dpatrick/php/downloaded/php-java-bridge-4.1.8/java.c: In function 'java_compile_string': > /home/dpatrick/php/downloaded/php-java-bridge-4.1.8/java.c:118: error: too few arguments to function 'zend_compile_file' > /home/dpatrick/php/downloaded/php-java-bridge-4.1.8/java.c:119: error: 'tsrm_ls' undeclared (first use in this function) > /home/dpatrick/php/downloaded/php-java-bridge-4.1.8/java.c:119: error: (Each undeclared identifier is reported only once > /home/dpatrick/php/downloaded/php-java-bridge-4.1.8/java.c:119: error: for each function it appears in.) > make: *** [java.lo] Error 1 Line 118 appears to be calling zend_compile_file with the correct number of paramaters, so I am unsure of what the problem may be. Any assistance would be greatly appreciated. Thanks in advance, Darian - -- Darian Anthony Patrick, ZCE, GWAS Principal, Application Development Criticode LLC (215) 240-6566 Office (866) 789-2992 Facsimile Web: http://criticode.com Email: da...@cr... JID: da...@ja... -----BEGIN PGP SIGNATURE----- iD8DBQFGnN9qKpzEXPWA4IcRAlFIAJ44v4rGo4Vc9j7Zo7K56R1LTfmf4wCePJ0L 7cgFfY/yMZAg/6S/tvnq+JE= =Gr5s -----END PGP SIGNATURE----- |
From: <php...@li...> - 2007-07-17 16:29:14
|
Sounds like one (or more) of your arguments are evaluating to null or generating an error when evalutated. In this case, the argument would likely be skipped. Check your undeclared 'tsrm_ls' term. This might be the cause of the error. Hope this helps. --Nathan Shaskin compliance publishing php...@li... wrote: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Good day all, I'm having a bit of trouble compiling version 4.1.8 against PHP 5.2.3. I'm getting the following error: > /home/dpatrick/php/downloaded/php-java-bridge-4.1.8/java.c: In function 'java_compile_string': > /home/dpatrick/php/downloaded/php-java-bridge-4.1.8/java.c:118: error: too few arguments to function 'zend_compile_file' > /home/dpatrick/php/downloaded/php-java-bridge-4.1.8/java.c:119: error: 'tsrm_ls' undeclared (first use in this function) > /home/dpatrick/php/downloaded/php-java-bridge-4.1.8/java.c:119: error: (Each undeclared identifier is reported only once > /home/dpatrick/php/downloaded/php-java-bridge-4.1.8/java.c:119: error: for each function it appears in.) > make: *** [java.lo] Error 1 Line 118 appears to be calling zend_compile_file with the correct number of paramaters, so I am unsure of what the problem may be. Any assistance would be greatly appreciated. Thanks in advance, Darian - -- Darian Anthony Patrick, ZCE, GWAS Principal, Application Development Criticode LLC (215) 240-6566 Office (866) 789-2992 Facsimile Web: http://criticode.com Email: da...@cr... JID: da...@ja... -----BEGIN PGP SIGNATURE----- iD8DBQFGnN9qKpzEXPWA4IcRAlFIAJ44v4rGo4Vc9j7Zo7K56R1LTfmf4wCePJ0L 7cgFfY/yMZAg/6S/tvnq+JE= =Gr5s -----END PGP SIGNATURE----- ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ php-java-bridge-users mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users --------------------------------- Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. |
From: <php...@li...> - 2007-07-18 18:21:32
|
Hi Daran, > > /home/dpatrick/php/downloaded/php-java-bridge-4.1.8/java.c:118: error: too few arguments to the C version 4.1.8 currently doesn't work in a threaded environment (I forgot to add a TSRMLS). Please use the pure PHP version instead. Or please use the latest stable version, which is version 3.2.1. I will reorganize the download area accordingly. Regards, Jost Boekemeier dddd |
From: <php...@li...> - 2007-07-18 20:54:00
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 php...@li... wrote: > Hi Daran, > >>> /home/dpatrick/php/downloaded/php-java-bridge-4.1.8/java.c:118: error: too few arguments to > > the C version 4.1.8 currently doesn't work in a threaded environment (I forgot to add a TSRMLS). > > Please use the pure PHP version instead. Or please use the latest stable version, which is version > 3.2.1. > > > I will reorganize the download area accordingly. > > > Regards, > Jost Boekemeier Ah yes, threads. Thanks for your help Jost! - -- Darian Anthony Patrick, ZCE, GWAS Principal, Application Development Criticode LLC (215) 240-6566 Office (866) 789-2992 Facsimile Web: http://criticode.com Email: da...@cr... JID: da...@ja... -----BEGIN PGP SIGNATURE----- iD8DBQFGnn3hKpzEXPWA4IcRAhQ4AJ9wzo53ceUeOpDf2CzeIT/bUHwX/ACbBlEk 3sIh43cuOcAy4/Sq7rFFb0o= =Ysv8 -----END PGP SIGNATURE----- |