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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
38 - 38 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Fri Apr 19 18:01:28 2024 UTC