|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2014-01-29 08:33 UTC] tyrael@php.net
-Assigned To:
+Assigned To: mike
[2014-01-29 08:33 UTC] tyrael@php.net
[2014-03-24 16:55 UTC] mike@php.net
-Status: Assigned
+Status: Closed
[2014-03-24 16:55 UTC] mike@php.net
[2014-04-10 04:00 UTC] tyrael@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 21:00:01 2025 UTC |
Description: ------------ Apparently nobody has tested apache2filter SAPI when doing 5.6.0alpha1 release, so it doesn't build since sapi_request_info *post_data* has been removed. Unfortunately this is beyond my PHP internals knowledge, so somebody else needs to fix this. Expected result: ---------------- apache2filter compiled Actual result: -------------- /tmp/buildd/php5-5.6.0~alpha1+dfsg/sapi/apache2filter/sapi_apache2.c: In function 'php_apache_request_ctor': /tmp/buildd/php5-5.6.0~alpha1+dfsg/sapi/apache2filter/sapi_apache2.c:416:18: error: 'sapi_request_info' has no member named 'post_data' SG(request_info).post_data = ctx->post_data; ^ /tmp/buildd/php5-5.6.0~alpha1+dfsg/sapi/apache2filter/sapi_apache2.c:417:18: error: 'sapi_request_info' has no member named 'post_data_length' SG(request_info).post_data_length = ctx->post_len; ^