Zike Huang (Jim)

Results 10 issues of Zike Huang (Jim)

Seems like if I split a string to an array and iterate through it by increment the index, it will work. ``` php var strLength, strArr, i; let strLength =...

nfr

Add benchmark on generated extension

So far the compilation of the extension is step by step, meaning it only take the power of one cpu core. It will be great to utilize all cpu cores...

enhancement

More documentation on readme is needed.

Add unit tests to make sure the final extension that is built is working as expected.

enhancement

Hi, Is there a way php-uv can share tcp server port in multiple processes? Like what node.js's cluster module did? "A single instance of Node runs in a single thread....

I tried to compile php-uv with gcc 4.6.3 on ubuntu 12.04 64 bit box, it compiled successfully but when i run uv_default_loop() in the code, it says: undefined symbol: clock_gettime...

bug

Hi, What will be the best way to download a large file over tcp using php-uv? Thanks. Best Regards, Jim

Hi, What will be the libevent's event_add, event_del equivalent functions in php-uv? Thanks. Best Regards, Jim

Hi, I tried the following code and it gave me "Bus error (core dumped)" or "Segmentation fault (core dumped)" or "zend_mm_heap corrupted" errors, what will be the correct way to...

bug