[PHP-DEV] New features in Universe

2002-03-06 Thread David Eriksson
(Universe is a PHP extension that allows PHP to act as a CORBA client or server.) Hello everyone! I am pleased to announce that a new snapshot of Universe (dated 2002-03-06) is available. New features: - allow conversion between CORBA's sequence and PHP's strings - should throw user exc

[PHP-DEV] CVS Account Request: l30n4rd0

2002-03-06 Thread Leonardo Romani Ribeiro
Well,i`d like to help to translating the documentation from english portuguese. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: cvs: php4 /ext/session mod_mm.c

2002-03-06 Thread Sascha Schumann
> I'll check and update doc if needed. That was a direct quote from the documentation. > > No. Try to read the code again. A user handler should > > simply return a non-string. > > It works sometimes, but it segfaults sometimes. (with original code) ..then please send me a tes

Re: [PHP-DEV] cvs: ext/baby

2002-03-06 Thread Sebastian Bergmann
Rasmus Lerdorf wrote: > @@ -1,2 +1,6 @@ > Christine Lerdorf > Rasmus Lerdorf > +Buster (working name only) Lerdorf > +Born 13:26 PDT Wednesday March 6, 2002 > +Weight: 9.0 pounds > +Length: 19.25 inches Congratulations, Rasmus :) -- Sebastian Bergmann http://sebastian-bergmann.de/

[PHP-DEV] ext/gd/config.m4 broken in HEAD

2002-03-06 Thread Rasmus Lerdorf
Guys, ext/gd/config.m4 needs to be fixed before 4.2 goes out. Right now it does a terrible job detecting gd2/freetype2 TTF functions as the tests are missing the required -lfreetype. Rolling back to config.m4 from the 4.1.2 release makes everything work just fine. -Rasmus -- PHP Development

Re: [PHP-DEV] ctype funcitons

2002-03-06 Thread Dan Kalowsky
Hartmut, After a brief bit more of playing here, what I've discovered is: The offending lines all look like this: if(ctype(isalnum, &c)) { For some reason the MacOSX compiler is considering isalnum a variable that is undefined. Changing the line to: if(isalnum(&c)) { works, albiet with

[PHP-DEV] A good PHP Shop

2002-03-06 Thread Peter Haywood
Hello,, I am looking at setting up PHP driven shop. Can anyone recommend one? Or which ones to stay away from? And why? I am reviewing phpShop at the moment, and it looks pretty nicely featured. Thanks, Pete -- PHP Development Mailing List To unsubscribe, visit: h

[PHP-DEV] Re: ext/baby

2002-03-06 Thread osdn
To PHP-Founder: Congratulation! Best Wishes to your pretty girl "Rasmus Lerdorf" <[EMAIL PROTECTED]> ??:[EMAIL PROTECTED] > @@ -1,2 +1,6 @@ > Christine Lerdorf > Rasmus Lerdorf > +Buster (working name only) Lerdorf > +Born 13:26 PDT Wednesday March 6, 2002 > +Weight: 9.0 pounds > +Length:

Re: [PHP-DEV] cvs: ext/baby

2002-03-06 Thread Chris Shiflett
Woo hoo! Congratulations, Rasmus! Chris On Wed, 6 Mar 2002, Rasmus Lerdorf wrote: > @@ -1,2 +1,6 @@ > Christine Lerdorf > Rasmus Lerdorf > +Buster (working name only) Lerdorf > +Born 13:26 PDT Wednesday March 6, 2002 > +Weight: 9.0 pounds > +Length: 19.25 inches > > > -- PHP Developmen

[PHP-DEV] cvs: ext/baby

2002-03-06 Thread Rasmus Lerdorf
@@ -1,2 +1,6 @@ Christine Lerdorf Rasmus Lerdorf +Buster (working name only) Lerdorf +Born 13:26 PDT Wednesday March 6, 2002 +Weight: 9.0 pounds +Length: 19.25 inches -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] bugs.php.net

2002-03-06 Thread Andrew Lindeman
On bugs.php.net, the current stable version listed is 4.1.1. Shouldn't that be 4.1.2 now? --Andrew -- "Problem solving under linux has never been the circus that it is under AIX." (By Pete Ehlke in comp.unix.aix) -- PHP Development Mailing List To unsubscribe, visit: ht

[PHP-DEV] Re: cvs: php4 /ext/session mod_mm.c

2002-03-06 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > Sascha Schumann wrote: >> >>> 1. It does not work simply with current code. >>>(It seems mm works for you. While it does not for me. I guess >>> you enable register_globals) >>> >> >> I don't which you can easily derive from the test script I >> sent to you ea

[PHP-DEV] Re: cvs: php4 /ext/session mod_mm.c

2002-03-06 Thread Yasuo Ohgaki
Sascha Schumann wrote: >>I thought the reporter want valid SID defined always, since I wanted >>valid SID defined always. Document does not memtion when SID is >>defined, IIRC. >> >>Document should be updated. >> > > It has been documented since I first wrote the session > documentation.

Re: [PHP-DEV] i18n patch for PHP 4

2002-03-06 Thread Masaki Fujimoto
Hello. > > anyway, thanks for your nice comments and I wait for the other comments, > > or the time of merge:) > > If you are planning to contribute more on this part, I suggest you apply > for an CVS account so that you can commit it yourself. However, I think we > first need some discussion

[PHP-DEV] Re: cvs: php4 /ext/session mod_mm.c

2002-03-06 Thread Sascha Schumann
> I thought the reporter want valid SID defined always, since I wanted > valid SID defined always. Document does not memtion when SID is > defined, IIRC. > > Document should be updated. It has been documented since I first wrote the session documentation. "Alternatively, you can use

[PHP-DEV] Re: cvs: php4 /ext/session mod_mm.c

2002-03-06 Thread Yasuo Ohgaki
I think there was miscommunication. That's fine. We can discuss them again :) Sascha Schumann wrote: > Here are comments regarding each commit. > > > http://news.php.net/article.php?group=php.cvs&article=9700 > > I've restored the old behaviour regarding SID (#15322). I thought th

[PHP-DEV] Re: cvs: php4 /ext/session mod_mm.c

2002-03-06 Thread Yasuo Ohgaki
I think there was miscommunication. That's fine. We can discuss them again :) Sascha Schumann wrote: > Here are comments regarding each commit. > > > http://news.php.net/article.php?group=php.cvs&article=9700 > > I've restored the old behaviour regarding SID (#15322). I thought th

[PHP-DEV] Re: cvs: php4 /ext/session mod_mm.c

2002-03-06 Thread Yasuo Ohgaki
I think there was miscommunication. That's fine. We can discuss them again :) Sascha Schumann wrote: > Here are comments regarding each commit. > > > http://news.php.net/article.php?group=php.cvs&article=9700 > > I've restored the old behaviour regarding SID (#15322). I thought th

[PHP-DEV] Re: cvs: php4 /ext/session mod_mm.c

2002-03-06 Thread Yasuo Ohgaki
Sascha Schumann wrote: > sas Wed Mar 6 07:25:01 2002 EDT > > Modified files: > /php4/ext/session mod_mm.c > Log: > Did not revert back enough. > > This patch does not make sense, because it enforces the existence > of a single directory. If you would

[PHP-DEV] Re: release process

2002-03-06 Thread derick
Hello folks, Now with correct dates! Timeline 06-03-2002 Branch to PHP_4_2_0 20-03-2002 Release Candidate 1 03-04-2002 Release Candidate 2 12-04-2002 Release Candidate 3 / Final RC 19-04-2002 Prepare release package 22-04-2002 Release of PHP 4.2.0 Derick Rethans --

Re: [PHP-DEV] release process

2002-03-06 Thread derick
On Wed, 6 Mar 2002, Marc Boeren wrote: > > > I promised to send a more detailed mail for the upcoming release > process. > > Please note that this is my view on it :) > > And your view is off by one month? ;-) Damnit... I thought I fixed that :) Derick ---

Re: [PHP-DEV] release process

2002-03-06 Thread Marc Boeren
> I promised to send a more detailed mail for the upcoming release process. > Please note that this is my view on it :) And your view is off by one month? ;-) [otherwise it looks fine] Cheerio, Marc. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.

[PHP-DEV] release process

2002-03-06 Thread Derick Rethans
Hello folks, I promised to send a more detailed mail for the upcoming release process. Please note that this is my view on it :) Timeline 06-02-2002 Branch to PHP_4_2_0 Only fixed / patches approved by the RM maybe merged from HEAD into the release branch. This is

Re: [PHP-DEV] prob with imagestring

2002-03-06 Thread Andrew Lindeman
Wrong mailing list. try [EMAIL PROTECTED] --Andrew On Wednesday 06 March 2002 03:41 pm, Carl L. wrote: > Whene i create images with `ê` and `è` , I get `ë` > anyone can help me please -- 45. Tell me again what that '-r' option to rm does --Top 100 things you don't want the sysadmin

Re: [PHP-DEV] ctype funcitons

2002-03-06 Thread Dan Kalowsky
Hey Hartmut, MacOSX ctype.h does define it. I wasn't entirely sure why this error was coming up. Thus the email. I'm busy arguing with libraries right now on the system. On Wed, 6 Mar 2002, Hartmut Holzgraefe wrote: > Dan Kalowsky wrote: > > From building PHP on a MacOSX machine: > > > > cty

RE: [PHP-DEV] new bug "status"

2002-03-06 Thread Joseph Tate
I like it, but first I'd like to see a file upload option to upload the patch much like bugzilla has. > -Original Message- > From: Robin Ericsson [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 06, 2002 9:17 AM > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] new bug "status" > > > I ment

[PHP-DEV] prob with imagestring

2002-03-06 Thread Carl L.
Whene i create images with `ê` and `è` , I get `ë` anyone can help me please -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] ImageTTFText function does not work with freetype 2 on Solaris 2.8

2002-03-06 Thread Ziying Sherwin
We installed php 4.1.2 with gd 2.0.1 and freetype 2.0.5 library support on our Solaris 2.8 machine using gcc 2.95.2. However, the php function ImageTTFText() stopped to work properly with the new installation. No text generated in the image. When we tried to use cyberbit fonts to generate a UT

[PHP-DEV] ODBC limit

2002-03-06 Thread Ling
Hello there. Sorry for my post, its out of topic. I have a question for deveplopers. is there maximum limit of data ( SQL query ) that can be send via odbc? I've been exerimenting with inserting large text into database and noticed that queries larger than 8190 byte are cause to error: SQL er

Re: [PHP-DEV] Re: Bug #15907 Updated: php 4.1.x error message ontrying to load 4.0.x dyn. model broken

2002-03-06 Thread derick
On Wed, 6 Mar 2002, Sander Roobol wrote: > Is this really critical? Yup :) Derick > > On 2002.03.06 18:55 [EMAIL PROTECTED] wrote: > > ID: 15907 > > Updated by: [EMAIL PROTECTED] > > Reported By: [EMAIL PROTECTED] > > -Status: Open > > +Status:

[PHP-DEV] Re: Bug #15907 Updated: php 4.1.x error message on trying to load 4.0.x dyn. model broken

2002-03-06 Thread Sander Roobol
Is this really critical? On 2002.03.06 18:55 [EMAIL PROTECTED] wrote: > ID: 15907 > Updated by: [EMAIL PROTECTED] > Reported By: [EMAIL PROTECTED] > -Status: Open > +Status: Critical > Bug Type: Dynamic loading > Operating System: * > -PHP

Re: [PHP-DEV] [Fwd: [PATCH] add appname argument to sybase_connect]

2002-03-06 Thread Christophe Sollet
[EMAIL PROTECTED] wrote: > Hello, > > I applied it. Can you also write some documentation about it? > Thanks. At least, i can try... : int sybase_connect ( string servername, string username, string password [, string charset [, string appname]]) int sybase_pconnect ( string servername, strin

[PHP-DEV] Re: freeing zvals

2002-03-06 Thread l0t3k
Klaus, anything zval * put in a symboltable is automatically managed. > Currently it looks to me, that I don't need to free zvals which I have > exported to a symbol table, because PHP already frees the zval on module > shutdown. Is that correct? Or do I need to remove the zval from the symbo

Re: [PHP-DEV] ctype funcitons

2002-03-06 Thread Hartmut Holzgraefe
Dan Kalowsky wrote: > From building PHP on a MacOSX machine: > > ctype.c: In function `zif_ctype_alnum': > ctype.c:126: `isalnum' undeclared (first use in this function) > ctype.c:126: (Each undeclared identifier is reported only once > ctype.c:126: for each function it appears in.) [...] ext/c

[PHP-DEV] Is HAVE_GETCWD needed?

2002-03-06 Thread James E. Flemer
I am trying to beat out a bug with opendir(), getcwd(), and VCWD_GETCWD. Way back in Oct. '99 when thies added the PHP function "getcwd()", he had this code: #if HAVE_GETCWD ret = getcwd(path, MAXPATHLEN); #elif HAVE_GETWD ret = getwd(path); #endif and since then "getcwd" and "getw

[PHP-DEV] ctype funcitons

2002-03-06 Thread Dan Kalowsky
>From building PHP on a MacOSX machine: ctype.c: In function `zif_ctype_alnum': ctype.c:126: `isalnum' undeclared (first use in this function) ctype.c:126: (Each undeclared identifier is reported only once ctype.c:126: for each function it appears in.) ctype.c: In function `zif_ctype_alpha': ctyp

Re: [PHP-DEV] i18n patch for PHP 4

2002-03-06 Thread derick
On Thu, 7 Mar 2002, Masaki Fujimoto wrote: > oops, I've completely forgotten the timezone. It's already Thursday in > japan, so I'd been thinking you already branched... 5:42 left :) > > anyway, thanks for your nice comments and I wait for the other comments, > or the time of merge:) If you a

Re: [PHP-DEV] i18n patch for PHP 4

2002-03-06 Thread Masaki Fujimoto
Hello, On Wed, 6 Mar 2002 16:57:14 +0100 (CET) [EMAIL PROTECTED] wrote: -snip- > > Honestly speaking, the intension of my previous post was some kind of > > notification or ad of the multibyte-encodings, so that I think it is not > > important whether the patch is merged or not (of course it's

Re: [PHP-DEV] [Fwd: [PATCH] add appname argument to sybase_connect]

2002-03-06 Thread derick
Hello, I applied it. Can you also write some documentation about it? regards, Derick On Wed, 6 Mar 2002, Christophe Sollet wrote: > Hello, > > I resubmit this patch again since i didn't get any reply from my > previous post. > Please get a look at it and, at least, let me know if you think th

Re: [PHP-DEV] i18n patch for PHP 4

2002-03-06 Thread derick
On Thu, 7 Mar 2002, Masaki Fujimoto wrote: > Derick, you're 100% right and we japanese started to discuss the > specification of i18n in PHP 5 last week. And, we (at least Rui and me) > will have a meeting about i18n with Zeev in this month. Thus, I've > already focused on internationalization of

[PHP-DEV] [Fwd: [PATCH] add appname argument to sybase_connect]

2002-03-06 Thread Christophe Sollet
Hello, I resubmit this patch again since i didn't get any reply from my previous post. Please get a look at it and, at least, let me know if you think this patch is useless... If not, it would be great if it can be merged before 22:00 ;) Thanks, Christophe. Original Message S

Re: [PHP-DEV] i18n patch for PHP 4

2002-03-06 Thread Masaki Fujimoto
Hello, Derick, you're 100% right and we japanese started to discuss the specification of i18n in PHP 5 last week. And, we (at least Rui and me) will have a meeting about i18n with Zeev in this month. Thus, I've already focused on internationalization of PHP 5 (and ZE2) rather than PHP 4. Honestl

Re: [PHP-DEV] i18n patch for PHP 4

2002-03-06 Thread derick
Hello, sounds like an interesting thing for PHP 5! I'm pretty sure more like this can be implemented to make mb encodings better supported. Derick On Wed, 6 Mar 2002, Masaki Fujimoto wrote: > Hello, > > The attached diffs and two new files (they should be in Zend/) are the > one suggestion

[PHP-DEV] i18n patch for PHP 4

2002-03-06 Thread Masaki Fujimoto
Hello, The attached diffs and two new files (they should be in Zend/) are the one suggestion for i18n (== internationalization) of PHP 4. This patch enables PHP to: - parse scripts written in encoding called Shift JIS. (and have potential to handle other encodings, like BIG-5, UCS-4, etc.) -

[PHP-DEV] new bug "status"

2002-03-06 Thread Robin Ericsson
I mentioned it to Derick on IRC, and he seemed to like it so I'll throw the everybody else :) I feel that alot of patches and input from users are often missed by developers (see earlier mail regarding patches :) An easy fix for this would be to have a new status called "patch" or whatever. When

RE: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c

2002-03-06 Thread James Cox
> Derick Rethans wrote: > > derick Wed Mar 6 06:31:56 2002 EDT > > > > Modified files: > > /php4/sapi/cgi cgi_main.c > > Log: > > - Remove unused variables > > cgi_main.c please put these back :) -- PHP Development Mailing List To unsubscribe, vi

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c

2002-03-06 Thread Sebastian Bergmann
Derick Rethans wrote: > derick Wed Mar 6 06:31:56 2002 EDT > > Modified files: > /php4/sapi/cgi cgi_main.c > Log: > - Remove unused variables cgi_main.c \home\php\php4\sapi\cgi\cgi_main.c(475): error C2065: 'force_redirect': undeclared identifier \home\php\php4\sapi\cgi\c

[PHP-DEV] Re: cvs: php4 /ext/session mod_mm.c

2002-03-06 Thread Sascha Schumann
Here are comments regarding each commit. http://news.php.net/article.php?group=php.cvs&article=9700 I've restored the old behaviour regarding SID (#15322). A reordering of estrdups has also been committed. I suppose the message "fix small memory leak" refers to that.

[PHP-DEV] freeing zvals

2002-03-06 Thread Klaus Reimer
Hi, just a simple question. If I am creating zvals like this: zval *zExample; MAKE_STD_ZVAL(zExample); do I have to free this zval manually (With FREE_ZVAL(zExample)) or is this done automatically? Or it is done automatically only if this zval is exported to user space? I ask because I have t

[PHP-DEV] Failed to write session data (files).

2002-03-06 Thread Alex \(Lik Sang\)
We have recently turned error_log on and we are getting all PHP errors into a log file. We are using PHP 4.1.2 but this problem was there at earlier versions already. We cannot see any problems on the server but about 30-50 times each they we have the following in the error log: [05-Mar-2002 22:

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/session mod_mm.c

2002-03-06 Thread derick
On Wed, 6 Mar 2002, Yasuo Ohgaki wrote: > Derick, Jani, > > If mm save handler is the only save handler, yes. It should not > start. I've changed back to static path way. > > Do you really want to stop starting web server only because > user set default save_path for database connection paramat

[PHP-DEV] Re: cvs: php4 /ext/session mod_mm.c

2002-03-06 Thread Yasuo Ohgaki
Sascha Schumann wrote: >>BTW, if users set wrong save_path in php.ini, they can >>use mm save handler when they set save_path in .htaccess or >>httpd.conf. >>Therefore, allowing invalid save_path for mm is not useless. >> > > The MM module uses anon-shared-memory, i.e. the shared > segmen

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/session mod_mm.c

2002-03-06 Thread Yasuo Ohgaki
Jani Taskinen wrote: > On Wed, 6 Mar 2002, Yasuo Ohgaki wrote: > > >>If user uses save_path for their user defiend save handler and >>wrong save_path (ie: save_path is not a directory, but db connection >>string, etc). User cannot _START_ web server if they include mm >>session support. I don't

[PHP-DEV] Re: cvs: php4 /ext/session mod_mm.c

2002-03-06 Thread Sascha Schumann
> BTW, if users set wrong save_path in php.ini, they can > use mm save handler when they set save_path in .htaccess or > httpd.conf. > Therefore, allowing invalid save_path for mm is not useless. The MM module uses anon-shared-memory, i.e. the shared segment must be initialized in the par

Re: [PHP-DEV] How can i download 32000 images from another serverto my server

2002-03-06 Thread derick
Hello, you posted this message to the wrong list, you need the [EMAIL PROTECTED] for support questions. (This is list is for discussing PHP Internals). Derick On Wed, 6 Mar 2002, Vishak Tomy wrote: > Hello, > > i tried to download 32000 images from another to my server, through the > code,

[PHP-DEV] How can i download 32000 images from another server to my server

2002-03-06 Thread Vishak Tomy
Hello, i tried to download 32000 images from another to my server, through the code, $conn_id = ftp_connect("$ftp_server"); $login_result = ftp_login($conn_id, "$ftp_user_name", "$ftp_user_pass"); if ((!$conn_id) || (!$login_result)) { echo "Ftp connection has failed!"; echo "

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/session mod_mm.c

2002-03-06 Thread Jani Taskinen
On Wed, 6 Mar 2002, Yasuo Ohgaki wrote: >If user uses save_path for their user defiend save handler and >wrong save_path (ie: save_path is not a directory, but db connection >string, etc). User cannot _START_ web server if they include mm >session support. I don't thisk this is what we want.

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/session mod_mm.c

2002-03-06 Thread Derick Rethans
On Wed, 6 Mar 2002, Yasuo Ohgaki wrote: > Derick Rethans wrote: > >>>It's rather see it fail here, that way it is very obvious to the user that > >>>something is not correct. The way you do not now will make sessions not > >>>work, and there is not a very obvious reason why not. > >>> > >>> >

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/session mod_mm.c

2002-03-06 Thread Yasuo Ohgaki
Derick Rethans wrote: > On Wed, 6 Mar 2002, Yasuo Ohgaki wrote: > > >>[EMAIL PROTECTED] wrote: >> >>>Hello, >>> >>>On Wed, 6 Mar 2002, Yasuo Ohgaki wrote: >>> >>> >>> yohgaki Wed Mar 6 01:29:43 2002 EDT Modified files: /php4/ext/sessionmod_

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/session mod_mm.c

2002-03-06 Thread Yasuo Ohgaki
Derick Rethans wrote: > On Wed, 6 Mar 2002, Yasuo Ohgaki wrote: > > >>[EMAIL PROTECTED] wrote: >> >>>Hello, >>> >>>On Wed, 6 Mar 2002, Yasuo Ohgaki wrote: >>> >>> >>> yohgaki Wed Mar 6 01:29:43 2002 EDT Modified files: /php4/ext/sessionmod_

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/session mod_mm.c

2002-03-06 Thread Yasuo Ohgaki
Derick Rethans wrote: > On Wed, 6 Mar 2002, Yasuo Ohgaki wrote: > > >>[EMAIL PROTECTED] wrote: >> >>>Hello, >>> >>>On Wed, 6 Mar 2002, Yasuo Ohgaki wrote: >>> >>> >>> yohgaki Wed Mar 6 01:29:43 2002 EDT Modified files: /php4/ext/sessionmod_

[PHP-DEV] xml dtd's via http - problem

2002-03-06 Thread Peter Haywood
I have noticed a rather painful problem with either Expat or Sablotron. I am building a XML news feed system page that transforms XML files form other sites. If I try to transform an XML document that contains a DTD reference via http, I get: "unsupported URI scheme 'http'" If I download the

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/session mod_mm.c

2002-03-06 Thread Derick Rethans
On Wed, 6 Mar 2002, Yasuo Ohgaki wrote: > [EMAIL PROTECTED] wrote: > > Hello, > > > > On Wed, 6 Mar 2002, Yasuo Ohgaki wrote: > > > > > >>yohgaki Wed Mar 6 01:29:43 2002 EDT > >> > >> Modified files: > >>/php4/ext/session mod_mm.c > >> Log: > >> Make ph