summaryrefslogtreecommitdiff
path: root/ext/pcntl/pcntl.c
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-5/+5
* Don't leak pcntl last_error across requestsNikita Popov2020-10-221-0/+1
* Promote warnings to exceptions in ext/pcntlMáté Kocsis2020-08-251-17/+22
* Fix invalid zpp calls in pcntl_get/setpriorityNikita Popov2020-08-131-2/+2
* Remove proto comments from C filesMax Semenik2020-07-061-48/+24
* Fix some UNKNOWN default valuesMáté Kocsis2020-06-091-11/+15
* Fix [-Wundef] warning in PCNTL extensionGeorge Peter Banyard2020-05-201-5/+5
* Generate function entries from stubsMáté Kocsis2020-04-201-44/+1
* Suppress SIG_ERR cast warningsNikita Popov2020-04-151-2/+2
* Add stubs for aliasesMáté Kocsis2020-02-181-1/+1
* Eliminate uses of ZVAL_ZVAL and friendsNikita Popov2020-01-201-1/+1
* Use RETURN_THROWS() in various placesMáté Kocsis2020-01-031-3/+3
* Use RETURN_THROWS() after try_convert_to_string()Máté Kocsis2020-01-031-2/+2
* Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-23/+23
* Merge branch 'PHP-7.4'Nikita Popov2019-12-201-2/+5
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-12-201-2/+5
| |\
| | * Fix #78402: pcntl_signal() misleading error messageSATO Kentaro2019-12-201-2/+5
* | | Fix typo in pcntl_sigwaitinfo protoFabien Villepinte2019-11-181-1/+1
* | | Cleanup return values when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2019-10-021-1/+9
|\ \ \ | |/ /
| * | Allow SA_RESTART for SIGALRMNikita Popov2019-10-021-1/+9
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* | | Convert pcntl functions arginfo to php stubsCraig Duncan2019-09-201-123/+5
* | | Some pcntl cleanupNikita Popov2019-08-271-42/+54
|/ /
* | Allow exceptions in __toString()Nikita Popov2019-06-051-5/+16
* | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-2/+2
* | Switch to use ZTS cacheDmitry Stogov2019-03-121-0/+6
* | Remove function_table var from the callerc9s2019-03-111-1/+1
* | Reinstall pcntl tick handler on each request (it cleared after the first requ...Dmitry Stogov2019-02-201-1/+1
* | Implement pcntl_unsharePedro Magalhães2019-02-181-0/+94
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-02-121-0/+6
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-121-0/+6
| |\
| | * Make pid & uid available while handling realtime signalshsldymq2019-02-121-0/+6
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-2/+2
* | | Remove local variablesPeter Kokot2019-02-031-8/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | Implement typed propertiesNikita Popov2019-01-111-29/+21
|/ /
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | Fixed incorrrecr zval_dtor() usage to replace value of argument passed by ref...Dmitry Stogov2018-07-051-6/+6
* | Removed "dead" code (zend_hash_update() never fails)Dmitry Stogov2018-06-011-3/+2
* | Removed useless zval_ptr_dtor()Dmitry Stogov2018-05-291-1/+2
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-2/+2
* | Merge remote-tracking branch 'origin/PHP-7.2'Bob Weinand2018-02-281-7/+21
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Bob Weinand2018-02-281-7/+21
| |\
| | * Fix pcntl build on macBob Weinand2018-02-281-7/+21
* | | Merge branch 'PHP-7.2'Christoph M. Becker2018-02-231-7/+8
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-02-231-7/+8
| |\ \ | | |/
| | * Fix #75873: pcntl_wexitstatus returns incorrect on Big_Endian platform (s390x)Sam Ding2018-02-231-7/+8
| | * year++Xinchen Hui2018-01-021-1/+1
| | * Fix bug #73939 memory allocation in signal handler when HAVE_STRUCT_SIGINFO_TJoe Watkins2017-01-161-12/+3