ID:               48637
 Updated by:       [email protected]
 Reported By:      dg at artegic dot de
-Status:           Assigned
+Status:           Closed
 Bug Type:         cURL related
 Operating System: *
 PHP Version:      5.2.10
 Assigned To:      jani
 New Comment:

This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------

[2009-07-25 20:44:19] [email protected]

Automatic comment from SVN on behalf of jani
Revision: http://svn.php.net/viewvc/?view=revision&revision=286323
Log: - Fixed bug #48637 ("file" wrapper is overwritten when using
--with-curlwrappers)
# Also fixes bug #48603, basically same issue.

------------------------------------------------------------------------

[2009-07-10 22:04:14] [email protected]

See also bug #48603

------------------------------------------------------------------------

[2009-06-28 18:17:18] andy at networkmail dot eu

This test hangs my server, identified it as an infinite loop.

I've got rid of the infinite loop on my system by changing the "return
true;" on line 13 to "return is_resource($this->fp);" of the test's file
"ext/standard/tests/file/bug27508.phpt."

This fails the test on my system because of the cURL clash, and this
may not be the best solution.

------------------------------------------------------------------------

[2009-06-24 20:40:04] viktor at iuris dot hu

Agree, but it segfaults (x86_64) for me on that test. Using the
compiled php-cli segfaults also (fastcgi), and produces 500-internal
server errors. Everything is ok, if I compile without
"--with-curlwrappers". (just like all previous versions)

------------------------------------------------------------------------

[2009-06-22 07:13:06] dg at artegic dot de

Description:
------------
make test produces the following error:

Fatal error: Out of memory (allocated -187170816) (tried to allocate -
190054388 bytes) in xxx/php-5.2.10/run-tests.php on line 1071



Reproduce code:
---------------
cURL Information => libcurl/7.19.4 OpenSSL/0.9.7d zlib/1.2.3

./configure \
--prefix=/php \
--with-config-file-path=/etc \
--with-curl \
--with-curlwrappers


Expected result:
----------------
cURL wrappers should work.


Actual result:
--------------
make -> no errors
make test -> fatal error



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=48637&edit=1

Reply via email to