[PHP-DEV] Jumadi

2003-02-24 Thread if01024
dear all of member php-dev. i book working php with MySQL if any the members have book about it if you want to help me please send to me this is my Address: Jumadi Simangunsong Politeknik Informatika Del Desa Sitoluama, Kec Laguboti Tobasa Prop:Sumatatera Utara Indonesia 22381 best regards Ju

Re: [PHP-DEV] mssql.convertdatetime, mssql.longdatetime

2003-02-24 Thread Michael Bretterklieber
Hi, Just FYI: I wrote some months ago a patch wich let datetime-values return in the format -MM-DD HH24:MI:SS, because sometimes the conversion function wich converts datetime-values does weird things. The ini switch for activating this is named mssql.datetimeconvert, you must set this to

Re: [PHP-DEV] Performance degradation part 2 the module version

2003-02-24 Thread Rasmus Lerdorf
On Sun, 23 Feb 2003, Wez Furlong wrote: > This double seeking is most probably due to the fact that the stdio > layer does one set of seeking, whereas streams needs to do another. > > This can be solved by moving away from using stdio for streams, and just > using the "raw" descriptors instead. (

Re: [PHP-DEV] CREDITS/Authors

2003-02-24 Thread Corne' Cornelius
Thanks, will do =) Wasn't sure if i should MFH it becuase it could still be a while before IBM brings out a multi-digit major number for ESQL/C but you never know. Corne' !Exclude Disclaimer! Jani Taskinen wrote: Go ahead. (And don't forget to MFH that config.m4 fix..) Or the CREDITS fil

Re: [PHP-DEV] CREDITS/Authors

2003-02-24 Thread Jani Taskinen
Go ahead. (And don't forget to MFH that config.m4 fix..) Or the CREDITS file. :) --Jani On Tue, 25 Feb 2003, Corne' Cornelius wrote: >Who adds people to the CREDITS/Authors section of an extension ? >the maintainers of the module, or someone else assigned to do it ? >Any object

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

2003-02-24 Thread Sebastian Bergmann
Stig Bakken wrote: > +#ifdef ZEND_ENGINE_2 Why the #ifdef? Isn't HEAD supposed to be PHP 5 / ZE2 only? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Developme

[PHP-DEV] CREDITS/Authors

2003-02-24 Thread Corne' Cornelius
Who adds people to the CREDITS/Authors section of an extension ? the maintainers of the module, or someone else assigned to do it ? Any objection of adding me to the Informix Extension CREDITS/Authors ? -Corne' !Exclude Disclaimer! -- PHP Development Mailing List To unsubscr

Re: [PHP-DEV] Libtool for RH8

2003-02-24 Thread Joseph Tate
Derick, would you post the SRPM for libtool? Joseph Derick Rethans wrote: On 19 Feb 2003, michel 'ziobudda' morelli wrote: Hi, i have downloaded the new cvs version of php5, but: buildconf: libtool version 1.4.2 found. You need libtool version 1.4.3 or newer installed to bu

RE: [PHP-DEV] mssql.convertdatetime, mssql.longdatetime

2003-02-24 Thread Mike Robinson
Jochen Daum wrote: > Hi ! > > I need to fetch a datetime column from sql server with > milliseconds. Someone posted a patch a while ago: > Doesn't look like that patch made it, but a ton of work has been done on that file since. > How do I find out, if this patch has been incorporated > into V

[PHP-DEV] CVS Account Request: llucax

2003-02-24 Thread Leandro Lucarella
I've been aprobed to add a package (really just a class) to PEAR. The package (Date) manteiner told me to request a CVS account in PHP, so here am I :) -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] mssql.convertdatetime, mssql.longdatetime

2003-02-24 Thread Jochen Daum
Hi ! I need to fetch a datetime column from sql server with milliseconds. Someone posted a patch a while ago: http://groups.google.co.nz/groups?q=mssql+longdatetime+group:php.dev&hl=en&l r=&ie=UTF-8&oe=UTF-8&selm=CB1A8358550CD2119F9C00A0C9984350934F79%40exchange. phone-ivr.com&rnum=1 How do I fi

Re: [PHP-DEV] Re: RFC: dba/inifile native interface

2003-02-24 Thread Marcus Börger
At 12:02 24.02.2003, Sascha Schumann wrote: > I implemented the native interface - inifile_*() functions - in order to be > able to work with group and name instead of the single key format that > is necessary using the dba interface. Sounds to me like another issue which could have been easily

Re: [PHP-DEV] patch for binary-safe strip_tags()

2003-02-24 Thread Rasmus Lerdorf
Looks fine to me. On Tue, 25 Feb 2003, Moriyoshi Koizumi wrote: > Hi, > > Attached is the patch for binary-safe strip_tags(). > Although it doesn't appear to be harmful anyhow, I think it needs > review since it modifies rather sensitive part. > > Any objections? > > Moriyoshi > > -- PH

Re: [PHP-DEV] patch for binary-safe strip_tags()

2003-02-24 Thread Moriyoshi Koizumi
Oops, forgot to attach it... Moriyoshi On Tue, Feb 25, 2003 at 03:14:58AM +0900, Moriyoshi Koizumi wrote: > Hi, > > Attached is the patch for binary-safe strip_tags(). > Although it doesn't appear to be harmful anyhow, I think it needs > review since it modifies rather sensitive part. > > Any o

[PHP-DEV] patch for binary-safe strip_tags()

2003-02-24 Thread Moriyoshi Koizumi
Hi, Attached is the patch for binary-safe strip_tags(). Although it doesn't appear to be harmful anyhow, I think it needs review since it modifies rather sensitive part. Any objections? Moriyoshi -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/un

Re: [PHP-DEV] extra realpath() found

2003-02-24 Thread Wez Furlong
With my ze-stream patch to PHP 5 (in HEAD now), this can be avoided as all files opened on the behalf of the engine can be managed via a single function, provided that they set the zend file handle to open via a filename. --Wez. On Mon, 24 Feb 2003, Sander Roobol wrote: > On Sun, Feb 23, 2003 at

[PHP-DEV] Re: Xml into PHP5

2003-02-24 Thread Dirkjan Ochtman
Maybe PHP-XML-DEV is a better place to discuss this. <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi which is the story of XML into PHP5: DOM or Sablaton (XSL)? Insert > direct into php5 or like now via configure ? > > Tnx in advance for all. -- PHP Development Mailing List

RE: [PHP-DEV] CVS Account Request: krausbn

2003-02-24 Thread Lukas Smith
> -Original Message- > From: Björn Kraus [mailto:[EMAIL PROTECTED] > Sent: Monday, February 24, 2003 5:46 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] CVS Account Request: krausbn > > I'm contributing to the PEAR::LiveUser project. I already contacted the > developers and got their ok.

[PHP-DEV] CVS Account Request: krausbn

2003-02-24 Thread Björn Kraus
I'm contributing to the PEAR::LiveUser project. I already contacted the developers and got their ok. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: house

2003-02-24 Thread Amel Jakupovic
Translating the documentation (English -> Croatian) -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: nizar

2003-02-24 Thread N.T.
Translating to Arabic -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] extra realpath() found

2003-02-24 Thread Sander Roobol
On Sun, Feb 23, 2003 at 01:25:34PM -0800, Rasmus Lerdorf wrote: > Hey Sander, you fixed a problem back in July where you introduced a second > realpath() call into the main execute_script() function. > [...] > php_fopen_primary_script() calls expand_filepath() which does the realpath > before we g

[PHP-DEV] Xml into PHP5

2003-02-24 Thread michel
Hi which is the story of XML into PHP5: DOM or Sablaton (XSL)? Insert direct into php5 or like now via configure ? Tnx in advance for all. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] PHP Output

2003-02-24 Thread Vinod Panicker
Hi, Could someone pls tell me where exactly in the code is the response body(including the response headers that php wants to send) formed after a script is executed? >From what I understood, the execute() function in zend.c was doing that. Am I right? Or is there more to it? Tx, Vinod. --

[PHP-DEV] Re: RFC: dba/inifile native interface

2003-02-24 Thread Sascha Schumann
> I implemented the native interface - inifile_*() functions - in order to be > able to work with group and name instead of the single key format that > is necessary using the dba interface. Sounds to me like another issue which could have been easily solved by using a thin PHP layer.

[PHP-DEV] CVS Account Request: tony2001

2003-02-24 Thread Antony Dovgal
Translating PEAR docs to Russian (main purpose, PEAR Russian docs team obviously need help). Translating PHP docs to Russian (possibly, if Russian docs team needs some help). -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php