|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-07-11 15:06 UTC] jani@php.net
[2008-07-11 17:15 UTC] peterphp at mailinator dot com
[2008-07-30 18:55 UTC] jani@php.net
[2008-08-07 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 11:00:01 2025 UTC |
Description: ------------ Hello, Well i have PHP 5.2.1 an exists the same problem, now i update to 5.2.6 but still exists, so, basicaly apache 2 crash when i try to execute this PHP class. The problem is with $this->handle = curl_init();, if i use $some = curl_init(); work great. Regards, Michael Reproduce code: --------------- <?php class Browser { var $handle = null; function Browser() { $this->handle = curl_init(); } } ?> Expected result: ---------------- Assing the curl handle to a class variable. Actual result: -------------- Sorry, Apache crash, it said that can't read in a memory sector.