php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #14896 Multi threaded support
Submitted: 2002-01-06 20:23 UTC Modified: 2013-07-12 12:49 UTC
Votes:6
Avg. Score:4.3 ± 1.5
Reproduced:4 of 4 (100.0%)
Same Version:2 (50.0%)
Same OS:3 (75.0%)
From: alan_k at akbkhome dot com Assigned:
Status: Wont fix Package: *General Issues
PHP Version: 4.0CVS-2002-01-06 OS: All
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: alan_k at akbkhome dot com
New email:
PHP Version: OS:

 

 [2002-01-06 20:23 UTC] alan_k at akbkhome dot com
Couldnt find it in the database so I thought I better add it.

$id = thread_create(function_or_object_method);
thread_stop($id);

* especially so that global vars etc. are available in the other threads.. - without resorting to shm + pcntl

similar to perl?/pike/python etc.

This would be useful for PHP-GTK apps. (albeit not essential) 
- although Its one of those be-carefull features :)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-07-12 12:49 UTC] maarten@php.net
-Status: Open +Status: Wont fix -Package: Feature/Change Request +Package: *General Issues
 [2013-07-12 12:49 UTC] maarten@php.net
Language won't support this feature.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 02:01:28 2024 UTC