[PHP] Something difference betwen php-4.0.3 and php-4.2.3

2003-01-17 Thread andre . lagadec
Hello, I try to move an Web application in Php-4.0.3 to php-4.2.3, and some programs don't work well on some pages. I make search in the code, and after tests, I find that the following code doesn't work in php-4.2.3, but works in php-4.0.3pl1 -

Re: [PHP] Something difference betwen php-4.0.3 and php-4.2.3

2003-01-22 Thread andre . lagadec
Hi There is no error or notice message on the screen and in the log of the web server. The PHP program stop and don't generate all the HTML code of the page. Marek Kilimajer a écrit : > I have never heard of "out of range" error, but is it really an error > or just a notice? If it is a notice,

Re: [PHP] Something difference betwen php-4.0.3 and php-4.2.3

2003-01-24 Thread andre . lagadec
Hi, I modifiy my php.ini to redirect error message in log of server web and I change error_reporting = E_ALL & ~E_NOTICE by error_reporting = E_ALL Now, I get in server log this message : [24-Jan-2003 08:59:31] PHP Notice: Undefined offset: 4 in /appli/PHP/test/__xyz__.php on line 15 and I

[PHP] Initialized PHP Module frequently

2003-06-06 Thread andre . lagadec
Hello, On Sun Solaris with Iplanet 4.1 et PHP 4.2.3, I have theses messages on the error log of the Web server : [04/Jun/2003:16:04:54] info ( 7643): php4_init reports: Initialized PHP Module [04/Jun/2003:16:09:57] info ( 7679): php4_init reports: Initialized PHP Module [04/Jun/2003:16:11:12] info

[PHP] Re: Initialized PHP Module frequently

2003-06-06 Thread andre . lagadec
server ? Can I use perfdump to see more information ? Can I optimize PHP to work fine with a lot of charge ? For exeample with option '--without-pear' '--disable-FEATURE' '--disable-xml' in configure ? AL Andre Lagadec a écrit : > Hello, > > On Sun Solaris with

[PHP] Re: Initialized PHP Module frequently

2003-06-11 Thread andre . lagadec
readMain () from /produits/netscape/server41sp9/bin/https/lib/libns-httpd40.so #31 0xfef32ad8 in _pt_root () from /produits/netscape/server41sp9/bin/https/lib/libnspr3.so (gdb) This can help someone to give me advice ? Andre Lagadec a écrit : > Hi, > > There is no core created on the server. &

[PHP] Warning with XtOffsetOf during make

2003-06-12 Thread andre . lagadec
On Solaris 2.7 with Apache 1.3.27 and PHP-4.2.3, I configure PHP with this command : './configure' \ '--with-config-file-path=/usr/local/apache/conf' \ '--with-gd=/usr/local' \ '--enable-gd-native-ttf' \ '--with-png-dir=/usr/local' \ '--with-jpeg-dir=/usr/loc

[PHP] Re: Warning with XtOffsetOf during make

2003-06-12 Thread andre . lagadec
om php_apache.c:45: /usr/local/apache/include/ap_config.h:1396:1: warning: "XtOffsetOf" redefined /produits/packages/php-4.2.3/main/php.h:346:1: warning: this is the location of the previous definition Is it normal ? So the message under this line correspond with php_var_unserialize. A