Fwd: [PHP-DEV] Newbie contributor question, nmake test will not run my patch

2010-04-05 Thread Justin Dearing
I did not hit "reply-all" -- Forwarded message -- From: Justin Dearing Date: Mon, Apr 5, 2010 at 4:50 PM Subject: Re: [PHP-DEV] Newbie contributor question, nmake test will not run my patch To: Pierre Joye Pierre, Thank you for your reply. Allow me to clarify. I meant that I

Re: Re: [PHP-DEV] Debian PHP patches

2010-04-05 Thread Raphael Geissert
Raphael Geissert wrote: > Johannes Schlüter wrote: > > Although I would have preferred you wait for me to submit each patch > individually with enough information (because I've only been like two > years co-maintaining the packages and most patches were added by others, > and most before I joined)

Re: [PHP-DEV] Re: Commits to PHP_5_3

2010-04-05 Thread Raphael Geissert
Johannes Schlüter wrote: > On Thu, 2010-03-18 at 22:10 -0600, Raphael Geissert wrote: >> At the moment dba is the best place to add support for tokyo cabinets >> without introducing major features (or a pecl extension). > > "without introducing major features" doesn't sound like a good way for > a

Re: [PHP-DEV] php and multithreading (additional arguments)

2010-04-05 Thread speedy
Hello Moriyoshi, Monday, April 5, 2010, 5:57:38 PM, you wrote: >> Is overhead of starting new thread large? > The cost is almost the same as when spawning a new runtime instance on > a threaded web server with TSRM enabled. If you'd pass a large data > to the subthread, then the overhead should

Re: [PHP-DEV] Newbie contributor question, nmake test will not run my patch

2010-04-05 Thread Pierre Joye
hi, What do you mean by "does not show up"? to run tests, use: php run-test.php [options, use -h to see all options] ext/soap/tests Cheers, On Mon, Apr 5, 2010 at 7:01 PM, Justin Dearing wrote: > Hi, > > So I wrote a test for bug 50698 (http://bugs.php.net/bug.php?id=50698), but > it doesn't

Re: [PHP-DEV] Newbie contributor question, nmake test will not run my patch

2010-04-05 Thread Pierre Joye
hi, What do you mean by "does not show up"? to run tests, use: php run-test.php [options, use -h to see all options] ext/soap/tests Cheers, On Mon, Apr 5, 2010 at 7:01 PM, Justin Dearing wrote: > Hi, > > So I wrote a test for bug 50698 (http://bugs.php.net/bug.php?id=50698), but > it doesn't

[PHP-DEV] Newbie contributor question, nmake test will not run my patch

2010-04-05 Thread Justin Dearing
Hi, So I wrote a test for bug 50698 (http://bugs.php.net/bug.php?id=50698), but it doesn't show up in the test output when i run nmake test. I don't see anything on the QA site about what to do to make a test run. I placed it in the right directory and named it right as far as I can tell. What am

Re: [PHP-DEV] php and multithreading (additional arguments)

2010-04-05 Thread Moriyoshi Koizumi
On Mon, Apr 5, 2010 at 7:17 PM, Alexey Zakhlestin wrote: > > On 05.04.2010, at 13:46, Moriyoshi Koizumi wrote: > >> I used to play with TSRM days ago and successfully implemented >> userland threading support using GNU Pth.  It's just a proof of >> concept and I did it for fun. > > So these are sh

[PHP-DEV] Weekly summary?

2010-04-05 Thread Guilherme Blanco
Where are you?! Did anyone found it? Cheers, -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9215-8480 MSN: guilhermebla...@hotmail.com URL: http://blog.bisna.com São Paulo - SP/Brazil -- PHP Internals - PHP Runtime Development Mailing List To unsubsc

Re: [PHP-DEV] php and multithreading (additional arguments)

2010-04-05 Thread Alexey Zakhlestin
On 05.04.2010, at 13:46, Moriyoshi Koizumi wrote: > I used to play with TSRM days ago and successfully implemented > userland threading support using GNU Pth. It's just a proof of > concept and I did it for fun. So these are share-nothing worker-threads, which can send results to "master-threa

Re: [PHP-DEV] php and multithreading (additional arguments)

2010-04-05 Thread Moriyoshi Koizumi
I used to play with TSRM days ago and successfully implemented userland threading support using GNU Pth. It's just a proof of concept and I did it for fun. If interested, check out http://github.com/moriyoshi/php-src/tree/PHP_5_3-threading/ and read http://github.com/moriyoshi/php-src/blob/PHP_5

Re: [PHP-DEV] unsigned chars

2010-04-05 Thread Alexey Zakhlestin
Use "reply all" when writing to mailing-list. On 05.04.2010, at 13:18, donald sullivan wrote: > what i am trying to do is RSA encryption > > I have a working setup doing encryption and decryption at the same time. i > want to store the encrypted value and be able to decrypted it later > > if

Re: [PHP-DEV] unsigned chars

2010-04-05 Thread Alexey Zakhlestin
On 05.04.2010, at 13:01, donald sullivan wrote: > is it possible to return unsigned chars from an extension? > I have looked and cant find anything on it, or maybe i am looking for the > wrong keywords. Return to PHP-code? No. PHP doesn't have explicitly signed or unsigned chars. PHP has "stri

[PHP-DEV] unsigned chars

2010-04-05 Thread donald sullivan
Hello, is it possible to return unsigned chars from an extension? I have looked and cant find anything on it, or maybe i am looking for the wrong keywords. Thanks ps i sent this to the general list on accident. i am not trying to flood the list. -- PHP Internals - PHP Runtime Development Maili