[PHP-DEV] Session problem on windows

2003-02-18 Thread FCANNATA
Hey group, I'm running PHP 4, Apache 2.0 and MySQL on Windows XP and everything works great (wishing it was UNIX). Anyway my problem is when I start a session it creates the file in the temp directory, but the session is completely empty. When I upload the file to my LINUX server the session work

[PHP-DEV] PHP extensions and C++

2003-02-18 Thread Dave Viner
Hi, I'm trying to write a simple PHP extension that will wrap a C++ class. I have a test C++ program which exercises the class and works properly. I am trying to make the PHP extension code work, but I keep running into this error in VC++: DataStore.lib(FileSystemDataStore.obj) : error L

[PHP-DEV] CVS Account Request: ncowham

2003-02-18 Thread Nyk Cowham
To commit/maintain some statistical modules that I have been working on. Modules provide functions for measures of central tendency, variance/sd, distributions and associated statistical tests etc. I have discussed these modules on the php-dev list on several occasions. -- PHP Development Mail

[PHP-DEV] MySQL Dump

2003-02-18 Thread Matteo Settenvini
Will new versions of php include a function to automatically dump a MySQL database into a file? It would be very useful to make regular and automatic backups of your dbs. I know you could just use "exec()" with the traditional mysqldump program. But this is useful just if you have the right per

Re: [PHP-DEV] Re: [PHP] Threading

2003-02-18 Thread Rasmus Lerdorf
On Tue, 18 Feb 2003, Greg Donald wrote: > On Tue, 18 Feb 2003, Bruce Miller wrote: > > >Will PHP allow multiple-thread execution? > > PHP4 does not have thread support. Well, except for pear/PECL/threads, of course. -Rasmus -- PHP Development Mailing List To unsubscribe

Re: [PHP-DEV] Re: md5(), sha1() returning binary values

2003-02-18 Thread Derick Rethans
On Tue, 18 Feb 2003, Derick Rethans wrote: > On Tue, 18 Feb 2003, Michael Bretterklieber wrote: > > > > you fix up the CS (no studlyCaps for example) I can commit it. > > > > you mean: noBin2Hex should be nobin2hex > > I totally redid the parameter parsing, and also fixed a buffer problem > for

[PHP-DEV] Re: [PHP] Threading

2003-02-18 Thread Greg Donald
On Tue, 18 Feb 2003, Bruce Miller wrote: >Will PHP allow multiple-thread execution? PHP4 does not have thread support. -- Greg Donald http://destiney.com -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Threading

2003-02-18 Thread Bruce Miller
Will PHP allow multiple-thread execution? -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: md5(), sha1() returning binary values

2003-02-18 Thread Derick Rethans
On Tue, 18 Feb 2003, Michael Bretterklieber wrote: > > you fix up the CS (no studlyCaps for example) I can commit it. > > you mean: noBin2Hex should be nobin2hex I totally redid the parameter parsing, and also fixed a buffer problem for you :) I'm testing now, committing soon. Derick --

[PHP-DEV] CVS Account Request: muslem

2003-02-18 Thread Aymn al-muslem
PHP Document Translation -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] md5(), sha1() returning binary values

2003-02-18 Thread Derick Rethans
On Tue, 18 Feb 2003, Michael Bretterklieber wrote: > Hi, > > I attached patches for md5.c and sha1.c. They add an optional second > param to md5() and sha1(), if this param is set to true then the binary > value is returned and no bin2hex() is performed. > In some cases this can be useful. > Is t

[PHP-DEV] md5(), sha1() returning binary values

2003-02-18 Thread Michael Bretterklieber
Hi, I attached patches for md5.c and sha1.c. They add an optional second param to md5() and sha1(), if this param is set to true then the binary value is returned and no bin2hex() is performed. In some cases this can be useful. Is there any chance to commit this? bye, -- -

[PHP-DEV] CVS Account Request: inn

2003-02-18 Thread Inash Zubair
contributing to development. gain help in extending new features and work with people who contribute to the php in making php a better language. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] sybase_ct batch query security issue

2003-02-18 Thread moshe doron
there is security case here e.g, allowing the cracker chain "DELETE FROM X" to "SELECT * FROM X WHERE ID=$id" where the $id is got via the url without checking (most of the cases). limiting the feature by optional parameter may needed. -- "Timm Friebe" <[EMAIL PROTECTED]> wrote in messa

Re: [PHP-DEV] 4.3.0 Extension

2003-02-18 Thread md
Derick: Yes, that would be an avenue of approach, but in this case, I only have a single libphp4.so file on the apache server. There are no "extra" shared libraries floating around. What I will do is give it another try in a couple of days to get the basic compiled ext_skel working again. Then

[PHP-DEV] CVS Account Request: daggilli

2003-02-18 Thread David Gillies
Contributing two modules which I hope to become part of PEAR (or maybe even core). One is a module (timezone) to parse tzfile(5) timezone files to find offsets from UTC for a given timezone at an arbitrary time in the past or future (Unix epoch). The other (securesocket) is a module that exposes

[PHP-DEV] CVS Account Request: nobbie

2003-02-18 Thread Corne' Cornelius
Hi, I've updated the PHP Informix Extension and would like to become it's maintainer if possible since no one is maintaining it at the moment. I've emailed Danny Heijl and Christian Cartus and only Danny replied saying: "As far as I know there is currently no maintainer for the ifx extensi

Re: [PHP-DEV] CVS Account Request: daggilli

2003-02-18 Thread Moriyoshi Koizumi
Please make your request for a cvs account at http://www.php.net/cvs-php.php. (Not here) Moriyoshi David Gillies <[EMAIL PROTECTED]> wrote: > > Ignore previous subject line, username request is > daggilli > > --- David Gillies <[EMAIL PROTECTED]> wrote: > > I'd like to request CVS access to th

[PHP-DEV] CVS Account Request: daggilli

2003-02-18 Thread David Gillies
Ignore previous subject line, username request is daggilli --- David Gillies <[EMAIL PROTECTED]> wrote: > I'd like to request CVS access to the PEAR/PECL > effort > so I can contribute a couple of modules I've > written. > > Requested username: daggilli > > David Gillies > > San Jose > Costa R

[PHP-DEV] CVS Account Request: tomysk

2003-02-18 Thread David Gillies
I'd like to request CVS access to the PEAR/PECL effort so I can contribute a couple of modules I've written. Requested username: daggilli David Gillies San Jose Costa Rica __ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day http:

Re: [PHP-DEV] new Date extenstion

2003-02-18 Thread Pierre-Alain Joye
On Tue, 18 Feb 2003 12:03:45 +0100 Hartmut Holzgraefe <[EMAIL PROTECTED]> wrote: > Pierre-Alain Joye wrote: > ext/calendar is about date only, not about time Yes, both are usefull. > but i can't see where it is not cross-platform ... It is. > and if you want to come up with something usefull

[PHP-DEV] Re: [PHP-DOC] Re: Apache 2.x / PHP 4.2.3 compatibility issue

2003-02-18 Thread Friedhelm Betz
> > On your apache2 compatibility page you state > > > > "Apache 2.0 SAPI-support started with PHP 4.2.0. PHP 4.2.3 its known to > > work in conjunction with Apache 2.0.39. Don't try to use this version of > > PHP with any other version of Apache. We do not recommend to use PHP > > 4.2.3 along with

Re: [PHP-DEV] new Date extenstion

2003-02-18 Thread Hartmut Holzgraefe
Pierre-Alain Joye 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 it does not cover what we need for a good, crossplatform dat

[PHP-DEV] CVS Account Request: kouber

2003-02-18 Thread Kouber Saparev
Translating the documentation into bulgarian language. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php