Re: [PHP-DEV] [RFC] apache_hooks update

2002-08-22 Thread Lukas Schroeder
On Thu, Aug 22, 2002 at 08:07:33AM -0700, Rasmus Lerdorf wrote: > Does it work? > hehe. yes it does. besides the fact, that a lot of functionality is still missing, the only issue currently is an incomplete cleanup: ./Zend/zend_execute.c(1704) : Freeing 0x0828FFCC (12 bytes), script=- ./sapi/

Re: [PHP-DEV] [RFC] apache_hooks update

2002-08-22 Thread Rasmus Lerdorf
Does it work? On Thu, 22 Aug 2002, Lukas Schroeder wrote: > hi, > > attached is a first request for comment for an update to the > apache_hooks code. > > > a php-handler for uri translation looks like this ($request is of type > ApacheRequest). > > > $request->uri('/s.html'); > return DECLI

[PHP-DEV] Re: German

2002-08-22 Thread Florian Berger
post the url and i'll check the grammar... "Remus Agundar" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED]... > I know this is kind of out of place in this newsgroup, but > does anyone speak German and want to help me translate my > web site? It's a small site and I'm doing mos

Re: [PHP-DEV] 4.2.3

2002-08-22 Thread Adam Maccabee Trachtenberg
On Thu, 22 Aug 2002, Zeev Suraski wrote: > I'll pack 4.2.3RC1 tomorrow morning, so if anybody has any last minute bug > fixes to put in, now's the time! Shuffle fix didn't make it: http://bugs.php.net/bug.php?id=18401 -adam -- adam maccabee trachtenberg [EMAIL PROTECTED] -- PHP Developme

Re: [PHP-DEV] PHP 4.3 and PHP 5

2002-08-22 Thread Rasmus Lerdorf
On Thu, 22 Aug 2002, Kristian Koehntopp wrote: > Am Donnerstag, 22. August 2002 09:43 schrieb Rasmus Lerdorf: > > Putting in locks is the easy part. The tough part is finding > > which libraries are safe and which ones aren't. > > I think that is easy, too. Either the library you are using is >

Re: [PHP-DEV] Bison, Flex To Output PHP parser/compiler.

2002-08-22 Thread Alan Knowles
Johan Jordaan wrote: >Hi, > > I'm new to this list, so hi to everybody out there :) > > I think this msg would be reaching the intended audience, but if I'm >wrong let me know :) > It's probably not a bad audience :) > I've been playing around with flex/bison a little the last couple of >days

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/gd gd.c php_gd.h /ext/gd/libgd gd.c gd.h gd_topal.c

2002-08-22 Thread Marcus Börger
It must be php_error_docref(NULL TSRMLS_CC, E_whatever...) I've just comitted it. marcus At 15:18 22.08.2002, you wrote: >Tim Toohey wrote: > > ttoohey Thu Aug 22 03:28:26 2002 EDT > > > > Modified files: > > /php4/ext/gdgd.c php_gd.h > > /php4/ext/gd/libgd gd.c gd.h gd

[PHP-DEV] Re: Object Overloading

2002-08-22 Thread Zeev Suraski
At 16:44 22/08/2002, Sam Liddicott wrote: >Zeev I just wanted to make you aware that not just the Java module, but also >all SWIG generated php modules also use the object overloading propget and >propset way of accessing properties of the wrapped objects. > >I hear this was being revamped for zen

[PHP-DEV] Object Overloading

2002-08-22 Thread Sam Liddicott
Zeev I just wanted to make you aware that not just the Java module, but also all SWIG generated php modules also use the object overloading propget and propset way of accessing properties of the wrapped objects. I hear this was being revamped for zend 2.0 and thought I should let you know. SWIG-

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/gd gd.c php_gd.h /ext/gd/libgd gd.c gd.h gd_topal.c

2002-08-22 Thread Sebastian Bergmann
Tim Toohey wrote: > ttoohey Thu Aug 22 03:28:26 2002 EDT > > Modified files: > /php4/ext/gdgd.c php_gd.h > /php4/ext/gd/libgd gd.c gd.h gd_topal.c This broke the ZTS build of ext/gd. The patch below makes it compile again, but with warnings. Someone please look t

Re: [PHP-DEV] RFC: run-tests.php + diff

2002-08-22 Thread Sander Roobol
It's a good idea, but I'd rather see an unified diff with some context. Maybe use diff when it's available, and fall back on this code when it's not. Sander On Thu, Aug 22, 2002 at 02:46:57AM +0200, Marcus Boerger wrote: > The following patch produces *.diff files similar to > diff command. The

Re: [PHP-DEV] 4.2.3

2002-08-22 Thread Dan Kalowsky
Any of you who have done some 64bit fixes, may want to check the PHP_4_2_0 branch out and ensure that they are backported. A number of commits went on in CVS, and not all of them mention if they fix compile errors for 64bit platforms or only for 32bit (or even both). Anyhow just look. On Thu, 2

[PHP-DEV] Bison, Flex To Output PHP parser/compiler.

2002-08-22 Thread Johan Jordaan
Hi, I'm new to this list, so hi to everybody out there :) I think this msg would be reaching the intended audience, but if I'm wrong let me know :) I've been playing around with flex/bison a little the last couple of days. I've got this stupid idea to modify flex/bison to emit a compiler/

[PHP-DEV] 4.2.3

2002-08-22 Thread Zeev Suraski
As per Dan K, most of the important bug fixes were backported to the 4.2 branch (thanks everyone!) I'll pack 4.2.3RC1 tomorrow morning, so if anybody has any last minute bug fixes to put in, now's the time! Zeev -- PHP Development Mailing List To unsubscribe, visit: ht

Re: [PHP-DEV] ext OCI8 again

2002-08-22 Thread Thies C. Arntzen
On Thu, Aug 22, 2002 at 02:06:51PM +0200, [EMAIL PROTECTED] wrote: > Hi everyone > > I am in the process of rewriting a few parts of the oci ext, > mainly the createn/init of OCIEnv. This is an extremly > important step in order to be able to support multiple nls's > (character sets etc.) on the

[PHP-DEV] ext OCI8 again

2002-08-22 Thread abdul-kareem.abo-namous
Hi everyone I am in the process of rewriting a few parts of the oci ext, mainly the createn/init of OCIEnv. This is an extremly important step in order to be able to support multiple nls's (character sets etc.) on the same server in a shared environment. just to understand it: as it seems, OC

[PHP-DEV] [RFC] apache_hooks update

2002-08-22 Thread Lukas Schroeder
hi, attached is a first request for comment for an update to the apache_hooks code. a php-handler for uri translation looks like this ($request is of type ApacheRequest). uri('/s.html'); return DECLINED; ?> a php-handler for uri-to-filename translation would look like this. filename('/tmp

[PHP-DEV] CVS Account Request: mrphp

2002-08-22 Thread ibraheem alorini
Translating the documentation to arabic with group -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: phpman

2002-08-22 Thread Mohamad Saleh Mohamad
Translating the documentation to arabic with group -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Warnings in main/streams.c

2002-08-22 Thread Marcus Börger
Why sending this in German? Please use snaps.php.net/win32/compile.log instead: streams.c c:\php4build\snap\main\streams.c(230) : warning C4022: 'php_error_docref0' : pointer mismatch for actual parameter 2 c:\php4build\snap\main\streams.c(230) : warning C4047: 'function' : 'int ' differs in le

[PHP-DEV] fsockopen - fread: What packets are being seen and read?

2002-08-22 Thread Torsten Schlabach
Hi! I am trying to implement a TFTP client in PHP. TFTP is using UDP, which seems to be no problem as other examples that use UDP (for example to query DNS) work just finde. Just there is a difference between TFTP and most other UDP based protocols that I have ever heared of: While most UDP pro

[PHP-DEV] gcc error on complile

2002-08-22 Thread Alex Green
Hi All, what does this mean? /bin/sh libtool --silent --mode=compile gcc -Iext/zlib/ -I/usr/local/www/php4-200208210300/ext/zlib/ -DPHP_ATOM_INC -I/ usr/local/www/php4-200208210300/include -I/usr/local/www/php4-200208210300/m ain -I/usr/local/www/php4-200208210300 -I/usr/local/www/apache2/2.0.

Re: [PHP-DEV] tests tweaks

2002-08-22 Thread Melvyn Sopacua
At 02:26 8/22/2002 +0200, Marcus Börger wrote: >At 01:51 22.08.2002, Melvyn Sopacua wrote: >> >>Then this one is definetely not C99 compliant. Changed the test to: >>#include >> >>int main() >>{ >> char buf[5]; >> int written; >> >> written = snprintf(buf, sizeof(buf), "%

Re: [PHP-DEV] PHP 4.3 and PHP 5

2002-08-22 Thread Kristian Koehntopp
Am Donnerstag, 22. August 2002 09:43 schrieb Rasmus Lerdorf: > Putting in locks is the easy part. The tough part is finding > which libraries are safe and which ones aren't. I think that is easy, too. Either the library you are using is being documented as threadsafe, then it is. Or it isn't d

Re: SV: [PHP-DEV] PHP 4.3 and PHP 5

2002-08-22 Thread Zeev Suraski
At 11:20 22/08/2002, Carsten Gehling wrote: >Correct me if I'm wrong, but once these issues about thread-safety have been >solved, it will not only affect the behavioud towards Apache 2.x but also >the ISAPI module, would it not? They're only partially related. Most of the libraries under Window

SV: [PHP-DEV] PHP 4.3 and PHP 5

2002-08-22 Thread Carsten Gehling
> Fra: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] > Sendt: 22. august 2002 09:44 > Emne: Re: [PHP-DEV] PHP 4.3 and PHP 5 > I did it at the Apache level since I am trying to leverage the knowledge > the mod_perl folks have as well. Building a bridge to the opposition are you? ;-) Begone religiou

[PHP-DEV] Warnings in main/streams.c

2002-08-22 Thread Sebastian Bergmann
streams.c C:\home\php\php4\main\streams.c(230) : warning C4022: 'php_error_docref0' : Zeig ertyp fuer uebergebenen Parameter 2 stimmt nicht mit dem deklarierten Zeigertyp ueberein C:\home\php\php4\main\streams.c(230) : warning C4047: 'function' : Anzahl der De referenzierungen bei 'int ' und 'void

Re: [PHP-DEV] PHP 4.3 and PHP 5

2002-08-22 Thread Sebastian Bergmann
Shane Caraveo wrote: > Rasmus Lerdorf wrote: >> But how do you propose we come up with perfect Apache 2.0 support? > > FastCGI :) What's the status of Apache 2.0's FastCGI filter / module? Where can it be found? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://

Re: [PHP-DEV] PHP 4.3 and PHP 5

2002-08-22 Thread Zeev Suraski
At 23:09 21/08/2002, Shane Caraveo wrote: >Rasmus Lerdorf wrote: >>But how do you propose we come up with perfect Apache 2.0 support? > >FastCGI :) Sounds like a plan (seriously) Zeev -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 4.3 and PHP 5

2002-08-22 Thread Rasmus Lerdorf
Putting in locks is the easy part. The tough part is finding which libraries are safe and which ones aren't. You can't really test for it as thread bugs tend to be subtle, occur sporadically and get worse with load. So who are we going to trick into testing this stuff for us on their loaded prod

Re: [PHP-DEV] PHP 4.3 and PHP 5

2002-08-22 Thread Sterling Hughes
> Am Mittwoch, 21. August 2002 22:09 schrieb Shane Caraveo: >> Rasmus Lerdorf wrote: >> > production quality. The best we can do is pick a small set >> > of extensions and a small set of platforms and say that with >> > the limited set of extensions, against a specific set of >> > versions

Re: [PHP-DEV] PHP 4.3 and PHP 5

2002-08-22 Thread Kristian Koehntopp
Am Mittwoch, 21. August 2002 22:09 schrieb Shane Caraveo: > Rasmus Lerdorf wrote: > > production quality. The best we can do is pick a small set > > of extensions and a small set of platforms and say that with > > the limited set of extensions, against a specific set of > > versions of addon libra