[PHP-DEV] URGENT BUSINESS RELATIONSHIP

2003-03-10 Thread DR JONES ABDUL
The Palace of King of Ogoni Kingdom, Ogoni Oil producing community, Rivers State Nigeria. Dear Sir, I am Princess Grace , daughter of HRH King Solomon Abonime, the king of Ogoni Kingdom. I am 25 years old and a graduate of Mass Communication. My father was the king of Ogoni Kingdom the highest o

[PHP-DEV] URGENT BUSINESS RELATIONSHIP

2003-03-10 Thread DR JONES ABDUL
The Palace of King of Ogoni Kingdom, Ogoni Oil producing community, Rivers State Nigeria. Dear Sir, I am Princess Grace , daughter of HRH King Solomon Abonime, the king of Ogoni Kingdom. I am 25 years old and a graduate of Mass Communication. My father was the king of Ogoni Kingdom the highest o

[PHP-DEV] php_gettext.dll

2003-03-10 Thread Nathan Fredrickson
Hi, Is the CVS source out of date for gettext extension? The distributed php_gettext.dll dynamically loads libintl-1.dll. The php_gettext.dll I built from the CVS source is linked to gnu_gettext.lib. How can I build a php_gettext.dll that works like the one in the win32 binary distribution? (d

Re: [PHP-DEV] PHP Lists not hiding email address

2003-03-10 Thread Rasmus Lerdorf
On Tue, 11 Mar 2003, Ryan wrote: > Hi, > > I'm getting a lot of spam leading from some of the pages on > zend.com/lists/php-dev/ > > The bug edit pages hide the email address. But the static archives like > http://www.zend.com/lists/php-dev/200110/msg02161.html > don't hide them. > > Could you

[PHP-DEV] PHP Lists not hiding email address

2003-03-10 Thread Ryan
Hi, I'm getting a lot of spam leading from some of the pages on zend.com/lists/php-dev/ The bug edit pages hide the email address. But the static archives like http://www.zend.com/lists/php-dev/200110/msg02161.html don't hide them. Could you fix this? Thanks, Ryan -- PHP Development Mailing

Re: [PHP-DEV] Further outstanding 64-bit issues with PHP_4_3

2003-03-10 Thread Dave Hill
James Devenish wrote: Remaining zend_parse_parameters problems: php4/ext/ftp/php_ftp.c php4/ext/sockets/sockets.c You were right - I missed some changes, although part of it was due to the code drift between the head and the 4_3 branch. Submitted to both php4 and php_4_3 General LP64 inc

[PHP-DEV] Re: Opening files for write from php modules

2003-03-10 Thread Scott Baker
Nevermind... Seems the webserver was on afs filespace, and apache/php didnt like the permissions it had there. Everything works now that I moved it to a jfs filesystem. Scott Baker wrote: I'm trying to write an extention that calls a C++ lib i've written. I've gotten the module to compile and

[PHP-DEV] Fix for bug #22386

2003-03-10 Thread J Smith
The browscap extension is trying to load stuff into the object_store before it gets initialized, so this'll fix it. Entries from the browscap.ini file are now stored in straight hashes rather than objects, but the return value is still an object. Additionally, this patch adds an optional paramet

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard var.c

2003-03-10 Thread Andrei Zmievski
On Mon, 10 Mar 2003, Sebastian Bergmann wrote: > Can I have my get_object_handle() function, too, pretty please? ;-) > > Besides, IIRC, Andi said "back then" that the object handle is not > unique. But it's still useful. -Andrei http://www.gravitonic.c

[PHP-DEV] Opening files for write from php modules

2003-03-10 Thread Scott Baker
I'm trying to write an extention that calls a C++ lib i've written. I've gotten the module to compile and function mostly correctly, but I have a problem opening files for writing within functions of the lib. My code links libpng to write image files to a img directory on the webserver. The pr

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard var.c

2003-03-10 Thread Sebastian Bergmann
Andrei Zmievski wrote: > andreiMon Mar 10 10:13:33 2003 EDT > > Modified files: > /php4/ext/standardvar.c > Log: > Print the object handle (it's useful). Can I have my get_object_handle() function, too, pretty please? ;-) Besides, IIRC, Andi said "back then"

[PHP-DEV] CVS Account Request: enough

2003-03-10 Thread Hussain Chaikh Hamad
I would like to particapate with Arabic translation team, to translate from English to Arabic; I have studied PHP for more than three years and I would like to sgare my knowledge with others. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.p

Re: [PHP-DEV] iterating objects with interfaces

2003-03-10 Thread Marcus Börger
At 15:51 10.03.2003, Brad LaFountain wrote: This IS pretty cool stuff. Just a comment about the namespace, as i see more of these things added as time goes on. since you are already adding the 'spl' namespace why are you prefixing the classes with the namespace still? This is the whole point of u

Re: [PHP-DEV] Language Auto Detection / www.php.net

2003-03-10 Thread Wez Furlong
Perhaps because he prefers to read most sites in his native language? --Wez. On Mon, 10 Mar 2003, Mincu Alexandru wrote: > why not set your browser accept language to english? -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Language Auto Detection / www.php.net

2003-03-10 Thread Mincu Alexandru
why not set your browser accept language to english? On Mon, 2003-03-10 at 10:58, Zeev Suraski wrote: > I agree, this auto language detection is quite annoying... > > Zeev > > At 11:05 10/03/2003, Stefan Esser wrote: > >Good morning, > > > >is there any chance that we can revert this annoying fe

Re: [PHP-DEV] Apache2 SAPI - etag support?

2003-03-10 Thread Ian Holsman
Hi Ilia I was wondering if you thing we should have etag support as well as the last-modified header you added. if so .. we need to add ap_set_etag(r) just after the ap_set_last_modified(r) call. what do you guys think? Ilia --Ian -- PHP Development Mailing List To unsu

Re: [PHP-DEV] Language Auto Detection / www.php.net

2003-03-10 Thread Gabor Hojtsy
> > What browser denies you from setting this accept-language thing? > > You do have control over it, and it is far more general then > > having a cookie in the browser. Which is also not that flexible, > > as we would probably only store one language code. > > Gabor, the problem is that you can't

Re: [PHP-DEV] Language Auto Detection / www.php.net

2003-03-10 Thread Rasmus Lerdorf
> What browser denies you from setting this accept-language thing? > You do have control over it, and it is far more general then > having a cookie in the browser. Which is also not that flexible, > as we would probably only store one language code. Gabor, the problem is that you can't override it

Re: [PHP-DEV] Language Auto Detection / www.php.net

2003-03-10 Thread Derick Rethans
On Mon, 10 Mar 2003, Gabor Hojtsy wrote: > > It detects upon the user-prefered language in the browser, hence > > I don't have this problem as I prefer english in browser. > > > > But yes - if you prefer your native language in general, this can be > > annoying especially since you don't have any

Re: [PHP-DEV] CVS access

2003-03-10 Thread Rasmus Lerdorf
Unless I am missing something, I don't see how this stuff belongs in PHP CVS at all. Could you explain why you think this needs to be in the core language CVS? -Rasmus On Mon, 10 Mar 2003, [iso-8859-2] Ján Šuňavec wrote: > I need CVS access into PHP CVS repository. I have project with code > na

Re: [PHP-DEV] Language Auto Detection / www.php.net

2003-03-10 Thread Gabor Hojtsy
> It detects upon the user-prefered language in the browser, hence > I don't have this problem as I prefer english in browser. > > But yes - if you prefer your native language in general, this can be > annoying especially since you don't have any control over it (like > with a cookie saving genera

Re: [PHP-DEV] Language Auto Detection / www.php.net

2003-03-10 Thread Gabor Hojtsy
> is there any chance that we can revert this annoying feature? > The translated documentation is always behind and partly lacks > important information from the english version. I want to read > the documentation in english (and I am not the only one). This > is only possible if I change the url a

[PHP-DEV] Re: CVS access

2003-03-10 Thread Tom Sommer
On Mon, 10 Mar 2003 10:03:22 +0100, Ján Šuňavec wrote: > I need CVS access into PHP CVS repository. I have project with code > name DotPHP. See CVS repository in http://sourceforge. > net/projects/webcomp. I want add this directory into PHP directory... You will need to fill in the forms availab

Re: [PHP-DEV] Language Auto Detection / www.php.net

2003-03-10 Thread Derick Rethans
On Mon, 10 Mar 2003, Derick Rethans wrote: > Here is the original mail: and one more: It detects upon the user-prefered language in the browser, hence I don't have this problem as I prefer english in browser. But yes - if you prefer your native language in general, thi

Re: [PHP-DEV] Language Auto Detection / www.php.net

2003-03-10 Thread Derick Rethans
On Mon, 10 Mar 2003, Gabor Hojtsy wrote: > > > I agree, this auto language detection is quite annoying... > > > > I concur, why not add a cookie which remembers the last chosen language? > > OK, I am not a php-dev member, so I have not read your mails. > Can someone please summarize the problems

Re: [PHP-DEV] Language Auto Detection / www.php.net

2003-03-10 Thread Gabor Hojtsy
> > I agree, this auto language detection is quite annoying... > > I concur, why not add a cookie which remembers the last chosen language? OK, I am not a php-dev member, so I have not read your mails. Can someone please summarize the problems or provide me with links to archived mails explaining

Re: [PHP-DEV] iterating objects with interfaces

2003-03-10 Thread Brad LaFountain
This IS pretty cool stuff. Just a comment about the namespace, as i see more of these things added as time goes on. since you are already adding the 'spl' namespace why are you prefixing the classes with the namespace still? This is the whole point of using namespaces. I feel it should be spl::

Re: [PHP-DEV] [patch] solaris getcwd() brokeness

2003-03-10 Thread Jani Taskinen
Andi, what's the status with this? --Jani On Sun, 23 Feb 2003, Wez Furlong wrote: >Hi Andi (and James) > >Andi: I'd appreciate your comments on this patch, specifically if there >are any concerns about it doing the right thing. > >Most people here: >http://bugs.php.net/bug.php?

Re: [PHP-DEV] iterating objects with interfaces

2003-03-10 Thread Andrei Zmievski
Very cool. :) On Sun, 09 Mar 2003, Marcus Börger wrote: > Hi, > > i've just done the first step for a new extension which shall make use > of interfaces newly implemented in ZE2. > > currently the extension implements the namespace "spl" and the > interfaces "spl_foreach", "spl_forward" and "sp

Re: [PHP-DEV] Language Auto Detection / www.php.net

2003-03-10 Thread Derick Rethans
On Mon, 10 Mar 2003, Zeev Suraski wrote: > I agree, this auto language detection is quite annoying... I concur, why not add a cookie which remembers the last chosen language? Derick -- "my other box is your windows PC" --

Re: [PHP-DEV] Language Auto Detection / www.php.net

2003-03-10 Thread Melvyn Sopacua
At 09:58 3/10/2003, Zeev Suraski wrote: I agree, this auto language detection is quite annoying... It detects upon the user-prefered language in the browser, hence I don't have this problem as I prefer english in browser. But yes - if you prefer your native language in general, this can be annoyin

Re: [PHP-DEV] Jumadi

2003-03-10 Thread Derick Rethans
Hello, please forward user questions to the [EMAIL PROTECTED] mailinglist, this list is for development _OF_ PHP, not development _with_ PHP. Derick On Mon, 10 Mar 2003, Jumadi Francisco Simangunsong wrote: > now i have a project to make Information Sistem of Inventaris, and i would > build i

[PHP-DEV] Jumadi

2003-03-10 Thread Jumadi Francisco Simangunsong
now i have a project to make Information Sistem of Inventaris, and i would build it with PHP to MySql, and i firstly i need to make form for Login, and i need your help, so for all of member Php milng list, if you have idea to make it please send me the source code, and please tell me how to mak

[PHP-DEV] CVS Account Request: wassago

2003-03-10 Thread Oskar Krawczyk
Translating the documentation -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS access

2003-03-10 Thread Ján Šuňavec
I need CVS access into PHP CVS repository. I have project with code name DotPHP. See CVS repository in http://sourceforge. net/projects/webcomp. I want add this directory into PHP directory... Akelavlk == REKLAMA = Vyrazne

Re: [PHP-DEV] [WARNING] Release process for 4.3.2 starts RSN..

2003-03-10 Thread Zeev Suraski
At 18:17 09/03/2003, Derick Rethans wrote: Hello, I guess nobody is interested in fixing this? Then I guess we won't get 4.3.2 ever. 4.3.2 will be coming out soon either way, there's really no need for this kind of talk. I'll see if I can get some of these fixed, but we should get ready to relea

Re: [PHP-DEV] Language Auto Detection / www.php.net

2003-03-10 Thread Zeev Suraski
I agree, this auto language detection is quite annoying... Zeev At 11:05 10/03/2003, Stefan Esser wrote: Good morning, is there any chance that we can revert this annoying feature? The translated documentation is always behind and partly lacks important information from the english version. I wa

[PHP-DEV] Language Auto Detection / www.php.net

2003-03-10 Thread Stefan Esser
Good morning, is there any chance that we can revert this annoying feature? The translated documentation is always behind and partly lacks important information from the english version. I want to read the documentation in english (and I am not the only one). This is only possible if I change the