Re: [PHP] Java call on object causes segfault.

2003-01-26 Thread John Wells
Philip, Thanks. I did submit a bug report and also compiled with debug. That's where the backtrace captured in my email came from. If you'd like to veiw the bug report, it can be found at: http://bugs.php.net/bug.php?id=21881 I'll try 4.3.0 and see what happens. I was holding back because I u

Re: [PHP] Java call on object causes segfault.

2003-01-26 Thread Philip Olson
Whenever you get a segfault, try the latest stable release and during compile be sure to use --enable-debug : http://snaps.php.net/ If the segfault exists here, write a bug report and include the backtrace: http://bugs.php.net/how-to-report.php http://bugs.php.net/ This will be of great h

[PHP] Java call on object causes segfault.

2003-01-26 Thread John Wells
Working on getting Java integration going. I was able to get it to work with the online example and can create an object of java.lang.System and print various properties returned from there. However, if I create my own class, I can instantiate it, but if I call a method on that class it causes a