From: Adam PAPAI on
I've upgraded to php5-5.3.2.

After upgrading all php5 related ports, php started to dump.

It caused by the php5-pdo_mysql-5.3.2.

The gdb shows:

#0 0x000000000055bc9a in zend_startup_module_ex ()
#1 0x0000000000562768 in zend_hash_apply ()
#2 0x000000000055ba80 in zend_startup_modules ()
#3 0x00000000004f40a8 in php_module_startup ()
#4 0x00000000005ed78d in php_cli_startup ()
#5 0x00000000005edf95 in main ()
#6 0x0000000000417c95 in _start ()

Should it be a ports bug or local problem? I've tested it on another
machine and it dumps as well with the config above.

What shall I do? My clients are getting nervous about their web pages,
'cos they're not really working without the pdo_mysql.

(magento sites and piwik)

Thanks in advance,

--
Adam PAPAI
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Ruslan Mahmatkhanov on
19.04.2010 15:34, Adam PAPAI пишет:
> I've upgraded to php5-5.3.2.

http://www.magentocommerce.com/system-requirements

I believe magento didn't supports 5.3 anyway, so you
should revert it to 5.2.

>
> After upgrading all php5 related ports, php started to dump.
>
> It caused by the php5-pdo_mysql-5.3.2.
>
> The gdb shows:
>
> #0 0x000000000055bc9a in zend_startup_module_ex ()
> #1 0x0000000000562768 in zend_hash_apply ()
> #2 0x000000000055ba80 in zend_startup_modules ()
> #3 0x00000000004f40a8 in php_module_startup ()
> #4 0x00000000005ed78d in php_cli_startup ()
> #5 0x00000000005edf95 in main ()
> #6 0x0000000000417c95 in _start ()
>
> Should it be a ports bug or local problem? I've tested it on another
> machine and it dumps as well with the config above.
>
> What shall I do? My clients are getting nervous about their web pages,
> 'cos they're not really working without the pdo_mysql.
>
> (magento sites and piwik)
>
> Thanks in advance,
>


--
Regards,
Ruslan
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"