|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2019-01-12 14:34 UTC] sinewavz at gmail dot com
[2019-01-14 09:27 UTC] nikic@php.net
-Status: Open
+Status: Feedback
[2019-01-14 09:27 UTC] nikic@php.net
[2019-01-14 15:29 UTC] sinewavz at gmail dot com
-Status: Feedback
+Status: Open
[2019-01-14 15:29 UTC] sinewavz at gmail dot com
[2021-07-06 14:37 UTC] cmb@php.net
-Package: *Data Exchange functions
+Package: *Web Server problem
[2021-07-06 14:37 UTC] cmb@php.net
[2021-07-06 14:37 UTC] cmb@php.net
-Status: Open
+Status: Feedback
-Assigned To:
+Assigned To: cmb
[2021-07-18 04:22 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 15:00:02 2025 UTC |
Description: ------------ tested on php 7.28 and 7.2.9 error: [ERROR] The process has been signaled with signal "11". PHP crashes when sending post request with 'Content-Type': 'multipart/form-data' headers while attaching a plain javascript object instead of a regular formData object Environment MAMPP PHP 7.28 and 7.2.9 Symfony 3.4 Vue.JS Test script: --------------- JAVASCRIPT CODE : const formData = { subscription: this.form} $http.post(config.api_url + config.subscription_path + '/create', subscriptionData, { headers: { 'Content-Type': 'multipart/form-data' } })