You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
(6) |
Nov
(8) |
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(19) |
Feb
(15) |
Mar
(10) |
Apr
(8) |
May
(7) |
Jun
(9) |
Jul
(13) |
Aug
(31) |
Sep
(111) |
Oct
(52) |
Nov
(72) |
Dec
(42) |
2006 |
Jan
(21) |
Feb
(32) |
Mar
(33) |
Apr
(24) |
May
(15) |
Jun
(40) |
Jul
(32) |
Aug
(19) |
Sep
(38) |
Oct
(37) |
Nov
(63) |
Dec
(37) |
2007 |
Jan
(18) |
Feb
(39) |
Mar
(69) |
Apr
(49) |
May
(71) |
Jun
(59) |
Jul
(71) |
Aug
(85) |
Sep
(46) |
Oct
(14) |
Nov
(25) |
Dec
(56) |
2008 |
Jan
(24) |
Feb
(77) |
Mar
(104) |
Apr
(44) |
May
(41) |
Jun
(11) |
Jul
(31) |
Aug
(59) |
Sep
(44) |
Oct
(86) |
Nov
(66) |
Dec
(93) |
2009 |
Jan
(88) |
Feb
(41) |
Mar
(49) |
Apr
(135) |
May
(22) |
Jun
(31) |
Jul
(60) |
Aug
(71) |
Sep
(76) |
Oct
(18) |
Nov
(52) |
Dec
(20) |
2010 |
Jan
(8) |
Feb
(50) |
Mar
(35) |
Apr
(48) |
May
(46) |
Jun
(84) |
Jul
(38) |
Aug
(61) |
Sep
(51) |
Oct
(31) |
Nov
(17) |
Dec
(18) |
2011 |
Jan
(51) |
Feb
(14) |
Mar
(17) |
Apr
(23) |
May
(15) |
Jun
(11) |
Jul
(5) |
Aug
(5) |
Sep
(15) |
Oct
(8) |
Nov
(5) |
Dec
(25) |
2012 |
Jan
(2) |
Feb
(4) |
Mar
(6) |
Apr
(9) |
May
(27) |
Jun
(32) |
Jul
(36) |
Aug
(10) |
Sep
(16) |
Oct
(3) |
Nov
(13) |
Dec
(7) |
2013 |
Jan
(1) |
Feb
(4) |
Mar
|
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(4) |
Oct
(2) |
Nov
(1) |
Dec
|
2014 |
Jan
|
Feb
|
Mar
(2) |
Apr
(1) |
May
(2) |
Jun
(9) |
Jul
(5) |
Aug
(2) |
Sep
(4) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
(3) |
Feb
(2) |
Mar
(4) |
Apr
(3) |
May
(1) |
Jun
(2) |
Jul
|
Aug
(2) |
Sep
(5) |
Oct
(1) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(5) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
(6) |
Feb
|
Mar
|
Apr
(10) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
2018 |
Jan
(2) |
Feb
(5) |
Mar
|
Apr
|
May
(1) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2021 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
1
|
2
|
3
|
4
|
5
(2) |
6
(1) |
7
(1) |
8
(2) |
9
(1) |
10
(2) |
11
(3) |
12
(2) |
13
|
14
(4) |
15
(2) |
16
(3) |
17
(1) |
18
|
19
(2) |
20
(5) |
21
|
22
(7) |
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
From: <php...@li...> - 2006-09-11 16:39:05
|
Hi, first of all thank you very much for the feedback. > non-zts-20050922/JavaBridge.jar --convert > This ran for about 4 minutes before completing. It creates PHP proxies for the classes found in boot classpath and for the additional libraries specified on the command line. Depending on how many classes it has to convert and how fast your machine/VM is, this may take some time. On my devel. machine the command completes in less than two seconds. But even 4 minutes shouldn't be a problem because one usually calls this command once; during installation. > directory (/urs/local/php5/lib/php) and found > several new directories: > charsets > classes > jce > jsse > laf > ui These are created from the essential .jar files from the boot classpath. But rt is missing for some reason, doesn't the apple VM store the runtime into rt.jar? If not, we have a portability problem -- all other JVM implementations I've looked at (among them IBM, Sun, GNU) keep the base classes in rt.jar. > And the "classes" directory is > HUGE. That must be the rt then. This means that we have to add code which tries to detect the apple VM and rename the "classes" directory into the standard name "rt". Do you use a power or intel mac? > It looks > like it has thousands of items (are these classes > too)? Yes, the directory contains java_lang_String.php and the like. > My questions are: > 1) What are all those other directories for when I > only asked for my > sample class to be made into a PEAR class? They're created for convenience. Regards, Jost Boekemeier ___________________________________________________________ Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de |
From: <php...@li...> - 2006-09-11 03:19:52
|
Hoy en la tarde, php...@li... dijo: > I am going crazy with this. Any help would be greatly appreciated. > > I just can't seem to understand how to communicate to java classes > via PHP. I know very little about Java, so am just trying to get the > basics working before I go further with my project. I'm sure this is > ridiculously easy for you Java folks, but I am very confused - I must > be going about this the wrong way: > > I compiled a java class into a file called "HelloWorld.jar": > > import java.util.*; > public class HelloWorld { > public static void main (String args[]) { > // insert code here... > System.out.println("What up dog!"); > } > } You should not be printing to System.out, but instead returning a String [untested]: public class HelloWorld { public String sayHello() { return "What up dog!"; } } (I guess static methods also work; I can't remember now) And then use this in PHP [untested, too]: // ... $x = new java("HelloWorld"); printf("HelloWorld says '%s'<br/>", $x->sayHello()); HTH, -- Guti I don't know what your problem is, but I'll bet it's hard to pronounce. -- Dogbert |
From: <php...@li...> - 2006-09-10 23:40:45
|
I am going crazy with this. Any help would be greatly appreciated. I just can't seem to understand how to communicate to java classes via PHP. I know very little about Java, so am just trying to get the basics working before I go further with my project. I'm sure this is ridiculously easy for you Java folks, but I am very confused - I must be going about this the wrong way: I compiled a java class into a file called "HelloWorld.jar": import java.util.*; public class HelloWorld { public static void main (String args[]) { // insert code here... System.out.println("What up dog!"); } } Then I created a PHP script to try and make a call to this using the PHP/Java bridge: <?php require_once('php_Java.php'); $dir = dirname($_SERVER['SCRIPT_FILENAME']); java_require($dir."/HelloWorld.jar"); $x = new JavaClass("HelloWorld"); $y = new java_class("HelloWorld"); $z = new java("HelloWorld"); echo "=== CAST AS STRING ===<br/>"; echo (string)$x."<br/>"; echo (string)$y."<br/>"; echo (string)$z."<br/>"; echo "=== JAVA VALUES ===<br/>"; echo (java_values($x))."<br/>"; echo java_values($y)."<br/>"; echo (java_values($z))."<br/>"; echo "<p>-- END --"; ?> And when I fire this up in Safari to look at the results, I get: === CAST AS STRING == class HelloWorld class HelloWorld HelloWorld@aed5f9 === JAVA VALUES === class HelloWorld class HelloWorld HelloWorld@aed5f9 -- END -- Why doesn't this thing print out my text. What the heck am I doing wrong? Any help appreciated. Jon |
From: <php...@li...> - 2006-09-10 23:26:22
|
Hi all, First off, my knowledge of Java is very limited (thus the need for the PHP/Java bridge). I have compiled and successfully installed the bridge for PHP 5.1.6 for Mac OS X and wanted to install the PEAR class that represents a sample java class I have called HelloData (which simply prints "Hello the date is: mm/dd/yyyy"). I used the following command as per the instructions: [PROMPT] sudo java -jar /usr/local/php5/lib/php/extensions/no-debug- non-zts-20050922/JavaBridge.jar --convert /usr/local/php5/lib/php HelloDate.jar This ran for about 4 minutes before completing. I was astonished that it would take so long. After it completed I looked in the PEAR directory (/urs/local/php5/lib/php) and found several new directories: drwxr-xr-x 5 root wheel 170 Sep 10 14:19 HelloDate drwxr-xr-x 416 root wheel 14144 Sep 10 14:19 charsets drwxr-xr-x 9200 root wheel 312800 Sep 10 14:19 classes drwxr-xr-x 46 root wheel 1564 Sep 10 14:19 jce drwxr-xr-x 82 root wheel 2788 Sep 10 14:19 jsse drwxr-xr-x 119 root wheel 4046 Sep 10 14:19 laf drwxr-xr-x 106 root wheel 3604 Sep 10 14:19 ui The first extra item makes sense, since it is the Java class I asked to be created in that command. But the rest are a mystery to me (isse? laf? ui?). And the "classes" directory is HUGE. It looks like it has thousands of items (are these classes too)? My questions are: 1) What are all those other directories for when I only asked for my sample class to be made into a PEAR class? Thanks for the assistance. |
From: <php...@li...> - 2006-09-09 17:35:17
|
Hi, > aclocal: configure.in: 20: macro `AM_PROG_GCJ' not > found in library > aclocal: configure.in most likely autoconf is not correctly installed on your operating system or some development files are missing or maybe the debian people have finally patched it to death... :) AM gcj must be defined either to the gcj program or to /bin/false. The scripts use gcj to compile java to native code or they don't do anything, if gcj is not installed. The autoconf scripts work correctly on other OS, so we will not add a workaround for this problem. Please use the original autoconf, automake and libtool programs, not the programs that came with your operating system. The exact procedure is described in the INSTALL document. However, on Ubuntu you don't need to compile the bridge. You can either install the RPM with alien or open it with a file manager and drag and drop the content of the lib directory to your your php installation and restart apache. Regards, Jost Boekemeier ___________________________________________________________ Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de |
From: <php...@li...> - 2006-09-08 12:55:15
|
Hi Folks, I encounter an error when compiling JavaBridge: ./configure --with-java=3D$JAVA_HOME,$JRE_HOME ends up with http://phpfi.com/150294 Kind regards, Matthias Quade Here are my versions: -------- # echo $JAVA_HOME && echo $JAVA_JRE /usr/lib/jvm/java-1.5.0-sun /usr/lib/jvm/java-1.5.0-sun/jre They are correct: # $JAVA_HOME/bin/javac -version javac 1.5.0_06 # $JAVA_JRE/bin/java -version java version "1.5.0_06" -------- # java -version && gcc --version && apache2ctl -version && libtool = --version && automake --version && make null --version && autoconf --version && php-config --version java version "1.5.0_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05) Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing) gcc (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5) Copyright (C) 2006 Free Software Foundation, Inc. Dies ist freie Software; die Kopierbedingungen stehen in den Quellen. Es gibt KEINE Garantie; auch nicht f=C3=BCr VERKAUFBARKEIT oder F=C3R = SPEZIELLE ZWECKE. Server version: Apache/2.0.55 Server built: Jul 26 2006 17:59:52 ltmain.sh (GNU libtool) 1.5.22 Debian 1.5.22-2 (1.1220.2.365 2005/12/18 22:14:06) Copyright (C) 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is = NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR = PURPOSE. automake (GNU automake) 1.4-p6 Copyright (C) 1999, 2001 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is = NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR = PURPOSE. Written by Tom Tromey <tr...@re...> GNU Make 3.81beta4 Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program built for i486-pc-linux-gnu autoconf (GNU Autoconf) 2.59 Written by David J. MacKenzie and Akim Demaille. Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is = NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR = PURPOSE. 5.1.2 |
From: <php...@li...> - 2006-09-08 04:14:13
|
Hi Jost, Thank you very much for replying. Actually XAMPP is not an app server but its installer which install php,mysql and apache web server. My php path is /opt/lampp/lib/php And extension dir is /opt/lampp/lib/php/extensions/where is kept javabridge.jar=20 Thanks again for kind reply. Chirayu Bhatt V2Solutions A New Vision to Solutions India: +91-22-56733201 Ext. 642 http://www.v2solutions.com =20 =20 -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Thursday, September 07, 2006 11:27 PM To: php...@li... Subject: Re: [Php-java-bridge-users] Problem with start of javabridge onlinux Hi, > grep: /opt/lampp/include/php/main/php.h: No such file or directory if you can't compile the C code yourself, the binary download contains a php-cgi and java.so which you can copy into your application server (I assume XAMPP is an application server). Another possibility is to use the pure PHP implementation (http://php-java-bridge.cvs.sourceforge.net/php-java-bridge/php-java-bri dge/java/README?revision=3D1.2&view=3Dmarkup) or to simply use fopen/fwrite/fread to talk to your Java server: http://php-java-bridge.cvs.sourceforge.net/php-java-bridge/php-java-brid ge/examples/clients/sample.php?view=3Dmarkup Regards, Jost Boekemeier =09 ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de ------------------------------------------------------------------------ - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 121642 _______________________________________________ php-java-bridge-users mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
From: <php...@li...> - 2006-09-07 17:56:47
|
Hi, > grep: /opt/lampp/include/php/main/php.h: No such > file or directory if you can't compile the C code yourself, the binary download contains a php-cgi and java.so which you can copy into your application server (I assume XAMPP is an application server). Another possibility is to use the pure PHP implementation (http://php-java-bridge.cvs.sourceforge.net/php-java-bridge/php-java-bridge/java/README?revision=1.2&view=markup) or to simply use fopen/fwrite/fread to talk to your Java server: http://php-java-bridge.cvs.sourceforge.net/php-java-bridge/php-java-bridge/examples/clients/sample.php?view=markup Regards, Jost Boekemeier ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de |
From: <php...@li...> - 2006-09-06 12:02:41
|
Hi, I have installed php with xampp version 1.5.1 on linux provided by apachefriends. Location of that installation is /opt/lampp/. I wanted to install php javabridge with this so I used php-java-bridge-3.0.8-1.src.rpm I extracted it into /usr/src/redhat/SOURCES/php-java-bridge-3.0.8 as it asked to do so. My phpize is in /opt/lampp/bin. So I gave command=20 # phpize && //usr/src/redhat/SOURCES/php-java-bridge-3.0.8/configure --with-java=3D/home/cherry/j2sdk1.4.2_04 && make=20 Copying command [root@localhost bin]# phpize && /usr/src/redhat/SOURCES/php-java-bridge-3.0.8/configure --with-java=3D/home/trkastar/j2sdk1.4.2_04 && make Response is=20 grep: /opt/lampp/include/php/main/php.h: No such file or directory grep: /opt/lampp/include/php/Zend/zend_modules.h: No such file or directory grep: /opt/lampp/include/php/Zend/zend_extensions.h: No such file or directory Configuring for: PHP Api Version: Zend Module Api No: Zend Extension Api No: -bash: /usr/src/redhat/SOURCES/php-java-bridge-3.0.8/configure: No such file or directory How can I achieve java support in this case. Chirayu Bhatt V2Solutions A New Vision to Solutions India: +91-22-56733201 Ext. 642 http://www.v2solutions.com =20 =20 |
From: <php...@li...> - 2006-09-05 20:24:25
|
Hi Brent, in version 3.1.4 the autoconf script doesn't check if the Java VM can really use JNI and always compiles the java.so against unix domain sockets. You can test this with the following command: /usr/java/jdk1.5.0_08/bin/java -jar /usr/local/lib/php/extensions/no-debug-non-zts-20050922/JavaBridge.jar LOCAL:@dummy 3 "" If the above command displays an error message, please configure the bridge to use TCP sockets (or use the J2EE/Tomcat back end) instead: Please either set: java.hosts = 127.0.0.1:9267 java.servlet = Off and start Java manually with the command: java -jar JavaBridge.jar Or start Java via a J2EE server or the Tomcat servlet engine, copy JavaBridge.war to the J2EE autodeploy folder, e.g.: /opt/tomcat/webapps, wait 10 seconds while the Java server starts the bridge and set the following options: java.hosts = 127.0.0.1:8080 java.servlet = On After that please restart the http server, for example with: apachectl restart. The test.php should now run without errors. However, can you please open a ticket (please use http://sourceforge.net/tracker/?func=add&group_id=117793&atid=679233) and attach the output of the following command: strace -s 1024 /usr/java/jdk1.5.0_08/bin/java -jar /usr/local/lib/php/extensions/no-debug-non-zts-20050922/JavaBridge.jar LOCAL:@dummy 1 "" 2>error.log The error log should display the reason why Java could not be started automatically. This will help us to improve the latest version, which already contains code for channel negotiation during startup. Regards, Jost Boekemeier ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de |
From: <php...@li...> - 2006-09-05 15:22:31
|
To Whom It May Concern: We are not able to get the Java Bridge to run properly, we are getting the following errors: Error: The PHP/Java Bridge back-end is not running. Please start it and/or check if the directory /usr/local/lib/php/extensions/no-debug-non-zts-20050922 contains "java.so" and "JavaBridge.jar". Check if the following values are correct: java.java_home = java.java = If you want to start the back-end automatically, disable: java.socketname = java.hosts = java.servlet = If that still doesn't work, please check the "java command" above and report this problem to: php...@li.... At the top of the test page with php_info it says: #!/bin/env php Please permanently activate the extension. Loading java extension java.so now... The Java section of the same page looks like this: java java support Enabled java bridge 3.1.4 java.java_home /usr/java/jdk1.5.0_08 java.java /usr/java/jdk1.5.0_08/bin/java java.log_file <stderr> java.log_level no value (use back-end's default level) java.ext_java_compatibility Off java.persistent_connections On java.security_policy Off java command JAVA_HOME=/usr/java/jdk1.5.0_08 LD_LIBRARY_PATH=/usr/local/lib/php/extensions/no-debug-non-zts-20050922:/srv/apache-2058/apache/lib: /usr/java/jdk1.5.0_08/bin/java -Djava.library.path=/usr/local/lib/php/extensions/no-debug-non-zts-20050922 -Djava.class.path=/usr/local/lib/php/extensions/no-debug-non-zts-20050922/JavaBridge.jar -Djava.awt.headless=true -Dphp.java.bridge.base=/usr/local/lib/php/extensions/no-debug-non-zts-20050922 php.java.bridge.JavaBridge INET_LOCAL:0 1 java status not running java server localhost Our Environment and PHP variables look like this: Environment Variable Value LESSKEY /etc/lesskey.bin NNTPSERVER news INFODIR /usr/local/info:/usr/share/info:/usr/info MANPATH /usr/local/man:/usr/share/man:/usr/X11R6/man HOSTNAME etmdweb1 XKEYSYMDB /usr/X11R6/lib/X11/XKeysymDB HOST etmdweb1 TERM xterm SHELL /bin/bash PROFILEREAD true HISTSIZE 1000 SSH_CLIENT 10.26.117.100 1320 22 SSH_TTY /dev/pts/0 USER hb23991 LD_LIBRARY_PATH /srv/apache-2058/apache/lib: LS_COLORS no=00:fi=00:di=01;34:ln=00;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31:ex=00;32:*.cmd=00;32:*.exe=01;32:*.com=01;32:*.bat=01;32:*.btm=01;32:*.dll=01;32:*.tar=00;31:*.tbz=00;31:*.tgz=00;31:*.rpm=00;31:*.deb=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.zoo=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.tb2=00;31:*.tz2=00;31:*.tbz2=00;31:*.avi=01;35:*.bmp=01;35:*.fli=01;35:*.gif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mng=01;35:*.mov=01;35:*.mpg=01;35:*.pcx=01;35:*.pbm=01;35:*.pgm=01;35:*.png=01;35:*.ppm=01;35:*.tga=01;35:*.tif=01;35:*.xbm=01;35:*.xpm=01;35:*.dl=01;35:*.gl=01;35:*.aiff=00;32:*.au=00;32:*.mid=00;32:*.mp3=00;32:*.ogg=00;32:*.voc=00;32:*.wav=00;32: XNLSPATH /usr/X11R6/lib/X11/nls HOSTTYPE i386 PAGER less MINICOM -c on MAIL /var/mail/hb23991 PATH /usr/sbin:/bin:/usr/bin:/sbin:/usr/X11R6/bin:/usr/java/jdk1.5.0_08/bin CPU i686 JAVA /usr/java/jdk1.5.0_08/jre/bin/java INPUTRC /etc/inputrc PWD /srv/apache-2058/apache JAVA_HOME /usr/java/jdk1.5.0_08 LANG en_US.UTF-8 TEXINPUTS :/home/hb23991/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX SHLVL 3 HOME /root LESS_ADVANCED_PREPROCESSOR no OSTYPE linux LS_OPTIONS -a -N --color=tty -T 0 no_proxy localhost WINDOWMANAGER /usr/X11R6/bin/kde LESS -M -I MACHTYPE i686-suse-linux LOGNAME hb23991 SSH_CONNECTION 10.26.117.100 1320 10.27.71.17 22 CLASSPATH /usr/java/jdk1.5.0_08/jre/bin LESSOPEN lessopen.sh %s INFOPATH /usr/local/info:/usr/share/info:/usr/info LESSCLOSE lessclose.sh %s %s COLORTERM 1 _ /srv/apache-2058/apache/bin/httpd PHP Variables Variable Value _SERVER["HTTP_ACCEPT"] image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */* _SERVER["HTTP_ACCEPT_LANGUAGE"] en-us _SERVER["HTTP_ACCEPT_ENCODING"] gzip, deflate _SERVER["HTTP_USER_AGENT"] Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727) _SERVER["HTTP_HOST"] etmdweb1 _SERVER["HTTP_CONNECTION"] Keep-Alive _SERVER["PATH"] /usr/sbin:/bin:/usr/bin:/sbin:/usr/X11R6/bin:/usr/java/jdk1.5.0_08/bin _SERVER["SERVER_SIGNATURE"] <address>Apache/2.0.58 (Unix) PHP/5.1.4 Server at etmdweb1 Port 80</address> _SERVER["SERVER_SOFTWARE"] Apache/2.0.58 (Unix) PHP/5.1.4 _SERVER["SERVER_NAME"] etmdweb1 _SERVER["SERVER_ADDR"] 10.27.71.17 _SERVER["SERVER_PORT"] 80 _SERVER["REMOTE_ADDR"] 10.26.117.100 _SERVER["DOCUMENT_ROOT"] /srv/apache-2058/apache/htdocs _SERVER["SERVER_ADMIN"] bre...@hu... _SERVER["SCRIPT_FILENAME"] /srv/apache-2058/apache/htdocs/test.php _SERVER["REMOTE_PORT"] 1993 _SERVER["GATEWAY_INTERFACE"] CGI/1.1 _SERVER["SERVER_PROTOCOL"] HTTP/1.1 _SERVER["REQUEST_METHOD"] GET _SERVER["QUERY_STRING"] no value _SERVER["REQUEST_URI"] /test.php _SERVER["SCRIPT_NAME"] /test.php _SERVER["PHP_SELF"] /test.php _SERVER["REQUEST_TIME"] 1157517064 _SERVER["argv"] Array _SERVER["argc"] 0 _ENV["LESSKEY"] /etc/lesskey.bin _ENV["NNTPSERVER"] news _ENV["INFODIR"] /usr/local/info:/usr/share/info:/usr/info _ENV["MANPATH"] /usr/local/man:/usr/share/man:/usr/X11R6/man _ENV["HOSTNAME"] etmdweb1 _ENV["XKEYSYMDB"] /usr/X11R6/lib/X11/XKeysymDB _ENV["HOST"] etmdweb1 _ENV["TERM"] xterm _ENV["SHELL"] /bin/bash _ENV["PROFILEREAD"] true _ENV["HISTSIZE"] 1000 _ENV["SSH_CLIENT"] 10.26.117.100 1320 22 _ENV["SSH_TTY"] /dev/pts/0 _ENV["USER"] hb23991 _ENV["LD_LIBRARY_PATH"] /srv/apache-2058/apache/lib: _ENV["LS_COLORS"] no=00:fi=00:di=01;34:ln=00;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31:ex=00;32:*.cmd=00;32:*.exe=01;32:*.com=01;32:*.bat=01;32:*.btm=01;32:*.dll=01;32:*.tar=00;31:*.tbz=00;31:*.tgz=00;31:*.rpm=00;31:*.deb=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.zoo=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.tb2=00;31:*.tz2=00;31:*.tbz2=00;31:*.avi=01;35:*.bmp=01;35:*.fli=01;35:*.gif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mng=01;35:*.mov=01;35:*.mpg=01;35:*.pcx=01;35:*.pbm=01;35:*.pgm=01;35:*.png=01;35:*.ppm=01;35:*.tga=01;35:*.tif=01;35:*.xbm=01;35:*.xpm=01;35:*.dl=01;35:*.gl=01;35:*.aiff=00;32:*.au=00;32:*.mid=00;32:*.mp3=00;32:*.ogg=00;32:*.voc=00;32:*.wav=00;32: _ENV["XNLSPATH"] /usr/X11R6/lib/X11/nls _ENV["HOSTTYPE"] i386 _ENV["PAGER"] less _ENV["MINICOM"] -c on _ENV["MAIL"] /var/mail/hb23991 _ENV["PATH"] /usr/sbin:/bin:/usr/bin:/sbin:/usr/X11R6/bin:/usr/java/jdk1.5.0_08/bin _ENV["CPU"] i686 _ENV["JAVA"] /usr/java/jdk1.5.0_08/jre/bin/java _ENV["INPUTRC"] /etc/inputrc _ENV["PWD"] /srv/apache-2058/apache _ENV["JAVA_HOME"] /usr/java/jdk1.5.0_08 _ENV["LANG"] en_US.UTF-8 _ENV["TEXINPUTS"] :/home/hb23991/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX _ENV["SHLVL"] 3 _ENV["HOME"] /root _ENV["LESS_ADVANCED_PREPROCESSOR"] no _ENV["OSTYPE"] linux _ENV["LS_OPTIONS"] -a -N --color=tty -T 0 _ENV["no_proxy"] localhost _ENV["WINDOWMANAGER"] /usr/X11R6/bin/kde _ENV["LESS"] -M -I _ENV["MACHTYPE"] i686-suse-linux _ENV["LOGNAME"] hb23991 _ENV["SSH_CONNECTION"] 10.26.117.100 1320 10.27.71.17 22 _ENV["CLASSPATH"] /usr/java/jdk1.5.0_08/jre/bin _ENV["LESSOPEN"] lessopen.sh %s _ENV["INFOPATH"] /usr/local/info:/usr/share/info:/usr/info _ENV["LESSCLOSE"] lessclose.sh %s %s _ENV["COLORTERM"] 1 _ENV["_"] /srv/apache-2058/apache/bin/httpd Please let us know what we are doing incorrectly. Thank you, Brent Halsey Business Systems Analyst 2 Enterprise Services Development The Huntington National Bank 7 Easton Oval (EA3C22) Columbus, OH 43219 Phone: 614/331-9575 Email: bre...@hu... |