summaryrefslogtreecommitdiff
path: root/ext/pcntl
Commit message (Expand)AuthorAgeFilesLines
* Improve class entry generationMáté Kocsis2021-02-161-1/+0
* Generate class entries from stubs for oci8, odbc, openssl, pcntl, pdo, pgsqlMáté Kocsis2021-02-142-2/+3
* Replace zend_bool uses with boolNikita Popov2021-01-152-6/+6
* Add --repeat testing modeNikita Popov2020-10-304-0/+4
* Don't leak pcntl last_error across requestsNikita Popov2020-10-221-0/+1
* Update ext/pcntl parameter namesNikita Popov2020-10-065-39/+39
* Run tidyNikita Popov2020-09-1810-30/+30
* Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-3/+1
* Promote warnings to exceptions in ext/pcntlMáté Kocsis2020-08-259-34/+113
* Fix invalid zpp calls in pcntl_get/setpriorityNikita Popov2020-08-131-2/+2
* Check permissions in pcntl_unshare_03.phptNikita Popov2020-08-101-2/+5
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-093-3/+6
* Add another round of missing parameter types to stubsMáté Kocsis2020-08-072-3/+9
* Merge branch 'PHP-7.4'Nikita Popov2020-08-051-2/+5
|\
| * Add privilege check in pcntl_unshare testNikita Popov2020-08-051-2/+5
* | Merge branch 'PHP-7.4'Nikita Popov2020-08-051-2/+2
|\ \ | |/
| * Improve privilege check in pcntl_setpriority() testNikita Popov2020-08-051-2/+2
| * Suppress warning in pcntl_unshare skipifNikita Popov2020-08-051-1/+1
* | Suppress warning in pcntl_unshare skipifNikita Popov2020-08-051-1/+1
* | Add a few missing types to stubsMáté Kocsis2020-08-012-4/+7
* | Remove proto comments from C filesMax Semenik2020-07-061-48/+24
* | Replace EXPECTF when possibleFabien Villepinte2020-06-292-2/+2
* | Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* | Fix some UNKNOWN default valuesMáté Kocsis2020-06-093-17/+21
* | Fix [-Wundef] warning in PCNTL extensionGeorge Peter Banyard2020-05-204-13/+13
* | Honor script time limit when calling shutdown functionsAlex Dowad2020-05-131-0/+29
* | Generate function entries from stubsMáté Kocsis2020-04-203-48/+91
* | Suppress SIG_ERR cast warningsNikita Popov2020-04-152-3/+3
* | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-14/+14
* | Annotate function aliases in stubsMáté Kocsis2020-04-041-0/+1
* | Add stubs for aliasesMáté Kocsis2020-02-183-1/+5
* | Reindent phpt filesNikita Popov2020-02-038-152/+152
* | Eliminate uses of ZVAL_ZVAL and friendsNikita Popov2020-01-201-1/+1
* | Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-162-3/+3
* | 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-202-3/+6
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-12-202-3/+6
| |\
| | * Fix #78402: pcntl_signal() misleading error messageSATO Kentaro2019-12-202-3/+6
* | | Fix typo in pcntl_sigwaitinfo protoFabien Villepinte2019-11-181-1/+1
* | | Add union return types for function stubsMáté Kocsis2019-11-112-17/+10
* | | Cleanup return values when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2019-10-241-7/+7
|\ \ \ | |/ /
| * | Use posix_getuid() to check for root in pcntl_setpriority() testNikita Popov2019-10-241-7/+7
* | | Merge branch 'PHP-7.4'Nikita Popov2019-10-022-2/+10
|\ \ \ | |/ /
| * | Allow SA_RESTART for SIGALRMNikita Popov2019-10-022-2/+10
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-254-8/+0
* | | Convert pcntl functions arginfo to php stubsCraig Duncan2019-09-203-123/+196
* | | Some pcntl cleanupNikita Popov2019-08-271-42/+54