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
(3) |
4
|
|
5
(1) |
6
(4) |
7
|
8
(6) |
9
(3) |
10
(1) |
11
(1) |
|
12
|
13
(2) |
14
(3) |
15
(9) |
16
(5) |
17
(3) |
18
|
|
19
|
20
(2) |
21
(5) |
22
(5) |
23
(2) |
24
|
25
|
|
26
|
27
|
28
(4) |
29
(2) |
30
(2) |
|
|
|
From: <php...@li...> - 2006-11-09 21:04:18
|
Hi all, Running on Redhat "Linux 2.6.9-34.ELsmp #1 SMP Fri Feb 24 16:54:53 EST 2006 i686" according to output of "uname -a" and I'm using PHP 5.0.4 with Apache 2.0.52. Downloaded php-java-bridge_3.1.8_j2ee and ran the test.sh, which worked fine. Took the java.so and JavaBridge.jar and put them into my /usr/lib/php/modules directory and created the appropriate entries in php.ini to enable java.so, set the java params, etc. Upon Apache restart, I got this error: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/java.so' - /usr/lib/php/modules/java.so: undefined symbol: _zval_dtor_func in Unknown on line 0 Then downloaded the RPM and simply extracted the files (I don't have root access) and grabbed the java.so and other files that belong in /usr/lib/php/modules (I did notice that the java.so was much larger). This time, I got a different error: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/java.so' - /usr/lib/php/modules/java.so: cannot open shared object file: Permission denied in Unknown on line 0 Again, running it outside of Apache (using test.sh) worked fine. But for some reason I can't get java.so to work when loading it via Apache. Any ideas would be greatly appreciated! Thanks |
|
From: <php...@li...> - 2006-11-09 19:01:08
|
Hi JJ, until now there is no official PHP 5.2.0 RPM available for Linux. We will make an optimized PHP/Java Bridge implementation for Linux (RedHat) available -- the upcoming Linux distribution (Fedora Core 6) will ship with PHP 5.1.x, so you'll need to wait until Fedora Core 7 is available next year. Until then please use the generic PHP/Java Bridge implementation from the java folder, please see the ABOUT.HTM for details. Regards, Jost Boekemeier ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de |
|
From: <php...@li...> - 2006-11-09 05:08:03
|
Hi, My name is JJ. --env-- CentOS4.3 Apache2.0 PHP5.2.0 Java1.5.0_08 JRE1.5.0_08 Tomcat5.5 mod_jk1 ------- <installed PHP5.2.0> [root]> ./configure \ --enable-bcmath \ --enable-calendar \ --enable-dio \ --enable-exif \ --enable-ftp \ --enable-mbstring \ --enable-mbregex \ --enable-memory-limit \ --enable-shmop \ --enable-soap \ --enable-sockets \ --enable-sysvmsg \ --enable-sysvsem \ --enable-sysvshm \ --enable-wddx \ --enable-yp \ --enable-zend-multibyte \ --with-zlib \ --with-pdo-mysql=/usr/local/mysql \ --with-apxs2=/usr/local/apache2/bin/apxs \ --with-bz2 \ --with-config-file-path=/etc \ --with-mcrypt \ --with-mime-magic \ --with-mod_charset \ --with-xml \ --with-xmlrpc \ --with-xsl \ --without-iconv \ --with-gd --with-jpeg-dir=/usr --with-zlib-dir=/usr --with-freetype-dir= /usr \ --with-gettext \ --enable-gd-jis-conv \ --enable-gd-native-ttf \ --with-ttf \ --with-mysqli=/usr/local/mysql/bin/mysql_config \ --without-mysql \ --enable-fastcgi \ --prefix=/usr/php/php-5.2.0 [root]> make [root]> make install <installed PHP-Java-Bridge 3.1.8> [root]> phpize Configuring for: PHP Api Version: 20041225 Zend Module Api No: 20060613 Zend Extension Api No: 220060519 [root]> ./configure --with-java=/usr/local/jdk,/usr/local/jdk/jre [root]> make [root]> make install <modify php.ini> extension_dir= "/usr/php/php-5.2.0/lib/php/extensions/no-debug-zts- 20060613" java.home = "/usr/local/jdk" java.library.path = "/usr/php/php-5.2.0/lib/php/extensions/no-debug-zts- 20060613" extension = java.so ------------------------------------------- install complete. ------------------------------------------- [root]> php -r "phpinfo();"|grep java PHP Warning: PHP Startup: java: Unable to initialize module Module compiled with module API=20050922, debug=0, thread-safety=1 PHP compiled with module API=20060613, debug=0, thread-safety=1 These options need to match in Unknown on line 0 ------------------------------------------- phpinfo phpinfo does not is supported by java. And this Happened PHP Warning. Is Warning API modify? |