summaryrefslogtreecommitdiff
path: root/ext/pcntl/pcntl.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed build on linux-glibc21-i386Dmitry Stogov2004-12-141-0/+2
* - Fixed bug #29873 (No defines around pcntl_*priority definitions).Derick Rethans2004-08-281-0/+4
* Do not use alloca() where it can be abused through user input.Ilia Alshanetsky2004-06-301-7/+7
* typofix (thanks to Mehdi Achour for noticing this)foobar2004-01-231-3/+3
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Kill unused variables.Ilia Alshanetsky2003-11-051-1/+1
* Added pcntl_wait, a wraspper around wait()/wait3()George Schlossnagle2003-10-281-1/+33
* No dots at the end of error messagesMarcus Boerger2003-08-311-8/+8
* Fix format specifiersMarcus Boerger2003-08-311-8/+8
* Fix Win32 linkage problemsZeev Suraski2003-08-311-0/+3
* proto fixes.Andrey Hristov2003-06-221-10/+10
* updating license information in the headers.James Cox2003-06-101-3/+3
* Fixed compiler warnings.Ilia Alshanetsky2003-05-291-0/+3
* proto and typo fixesHartmut Holzgraefe2003-05-201-2/+2
* Added pcntl_setpriority & pcntl_getpriority(). These functions can be usedIlia Alshanetsky2003-02-181-0/+90
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* php_error -> php_error_docrefMarcus Boerger2002-12-121-7/+6
* SIGIOT may not be defined in cygwinMarcus Boerger2002-12-121-0/+2
* @Made major improvents to the pcntl extension(Jason):Jason Greene2002-08-221-143/+42
* Added function pcntl_alarm().Edin Kadribasic2002-06-041-0/+14
* Fix invalid warning caused by bogus convert_to_* callsJason Greene2002-05-061-2/+3
* Fix type-o that broke ZTS buildJason Greene2002-05-061-4/+11
* - Fix pcntl_waitpid() [Fixes #16766].Markus Fischer2002-04-231-18/+12
* Remove already included fileJason Greene2002-03-171-1/+0
* - Fix some compiler warnings and errors.Markus Fischer2002-03-171-1/+2
* - WS and code style fix.Markus Fischer2002-03-161-140/+139
* - Some more TSRMLS fixes.Markus Fischer2002-03-161-1/+1
* Maintain headers.Sebastian Bergmann2002-02-281-2/+2
* proto fixHartmut Holzgraefe2002-01-041-1/+1
* Update headers.Sebastian Bergmann2001-12-111-1/+1
* Some protos fixed.Egon Schmid2001-11-081-6/+6
* - prototypesDerick Rethans2001-11-081-5/+6
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-1/+4
* Add cleanup on an exec failureJason Greene2001-10-031-4/+8
* @Added new function pcntl_exec, which behaves similar to execve.Jason Greene2001-09-301-0/+87
* Removed space type-oJason Greene2001-07-301-1/+3
* Fully implement new thread safe model.Jason Greene2001-07-301-16/+29
* Zend compatibility patchZeev Suraski2001-07-301-13/+16
* Zend compatibility patchZeev Suraski2001-07-301-8/+2
* Fix proto's and some ws uglinessJason Greene2001-07-061-12/+12
* Added wait.h functionality to pcntlJason Greene2001-07-061-2/+148
* *BSD doesn't have SIGPOLL or SIGPWRJason Greene2001-06-261-0/+4
* Fix casting wierdness that broke compiled code with Sun CC.Jason Greene2001-06-251-4/+4
* Make pcntl async safe by registering as a zend extension and grabing theJason Greene2001-06-191-9/+153
* Adding some ifdefs for better platform compatibilityJason Greene2001-06-131-37/+43
* @Added new experimental module pcntl (Process Control) (Jason)Jason Greene2001-06-121-0/+244