Will Gallego
|
3eb10ce34d
Porting:
|
9 years ago |
Vagrant User
|
52bfef3f91
commenting out most of the lib. Can print out version
|
9 years ago |
Herman J. Radtke III
|
2a20dcff24
Pecl #65615 Remove reserved function names
|
10 years ago |
Herman J. Radtke III
|
cca4ce8ad5
Merge pull request #7 from keyurdg/master
|
10 years ago |
Keyur
|
0023ea4903
Three fixes:
|
10 years ago |
Guilherme Blanco
|
c8c8bbdc19
Update php_gearman.c
|
11 years ago |
kgovande
|
8769ecd9c9
The seg fault commit for PECL Bug 63807 (2ad51f3e) is incomplete. By moving the
|
12 years ago |
kgovande
|
074f4cdcfe
Add support for gearman_client_unique_status() method. This allows for querying job status
|
12 years ago |
Herman J. Radtke III
|
2ad51f3e03
Fixed PECL Bug 63807
|
12 years ago |
Herman J. Radtke III
|
5ea3f0b777
Fixed BC breaks in gearman-1.1.0
|
12 years ago |
Jared Williams
|
f64246599c
Update php_gearman.c
|
12 years ago |
Herman J. Radtke III
|
b35e797a40
Fixed PECL bug #60877 (no way to set client_id for a GearmanWorker)
|
12 years ago |
Herman J. Radtke III
|
47409e6f2e
Additional fix for pecl Bug #59423
|
12 years ago |
rasmus
|
fc95e9f87f
Cleanup
|
12 years ago |
hradtke
|
83593e1ba5
Fixed PECL Bug #16900 (Don't use reseved method names)
|
13 years ago |
hradtke
|
ce2542714c
Use zend_read_property to get exception message instead of zend_call_method_with_0_params.
|
13 years ago |
hradtke
|
59b37f12a1
Fixed PECL Bug #22636 (Uncaught worker exception sends back GEARMAN_SUCCESS return code)
|
13 years ago |
hradtke
|
ee7a91460c
Fixed PECL Bug #18658 (GearmanWorker::wait and GearmanWorker::work are spamming the log with warnings.)
|
13 years ago |
bjori
|
e7bed9e4fe
Fix folding
|
13 years ago |
hradtke
|
111db979ee
Fixed PECL Bug #17114 (Return values that are class private variables are null'd)
|
13 years ago |
hradtke
|
19e03a85e6
Fixed PECL Bug #22637 (GearmanJob::setReturn causes segfault)
|
13 years ago |
hradtke
|
ac1024af63
Fixed PECL Bug #16883 (GearmanJob::sendWarning() segfaults)
|
13 years ago |
hradtke
|
f822a752a4
Fixed PECL Bug #16884 (GearmanJob::sendData() crashes)
|
13 years ago |
hradtke
|
5ab2e8e90c
Fixed PECL Bug #16883 (GearmanWorker::addFunction segfaults when function name is non-string)
|
13 years ago |
hradtke
|
d5fa332275
Reverted accidental changes in r311045.
|
13 years ago |
hradtke
|
1347b9fc91
Fixed PECL Bug #17539 (Segmentation fault on calling error() of a fresh worker). Patch by jiayong.
|
13 years ago |
felipe
|
d9364f85b5
- Fixed build on php trunk
|
14 years ago |
jluedke
|
4b011a84e2
* finished code changes required for gearman to build against libgearman 0.12
|
14 years ago |
jluedke
|
afc6947826
commented out unused gearman_obj struct
|
14 years ago |
jluedke
|
cfd9a6707e
noticed a small typo in gearman_st
|
14 years ago |
jluedke
|
bc30277a6d
Initial geamand 0.12 support, more bug fixes to come.
|
14 years ago |
jluedke
|
9fd3e459db
forgot to init timeout to 0 thanks preilly
|
15 years ago |
jluedke
|
84c8c47a11
update arginfo to match libdspam param names
|
15 years ago |
jluedke
|
9e9a55631a
created package 0.6.0
|
15 years ago |
jluedke
|
2a12523919
- Fixed build issue with 5.1.x
|
15 years ago |
jluedke
|
c0a77903cf
created a macro for zend_is_callable, api changed between 5.2 and 5.3 for TRSMLS
|
15 years ago |
jluedke
|
7e0927df08
added some missing TSRMLS stuff, thanks thkoch
|
15 years ago |
jluedke
|
ebef19d26f
Moved code into svn, added _add_servers calls, fixed major bug in task interface
|
15 years ago |
jluedke
|
1a7ca299f7
fixed -Werror=format-security bug
|
15 years ago |
jluedke
|
25e155ee6a
replace errno with getErrno method
|
15 years ago |
jluedke
|
d2feb98aaa
added exceptions, few small bug fixes
|
15 years ago |
rasmus
|
b6265f4848
Get rid of empty RINIT/RSHUTDOWN functions
|
15 years ago |
jluedke
|
79df470fb8
Re-ran const_gen.sh to get libgearman v0.6. I had a bogus editor setting
|
15 years ago |
jluedke
|
a256a02bd6
Re-named class/methods to conform to the php coding standards, modified
|
15 years ago |
jluedke
|
f225b9eea5
Added a few missing files. Started to add all the arginfo stuff. I think
|
15 years ago |
jluedke
|
04e3a6d839
Fixed version info, added package.xml
|
15 years ago |
jluedke
|
65389db2e6
Gearman v0.3 import
|
15 years ago |