|
Subject |
From |
Date |
Size |
|
com pecl/file_formats/yaml: Add AppVeyor CI integration: .appveyor.yml appveyor/build.ps1 appveyor/install.ps1 appveyor/...
|
bd808 |
06/05/2020 10:30 PM |
1KB |
|
com pecl/file_formats/yaml: Use helpers from Zend to parse strings as numbers: detect.c package.xml php_yaml.h tests/bug...
|
bd808 |
06/05/2020 01:29 PM |
1KB |
|
com pecl/file_formats/yaml: Remove support for non-scalar mapping keys: package.xml parse.c tests/bug_64694.phpt tests/b...
|
bd808 |
05/05/2020 03:35 AM |
1KB |
|
com pecl/file_formats/yaml: Start tracking v2.2.0 release changes: package.xml php_yaml.h
|
bd808 |
05/05/2020 03:41 AM |
1KB |
|
tag pecl/database/mysql_xdevapi: create tag 8.0.20
|
mysqlre |
27/04/2020 10:43 PM |
1KB |
|
com pecl/database/mysql_xdevapi: Doing stuff: xmysqlnd/xmysqlnd_session.cc xmysqlnd/xmysqlnd_session.h
|
mysqlre |
13/03/2019 04:35 PM |
1KB |
|
com pecl/database/mysql_xdevapi: Adding initial code.. handling the compression option: mysqlx_exception.h tests/compres...
|
mysqlre |
14/03/2019 03:19 PM |
1KB |
|
com pecl/database/mysql_xdevapi: Adding initial algorithm negotiation: mysqlx_exception.h xmysqlnd/xmysqlnd_session.cc x...
|
mysqlre |
18/03/2019 07:06 PM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - changes in wireprotocol to support compressio...
|
mysqlre |
10/03/2020 03:41 PM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - tweak wire protocol code: xmysqlnd/xmysqlnd_c...
|
mysqlre |
15/08/2019 03:24 AM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - add support for option 'compress' in Uri - pr...
|
mysqlre |
11/08/2019 03:23 AM |
1KB |
|
com pecl/database/mysql_xdevapi: Merge remote-tracking branch 'remotes/origin/master' into wl-13001-connection-compressi...
|
mysqlre |
18/06/2019 04:09 AM |
1KB |
|
com pecl/database/mysql_xdevapi: Saving the current work status: tests/compression_algorithm.phpt xmysqlnd/xmysqlnd_sess...
|
mysqlre |
03/04/2019 08:03 PM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - negotiate compression capabilities - fix code...
|
mysqlre |
13/08/2019 04:54 AM |
1KB |
|
com pecl/database/mysql_xdevapi: Merge remote-tracking branch 'remotes/origin/master' into wl-13001-connection-compressi...
|
mysqlre |
15/07/2019 03:22 PM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001-DevAPI: Connection compression - fix build errors: xmysqlnd/xmysqlnd_session.c...
|
mysqlre |
20/06/2019 01:43 AM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - negotiate compression::Configuration before a...
|
mysqlre |
14/08/2019 03:13 AM |
1KB |
|
com pecl/database/mysql_xdevapi: Merge remote-tracking branch 'origin/master' into wl-13001-connection-compression: mysq...
|
mysqlre |
20/02/2020 01:52 AM |
1KB |
|
com pecl/database/mysql_xdevapi: Merge remote-tracking branch 'remotes/origin/master-itch' into wl-13001-connection-comp...
|
mysqlre |
01/08/2019 02:27 AM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - tweak wire protocol code - add session_data::...
|
mysqlre |
19/08/2019 08:22 PM |
1KB |
|
com pecl/database/mysql_xdevapi: orabug #30134451 replace raw zval with improved zvalue where possible: xmysqlnd/xmysqln...
|
mysqlre |
14/08/2019 10:54 PM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - remove ENABLE_MYSQLX_CTORS and all code relat...
|
mysqlre |
14/08/2019 04:09 AM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - add 3rdParty lz4 library: config.m4 config.w3...
|
mysqlre |
13/08/2019 07:45 PM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - change compress option from boolean to enum P...
|
mysqlre |
20/11/2019 03:16 AM |
1KB |
|
com pecl/database/mysql_xdevapi: update protobufs: xmysqlnd/proto_def/mysqlx.proto xmysqlnd/proto_def/mysqlx_connection....
|
mysqlre |
09/11/2019 04:36 AM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - update algorithms: lz4 => lz4_message, deflat...
|
mysqlre |
08/11/2019 07:42 PM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - rename option "compress" -> "compression" - a...
|
mysqlre |
19/02/2020 03:29 AM |
1KB |
|
com pecl/database/mysql_xdevapi: remove logging compiler version as it may not work with compilers others than gcc (e.g....
|
mysqlre |
18/02/2020 02:01 AM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - add compressors zlib, zstd - small refactorin...
|
mysqlre |
11/03/2020 03:38 AM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - adjust code to changes in protobufs (client/s...
|
mysqlre |
09/11/2019 04:51 AM |
1KB |
|
com pecl/database/mysql_xdevapi: fix for server v8.0.20: tests/table_limit_offset.phpt
|
mysqlre |
17/02/2020 03:48 PM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - changes in config.m4 - src clean ups: config....
|
mysqlre |
12/03/2020 05:20 AM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - changes in config.m4 - src clean ups: config....
|
mysqlre |
12/03/2020 03:21 AM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - fix in zlib - refactoring in config.m4 - clea...
|
mysqlre |
17/03/2020 03:17 PM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - clean ups && fixes: config.m4 tests/compressi...
|
mysqlre |
16/03/2020 05:33 AM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - improve compression_options.phpt test - fix f...
|
mysqlre |
16/03/2020 07:43 PM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - src clean ups: config.m4 xmysqlnd/xmysqlnd_wi...
|
mysqlre |
12/03/2020 06:16 AM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - changes in config.m4 - src clean ups - remove...
|
mysqlre |
13/03/2020 05:51 AM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - merge clean ups: xmysqlnd/xmysqlnd_wireprotoc...
|
mysqlre |
17/03/2020 06:34 PM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - CR fixes: xmysqlnd/xmysqlnd_compression_setup...
|
mysqlre |
17/03/2020 06:56 PM |
1KB |
|
com pecl/database/mysql_xdevapi: v8.0.20 - package.xml and version number updated: README package.xml php_mysql_xdevapi....
|
mysqlre |
25/03/2020 09:23 PM |
1KB |
|
com pecl/database/mysql_xdevapi: orabug #30864458: some methods should not be reported as deprecated anymore - following...
|
mysqlre |
24/03/2020 06:45 PM |
1KB |
|
com pecl/database/mysql_xdevapi: Merge remote-tracking branch 'origin/wl-13001-connection-compression' into master-itch:...
|
mysqlre |
25/03/2020 07:59 PM |
1KB |
|
com pecl/database/mysql_xdevapi: update preferred boost to 1.72.00: config.m4 config.w32
|
mysqlre |
24/03/2020 06:46 PM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - changes in wireprotocol to support compressio...
|
mysqlre |
10/03/2020 03:41 PM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - tweak wire protocol code: xmysqlnd/xmysqlnd_c...
|
mysqlre |
15/08/2019 03:24 AM |
1KB |
|
com pecl/database/mysql_xdevapi: Adding initial code.. handling the compression option: mysqlx_exception.h tests/compres...
|
mysqlre |
14/03/2019 03:19 PM |
1KB |
|
com pecl/database/mysql_xdevapi: Doing stuff: xmysqlnd/xmysqlnd_session.cc xmysqlnd/xmysqlnd_session.h
|
mysqlre |
13/03/2019 04:35 PM |
1KB |
|
com pecl/database/mysql_xdevapi: Merge remote-tracking branch 'remotes/origin/master' into wl-13001-connection-compressi...
|
mysqlre |
18/06/2019 04:09 AM |
1KB |
|
com pecl/database/mysql_xdevapi: Adding initial algorithm negotiation: mysqlx_exception.h xmysqlnd/xmysqlnd_session.cc x...
|
mysqlre |
18/03/2019 07:06 PM |
1KB |
|
com pecl/database/mysql_xdevapi: Saving the current work status: tests/compression_algorithm.phpt xmysqlnd/xmysqlnd_sess...
|
mysqlre |
03/04/2019 08:03 PM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - add support for option 'compress' in Uri - pr...
|
mysqlre |
11/08/2019 03:23 AM |
1KB |
|
com pecl/database/mysql_xdevapi: Merge remote-tracking branch 'remotes/origin/master' into wl-13001-connection-compressi...
|
mysqlre |
15/07/2019 03:22 PM |
1KB |
|
com pecl/database/mysql_xdevapi: Merge remote-tracking branch 'origin/master' into wl-13001-connection-compression: mysq...
|
mysqlre |
20/02/2020 01:52 AM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001-DevAPI: Connection compression - fix build errors: xmysqlnd/xmysqlnd_session.c...
|
mysqlre |
20/06/2019 01:43 AM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - change compress option from boolean to enum P...
|
mysqlre |
20/11/2019 03:16 AM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - negotiate compression capabilities - fix code...
|
mysqlre |
13/08/2019 04:54 AM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - add 3rdParty lz4 library: config.m4 config.w3...
|
mysqlre |
13/08/2019 07:45 PM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - negotiate compression::Configuration before a...
|
mysqlre |
14/08/2019 03:13 AM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - add compressors zlib, zstd - small refactorin...
|
mysqlre |
11/03/2020 03:38 AM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - changes in config.m4 - src clean ups: config....
|
mysqlre |
12/03/2020 03:21 AM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - tweak wire protocol code - add session_data::...
|
mysqlre |
19/08/2019 08:22 PM |
1KB |
|
com pecl/database/mysql_xdevapi: update protobufs: xmysqlnd/proto_def/mysqlx.proto xmysqlnd/proto_def/mysqlx_connection....
|
mysqlre |
09/11/2019 04:36 AM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - remove ENABLE_MYSQLX_CTORS and all code relat...
|
mysqlre |
14/08/2019 04:09 AM |
1KB |
|
com pecl/database/mysql_xdevapi: orabug #30134451 replace raw zval with improved zvalue where possible: xmysqlnd/xmysqln...
|
mysqlre |
14/08/2019 10:54 PM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - changes in config.m4 - src clean ups: config....
|
mysqlre |
12/03/2020 05:20 AM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - update algorithms: lz4 => lz4_message, deflat...
|
mysqlre |
08/11/2019 07:42 PM |
1KB |
|
com pecl/database/mysql_xdevapi: fix for server v8.0.20: tests/table_limit_offset.phpt
|
mysqlre |
17/02/2020 03:48 PM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - adjust code to changes in protobufs (client/s...
|
mysqlre |
09/11/2019 04:51 AM |
1KB |
|
com pecl/database/mysql_xdevapi: remove logging compiler version as it may not work with compilers others than gcc (e.g....
|
mysqlre |
18/02/2020 02:01 AM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - rename option "compress" -> "compression" - a...
|
mysqlre |
19/02/2020 03:29 AM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - src clean ups: config.m4 xmysqlnd/xmysqlnd_wi...
|
mysqlre |
12/03/2020 06:16 AM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - changes in config.m4 - src clean ups - remove...
|
mysqlre |
13/03/2020 05:51 AM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - fix in zlib - refactoring in config.m4 - clea...
|
mysqlre |
17/03/2020 03:17 PM |
1KB |
|
com pecl/database/mysql_xdevapi: v8.0.20 - package.xml and version number updated: README package.xml php_mysql_xdevapi....
|
mysqlre |
25/03/2020 09:23 PM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - clean ups && fixes: config.m4 tests/compressi...
|
mysqlre |
16/03/2020 05:33 AM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - improve compression_options.phpt test - fix f...
|
mysqlre |
16/03/2020 07:43 PM |
1KB |
|
com pecl/database/mysql_xdevapi: orabug #30864458: some methods should not be reported as deprecated anymore - following...
|
mysqlre |
24/03/2020 06:45 PM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - CR fixes: xmysqlnd/xmysqlnd_compression_setup...
|
mysqlre |
17/03/2020 06:56 PM |
1KB |
|
com pecl/database/mysql_xdevapi: WL#13001 DevAPI: Connection compression - merge clean ups: xmysqlnd/xmysqlnd_wireprotoc...
|
mysqlre |
17/03/2020 06:34 PM |
1KB |
|
com pecl/database/mysql_xdevapi: Merge remote-tracking branch 'origin/wl-13001-connection-compression' into master-itch:...
|
mysqlre |
25/03/2020 07:59 PM |
1KB |
|
com pecl/database/mysql_xdevapi: update preferred boost to 1.72.00: config.m4 config.w32
|
mysqlre |
24/03/2020 06:46 PM |
1KB |
|
svn: /pecl/timezonedb/tags/
|
derick |
24/04/2020 07:24 PM |
1KB |
|
svn: /pecl/timezonedb/trunk/ package.xml timezonedb.h
|
derick |
24/04/2020 07:23 PM |
1KB |
|
com pecl/file_system/xattr: back to dev: package.xml php_xattr.h
|
remi |
24/04/2020 03:26 PM |
1KB |
|
tag pecl/file_system/xattr: create tag xattr-1.4.0
|
remi |
24/04/2020 03:03 PM |
1KB |
|
com pecl/file_system/xattr: Release 1.4.0: package.xml php_xattr.h
|
remi |
24/04/2020 03:02 PM |
1KB |
|
com pecl/file_formats/yaml: Make 2.1.0 release: package.xml php_yaml.h
|
bd808 |
23/04/2020 08:36 AM |
1KB |
|
com pecl/file_formats/yaml: relax test on 32-bit (overflow to float): tests/bug_79494.phpt
|
bd808 |
23/04/2020 02:16 PM |
1KB |
|
com pecl/file_formats/yaml: fix [-Wformat=] issue on 32-bit: emit.c
|
bd808 |
23/04/2020 02:16 PM |
1KB |
|
com pecl/file_system/xattr: 1 more test case: tests/002-set-get.phpt
|
remi |
23/04/2020 06:50 PM |
1KB |
|
com pecl/file_system/xattr: get and list may return false: xattr.stub.php xattr_arginfo.h
|
remi |
23/04/2020 06:44 PM |
1KB |
|
com pecl/file_system/xattr: -fix test: tests/003-set-get-link.phpt
|
remi |
23/04/2020 06:40 PM |
1KB |
|
com pecl/file_system/xattr: Revert "return NULL instead of FALSE in error cases": package.xml tests/002-set-get.phpt tes...
|
remi |
23/04/2020 06:38 PM |
1KB |
|
com pecl/file_system/xattr: return NULL instead of FALSE in error cases: package.xml tests/002-set-get.phpt tests/003-se...
|
remi |
23/04/2020 06:34 PM |
1KB |
|
tag pecl/file_formats/yaml: create tag 2.1.0
|
bd808 |
23/04/2020 08:56 AM |
1KB |
|
com pecl/file_formats/yaml: Update dev-tools/sync-upstream to target php7 branch: dev-tools/sync-upstream.sh
|
bd808 |
23/04/2020 05:34 AM |
1KB |
|
com pecl/file_formats/yaml: Bump tested versions at Travis-ci: .travis.yml
|
bd808 |
23/04/2020 05:27 AM |
1KB |
|
com pecl/file_formats/yaml: Remove deprecated TSRM macros: emit.c parse.c php_yaml_int.h yaml.c
|
bd808 |
23/04/2020 04:39 AM |
1KB |
|
com pecl/file_formats/yaml: Merge branch 'pull-request/41' into php7: emit.c parse.c
|
bd808 |
23/04/2020 03:07 AM |
1KB |
|
com pecl/file_formats/yaml: Fix memory leaks: emit.c parse.c
|
bd808 |
20/04/2020 04:24 PM |
1KB |
|
com pecl/file_formats/yaml: Fix #79494: The 64-bit YAML ext uses 32-bit signed integer arithmetics: emit.c tests/bug_794...
|
bd808 |
20/04/2020 05:42 AM |
1KB |
|
com pecl/file_formats/yaml: Fix warnings during extension compilation: parse.c
|
bd808 |
20/04/2020 05:54 AM |
1KB |
|
tag pecl/security/selinux: create tag selinux-0.5.0
|
remi |
22/04/2020 10:02 PM |
1KB |
|
com pecl/security/selinux: Release 0.5.0 and promote to stable: package.xmlphp_selinux.h
|
remi |
22/04/2020 10:02 PM |
1KB |
|
com pecl/security/selinux: drop support for PHP 5 preliminary support forPHP 8: package.xml php_selinux.h selinux.c
|
remi |
22/04/2020 09:49 PM |
1KB |
|
com pecl/security/selinux: back to dev: package.xmlphp_selinux.h
|
remi |
22/04/2020 09:38 PM |
1KB |
|
com pecl/file_system/xattr: - drop dupport for PHP older than 7.2 - add type hinting in reflection: .gitignore package.x...
|
remi |
22/04/2020 06:39 PM |
1KB |
|
com pecl/file_system/xattr: back to dev: package.xml php_xattr.h
|
remi |
22/04/2020 05:48 PM |
1KB |
|
tag pecl/file_system/xattr: create tag xattr-1.3.1
|
remi |
22/04/2020 04:28 PM |
1KB |
|
com pecl/file_system/xattr: Release 1.3.1: package.xml php_xattr.h xattr.c
|
remi |
22/04/2020 04:27 PM |
1KB |
|
com pecl/mail/mailparse: back to dev: package.xml php_mailparse.h
|
remi |
22/04/2020 03:27 PM |
1KB |
|
tag pecl/mail/mailparse: create tag v3.1.0
|
remi |
22/04/2020 03:20 PM |
1KB |
|
com pecl/mail/mailparse: Release 3.1.0: arginfo.h mailparse.c package.xmlphp_mailparse.h php_mailparse_mime.c php_mailpa...
|
remi |
22/04/2020 03:12 PM |
1KB |
|
com pecl/file_formats/yaml: Make test compatible with PHP 8: tests/yaml_parse_file_002.phpt
|
bd808 |
21/04/2020 04:50 AM |
1KB |
|
com pecl/mail/mailparse: CS: php_mailparse_mime.c
|
remi |
21/04/2020 11:37 PM |
1KB |
|
com pecl/mail/mailparse: fix MimeMessage constructor name: arginfo.hmailparse.c package.xml php_mailparse.h
|
remi |
21/04/2020 11:22 PM |
1KB |
|
tag pecl/system/dio: create tag dio-0.2.0
|
remi |
16/04/2020 10:37 PM |
1KB |
|
com pecl/system/dio: Release 0.2.0: package.xml php5/php_dio.h php7/php_dio.h
|
remi |
16/04/2020 10:36 PM |
1KB |
|
tag pecl/file_formats/lzf: create tag LZF-1.6.8
|
remi |
16/04/2020 10:15 PM |
1KB |
|
com pecl/file_formats/lzf: Release 1.6.8: filter.c lzf.c package.xml php_lzf.h
|
remi |
16/04/2020 10:15 PM |
1KB |
|
com pecl/system/dio: Fix 004w.phpt: tests/004w.phpt
|
remi |
16/04/2020 09:47 PM |
1KB |
|
com pecl/file_formats/lzf: fix filter prototype for 7.2+: filter.c package.xml
|
remi |
16/04/2020 09:39 PM |
1KB |
|
com pecl/file_formats/lzf: back to dev: package.xml php_lzf.h
|
remi |
16/04/2020 09:37 PM |
1KB |
|
com pecl/system/dio: duplicate test for windows: package.xml tests/004.phpttests/004w.phpt
|
remi |
16/04/2020 09:32 PM |
1KB |
|
com pecl/system/dio: skip test on Windows: tests/004.phpt
|
remi |
16/04/2020 09:29 PM |
1KB |
|
com pecl/system/dio: forgotten in previous, thanks cmb:php7/dio_win32.c
|
remi |
16/04/2020 09:26 PM |
1KB |
|
com pecl/system/dio: changelog: package.xml
|
remi |
16/04/2020 09:19 PM |
1KB |
|
com pecl/system/dio: adapt for change in stream API in 7.4:php7/dio_posix.c php7/dio_stream_wrappers.c php7/dio_win32.c ...
|
remi |
16/04/2020 09:05 PM |
1KB |
|
com pecl/system/dio: back to dev: package.xml php5/php_dio.h php7/php_dio.h
|
remi |
16/04/2020 09:03 PM |
1KB |
|
com pecl/mail/mailparse: add arginfo to all functions: arginfo.hmailparse.c package.xml
|
remi |
10/04/2020 09:33 PM |
1KB |
|
com pecl/networking/uuid: test a faster unparse implementation:bench_unparse.php php_uuid.h uuid.c
|
remi |
23/03/2020 11:07 PM |
1KB |
|
svn: /pecl/pdf/trunk/ LICENSE package.xml pdf.c php_pdflib.h
|
rjs |
10/03/2020 06:48 PM |
1KB |
|
svn: /pecl/krb5/trunk/ RELEASE-1.1.3 package.xml php_krb5.h testing.sh
|
mbechler |
27/02/2020 12:59 AM |
1KB |
|
com pecl/networking/gearman: Fix REAME: README
|
rasmus |
07/02/2020 04:39 AM |
1KB |
|
com pecl/networking/gearman: Gearman v0.3 import: README TODO config.m4const_gen.sh examples/image_thumbnail_client.php ...
|
rasmus |
12/05/2009 01:35 PM |
2KB |
|
com pecl/networking/gearman: - Fixed build issue with 5.1.x: config.m4const_gen.sh examples/image_thumbnail_worker.php e...
|
rasmus |
01/10/2009 04:03 PM |
2KB |
|
com pecl/networking/gearman: Re-ran const_gen.sh to get libgearman v0.6. I had a bogus editor setting that was sticking ...
|
rasmus |
20/05/2009 03:36 PM |
1KB |
|
com pecl/networking/gearman: Re-named class/methods to conform to the phpcoding standards, modified all test and example...
|
rasmus |
19/05/2009 12:26 PM |
1KB |
|
com pecl/networking/gearman: Added a few missing files. Started to add allthe arginfo stuff. I think it is time for me t...
|
rasmus |
18/05/2009 09:58 AM |
1KB |
|
com pecl/networking/gearman: added exceptions, few small bug fixes:ChangeLog config.m4 examples/reverse_worker.php packa...
|
rasmus |
30/06/2009 04:39 PM |
1KB |
|
com pecl/networking/gearman: Fixed version info, added package.xml:package.xml php_gearman.c
|
rasmus |
14/05/2009 03:33 PM |
1KB |
|
com pecl/networking/gearman: Updated package.xml: package.xml
|
rasmus |
19/05/2009 12:29 PM |
1KB |
|
com pecl/networking/gearman: Get rid of empty RINIT/RSHUTDOWN functions:php_gearman.c
|
rasmus |
23/06/2009 03:23 AM |
1KB |
|
com pecl/networking/gearman: fixed -Werror=format-security bug: package.xml php_gearman.c
|
rasmus |
06/07/2009 11:17 PM |
1KB |
|
com pecl/networking/gearman: Moved code into svn, added_add_servers calls, fixed major bug in task interface: ChangeLog ...
|
rasmus |
19/07/2009 08:24 AM |
1KB |
|
com pecl/networking/gearman: replace errno with getErrno method:php_gearman.c
|
rasmus |
30/06/2009 10:54 PM |
1KB |
|
com pecl/networking/gearman: changed GearmanClient::errno toGearmanClient::getErrno: package.xml
|
rasmus |
02/07/2009 11:43 AM |
1KB |
|
com pecl/networking/gearman: added some missing TSRMLS stuff, thanksthkoch: php_gearman.c
|
rasmus |
22/07/2009 10:23 AM |
1KB |
|
com pecl/networking/gearman: created a macro for zend_is_callable, api changed between 5.2 and 5.3 for TRSMLS: php_gearm...
|
rasmus |
22/07/2009 04:43 PM |
1KB |
|
com pecl/networking/gearman: created package 0.6.0: ChangeLog package.xmlphp_gearman.c
|
rasmus |
01/10/2009 04:26 PM |
1KB |
|
com pecl/networking/gearman: updates for 0.5.0 release: ChangeLogpackage.xml php_gearman.h
|
rasmus |
22/07/2009 11:29 PM |
1KB |
|
com pecl/networking/gearman: update arginfo to match libdspam param names:php_gearman.c
|
rasmus |
11/10/2009 08:58 AM |
1KB |
|
com pecl/networking/gearman: forgot to init timeout to 0 thanks preilly:php_gearman.c
|
rasmus |
16/10/2009 01:39 PM |
1KB |
|
com pecl/networking/gearman: Initial geamand 0.12 support, more bug fixesto come.: package.xml php_gearman.c php_gearman...
|
rasmus |
20/02/2010 12:41 AM |
1KB |
|
com pecl/networking/gearman: noticed a small typo ingearman_st: php_gearman.c
|
rasmus |
20/02/2010 12:48 AM |
1KB |
|
com pecl/networking/gearman: * finished code changes required for gearmanto build against libgearman 0.12 * removed some...
|
rasmus |
10/03/2010 03:53 AM |
1KB |
|
com pecl/networking/gearman: Fixed PECL Bug #17539 (Segmentation fault oncalling error() of a fresh worker). Patch by j...
|
rasmus |
15/05/2011 03:20 PM |
1KB |
|
com pecl/networking/gearman: commented out unused gearman_obj struct: php_gearman.c
|
rasmus |
20/02/2010 02:23 AM |
1KB |
|
com pecl/networking/gearman: - Fixed build on php trunk - Fix PECL Bug#17065 (Make FAILS): php_gearman.c
|
rasmus |
09/06/2010 06:55 AM |
1KB |
|
com pecl/networking/gearman: Reverted accidental changes in r311045.:php_gearman.c
|
rasmus |
15/05/2011 04:08 PM |
1KB |
|
com pecl/networking/gearman: Fixed PECL Bug #16883(GearmanWorker::addFunction segfaults when function name is non-string...
|
rasmus |
15/05/2011 04:41 PM |
1KB |
|
com pecl/networking/gearman: Fixed PECL Bug #16884 (GearmanJob::sendData()crashes): php_gearman.c
|
rasmus |
15/05/2011 05:01 PM |
1KB |
|
com pecl/networking/gearman: Fixed PECL Bug #16883(GearmanJob::sendWarning() segfaults): php_gearman.c
|
rasmus |
15/05/2011 05:03 PM |
1KB |
|
com pecl/networking/gearman: Fixed PECL Bug #22637 (GearmanJob::setReturncauses segfault): php_gearman.c
|
rasmus |
15/05/2011 05:38 PM |
1KB |
|
com pecl/networking/gearman: Use zend_read_property to get exception message instead of zend_call_method_with_0_params.:...
|
rasmus |
20/08/2011 07:58 PM |
1KB |
|
com pecl/networking/gearman: Preparation for pecl/gearman 0.8.0 release.:package.xml php_gearman.h
|
rasmus |
17/05/2011 09:17 PM |
1KB |
|
com pecl/networking/gearman: Fixed PECL Bug #17114 (Return values that areclass private variables are null'd): php_gearm...
|
rasmus |
17/05/2011 09:07 PM |
1KB |
|
com pecl/networking/gearman: Fixed PECL Bug #16900 (Don't use resevedmethod names): php_gearman.c
|
rasmus |
22/08/2011 11:58 AM |
1KB |
|
com pecl/networking/gearman: Fix folding: php_gearman.c
|
rasmus |
20/05/2011 10:11 PM |
1KB |
|
com pecl/networking/gearman: Fixed PECL Bug #18658 (GearmanWorker::wait andGearmanWorker::work are spamming the log with...
|
rasmus |
16/08/2011 10:36 PM |
1KB |
|
com pecl/networking/gearman: Fixed PECL Bug #22636 (Uncaught workerexception sends back GEARMAN_SUCCESS return code): ph...
|
rasmus |
20/08/2011 07:35 PM |
1KB |
|
com pecl/networking/gearman: Fixed PECL Bug #59944 (Undefined symbol:gearman_client_set_server_option): config.m4
|
rasmus |
02/12/2011 09:02 AM |
1KB |
|
com pecl/networking/gearman: Preparation for pecl/gearman 1.0.0 release.:package.xml
|
rasmus |
03/12/2011 12:47 AM |
1KB |
|
com pecl/networking/gearman: Fixed PECL Bug #60438 (wrong version number inphp_gearman.h): php_gearman.h
|
rasmus |
06/12/2011 12:36 AM |
1KB |
|
com pecl/networking/gearman: Preparation for pecl/gearman 1.0.1 release.:package.xml php_gearman.h
|
rasmus |
06/12/2011 12:42 AM |
1KB |
|
com pecl/networking/gearman: Cleanup: php_gearman.c
|
rasmus |
01/03/2012 01:06 PM |
1KB |
|
com pecl/networking/gearman: Post release cleanup: EXPERIMENTAL package.xml
|
rasmus |
05/08/2012 07:54 AM |
1KB |
|
com pecl/networking/gearman: Preparation for pecl/gearman 1.0.2 release.:package.xml php_gearman.h
|
rasmus |
06/03/2012 02:26 PM |
1KB |
|
com pecl/networking/gearman: Additional fix for pecl Bug #59423:php_gearman.c
|
rasmus |
05/08/2012 07:24 AM |
1KB |
|
com pecl/networking/gearman: gearman-1.0.3 release: package.xmlphp_gearman.h
|
rasmus |
05/08/2012 07:46 AM |
1KB |
|
com pecl/networking/gearman: Updated information on README: README
|
rasmus |
05/08/2012 08:09 AM |
1KB |
|
com pecl/networking/gearman: Fixed PECL bug #60877 (no way to setclient_id for a GearmanWorker): gearman_001.phpt php-ge...
|
rasmus |
06/08/2012 12:31 PM |
1KB |
|
com pecl/networking/gearman: Updated package.xml with file updates.:package.xml
|
rasmus |
06/08/2012 02:09 PM |
1KB |
|
com pecl/networking/gearman: Fixed BC breaks in gearman-1.1.0: config.m4php_gearman.c
|
rasmus |
20/09/2012 04:39 PM |
1KB |
|
com pecl/networking/gearman: Release of pecl/gearman-1.1.0: package.xmlphp_gearman.h
|
rasmus |
23/09/2012 08:52 AM |
1KB |
|
com pecl/networking/gearman: Update php_gearman.c: php_gearman.c
|
rasmus |
09/08/2012 03:06 AM |
1KB |
|
com pecl/networking/gearman: Updated README with new libgearmanrequirements.: README
|
rasmus |
23/09/2012 08:53 AM |
1KB |
|
com pecl/networking/gearman: Add explicit check for>= libgearman-1.1.0: config.m4
|
rasmus |
05/11/2012 01:53 AM |
1KB |
|
com pecl/networking/gearman: commenting out most of the lib. Can print outversion: php_gearman.c
|
rasmus |
19/04/2015 03:01 AM |
1KB |
|
com pecl/networking/gearman: Add auto-generated files to .gitignore:.gitignore
|
rasmus |
05/11/2012 01:54 AM |
1KB |
|
com pecl/networking/gearman: Add support for gearman_client_unique_status() method. This allows for querying job status ...
|
rasmus |
09/01/2013 06:39 AM |
1KB |
|
com pecl/networking/gearman: Fixed PECL Bug 63807: php_gearman.c
|
rasmus |
31/12/2012 05:21 AM |
1KB |
|
com pecl/networking/gearman: The seg fault commit for PECL Bug 63807(2ad51f3e) is incomplete. By moving the gearman_work...
|
rasmus |
09/01/2013 08:40 AM |
1KB |
|
com pecl/networking/gearman: Release of pecl/gearman-1.1.1: package.xmlphp_gearman.h
|
rasmus |
09/01/2013 09:42 AM |
1KB |
|
com pecl/networking/gearman: Update php_gearman.c: php_gearman.c
|
rasmus |
29/08/2013 05:21 AM |
1KB |
|
com pecl/networking/gearman: Release of pecl/gearman-1.1.2: package.xmlphp_gearman.h
|
rasmus |
29/08/2013 01:03 PM |
1KB |
|
com pecl/networking/gearman: Three fixes: 1) Don't emit a warning whenGEARMAN_TIMEOUT is returned by GearmanClient::wait...
|
rasmus |
26/02/2014 07:36 AM |
1KB |
|
com pecl/networking/gearman: Pecl #65615 Remove reserved function names:php_gearman.c php_gearman.h
|
rasmus |
28/10/2014 02:31 PM |
1KB |
|
com pecl/networking/gearman: Merge pull request #7 from keyurdg/master:php_gearman.c
|
rasmus |
28/10/2014 02:24 PM |
1KB |
|
com pecl/networking/gearman: Porting: - gearman_version - gearman_bugreport - gearman_client_create: php_gearman.c
|
rasmus |
25/04/2015 11:37 PM |
1KB |
|
com pecl/networking/gearman: Add notes about version 2.0.x in README:README
|
rasmus |
28/10/2014 02:35 PM |
1KB |
|
com pecl/networking/gearman: adding funciton gearman_client_clone, fixing GEARMAN_ZPMP: php_gearman.c
|
rasmus |
26/04/2015 03:44 AM |
1KB |
|
com pecl/networking/gearman: removing __PHP_ME_MAPPING macro reworking creating GearmanClient, abstracting to be used fo...
|
rasmus |
29/04/2015 10:59 AM |
1KB |
|
com pecl/networking/gearman: GearmanClient functions added: -gearman_client_timeout - gearman_client_set_timeout - gearm...
|
rasmus |
28/04/2015 03:23 AM |
1KB |
|
com pecl/networking/gearman: Added the following functions: -gearman_client_error - gearman_client_errno - gearman_clien...
|
rasmus |
26/04/2015 04:16 AM |
1KB |
|
com pecl/networking/gearman: GearmanClient functions added: -gearman_client_do_background - gearman_client_do_job_handle...
|
rasmus |
28/04/2015 05:06 AM |
1KB |
|
com pecl/networking/gearman: added gearman_client_wait added gearman_client_do_normal: php_gearman.c
|
rasmus |
28/04/2015 04:37 AM |
1KB |
|
com pecl/networking/gearman: fixed print_r issue Seg Faulting: php_gearman.c
|
rasmus |
28/04/2015 03:38 AM |
1KB |
|
com pecl/networking/gearman: GearmanClient functions added: -gearman_client_job_status - gearman_client_job_status_by_un...
|
rasmus |
28/04/2015 05:27 AM |
1KB |
|
com pecl/networking/gearman: Procedural GearmanClient functionality added:- gearman_client_return_code: php_gearman.c
|
rasmus |
29/04/2015 11:16 AM |
1KB |
|
com pecl/networking/gearman: adding GearmanTask class:php_gearman.c
|
rasmus |
29/04/2015 10:40 PM |
1KB |
|
com pecl/networking/gearman: GearmanClient OO/procedural functions: 'do','doNormal', 'doHigh', 'doLow', 'doBackground', ...
|
rasmus |
29/04/2015 12:08 PM |
1KB |
|
com pecl/networking/gearman: OO GearmanClient functions added: - options -setOptions - addOptions - removeOptions: php_g...
|
rasmus |
29/04/2015 11:28 AM |
1KB |
|
com pecl/networking/gearman: GearmanClient OO functionality added: -doJobHandle - doStatus - doBackground - jobStatus - ...
|
rasmus |
29/04/2015 11:43 AM |
1KB |
|
com pecl/networking/gearman: reworked GEARMAN_ZPMP macro so it can be used by any gearman class: php_gearman.c
|
rasmus |
30/04/2015 08:58 AM |
1KB |
|
com pecl/networking/gearman: added in GearmanException class fixed exeptionissue in GearmanClient::addServer(s) reworked...
|
rasmus |
29/04/2015 11:37 PM |
1KB |
|
com pecl/networking/gearman: adding in GearmanWorker::addFunction:php_gearman.c
|
rasmus |
05/05/2015 06:00 AM |
1KB |
|
com pecl/networking/gearman: if GearmanClient fails to allocate memory,throw exception instead of warning: php_gearman.c
|
rasmus |
30/04/2015 12:25 AM |
1KB |
|
com pecl/networking/gearman: GearmanWorker::setTimeout addedGearmanWorker::work added: php_gearman.c
|
rasmus |
05/05/2015 11:29 PM |
1KB |
|
com pecl/networking/gearman: cleaning up some defines at module declarationiadding in some gearman_job code (still not a...
|
rasmus |
11/05/2015 01:34 AM |
1KB |
|
com pecl/networking/gearman: adding in GearmanJob methods:php_gearman.c
|
rasmus |
17/05/2015 12:20 AM |
1KB |
|
com pecl/networking/gearman: fixing GEARMAN_ZVAL_DONE: php_gearman.c
|
rasmus |
05/05/2015 11:44 PM |
1KB |
|
com pecl/networking/gearman: resolving issues with retval in callbackfunction: php_gearman.c
|
rasmus |
18/05/2015 06:29 AM |
1KB |
|
com pecl/networking/gearman: finally fixed that segfault when runninggearman_worker_work repeatedly uncommented out exce...
|
rasmus |
31/05/2015 09:04 PM |
1KB |
|
com pecl/networking/gearman: patching memory leak in_php_worker_function_callback: php_gearman.c
|
rasmus |
27/05/2015 01:47 AM |
1KB |
|
com pecl/networking/gearman: fixing segfault when passing negative valueinto gearman_verbose_name: php_gearman.c
|
rasmus |
01/06/2015 01:49 AM |
1KB |
|
com pecl/networking/gearman: clearing comments around exception handling ingearman client when adding a function: php_ge...
|
rasmus |
31/05/2015 11:09 PM |
1KB |
|
com pecl/networking/gearman: Adding GearmanWorker functions:php_gearman.c
|
rasmus |
03/06/2015 12:04 AM |
1KB |
|
com pecl/networking/gearman: GearmanWorker functions added:php_gearman.c
|
rasmus |
03/06/2015 01:11 AM |
1KB |
|
com pecl/networking/gearman: temp commit while I figure out why runTaskscrashes on the second run: php_gearman.c
|
rasmus |
17/06/2015 05:01 AM |
1KB |
|
com pecl/networking/gearman: functions added: php_gearman.c
|
rasmus |
03/06/2015 02:14 AM |
1KB |
|
com pecl/networking/gearman: replacing zval* for zval in task obj, whichclears up a memory leak in adding tasks: php_gea...
|
rasmus |
03/06/2015 01:29 AM |
1KB |
|
com pecl/networking/gearman: adding GearmanTask functions:php_gearman.c
|
rasmus |
03/06/2015 04:08 AM |
1KB |
|
com pecl/networking/gearman: GearmanClient functions modified - addServer -addServers - clone - returnCode - error - get...
|
rasmus |
26/06/2015 11:04 AM |
1KB |
|
com pecl/networking/gearman: GearmanClient - timeout - setTimeout - context- setContext: php_gearman.c
|
rasmus |
26/06/2015 08:42 PM |
1KB |
|
com pecl/networking/gearman: GearmanClient functions added:php_gearman.c
|
rasmus |
26/06/2015 11:08 PM |
1KB |
|
com pecl/networking/gearman: getting both OO and procedural calls forGearman Client working: php_gearman.c
|
rasmus |
07/07/2015 01:09 AM |
1KB |
|
com pecl/networking/gearman: GearmanClient functions reworked:php_gearman.c
|
rasmus |
27/06/2015 03:13 AM |
1KB |
|
com pecl/networking/gearman: Moving GearmanWorker, GearmanJob to correctclass init style: php_gearman.c
|
rasmus |
12/07/2015 06:39 AM |
1KB |
|
com pecl/networking/gearman: GearmanClient functions added:php_gearman.c
|
rasmus |
29/06/2015 01:02 AM |
1KB |
|
com pecl/networking/gearman: fixing required param counts forGearmanClient: php_gearman.c
|
rasmus |
27/06/2015 03:37 AM |
1KB |
|
com pecl/networking/gearman: adding a comment about ping/echo confusion,tweaked GearmanException: php_gearman.c
|
rasmus |
12/07/2015 06:47 AM |
1KB |
|
com pecl/networking/gearman: consistency w/ functions,s/ZEND_FUNCTION/PHP_FUNCTION/g: php_gearman.c
|
rasmus |
12/07/2015 11:42 AM |
1KB |
|
com pecl/networking/gearman: trying to get some consistency with echo/pingin GearmanWorker: php_gearman.c
|
rasmus |
12/07/2015 06:49 AM |
1KB |
|
com pecl/networking/gearman: porting over GearmanTask, removingGEARMAN_ZPMP/ZPP: php_gearman.c
|
rasmus |
12/07/2015 11:19 AM |
1KB |
|
com pecl/networking/gearman: Porting over GearmanJob, addinggearman_set_return procedural function: php_gearman.c
|
rasmus |
12/07/2015 10:59 AM |
1KB |
|
com pecl/networking/gearman: cleaning up macro for GearmanClient:php_gearman.c
|
rasmus |
12/07/2015 11:37 AM |
1KB |
|
com pecl/networking/gearman: removing some macros, fixing somezval_ptr_dtor's: php_gearman.c
|
rasmus |
12/07/2015 11:26 AM |
1KB |
|
com pecl/networking/gearman: removing thread safe macros likeTSRMLS_CC: php_gearman.c
|
rasmus |
12/07/2015 11:47 AM |
1KB |
|
com pecl/networking/gearman: GearmanClient->addTaskStatus() calling wrongfunction internally: php_gearman.c
|
rasmus |
13/07/2015 12:10 AM |
1KB |
|
com pecl/networking/gearman: cleaning up a memory leak inGearmanClient::addTaskStatus(): php_gearman.c
|
rasmus |
13/07/2015 12:27 AM |
1KB |
|
com pecl/networking/gearman: fixing segfault seen outside test env:php_gearman.c
|
rasmus |
15/07/2015 07:27 PM |
1KB |
|
com pecl/networking/gearman: moving around some of the functiondeclarations: php_gearman.c
|
rasmus |
16/07/2015 03:54 AM |
1KB |
|
com pecl/networking/gearman: Revert "fixing segfault seen outside testenv": php_gearman.c
|
rasmus |
16/07/2015 03:54 AM |
1KB |
|
com pecl/networking/gearman: adding tests for GearmanWorker class:tests/gearman_worker_001.phpt tests/gearman_worker_002...
|
rasmus |
16/07/2015 05:43 AM |
1KB |
|
com pecl/networking/gearman: fixing memory leak and seg fault in workercallback: php_gearman.c
|
rasmus |
16/07/2015 05:43 AM |
1KB |
|
com pecl/networking/gearman: memory leak and seg fault both seem fixed forgearman_worker_work() now: php_gearman.c
|
rasmus |
17/07/2015 04:33 AM |
1KB |
|
com pecl/networking/gearman: removing some exception code, comment cleanup: php_gearman.c
|
rasmus |
09/08/2015 11:44 AM |
1KB |
|
com pecl/networking/gearman: Pecl #65615 Remove reserved function names:php_gearman.c tests/gearman_worker_001.phpt
|
rasmus |
06/12/2015 01:13 AM |
1KB |
|
com pecl/networking/gearman: reordering some functions:php_gearman.c
|
rasmus |
06/12/2015 12:31 AM |
1KB |
|
com pecl/networking/gearman: Incorporating some of kgovande's changes:php_gearman.c
|
rasmus |
06/12/2015 12:43 AM |
1KB |
|
com pecl/networking/gearman: Update zend_parse_parameter calls to use zend_long instead of long for 'l': php_gearman.c
|
rasmus |
29/12/2015 11:19 AM |
1KB |
|
com pecl/networking/gearman: removing TSRM code no longer applicable to php>=7: php_gearman.h
|
rasmus |
06/12/2015 01:15 AM |
1KB |
|
com pecl/networking/gearman: simplifying callbacks, fixing poor job copyingzvals: php_gearman.c
|
rasmus |
10/12/2015 12:55 AM |
1KB |
|
com pecl/networking/gearman: adding to the .gitignore: .gitignore
|
rasmus |
10/12/2015 04:58 AM |
1KB |
|
com pecl/networking/gearman: fixing runTasks: php_gearman.c
|
rasmus |
31/01/2016 04:36 AM |
1KB |
|
com pecl/networking/gearman: replacing new line string withPHP_EOL in tests: tests/gearman_client_002.phpt tests/gearman...
|
rasmus |
07/02/2016 10:12 PM |
1KB |
|
com pecl/networking/gearman: fixing callbacks for tasks:php_gearman.c
|
rasmus |
07/02/2016 04:05 AM |
1KB |
|
com pecl/networking/gearman: adding GearmanClient tests:tests/gearman_client_005.phpt tests/gearman_client_006.phpt test...
|
rasmus |
07/02/2016 10:29 PM |
1KB |
|
com pecl/networking/gearman: Adding tests for GearmanClient::tests/gearman_client_001.phpt tests/gearman_client_002.phpt...
|
rasmus |
07/02/2016 10:07 PM |
1KB |
|
com pecl/networking/gearman: fixing a typo in test description:tests/gearman_client_002.phpt tests/gearman_client_004.ph...
|
rasmus |
07/02/2016 10:45 PM |
1KB |
|
com pecl/networking/gearman: GearmanClient tests: tests/gearman_client_009.phpt tests/gearman_client_010.phpt
|
rasmus |
07/02/2016 10:39 PM |
1KB |
|
com pecl/networking/gearman: GearmanClient tests added:tests/gearman_client_011.phpt
|
rasmus |
07/02/2016 10:54 PM |
1KB |
|
com pecl/networking/gearman: cleaning up callback functions beforeallocating again: php_gearman.c
|
rasmus |
21/02/2016 08:53 PM |
1KB |
|
com pecl/networking/gearman: GearmanClient tests: tests/gearman_client_012.phpt tests/gearman_client_013.phpt
|
rasmus |
07/02/2016 11:09 PM |
1KB |
|
com pecl/networking/gearman: efree-ing the intern at end of GearmanClient:php_gearman.c
|
rasmus |
22/02/2016 04:28 AM |
1KB |
|
com pecl/networking/gearman: Simplifying tasks a bit, memory clean up:php_gearman.c
|
rasmus |
23/02/2016 12:20 AM |
1KB |
|
com pecl/networking/gearman: checking addref on zworkload:php_gearman.c
|
rasmus |
23/02/2016 12:43 AM |
1KB |
|
com pecl/networking/gearman: adding efree at bottom ofgearman_client_obj_free: php_gearman.c
|
rasmus |
29/02/2016 05:00 AM |
1KB |
|
com pecl/networking/gearman: Removed efree(intern) and converted taskzclient to use zval instead of pointer.: php_gearma...
|
rasmus |
18/03/2016 12:50 AM |
1KB |
|
com pecl/networking/gearman: fixing error messaging on callback functions:php_gearman.c
|
rasmus |
12/03/2016 08:00 PM |
1KB |
|
com pecl/networking/gearman: Fixed segfault when callingGearmanClient::addTask without unique parameter.: php_gearman.c
|
rasmus |
15/03/2016 11:15 PM |
1KB |
|
com pecl/networking/gearman: forcing options set for gearman clients forbetter compatibility: tests/gearman_client_005.p...
|
rasmus |
04/04/2016 06:35 AM |
1KB |
|
com pecl/networking/gearman: GearmanWorker::addServer() optional params:php_gearman.c
|
rasmus |
18/03/2016 10:09 PM |
1KB |
|
com pecl/networking/gearman: Issue 19 - memory leak/segfault with Workers:php_gearman.c
|
rasmus |
23/04/2016 11:18 PM |
1KB |
|
com pecl/networking/gearman: removing json_encode dependency from 2 tests: tests/gearman_worker_014.phpt tests/gearman_w...
|
rasmus |
04/04/2016 06:23 AM |
1KB |
|
com pecl/networking/gearman: fixing up a seg fault in worker callback:php_gearman.c
|
rasmus |
04/04/2016 10:12 AM |
1KB |
|
com pecl/networking/gearman: Reworking the callback for GearmanWorker:php_gearman.c
|
rasmus |
03/05/2016 07:32 AM |
1KB |
|
com pecl/networking/gearman: Update reverse_client.php example to use doNormal(): examples/reverse_client.php
|
rasmus |
27/04/2016 04:22 AM |
1KB |
|
com pecl/networking/gearman: fixing hash iteration ingearman_worker_obj_free: php_gearman.c
|
rasmus |
04/05/2016 10:55 AM |
1KB |
|
com pecl/networking/gearman: Remove unneeded cruft:php_gearman.c
|
rasmus |
01/08/2016 11:00 PM |
1KB |
|
com pecl/networking/gearman: fixing add function for same job:php_gearman.c
|
rasmus |
03/05/2016 10:24 PM |
1KB |
|
com pecl/networking/gearman: fix job handle returned by doBackground():php_gearman.c tests/gearman_worker_014.phpt
|
rasmus |
15/07/2016 06:40 AM |
1KB |
|
com pecl/networking/gearman: replacing free_obj handlers with destructors: php_gearman.c
|
rasmus |
02/08/2016 03:55 AM |
1KB |
|
com pecl/networking/gearman: some clean up: php_gearman.c
|
rasmus |
07/05/2016 01:43 AM |
1KB |
|
com pecl/networking/gearman: Remove CB Zend object:php_gearman.c
|
rasmus |
02/08/2016 12:16 AM |
1KB |
|
com pecl/networking/gearman: Better destruction: php_gearman.c
|
rasmus |
02/08/2016 02:16 AM |
1KB |
|
com pecl/networking/gearman: Fix tabs/spaces: php_gearman.c
|
rasmus |
02/08/2016 03:14 AM |
1KB |
|
com pecl/networking/gearman: Add destructor to fix circular reference:php_gearman.c
|
rasmus |
02/08/2016 02:43 AM |
1KB |