[PHP-DEV] CVS Account Request: taizi520

2003-07-21 Thread taizi
531 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Compiling your own PHP extensions?

2003-07-21 Thread Cameron Just
A bit more background as to why I need them :) I can't believe I only just came across this library now :) I spent the later part of last year writing an online stockmarket analysis application in PHP. Since I didn't know c++ in detail I had to write all the data import and analysis routines in p

[PHP-DEV] Compiling your own PHP extensions?

2003-07-21 Thread Cameron Just
Hi All, I was wondering how and where I would go to find a C programmer who could incorporate this library as a module in php? http://ta-lib.org/ I have written most of these functions in php itself but need more speed out of the functions. So if anyone can direct me to the place where there wo

Re: [PHP-DEV] "Experimental" sockets ext?

2003-07-21 Thread Lars Torben Wilson
On Mon, 2003-07-21 at 07:46, Jason Greene wrote: > It is actually very stable, though the vector based functions will most > likely become deprecated. I will have better documentation with examples > finished shortly. Worst case before PHP5 is release. > > I am also planning on adding some new fea

[PHP-DEV] php 4.3.2 overload bug

2003-07-21 Thread walt boring
Howdy, I have found a bug in the overload extension for php 4.3.2. I know it is labeled as Experimental, but I thought I'd report it, since it is causing me problems. I get an error Fatal error: Only variables can be passed by reference in /home/waboring/overload_test.php on line 16 class

Re: [PHP-DEV] Updated PHP 5 ToDo

2003-07-21 Thread Olivier Hill
Derick Rethans wrote: AFAIK you were asked to send a patch instead... and not totally new files. http://sheep.deev.com/~olivier/patch.txt I won't send it here (375KB), but this is the unified diff between two source dirs. This time, please inform me if the format is not valid. Some files are c

Re: [PHP-DEV] Property setter and getter in PHP5

2003-07-21 Thread Andi Gutmans
I am with Sebastian on this one (as long as it stays in the signature and not the subject ;) Andi -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Property setter and getter in PHP5

2003-07-21 Thread Marcus Börger
Hello Peter, Monday, July 21, 2003, 12:23:35 PM, you wrote: PN> Hello, PN> "Marcus Börger" <[EMAIL PROTECTED]> >> AND PLEASE don't tell us about your book here. It's like saying you all PN> must >> buy my book. But most ppl here don't speak german :-) PN> Dann müssen Sie es eben lernen, Wir De

Re: [PHP-DEV] Updated PHP 5 ToDo

2003-07-21 Thread Derick Rethans
On Mon, 21 Jul 2003, Olivier Hill wrote: > I've submitted a patch (tar file) containing various new .dsp/.dsw > fixing all those kind of things... > > Never got a reply. AFAIK you were asked to send a patch instead... and not totally new files. regards, Derick -- "Interpreting what the GPL

Re: [PHP-DEV] Updated PHP 5 ToDo

2003-07-21 Thread Olivier Hill
Philip Olson wrote: And here's one more: - Rename various DLL's as PHP5 and not PHP4. Example, have php5apache.dll instead of php4apache.dll for PHP 5. Regards, Philip I've submitted a patch (tar file) containing various new .dsp/.dsw fixing all those kind of things... Never got a reply.

Re: [PHP-DEV] Updated PHP 5 ToDo

2003-07-21 Thread Philip Olson
On Sun, 20 Jul 2003, Marcus Börger wrote: > Hello everyone, > > here is an updated list of things we need to do/discuss before beta 2. [snip] And here's one more: - Rename various DLL's as PHP5 and not PHP4. Example, have php5apache.dll instead of php4apache.dll for PHP 5. Regards, Phil

[PHP-DEV] PHP 4.3.3RC2 Release

2003-07-21 Thread Ilia Alshanetsky
It been quite a while since the RC1 release and I believe we are way overdue for RC2. Therefor, I would like to release RC2 on Wednesday the 30th (next Wednesday), which should give everyone plenty of time to apply any last minute fixes. But, this is just a release candidate, so unless you have

Re: [PHP-DEV] "Experimental" sockets ext?

2003-07-21 Thread Jason Greene
It is actually very stable, though the vector based functions will most likely become deprecated. I will have better documentation with examples finished shortly. Worst case before PHP5 is release. I am also planning on adding some new features before that time as well Users should have no proble

[PHP-DEV] [PATCH]: php5 - oci8 - type of temporary LOB in `ociwritetemporarylob'

2003-07-21 Thread Novický Marek
Patch proposal to implement `lob_type' as an optional parameter to the `ociwritetemporarylob' function. Patch changes file ext/oci8/oci8.c, diff made against php-5 latest csl /* $Id: oci8.c,v 1.211 2003/06/22 14:33:03 andrey Exp $ */ * * * The function `ociwritetemporarylob' creates an oracle

Re: [PHP-DEV] Segfault in current HEAD

2003-07-21 Thread Derick Rethans
On Mon, 21 Jul 2003, Sebastian Bergmann wrote: > Reproducing Script > >class Foo { >const Bar = 'classBar'; > } > > print Foo::Bar; > ?> Even though Zeev claims it's fixed, can you please add a test case for it? Derick -- "Interpreting what the GPL actua

Re: [PHP-DEV] Segfault in current HEAD

2003-07-21 Thread Zeev Suraski
Should be fixed (I can't reproduce it now, it was probably fixed by one of my commits...) At 09:49 21/07/2003, Sebastian Bergmann wrote: Reproducing Script print Foo::Bar; ?> zend_fetch_class_handler(_zend_execute_data * 0x0012faa4, _zend_op_array * 0x00afef10, void * * * 0x00a

[PHP-DEV] [PATCH] Fix for bug 17414

2003-07-21 Thread Timo Teräs
Hi. I've been doing some research on the bug 17414 (segfaults on restart when using apache2filter). It appears that the segfault results from bad(?) pthreads implementation. The TSRM deletes and recreates the TSD key. And it seems to result that the main thread will have the old TSD value instead

Re: [PHP-DEV] Property setter and getter in PHP5

2003-07-21 Thread Matthias Blaser
On Monday 21 July 2003 12:23, Peter Neuman wrote: > Then you must learn it evenly, we Germans must also English learn, and > who does not want that has pitch... ... and why didn't you learn it and translate your german text with altavista?? ;-) SCNR, Matthias -- PHP Internals - PHP Runtime De

Re: [PHP-DEV] Property setter and getter in PHP5

2003-07-21 Thread Peter Neuman
Hello, "Marcus Börger" <[EMAIL PROTECTED]> > AND PLEASE don't tell us about your book here. It's like saying you all must > buy my book. But most ppl here don't speak german :-) Dann müssen Sie es eben lernen, Wir Deutschen müssen auch Englisch lernen, und wer das nicht will hat pech... Then yo

Re: [PHP-DEV] Property setter and getter in PHP5

2003-07-21 Thread Marcus Börger
Hello Sebastian, Monday, July 21, 2003, 8:11:30 AM, you wrote: SB> Marcus Börger wrote: >> Have a look a __get and __set. SB> But those only work on undefined properties. Sure i know that and i didn't state different. SB> Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.