Re: [PHP] php 4.4.7 make install with pear causes zend freeing errors

2007-08-21 Thread M. Sokolewicz

Chris wrote:

M. Sokolewicz wrote:

Chris wrote:

John Mendenhall wrote:

Is the only valid response to problems with php4 to
upgrade to php5?  Or, are there still some people
out there still using php4 and possibly have had
problems with install such as the following?

If php5 is the only answer, I guess we'll just have
to go with what we have and limp along until we can
get everything converted to work on php5.

I sent this to the php-install list.


Try the -internals list.



I don't think the php-internals folks would appreciate such emails. 
For problems with the install, first make sure it's not your fault 
(sounds stupid, but usually is), and if it's a bug, report it via the 
bugtracker. There is no need to bother the PHP developers with such 
things.


The compiler complaining about free'ing memory is something they 
should pay attention to as far as I'm concerned. *shrug*


Clearly I should've read the thread better, somehow I missed that 
entirely -.-

sorry bout that :)

anyway, first thing to do before posting is cutting down on your config 
options to the bare minimum to see if it's due to the core engine or 
some kind of extension, I'm sure they would appreciate it.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] php 4.4.7 make install with pear causes zend freeing errors

2007-08-21 Thread John Mendenhall
 The compiler complaining about free'ing memory is something they 
 should pay attention to as far as I'm concerned. *shrug*
 
 Clearly I should've read the thread better, somehow I missed that 
 entirely -.-
 sorry bout that :)
 
 anyway, first thing to do before posting is cutting down on your config 
 options to the bare minimum to see if it's due to the core engine or 
 some kind of extension, I'm sure they would appreciate it.

I was assisted by Johannes Schl?ter.
He told me the -enable-debug configure
option was causing these error messages
to be displayed.

I removed that option and the error
messages were no longer displayed.

I am working towards getting all of
our customers off of php4 now.

Thanks for your assistance and pointers.

JohnM

-- 
john mendenhall
[EMAIL PROTECTED]
surf utopia
internet services

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] php 4.4.7 make install with pear causes zend freeing errors

2007-08-20 Thread John Mendenhall
Is the only valid response to problems with php4 to
upgrade to php5?  Or, are there still some people
out there still using php4 and possibly have had
problems with install such as the following?

If php5 is the only answer, I guess we'll just have
to go with what we have and limp along until we can
get everything converted to work on php5.

I sent this to the php-install list.  However, with
no response, I knew there would be more eyes looking
at it here.  Hopefully, someone can send me a pointer
on how to resolve this issue.  It might be the root of
other problems I am having.

Per my previous message, I have recently upgraded from
php 4.4.0, to php 4.4.7.  My configure options are as
follows:

-
./configure \
 --prefix=/usr/local/php4 \
 --with-apxs=/usr/sbin/apxs \
 --enable-debug \
 --disable-cgi \
 --enable-force-cgi-redirect \
 --enable-discard-path \
 --enable-safe-mode \
 --disable-short-tags \
 --disable-ipv6 \
 --enable-magic-quotes \
 --with-openssl \
 --with-pcre-regex \
 --with-curl \
 --with-curlwrappers \
 --with-mcrypt \
 --enable-session \
 --with-mysql=/usr/local \
 --with-mysql-sock=/var/www/var/run/mysql/mysql.sock
-

After running configure and make, I run make install.
This is the output of the make install:

-
calvin:php-4.4.7 {156} sudo make install
Installing PHP SAPI module:   apache
[activating module `php4' in /var/www/conf/httpd.conf]
cp libs/libphp4.so /usr/lib/apache/modules/libphp4.so
chmod 755 /usr/lib/apache/modules/libphp4.so
cp /var/www/conf/httpd.conf /var/www/conf/httpd.conf.bak
cp /var/www/conf/httpd.conf.new /var/www/conf/httpd.conf
rm /var/www/conf/httpd.conf.new
Installing PHP CLI binary:/usr/local/php4/bin/
Installing PHP CLI man page:  /usr/local/php4/man/man1/
Installing PEAR environment:  /usr/local/php4/lib/php/
[PEAR] Archive_Tar- already installed: 1.3.2
[PEAR] Console_Getopt - already installed: 1.2.3
[PEAR] HTML_Template_IT- already installed: 1.2.1
[PEAR] Net_UserAgent_Detect- already installed: 2.3.0
[PEAR] PEAR   - already installed: 1.6.1
Wrote PEAR system config file at: /usr/local/php4/etc/pear.conf
You may want to add: /usr/local/php4/lib/php to your php.ini include_path
[PEAR] Structures_Graph- already installed: 1.0.2
/usr/local/src/php.net/php-4.4.7/Zend/zend_hash.c(458) :  Freeing 0x3CB27624 
(128 bytes), script=/usr/local/src/php.net/php-4.4.7/pear/install-pear.php
Last leak repeated 89 times
/usr/local/src/php.net/php-4.4.7/Zend/zend_execute.c(795) :  Freeing 0x3CBB9EA4 
(44 bytes), script=/usr/local/src/php.net/php-4.4.7/pear/install-pear.php
/usr/local/src/php.net/php-4.4.7/Zend/zend_variables.c(123) : Actual location 
(location was relayed)
Last leak repeated 30 times
/usr/local/src/php.net/php-4.4.7/Zend/zend_hash.c(280) :  Freeing 0x3CBB9724 
(43 bytes), script=/usr/local/src/php.net/php-4.4.7/pear/install-pear.php
Last leak repeated 4173 times
/usr/local/src/php.net/php-4.4.7/Zend/zend_hash.c(204) :  Freeing 0x3CBB96A4 
(32 bytes), script=/usr/local/src/php.net/php-4.4.7/pear/install-pear.php
Last leak repeated 1504 times
/usr/local/src/php.net/php-4.4.7/Zend/zend_execute.c(2392) :  Freeing 
0x3CBB94A4 (44 bytes), 
script=/usr/local/src/php.net/php-4.4.7/pear/install-pear.php
/usr/local/src/php.net/php-4.4.7/Zend/zend_variables.c(123) : Actual location 
(location was relayed)
Last leak repeated 27 times
/usr/local/src/php.net/php-4.4.7/Zend/zend_execute.c(1818) :  Freeing 
0x3CB26D24 (12 bytes), 
script=/usr/local/src/php.net/php-4.4.7/pear/install-pear.php
Last leak repeated 18 times
/usr/local/src/php.net/php-4.4.7/Zend/zend_execute.c(2126) :  Freeing 
0x3CB26CE4 (12 bytes), 
script=/usr/local/src/php.net/php-4.4.7/pear/install-pear.php
Last leak repeated 568 times
/usr/local/src/php.net/php-4.4.7/Zend/zend_execute.c(2129) :  Freeing 
0x3CBB9124 (45 bytes), 
script=/usr/local/src/php.net/php-4.4.7/pear/install-pear.php
/usr/local/src/php.net/php-4.4.7/Zend/zend_variables.c(111) : Actual location 
(location was relayed)
Last leak repeated 568 times
/usr/local/src/php.net/php-4.4.7/Zend/zend_execute.c(512) :  Freeing 0x3CB266A4 
(12 bytes), script=/usr/local/src/php.net/php-4.4.7/pear/install-pear.php
Last leak repeated 525 times
/usr/local/src/php.net/php-4.4.7/Zend/zend_execute.c(2106) :  Freeing 
0x3CBB8A24 (44 bytes), 
script=/usr/local/src/php.net/php-4.4.7/pear/install-pear.php
/usr/local/src/php.net/php-4.4.7/Zend/zend_API.c(563) : Actual location 
(location was relayed)
Last leak repeated 512 times
/usr/local/src/php.net/php-4.4.7/Zend/zend_API.c(595) :  Freeing 0x3CBB8424 (44 
bytes), script=/usr/local/src/php.net/php-4.4.7/pear/install-pear.php
/usr/local/src/php.net/php-4.4.7/Zend/zend_API.c(583) : Actual location 
(location was relayed)
Last leak repeated 35 times
/usr/local/src/php.net/php-4.4.7/Zend/zend_hash.c(424) :  Freeing 0x3CBB51A4 
(35 bytes), script=/usr/local/src/php.net/php-4.4.7/pear/install-pear.php
Last leak repeated 1202 times

Re: [PHP] php 4.4.7 make install with pear causes zend freeing errors

2007-08-20 Thread Chris

John Mendenhall wrote:

Is the only valid response to problems with php4 to
upgrade to php5?  Or, are there still some people
out there still using php4 and possibly have had
problems with install such as the following?

If php5 is the only answer, I guess we'll just have
to go with what we have and limp along until we can
get everything converted to work on php5.

I sent this to the php-install list.


Try the -internals list.

--
Postgresql  php tutorials
http://www.designmagick.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] php 4.4.7 make install with pear causes zend freeing errors

2007-08-20 Thread John Mendenhall
Chris,

 I sent this to the php-install list.
 
 Try the -internals list.

Thanks!

JohnM

-- 
john mendenhall
[EMAIL PROTECTED]
surf utopia
internet services

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] php 4.4.7 make install with pear causes zend freeing errors

2007-08-20 Thread M. Sokolewicz

Chris wrote:

John Mendenhall wrote:

Is the only valid response to problems with php4 to
upgrade to php5?  Or, are there still some people
out there still using php4 and possibly have had
problems with install such as the following?

If php5 is the only answer, I guess we'll just have
to go with what we have and limp along until we can
get everything converted to work on php5.

I sent this to the php-install list.


Try the -internals list.



I don't think the php-internals folks would appreciate such emails. For 
problems with the install, first make sure it's not your fault (sounds 
stupid, but usually is), and if it's a bug, report it via the 
bugtracker. There is no need to bother the PHP developers with such things.


Just as a note, the internals list is (afaik) not meant to provide _any_ 
type of support, it's for discussion about the internals of PHP (mainly).


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] php 4.4.7 make install with pear causes zend freeing errors

2007-08-20 Thread Chris

M. Sokolewicz wrote:

Chris wrote:

John Mendenhall wrote:

Is the only valid response to problems with php4 to
upgrade to php5?  Or, are there still some people
out there still using php4 and possibly have had
problems with install such as the following?

If php5 is the only answer, I guess we'll just have
to go with what we have and limp along until we can
get everything converted to work on php5.

I sent this to the php-install list.


Try the -internals list.



I don't think the php-internals folks would appreciate such emails. For 
problems with the install, first make sure it's not your fault (sounds 
stupid, but usually is), and if it's a bug, report it via the 
bugtracker. There is no need to bother the PHP developers with such things.


The compiler complaining about free'ing memory is something they should 
pay attention to as far as I'm concerned. *shrug*


--
Postgresql  php tutorials
http://www.designmagick.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] php 4.4.7 make install with pear causes zend freeing errors

2007-08-10 Thread Tijnema
On 8/10/07, John Mendenhall [EMAIL PROTECTED] wrote:
 I sent this to the php-install list.  However, with
 no response, I knew there would be more eyes looking
 at it here.  Hopefully, someone can send me a pointer
 on how to resolve this issue.  It might be the root of
 other problems I am having.

 Per my previous message, I have recently upgraded from
 php 4.4.0, to php 4.4.7.  My configure options are as
 follows:

snip

 I would like to know what I am doing wrong here.
 When I turn off pear, this does not happen.
 When I try to upgrade or install pear packages,
 I get the same types of errors.

 Thanks in advance for any pointers you can
 provide.

 Thanks!

 JohnM

 --

What are you doing with PHP4???

Go PHP5!!

http://www.gophp5.org

Tijnema


-- 
Vote for PHP Color Coding in Gmail! - http://gpcc.tijnema.info

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] php 4.4.7 make install with pear causes zend freeing errors

2007-08-10 Thread John Mendenhall
I sent this to the php-install list.  However, with
no response, I knew there would be more eyes looking
at it here.  Hopefully, someone can send me a pointer
on how to resolve this issue.  It might be the root of
other problems I am having.

Per my previous message, I have recently upgraded from
php 4.4.0, to php 4.4.7.  My configure options are as
follows:

-
./configure \
 --prefix=/usr/local/php4 \
 --with-apxs=/usr/sbin/apxs \
 --enable-debug \
 --disable-cgi \
 --enable-force-cgi-redirect \
 --enable-discard-path \
 --enable-safe-mode \
 --disable-short-tags \
 --disable-ipv6 \
 --enable-magic-quotes \
 --with-openssl \
 --with-pcre-regex \
 --with-curl \
 --with-curlwrappers \
 --with-mcrypt \
 --enable-session \
 --with-mysql=/usr/local \
 --with-mysql-sock=/var/www/var/run/mysql/mysql.sock
-

After running configure and make, I run make install.
This is the output of the make install:

-
calvin:php-4.4.7 {156} sudo make install
Installing PHP SAPI module:   apache
[activating module `php4' in /var/www/conf/httpd.conf]
cp libs/libphp4.so /usr/lib/apache/modules/libphp4.so
chmod 755 /usr/lib/apache/modules/libphp4.so
cp /var/www/conf/httpd.conf /var/www/conf/httpd.conf.bak
cp /var/www/conf/httpd.conf.new /var/www/conf/httpd.conf
rm /var/www/conf/httpd.conf.new
Installing PHP CLI binary:/usr/local/php4/bin/
Installing PHP CLI man page:  /usr/local/php4/man/man1/
Installing PEAR environment:  /usr/local/php4/lib/php/
[PEAR] Archive_Tar- already installed: 1.3.2
[PEAR] Console_Getopt - already installed: 1.2.3
[PEAR] HTML_Template_IT- already installed: 1.2.1
[PEAR] Net_UserAgent_Detect- already installed: 2.3.0
[PEAR] PEAR   - already installed: 1.6.1
Wrote PEAR system config file at: /usr/local/php4/etc/pear.conf
You may want to add: /usr/local/php4/lib/php to your php.ini include_path
[PEAR] Structures_Graph- already installed: 1.0.2
/usr/local/src/php.net/php-4.4.7/Zend/zend_hash.c(458) :  Freeing 0x3CB27624 
(128 bytes), script=/usr/local/src/php.net/php-4.4.7/pear/install-pear.php
Last leak repeated 89 times
/usr/local/src/php.net/php-4.4.7/Zend/zend_execute.c(795) :  Freeing 0x3CBB9EA4 
(44 bytes), script=/usr/local/src/php.net/php-4.4.7/pear/install-pear.php
/usr/local/src/php.net/php-4.4.7/Zend/zend_variables.c(123) : Actual location 
(location was relayed)
Last leak repeated 30 times
/usr/local/src/php.net/php-4.4.7/Zend/zend_hash.c(280) :  Freeing 0x3CBB9724 
(43 bytes), script=/usr/local/src/php.net/php-4.4.7/pear/install-pear.php
Last leak repeated 4173 times
/usr/local/src/php.net/php-4.4.7/Zend/zend_hash.c(204) :  Freeing 0x3CBB96A4 
(32 bytes), script=/usr/local/src/php.net/php-4.4.7/pear/install-pear.php
Last leak repeated 1504 times
/usr/local/src/php.net/php-4.4.7/Zend/zend_execute.c(2392) :  Freeing 
0x3CBB94A4 (44 bytes), 
script=/usr/local/src/php.net/php-4.4.7/pear/install-pear.php
/usr/local/src/php.net/php-4.4.7/Zend/zend_variables.c(123) : Actual location 
(location was relayed)
Last leak repeated 27 times
/usr/local/src/php.net/php-4.4.7/Zend/zend_execute.c(1818) :  Freeing 
0x3CB26D24 (12 bytes), 
script=/usr/local/src/php.net/php-4.4.7/pear/install-pear.php
Last leak repeated 18 times
/usr/local/src/php.net/php-4.4.7/Zend/zend_execute.c(2126) :  Freeing 
0x3CB26CE4 (12 bytes), 
script=/usr/local/src/php.net/php-4.4.7/pear/install-pear.php
Last leak repeated 568 times
/usr/local/src/php.net/php-4.4.7/Zend/zend_execute.c(2129) :  Freeing 
0x3CBB9124 (45 bytes), 
script=/usr/local/src/php.net/php-4.4.7/pear/install-pear.php
/usr/local/src/php.net/php-4.4.7/Zend/zend_variables.c(111) : Actual location 
(location was relayed)
Last leak repeated 568 times
/usr/local/src/php.net/php-4.4.7/Zend/zend_execute.c(512) :  Freeing 0x3CB266A4 
(12 bytes), script=/usr/local/src/php.net/php-4.4.7/pear/install-pear.php
Last leak repeated 525 times
/usr/local/src/php.net/php-4.4.7/Zend/zend_execute.c(2106) :  Freeing 
0x3CBB8A24 (44 bytes), 
script=/usr/local/src/php.net/php-4.4.7/pear/install-pear.php
/usr/local/src/php.net/php-4.4.7/Zend/zend_API.c(563) : Actual location 
(location was relayed)
Last leak repeated 512 times
/usr/local/src/php.net/php-4.4.7/Zend/zend_API.c(595) :  Freeing 0x3CBB8424 (44 
bytes), script=/usr/local/src/php.net/php-4.4.7/pear/install-pear.php
/usr/local/src/php.net/php-4.4.7/Zend/zend_API.c(583) : Actual location 
(location was relayed)
Last leak repeated 35 times
/usr/local/src/php.net/php-4.4.7/Zend/zend_hash.c(424) :  Freeing 0x3CBB51A4 
(35 bytes), script=/usr/local/src/php.net/php-4.4.7/pear/install-pear.php
Last leak repeated 1202 times
/usr/local/src/php.net/php-4.4.7/Zend/zend_execute.c(1950) :  Freeing 
0x3CB262E4 (12 bytes), 
script=/usr/local/src/php.net/php-4.4.7/pear/install-pear.php
Last leak repeated 29 times
/usr/local/src/php.net/php-4.4.7/Zend/zend_execute.c(1676) :  Freeing 
0x3CB02DE4 (12 bytes), 
script=/usr/local/src/php.net/php-4.4.7/pear/install-pear.php
Last leak repeated 42 times

Re: [PHP] php 4.4.7 make install with pear causes zend freeing errors

2007-08-10 Thread John Mendenhall
 On 8/10/07, John Mendenhall [EMAIL PROTECTED] wrote:
  Per my previous message, I have recently upgraded from
  php 4.4.0, to php 4.4.7.  My configure options are as
  follows:
 
 snip
 
  I would like to know what I am doing wrong here.
  When I turn off pear, this does not happen.
  When I try to upgrade or install pear packages,
  I get the same types of errors.
 
 What are you doing with PHP4???

We have several clients with web applications and
sites that break when we attempted to upgrade to
php5.  Upgrading to php5 is a priority.  However,
we are unable to do this at this time.

JohnM

-- 
john mendenhall
[EMAIL PROTECTED]
surf utopia
internet services

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php