[PHP-DEV] tokenizer and ZE2

2003-02-17 Thread Greg Beaver
Hi, are there any plans to update the tokenizer extension to recognize new ZE2 tokens T_ABSTRACT/T_PRIVATE/etc.? This will be very handy for making phpDocumentor PHP 5-ready. Initial investigation suggests all that is needed is to add a few lines like: REGISTER_LONG_CONSTANT("T_ABSTRACT", T_ABS

[PHP-DEV] CVS Account Request: tomysk

2003-02-17 Thread sui kai
I want to join the documentation translating team for Chinese. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] unknown error

2003-02-17 Thread Chandler, Jacob R
Trying to upgrade. Receiving this error, but can't find any info about it. Was hoping that someone here could give some insight since you are the developers. Warning: Unknown(): Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session

Re: [PHP-DEV] 4.3.0 Extension

2003-02-17 Thread Derick Rethans
On Mon, 17 Feb 2003, md wrote: > I will look for duplicates as you suggest. > > I noticed that you use the PHP_ARG_WITH( inside your website's config.m4 > file. > > But if I wanted an internally embedded set of code instead of external > shared library, I could use PHP_ARG_ENABLE( instead. That

Re: [PHP-DEV] date() extension

2003-02-17 Thread Wez Furlong
Please read the README.SUBMITTING_PATCH file in the root of the php source and re-submit your patch. --Wez. On Mon, 17 Feb 2003, Dirkjan Ochtman wrote: > begin 666 datetime.c -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] 4.3.0 Extension

2003-02-17 Thread Derick Rethans
On Mon, 17 Feb 2003, md wrote: > During server load on apache, the zend_API.c - line 1058 -> if > (zend_hash_exists(TRUE) -> warning message > "PHP Warning: Function registration failed - duplicate name - > compile_testmodulemodule_confirm in Unknown on line 0" > "PHP Warning: testmodulename: Unab

[PHP-DEV] 4.3.0 Extension

2003-02-17 Thread md
Hello: I am new to your list, but a long time user of extensions in PHP. I just met with complete failure trying to compile a working extension in 4.3.0 under linux/apache This is a pre-cursor to migrating my previous extensions to the new version. I tried just the basic ext_skel --extname=test

[PHP-DEV] date() extension

2003-02-17 Thread Dirkjan Ochtman
I was trying to implement a "c" parameter for date() which returns an ISO 8601 [1] date-format. This would be especially useful in creating RSS feeds, or other XML exchange formats that need a date. Attached is my version of datetime.c. I know I should actually send a unified diff, but I don't know

Re: [PHP-DEV] RE: PHP Security Advisory: CGI vulnerability in PHPversion 4.3.0

2003-02-17 Thread Derick Rethans
On Mon, 17 Feb 2003, McKinney, Rod ERM wrote: > Remove me from your list See the footer of this email: -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php Derick -- Stop mad cowboy disease!

[PHP-DEV] RE: PHP Security Advisory: CGI vulnerability in PHP version 4.3.0

2003-02-17 Thread McKinney, Rod ERM
Remove me from your list -Original Message- From: Jani Taskinen [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 12:01 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: PHP Security Advisory: CGI vulnerability in PHP version 4.3.0 -BEGIN PGP SIGNED MES

RE: [PHP-DEV] new Date extenstion

2003-02-17 Thread Kai Schroder
> From: Edin Kadribasic [mailto:[EMAIL PROTECTED]] > Well, isn't it better/easier to "fix" ext/calendar and add missing > functionality than to introduce a whole new extension? Having two > extensions doing essentialy the same thing would IMHO be very confusing. We have some problems with timezone

Re: [PHP-DEV] new Date extenstion

2003-02-17 Thread Tom Sommer
"Edin Kadribasic" <[EMAIL PROTECTED]> wrote: > Well, isn't it better/easier to "fix" ext/calendar and add missing > functionality than to introduce a whole new extension? Indeed this would be a better solution - Tom -- PHP Development Mailing List To unsubscribe, visit:

[PHP-DEV] PHP Security Advisory: CGI vulnerability in PHP version 4.3.0

2003-02-17 Thread Jani Taskinen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 PHP Security Advisory: CGI vulnerability in PHP version 4.3.0 Issued on: February 17, 2003 Software: PHP/CGI version 4.3.0 Platforms: All The PHP Group has learned of a serious security vulnerability in the CGI SAPI of PHP version 4.3.0.

Re: [PHP-DEV] new Date extenstion

2003-02-17 Thread Pierre-Alain Joye
On Mon, 17 Feb 2003 17:18:46 +0100 "Dirkjan Ochtman" <[EMAIL PROTECTED]> wrote: > I think a date_serialize() function would be nice (with a companion > unserialize). It should return a short version of the object that can > be stored in a database, for example. Also, I would like a function > that

Re: [PHP-DEV] new Date extenstion

2003-02-17 Thread Dirkjan Ochtman
I think a date_serialize() function would be nice (with a companion unserialize). It should return a short version of the object that can be stored in a database, for example. Also, I would like a function that returns a Unix timestamp from the date object. Regards, Dirkjan "Pierre-Alain Joye" <

[PHP-DEV] new Informix extension maintainer ?

2003-02-17 Thread Corne' Cornelius
Hi, I would like to become a Maintainer for the Informix ext if possible, i've fixed some bugs and added updates for latest ESQL/C. And no one seems to be maintaining it at the moment. Where do i go from here ? Thanks, Nobbie =Disclaimer and Confidentiality=== Thi

Re: [PHP-DEV] new Date extenstion

2003-02-17 Thread Edin Kadribasic
On Mon, 17 Feb 2003, Pierre-Alain Joye wrote: > On Mon, 17 Feb 2003 15:40:08 +0100 > Hartmut Holzgraefe <[EMAIL PROTECTED]> wrote: > > > > ext/calendar has support for all this ... it even knows about the > > "french revolution calendar" ;) > > rofl :) > > Well, I'm talking about a good and us

Re: [PHP-DEV] new Date extenstion

2003-02-17 Thread Pierre-Alain Joye
On Mon, 17 Feb 2003 15:40:08 +0100 Hartmut Holzgraefe <[EMAIL PROTECTED]> wrote: > ext/calendar has support for all this ... it even knows about the > "french revolution calendar" ;) rofl :) Well, I'm talking about a good and usefull date/time extension. I do not say calendar is not good, but i

Re: [PHP-DEV] new Date extenstion

2003-02-17 Thread Hartmut Holzgraefe
Pierre-Alain Joye wrote: Actually no, date corrections will be part of the date functions as soon as the locale part is done. The changes of calendar was not the same in each country, not in the same time, and even not in the same country (I like scottland, switzerland or others proud people ;-),

Re: [PHP-DEV] new Date extenstion

2003-02-17 Thread Pierre-Alain Joye
On Mon, 17 Feb 2003 13:26:23 +0100 (CET) Edin Kadribasic <[EMAIL PROTECTED]> wrote: > It would probably be easier to take one cutoff point like the unix cal > > command. From its manpage: > > The Gregorian Reformation is assumed to have occurred in 1752 on the > 3rd of September. By this t

Re: [PHP-DEV] new Date extenstion

2003-02-17 Thread Edin Kadribasic
On Mon, 17 Feb 2003, Pierre-Alain Joye wrote: > On Mon, 17 Feb 2003 12:58:21 +0100 > "Edin Kadribasic" <[EMAIL PROTECTED]> wrote: > > > Does the extension take into acount calendar changes like: > > > > $ cal 9 1752 > >September 1752 > > Su Mo Tu We Th Fr Sa > >1 2 14 15 16 > > 17 1

Re: [PHP-DEV] new Date extenstion

2003-02-17 Thread Pierre-Alain Joye
On Mon, 17 Feb 2003 12:58:21 +0100 "Edin Kadribasic" <[EMAIL PROTECTED]> wrote: > Does the extension take into acount calendar changes like: > > $ cal 9 1752 >September 1752 > Su Mo Tu We Th Fr Sa >1 2 14 15 16 > 17 18 19 20 21 22 23 > 24 25 26 27 28 29 30 oops, wrong shortcut :) A

Re: [PHP-DEV] new Date extenstion

2003-02-17 Thread Pierre-Alain Joye
On Mon, 17 Feb 2003 12:58:21 +0100 "Edin Kadribasic" <[EMAIL PROTECTED]> wrote: > Does the extension take into acount calendar changes like: > > $ cal 9 1752 >September 1752 > Su Mo Tu We Th Fr Sa >1 2 14 15 16 > 17 18 19 20 21 22 23 > 24 25 26 27 28 29 30 > > Edin Actually -- PH

Re: [PHP-DEV] new Date extenstion

2003-02-17 Thread Edin Kadribasic
Does the extension take into acount calendar changes like: $ cal 9 1752 September 1752 Su Mo Tu We Th Fr Sa 1 2 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Edin - Original Message - From: "Pierre-Alain Joye" <[EMAIL PROTECTED]> To: "phpdev" <[EMAIL PROTECTED]> Sent: Sun

Re: [PHP-DEV] Contributing to PHP - how?

2003-02-17 Thread Sascha Schumann
On Mon, 17 Feb 2003, David Gillies wrote: > OK, I've been using PHP since about six months after > Rasmus decided to share his brainchild with us. Can > someone PLEASE point me to the appropriate mechanism > to contribute my own modules? Apply for a CVS account first, so that you can simp

Re: [PHP-DEV] Contributing to PHP - how?

2003-02-17 Thread Moriyoshi Koizumi
David Gillies <[EMAIL PROTECTED]> wrote: > At present all I have is a tiny module that groks > tzfile(5) files to get you historical offsets from > UTC, and another one that exposes about 80 or so As for tzfile module, probably Pierre wants some sort of tzinfo parser in his extension. Better off

[PHP-DEV] Contributing to PHP - how?

2003-02-17 Thread David Gillies
OK, I've been using PHP since about six months after Rasmus decided to share his brainchild with us. Can someone PLEASE point me to the appropriate mechanism to contribute my own modules? I'm sure it's out there, but hours of perusing the PHP site and Google don't help. At present all I have is a