[PECL-CVS] [pecl-networking-gearman] expose-stop-wait-on-signal: address reviews
[email protected] (Rasmus Lerdorf) Sat, 4 Apr 2026 13:16:32 +0000
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Rasmus Lerdorf (rlerdorf)
Date: 2026-04-04T09:16:22-04:00
Commit: https://github.com/php/pecl-networking-gearman/commit/0d1df3a719d83d6ae28fc37ff59556b6b1cdb579
Raw diff: https://github.com/php/pecl-networking-gearman/commit/0d1df3a719d83d6ae28fc37ff59556b6b1cdb579.diff
address reviews
Changed paths:
M const_gen.sh
Diff:
diff --git a/const_gen.sh b/const_gen.sh
index 2b27f0a..cfe74b2 100755
--- a/const_gen.sh
+++ b/const_gen.sh
@@ -33,6 +33,7 @@ awk 'BEGIN { p= 1; } \
{ if (p == 1) { print $0; } }' php_gearman.c >> php_gearman.c.new
grep ' GEARMAN' $header | \
+ grep -v 'STOP_WAIT_ON_SIGNAL' | \
sed 's/.*\(GEARMAN[A-Z0-9_]*\).*/\1/' | \
sed 's/\(.*\)/ REGISTER_LONG_CONSTANT("\1",\
\1,\