#49332 [NEW]: Make fails with "Undefined symbols: _res_9_dn_expand, _res_9_search and _res_9"

2009-08-22 Thread vizh at me dot com
From: vizh at me dot com Operating system: Mac OS X 10.6 (10A432) PHP version: 5.2.10 PHP Bug Type: Compile Failure Bug description: Make fails with "Undefined symbols: _res_9_dn_expand, _res_9_search and _res_9" Description: I've download http://snaps.php.net/p

#48614 [Com]: Loading "pdo_sqlite.so" fails: undefined symbol: sqlite3_libversion

2009-08-22 Thread koubel at volny dot cz
ID: 48614 Comment by: koubel at volny dot cz Reported By: kaspernj at gmail dot com Status: Assigned Bug Type: PDO related Operating System: Ubuntu Jaunty PHP Version: 5.3.0RC4 Assigned To: scottmac New Comment: yes, same problem with p

#49328 [Bgs]: __call is not able to handle private functions in extended classes

2009-08-22 Thread colder
ID: 49328 Updated by: col...@php.net Reported By: rayro at gmx dot de Status: Bogus Bug Type: Class/Object related Operating System: Windows XP PHP Version: 5.3.0 New Comment: Well, with your last example you're pointing to a totally differen

#49328 [Bgs]: __call is not able to handle private functions in extended classes

2009-08-22 Thread rayro at gmx dot de
ID: 49328 User updated by: rayro at gmx dot de Reported By: rayro at gmx dot de Status: Bogus Bug Type: Class/Object related Operating System: Windows XP PHP Version: 5.3.0 New Comment: Spending time sorting my brain, i agree with the conclusion t

#49324 [Opn->Fbk]: passthru() crash

2009-08-22 Thread jani
ID: 49324 Updated by: j...@php.net Reported By: justin dot carlson at gmail dot com -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: Windows XP PHP Version: 5.3.0 New Comment: Please try using this snaps

#49331 [Opn]: extract(array('this' => 'abc')) in obj method

2009-08-22 Thread shenk...@php.net
ID: 49331 User updated by: shenk...@php.net Reported By: shenk...@php.net Status: Open Bug Type: Scripting Engine problem Operating System: win7 PHP Version: 5.3.0 New Comment: class B { public function test1() { echo 'b'; } } clas

#49331 [NEW]: extract(array('this' => 'abc')) in obj method

2009-08-22 Thread shenk...@php.net
From: shenk...@php.net Operating system: win7 PHP version: 5.3.0 PHP Bug Type: Feature/Change Request Bug description: extract(array('this' => 'abc')) in obj method Description: class A { public function test() { var_dump($this); $this = 'oh,

#49330 [NEW]: counter doesn't count properly

2009-08-22 Thread john at sinteur dot com
From: john at sinteur dot com Operating system: FreeBSD, Mac OS PHP version: 5.2.10 PHP Bug Type: Math related Bug description: counter doesn't count properly Description: Counting doesn't appear to wrap properly at 32 bits Reproduce code: --- $x

#49328 [Bgs]: __call is not able to handle private functions in extended classes

2009-08-22 Thread colder
ID: 49328 Updated by: col...@php.net Reported By: rayro at gmx dot de Status: Bogus Bug Type: Class/Object related Operating System: Windows XP PHP Version: 5.3.0 New Comment: There 2 different things here 1) conditions required to call __ca

#49328 [Bgs]: __call is not able to handle private functions in extended classes

2009-08-22 Thread rayro at gmx dot de
ID: 49328 User updated by: rayro at gmx dot de Reported By: rayro at gmx dot de Status: Bogus Bug Type: Class/Object related Operating System: Windows XP PHP Version: 5.3.0 New Comment: Addition: The following __call function will also generate an

#49328 [Bgs]: __call is not able to handle private functions in extended classes

2009-08-22 Thread rayro at gmx dot de
ID: 49328 User updated by: rayro at gmx dot de Reported By: rayro at gmx dot de Status: Bogus Bug Type: Class/Object related Operating System: Windows XP PHP Version: 5.3.0 New Comment: Well, does Foo::__call has access to Bar::test() if the priva

#49328 [Opn->Bgs]: __call is not able to handle private functions in extended classes

2009-08-22 Thread colder
ID: 49328 Updated by: col...@php.net Reported By: rayro at gmx dot de -Status: Open +Status: Bogus Bug Type: Class/Object related Operating System: Windows XP PHP Version: 5.3.0 New Comment: Sorry, but your problem does not imply a b

#49328 [NEW]: __call is not able to handle private functions in extended classes

2009-08-22 Thread rayro at gmx dot de
From: rayro at gmx dot de Operating system: Windows XP PHP version: 5.3.0 PHP Bug Type: Class/Object related Bug description: __call is not able to handle private functions in extended classes Description: While public functions will be called on the extended cl

#49323 [Opn->Bgs]: json_decode escaped character weirdness

2009-08-22 Thread scottmac
ID: 49323 Updated by: scott...@php.net Reported By: paul dot wieland at port80ware dot com -Status: Open +Status: Bogus Bug Type: JSON related Operating System: Linux / OSX PHP Version: 5.3.0 New Comment: Definitely fixed in 5.3 sco