Edit report at https://bugs.php.net/bug.php?id=14896&edit=1

 ID:                 14896
 Updated by:         maar...@php.net
 Reported by:        alan_k at akbkhome dot com
 Summary:            Multi threaded support
-Status:             Open
+Status:             Wont fix
 Type:               Feature/Change Request
-Package:            Feature/Change Request
+Package:            *General Issues
 Operating System:   All
 PHP Version:        4.0CVS-2002-01-06
 Block user comment: N
 Private report:     N

 New Comment:

Language won't support this feature.


Previous Comments:
------------------------------------------------------------------------
[2002-01-06 20:23:10] 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 :)

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



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

Reply via email to