php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37673 php can't run
Submitted: 2006-06-02 09:54 UTC Modified: 2006-06-10 01:00 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: yaojq1217 at 163 dot com Assigned:
Status: No Feedback Package: *General Issues
PHP Version: 5CVS-2006-06-02 (CVS) OS: FreeBSD 5.4-realese
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: yaojq1217 at 163 dot com
New email:
PHP Version: OS:

 

 [2006-06-02 09:54 UTC] yaojq1217 at 163 dot com
Description:
------------
yjq# php -v 
PHP Warning:  Method panda::__set() must take exactly 2 
arguments in Unknown on line 0 
Segmentation fault (core dumped) 
yjq# 
 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-06-02 10:37 UTC] tony2001@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.



 [2006-06-10 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 [2007-04-18 14:16 UTC] moisadoru at gmail dot com
I had the same problem on frebsd6.2 when i tried to load all the extensions in php 5.1.6. My guess is the problem is the panda extension.
This is my *working* extensions.ini file, maybe it helps:

extension=session.so
extension=recode.so

extension=soap.so
extension=wddx.so

extension=bcmath.so
extension=bz2.so
extension=calendar.so
extension=ctype.so
extension=curl.so
extension=dba.so
extension=dbase.so
extension=dom.so
extension=exif.so
extension=fileinfo.so
extension=filepro.so
extension=fribidi.so
extension=ftp.so
extension=gd.so
extension=gettext.so
extension=gmp.so
extension=iconv.so
extension=imap.so
extension=interbase.so
extension=ldap.so
extension=mbstring.so
extension=mcrypt.so
extension=mhash.so
extension=ming.so
extension=mssql.so
extension=mysql.so
extension=mysqli.so
extension=ncurses.so
extension=odbc.so
extension=openssl.so
extension=pcntl.so
extension=pcre.so
extension=pdf.so
extension=zlib.so
extension=pdo.so
extension=pgsql.so
extension=posix.so
extension=pspell.so
extension=readline.so
extension=shmop.so
extension=simplexml.so
extension=snmp.so
extension=sockets.so
extension=sqlite.so
extension=sybase_ct.so
extension=sysvmsg.so
extension=sysvsem.so
extension=sysvshm.so
extension=tokenizer.so
extension=xml.so
extension=xmlreader.so
extension=xmlrpc.so
extension=xmlwriter.so
extension=xsl.so

;; generates segfault
;extension=yaz.so
;; generates segfault
;extension=panda.so

extension=zip.so
 [2007-04-18 14:18 UTC] moisadoru at gmail dot com
The soap and wddx extensions fail to load if placed in the alphabetical order of the extensions. Moved them to top and they load siccessfuly.
------------------------
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 16:01:29 2024 UTC