Re: FW: Re[2]: [PHP-DEV] Fw: php downloads

2001-12-27 Thread Markus Fischer
On Thu, Dec 27, 2001 at 11:10:23PM -, James Cox wrote : > Forwarding this mail as it's of interest to the dev team. I think its a good idea providing a gziped diff and it won't hurt anybody. So who has the honor now to do it ? :) -- Please always Cc to me when replying to me on the

FW: Re[2]: [PHP-DEV] Fw: php downloads

2001-12-27 Thread James Cox
Forwarding this mail as it's of interest to the dev team. -Original Message- From: Alexei Saveliev [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 27, 2001 11:06 PM To: James Cox Subject: Re[2]: [PHP-DEV] Fw: php downloads Hello James, Friday, December 28, 2001, 12:36:09 AM, you wr

[PHP-DEV] Bug #14729: after phpinfo() is called, web page is still running...

2001-12-27 Thread wfottley
From: [EMAIL PROTECTED] Operating system: Windows XP PHP version: 4.1.0 PHP Bug Type: IIS related Bug description: after phpinfo() is called, web page is still running... mysql, php 4.1.0, IIS 5.1 I have installed php as ISAPI. with the php .dll's in c:\windows\system32 dir

[PHP-DEV] Bug #14596 Updated: error occur when using include_path

2001-12-27 Thread haplo232
ID: 14596 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Old Bug Type: *Configuration Issues Bug Type: Session related Operating System: winNT PHP Version: 4.0.6 New Comment: how should i assign a value into the session ? i have try: // at page1.php session

RE: [PHP-DEV] Re: Suggestion: Adding fmt like linebreak algorithm

2001-12-27 Thread Dominik Roettsches
Hello Sean, > My concern (though maybe unwarrented, someone more familiar with these > matters might correct me) is that fmt is released under the GPL and I > recall us having problems with things like readline in the past. Is > this a non-issue? Otherwise I could read the paper and write a "cl

[PHP-DEV] Bug #14728 Updated: Static PHP w/SSL DSO startup crash

2001-12-27 Thread tomki
ID: 14728 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Unknown/Other Function Operating System: RH 6.1, Kernel 2.2.19 PHP Version: 4.1.1 New Comment: Still fails with the ldap and imap config options taken out: ./configure --with-mysql=/usr/local --wit

[PHP-DEV] Bug #14728: Static PHP w/SSL DSO startup crash

2001-12-27 Thread tomki
From: [EMAIL PROTECTED] Operating system: RH 6.1, Kernel 2.2.19 PHP version: 4.1.1 PHP Bug Type: Unknown/Other Function Bug description: Static PHP w/SSL DSO startup crash All configurations are fine.. Config line for PHP: ./configure --with-mysql=/usr/local --with-ldap --

[PHP-DEV] Proposed patch for /php4/win32/install.txt

2001-12-27 Thread James Cox
Since the url specified for browscap.ini is dead, and i can't find a cached version, i am proposing a patch to remove the link (And assoc. text) from the page. Attached as cvs diff. James -- James Cox :: [EMAIL PROTECTED] Please CC me when replying to my messages Index: install.txt =

[PHP-DEV] Bug #14727: implode() does not implode in order

2001-12-27 Thread erathlink5
From: [EMAIL PROTECTED] Operating system: win 98 PHP version: 4.0.6 PHP Bug Type: Arrays related Bug description: implode() does not implode in order in multiple array $cards, implode("-",$cards["num"]) differs from concatenated string $cards["num"][...order...] imploded

[PHP-DEV] Bug #14726 Updated: Array_sum destroys string values

2001-12-27 Thread mfischer
ID: 14726 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Unknown/Other Function Operating System: Linux PHP Version: 4.0.5 New Comment: This behaviour has been changed in 4.0.6 (the passed array is no longer modified). I've added a note to the docum

[PHP-DEV] Bug #14718 Updated: Compiling Error in PHP 4.1.1 in gd.c

2001-12-27 Thread tapken
ID: 14718 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: Linux PHP Version: 4.1.0 New Comment: Am i getting on your nerves? Sorry. tar xzf gd-1.8.4 cd php-4.1.1 ./configure [...] --with-gd=/path/to/gd/sources Wel

RE: [PHP-DEV] Re: Suggestion: Adding fmt like linebreak algorithm

2001-12-27 Thread Sean R. Bright
My concern (though maybe unwarrented, someone more familiar with these matters might correct me) is that fmt is released under the GPL and I recall us having problems with things like readline in the past. Is this a non-issue? Otherwise I could read the paper and write a "clean room" implementat

[PHP-DEV] DBA extension

2001-12-27 Thread David Robinson (AU)
Hello How do I rebuild the PHP_DBA.DLL extension to include the "dbm" handler as well? Only the "db3" handler is enabled in the standard Win32 distribution. I know its easy on unix: just add "--with-db" to configure. But how does it work on Windows? Thanks David Robinson -- PHP Development

[PHP-DEV] Bug #14726: Array_sum destroys string values

2001-12-27 Thread coyote
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.5 PHP Bug Type: Unknown/Other Function Bug description: Array_sum destroys string values I'm using PHP 4.04pl1 on a linux box. Whenever I use the array_sum function on an array containing both string and n

[PHP-DEV] Bug #14725 Updated: ldap_connect skips over SSL servers specifed in the form ldaps://hostname/

2001-12-27 Thread emetsger
ID: 14725 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: LDAP related Operating System: SunOS 5.7 SPARC 106541-17 PHP Version: 4.0.6 New Comment: Thanks for the quick response! I understand that ldap_connect won't take an array - my function iterates

[PHP-DEV] Bug #14718 Updated: Compiling Error in PHP 4.1.1 in gd.c

2001-12-27 Thread tapken
ID: 14718 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: Linux Old PHP Version: 4.1.1 PHP Version: 4.1.0 New Comment: ...or not. Now when restarting apache: Setting up Web Service: Syntax error on line 58 of /etc/httpd

[PHP-DEV] Bug #14725 Updated: ldap_connect skips over SSL servers specifed in the form ldaps://hostname/

2001-12-27 Thread venaas
ID: 14725 Updated by: venaas Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: LDAP related Operating System: SunOS 5.7 SPARC 106541-17 PHP Version: 4.0.6 New Comment: There are several ways to use ldap_connect(). With all LDAP APIs (I think), you should be able to specify

[PHP-DEV] Bug #14718 Updated: Compiling Error in PHP 4.1.1 in gd.c

2001-12-27 Thread tapken
ID: 14718 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: Linux Old PHP Version: 4.1.1 and other PHP Version: 4.1.1 New Comment: Seems to be a bug with configure Line 1203 say: 1202: #ifdef HAVE_GD_GIF_READ 1203:

RE: [PHP-DEV] Fw: php downloads

2001-12-27 Thread James Cox
Hi, if you wanted to get version diffs, i would suggest using the anonymous php CVS access. That way you can update as need be, via version diffs. Take a look at http://www.php.net/anoncvs.php . I hope that helps, James Cox [EMAIL PROTECTED] > -Original Message- > From: Gabor Hojtsy [

[PHP-DEV] Bug #14718 Updated: Compiling Error in PHP 4.1.1 in gd.c

2001-12-27 Thread tapken
ID: 14718 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: Linux Old PHP Version: 4.1.0 PHP Version: 4.1.1 and other New Comment: Well, the problem occurs in 4.0.6, 4.1.0 and 4.1.1... I'm using GD-1.8.4. I made a locate fo

[PHP-DEV] Bug #14725: ldap_connect skips over SSL servers specifed in the form ldaps://hostname/

2001-12-27 Thread emetsger
From: [EMAIL PROTECTED] Operating system: SunOS 5.7 SPARC 106541-17 PHP version: 4.0.6 PHP Bug Type: LDAP related Bug description: ldap_connect skips over SSL servers specifed in the form ldaps://hostname/ Platform: SunOS 5.7, PHP 4.0.6 (--with-ssl), OpenLDAP 2.0.14 (--with

[PHP-DEV] Fw: php downloads

2001-12-27 Thread Gabor Hojtsy
Hi! Forwarding this request to php-dev, where people make the packages :) Goba [one [EMAIL PROTECTED]] - Original Message - From: "Alexei Saveliev" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 27, 2001 10:13 PM Subject: php downloads > Hello Webmaster, > > I

[PHP-DEV] Bug #14718 Updated: Compiling Error in PHP 4.1.1 in gd.c

2001-12-27 Thread tapken
ID: 14718 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: Linux PHP Version: 4.1.0 New Comment: Whoops, seems that this is an error by me... 4.0.6 doesn't compile too... Previous Comments: ---

[PHP-DEV] Bug #14724 Updated: imagecreatetruecolor() and imagecopyresampled()

2001-12-27 Thread mfischer
ID: 14724 Updated by: mfischer Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: GD related Operating System: Windows 2000 PHP Version: 4.1.0 New Comment: Bla. "... was decided to NOT support gd2.0 ..." Previous Comments: --

[PHP-DEV] Bug #14724 Updated: imagecreatetruecolor() and imagecopyresampled()

2001-12-27 Thread mfischer
ID: 14724 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Bug Type: GD related Operating System: Windows 2000 PHP Version: 4.1.0 New Comment: Unfortunately it was decided to support gd2.0 with the 4.1.0 binaries. I hope the one in charge changes this with th

[PHP-DEV] Bug #14724: imagecreatetruecolor() and imagecopyresampled()

2001-12-27 Thread waldo
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.1.0 PHP Bug Type: GD related Bug description: imagecreatetruecolor() and imagecopyresampled() I get the following error with PHP 4.10 and some GD functions: Fatal error: imagecreatetruecolor(): requires G

[PHP-DEV] Bug #11490 Updated: mssql_connect() broken, mssql_pconnect() fixes it

2001-12-27 Thread mlathoud
ID: 11490 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Sybase-ct (ctlib) related Operating System: Debian GNU/Linux i686 PHP Version: 4.0.5 New Comment: Fixed in latest php code. Previous Comments: ---

[PHP-DEV] Bug #14723 Updated: ereg doesn't match correct

2001-12-27 Thread sow . olivier
ID: 14723 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *Regular Expressions Operating System: WIN2K PHP Version: 4.0.5 New Comment: sorry, i finally found my error i look result on HTML page and there are more than one space between each word, in HTM

[PHP-DEV] Bug #14723 Updated: ereg doesn't match correct

2001-12-27 Thread mfischer
ID: 14723 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *Regular Expressions Operating System: WIN2K PHP Version: 4.0.5 Previous Comments: [2001-12-27 10:26:49] [EMAIL PROTECT

[PHP-DEV] Bug #14723 Updated: ereg doesn't match correct

2001-12-27 Thread mfischer
ID: 14723 Updated by: mfischer Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Regular Expressions Operating System: WIN2K PHP Version: 4.0.5 New Comment: Please ask support questions at [EMAIL PROTECTED] . Hint: You may want to use preg_match or even skip the regex part and use explode

[PHP-DEV] Bug #14719 Updated: ftp_nlist/ftp_rawlist

2001-12-27 Thread rudi
ID: 14719 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Output Control Operating System: Win2k PHP Version: 4.1.0 New Comment: I think it is a bug, not a problem Previous Comments: ---

[PHP-DEV] Bug #14717 Updated: crash while trying to call DOM XML from SAX handlers

2001-12-27 Thread flying
ID: 14717 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: XML related Operating System: Windows 2000, Windows NT PHP Version: 4.0.6 New Comment: Test case, listed above, works well into PHP v4.1.0. This bug can be closed. Previ

[PHP-DEV] Bug #14723: ereg doesn't match correct

2001-12-27 Thread sow . olivier
From: [EMAIL PROTECTED] Operating system: WIN2K PHP version: 4.0.5 PHP Bug Type: *Regular Expressions Bug description: ereg doesn't match correct I try to build an expression to get the File Name from a string given by ftp_rawlist() $pFile="-rwxrwxrwx 1 owner group 35087

[PHP-DEV] Bug #14706 Updated: Apache won't load php4apache.dll

2001-12-27 Thread daniel . steylemans
ID: 14706 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Apache related Operating System: Windows 98 SE PHP Version: 4.1.0 New Comment: php4ts.dll was already in windows\system (and in windows\system32), like all the other dlls. This doesn't work. Prev

Re: [PHP-DEV] Build problems on win32 (cont)

2001-12-27 Thread Markus Fischer
On Thu, Dec 27, 2001 at 03:53:42PM +0200, Andrey Hristov wrote : > Configuration: pgsql - Win32 Debug_TS > Compiling... > pgsql.c > d:\php-4.1.1\ext\pgsql\php_pgsql.h(32) : fatal error C1083: Cannot open include >file: 'libpq-fe.h': No such file or directo

[PHP-DEV] Build problems on win32 (cont)

2001-12-27 Thread Andrey Hristov
Yeaah, it works. I compiled php4ts.dll in debug mode, also precompiled the apache.exe and I don't know why but it wanted win9xconhook.dll(i made it). When I tried to start the Apache.exe in the services window, g...and some interesting message like: "Windows cannot start this service because

[PHP-DEV] Bug #14721 Updated: is_link wrong behaviour

2001-12-27 Thread sander
ID: 14721 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Filesystem function related Operating System: RedHat Linux 7.2 PHP Version: 4.1.1 New Comment: Dupe of 14624 Previous Comments: ---

[PHP-DEV] Bug #14720 Updated: wrong links on menu

2001-12-27 Thread mfischer
ID: 14720 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *Search functions Operating System: Win98 PHP Version: 4.1.1 New Comment: php3.de != php.net , Bogus. Previous Comments:

[PHP-DEV] Bug #14719 Updated: ftp_nlist/ftp_rawlist

2001-12-27 Thread mfischer
ID: 14719 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Output Control Operating System: Win2k PHP Version: 4.1.0 New Comment: Please ask support questions at [EMAIL PROTECTED] Previous Comments: -

[PHP-DEV] Bug #14721: is_link wrong behaviour

2001-12-27 Thread s . tabacchiera
From: [EMAIL PROTECTED] Operating system: RedHat Linux 7.2 PHP version: 4.1.1 PHP Bug Type: Filesystem function related Bug description: is_link wrong behaviour is_link() fail with error if the link is not found. Same bug reported in cvs version 20 Dec 2001 (bug id #14624)

[PHP-DEV] Bug #14720: wrong links on menu

2001-12-27 Thread ws
From: [EMAIL PROTECTED] Operating system: Win98 PHP version: 4.1.1 PHP Bug Type: *Search functions Bug description: wrong links on menu example: http://php3.de/manual-lookup.php?pattern=preg_replace will give you a menu at left with last menu entry Pattern Syntax htt

[PHP-DEV] Bug #14719: ftp_nlist/ftp_rawlist

2001-12-27 Thread rudi
From: [EMAIL PROTECTED] Operating system: Win2k PHP version: 4.1.0 PHP Bug Type: Output Control Bug description: ftp_nlist/ftp_rawlist mhhh well i am trying to code something like a ftp-crawler, that reads evry dirs and subdirs from an ftp and writes the files into a my

[PHP-DEV] Bug #14718: Compiling Error in PHP 4.1.1 in gd.c

2001-12-27 Thread tapken
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.0 PHP Bug Type: Compile Failure Bug description: Compiling Error in PHP 4.1.1 in gd.c This report is about PHP 4.1.1, NOT 4.1.0... The report.php doesn't allow to select 4.1.1 :-). ./configure '--prefix=/usr

[PHP-DEV] Bug #14702 Updated: segfault in OCIFetchStatement with 1 or 2 chars CLOB

2001-12-27 Thread ora
ID: 14702 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: OCI8 related Operating System: Linux 2.4 PHP Version: 4.1.0 New Comment: (gdb) bt #0 0x4056bc67 in ttci2u () from /opt/oracle/Oracle8iR3/lib/libclntsh.so.8.0 #1 0x40335490 i

RE: [PHP-DEV] Re: Suggestion: Adding fmt like linebreak algorithm

2001-12-27 Thread Dominik Roettsches
Hello, Sean: >> > I need to find a plaintext version of Knuth's paper, then maybe I >> > could help. I don't want to look at fmt's code. >> >> You should. It's pretty straightforward to bind. I mailed you 2 files which could be interesting for you. Dave: > I'd be happy to have a go at cr

Re: [PHP-DEV] Problems compiling php on win32

2001-12-27 Thread Markus Fischer
On Thu, Dec 27, 2001 at 01:51:35PM +0200, Andrey Hristov wrote : > Hi, > > after some day of strugle I succeeded to compile php.exe but > when I start the php.exe I get some GPFault : "The instruction > at "0x77f8aa57" referenced memory at "0x0014". The memory > could not be "read"." I had w

[PHP-DEV] Bug #14717 Updated: crash while trying to call DOM XML from SAX handlers

2001-12-27 Thread sander
ID: 14717 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: XML related Operating System: Windows 2000, Windows NT PHP Version: 4.0.6 New Comment: Please upgrade to the latest version (4.1.0 should do, 4.1.1 is even better). Does the problem still exis

[PHP-DEV] Bug #14717: crash while trying to call DOM XML from SAX handlers

2001-12-27 Thread flying
From: [EMAIL PROTECTED] Operating system: Windows 2000, Windows NT PHP version: 4.0.6 PHP Bug Type: XML related Bug description: crash while trying to call DOM XML from SAX handlers Envionment: - Windows 2000 server or Windows NT 4.0 SP6 - Apache 1.3.20 or 1.3.22 - PHP

[PHP-DEV] Problems compiling php on win32

2001-12-27 Thread Andrey Hristov
Hi, after some day of strugle I succeeded to compile php.exe but when I start the php.exe I get some GPFault : "The instruction at "0x77f8aa57" referenced memory at "0x0014". The memory could not be "read"." I had warnings compiling php4ts.dll, php4ts.lib and php4apache.dll Apache cannot st

[PHP-DEV] Re: [PHP-DOC] Re: [PHP-DEV] Fw: Typos?

2001-12-27 Thread Gabor Hojtsy
> > At phpdoc, we have an automation, putting () after every function > > tag we use, so eg echo will print out echo() > > and not echo. This is one handy customization of the style sheets > > we use. We'll on the machine, where that zend stuff was developed, > > this customization was not there.

[PHP-DEV] Re: [PHP-DOC] Re: [PHP-DEV] Fw: Typos?

2001-12-27 Thread Markus Fischer
On Thu, Dec 27, 2001 at 12:36:43PM +0100, Gabor Hojtsy wrote : > > > Anyway, this is a doc problem. Forwarded to PHP-DOC. > > > > Are you sure? Are the official ZendAPI docs suddenly in the > > /phpdoc cvs tree? Couldn't find them there ... IMHO they're > > still at zend.com and besi

[PHP-DEV] Bug #14716: PHP 4.1.1 DSO: apache startup fail

2001-12-27 Thread tomki
From: [EMAIL PROTECTED] Operating system: Linux, RH 6.1 base, Kernel2.2.19 PHP version: 4.1.0 PHP Bug Type: Dynamic loading Bug description: PHP 4.1.1 DSO: apache startup fail /usr/local/apacheS/bin/apachectl start gives me: Syntax error on line 968 of /usr/local/apacheS/co

[PHP-DEV] CVS Account Request: kvmurom

2001-12-27 Thread Komarov Valery
Developing the PHP runtime Maintaining an official, bundled PHP extension Translating the documentation -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail:

[PHP-DEV] Re: [PHP-DOC] Re: [PHP-DEV] Fw: Typos?

2001-12-27 Thread Gabor Hojtsy
> > Anyway, this is a doc problem. Forwarded to PHP-DOC. > > Are you sure? Are the official ZendAPI docs suddenly in the > /phpdoc cvs tree? Couldn't find them there ... IMHO they're > still at zend.com and beside me no one hasn't updated them > for a while. At phpdoc, we have an

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /main rfc1867.c

2001-12-27 Thread Zak Greant
On December 25, 2001 04:34 pm, Yasuo Ohgaki wrote: > Sterling Hughes wrote: > >>>Sterling: Thursday, December 13, 2001 7:19 PM > >>> > >>>Please provide a more descriptive note about what you changed > >>> and what was wrong. Also, it would be great if you could add > >>> some test cases, whi

Re: [PHP-DEV] Fw: Typos?

2001-12-27 Thread Markus Fischer
On Thu, Dec 27, 2001 at 12:05:56PM -0800, Sander Roobol wrote : > Anyway, this is a doc problem. Forwarded to PHP-DOC. Are you sure? Are the official ZendAPI docs suddenly in the /phpdoc cvs tree? Couldn't find them there ... IMHO they're still at zend.com and beside me no one hasn't

Re: [PHP-DEV] Typos?

2001-12-27 Thread Markus Fischer
Hmm .. doesn't seem to be easily solveable right now. The docboox xml sources are used at two different sites (zend.com and php.net). php.net automatically adds the '()' characters when declaring functions, zend.com doesn't ... On Thu, Dec 27, 2001 at 12:59:57PM +0200, Andrey Hris

[PHP-DEV] Fw: Typos?

2001-12-27 Thread Sander Roobol
> I think that on this page : http://www.php.net/manual/en/zend.copy-constructor.php > and some around it(about module writing) there are some typos. > > Zend ships with such a function, called zend_copy_ctor()() (the previous PHP equivalent was pval_copy_constructor()()). > > > I think that it

[PHP-DEV] Typos?

2001-12-27 Thread Andrey Hristov
I think that on this page : http://www.php.net/manual/en/zend.copy-constructor.php and some around it(about module writing) there are some typos. Zend ships with such a function, called zend_copy_ctor()() (the previous PHP equivalent was pval_copy_constructor()()). I think that it have to be

[PHP-DEV] Bug #14698 Updated: pg_fetch_array() does not require row param

2001-12-27 Thread sander
ID: 14698 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Analyzed Status: Assigned Bug Type: Documentation problem Operating System: Linux PHP Version: 4.1.0 Assigned To: yohgaki New Comment: Status -> assigned Previous Comments: ---

[PHP-DEV] Bug #12323 Updated: // comment tag does not work

2001-12-27 Thread lobbin
ID: 12323 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Output Control Operating System: Mac OS X PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments: [

[PHP-DEV] Bug #14702 Updated: segfault in OCIFetchStatement with 1 or 2 chars CLOB

2001-12-27 Thread sander
ID: 14702 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: OCI8 related Operating System: Linux 2.4 PHP Version: 4.1.0 New Comment: Can you provide a backtrace? (http://bugs.php.net/bugs-generating-backtrace.php) Previous Comments: ---

[PHP-DEV] Bug #14715 Updated: suggestion:mapping session file into dirs

2001-12-27 Thread sander
ID: 14715 Updated by: sander Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Session related Bug Type: Feature/Change Request Operating System: FREEBSD PHP Version: 4.0.6 New Comment: Not a bug, making it a feature request. Previous Comments: ---

[PHP-DEV] Bug #14706 Updated: Apache won't load php4apache.dll

2001-12-27 Thread sander
ID: 14706 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Apache related Operating System: Windows 98 SE PHP Version: 4.1.0 New Comment: Ask support questions at [EMAIL PROTECTED] Hint: you should copy php4ts.dll to windows/system (system32 on NT-base

[PHP-DEV] Bug #14711 Updated: format currency

2001-12-27 Thread sander
ID: 14711 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Unknown/Other Function Operating System: PHP Version: 4.0.6 New Comment: Ask support questions at [EMAIL PROTECTED] Hint: there's no currency type. Use float or int. Previous Comments: --

Re: [PHP-DEV] Re: Suggestion: Adding fmt like linebreak algorithm

2001-12-27 Thread Markus Fischer
On Thu, Dec 27, 2001 at 10:08:04AM -, Dave Brotherstone wrote : > Forgive me, but what does BC stand for? Backwards compatibility. > I'd be happy to have a go at creating the new function though... No one will be going to stop you ;-) -- Please always Cc to me when replying to me

RE: [PHP-DEV] Re: Suggestion: Adding fmt like linebreak algorithm

2001-12-27 Thread Dave Brotherstone
Forgive me, but what does BC stand for? I'd be happy to have a go at creating the new function though... Dave > -Original Message- > From: Markus Fischer [mailto:[EMAIL PROTECTED]] > Sent: 27 December 2001 05:15 > To: Sean R. Bright > Cc: 'Dominik Roettsches'; [EMAIL PROTECTED] > Subjec

Re: [PHP-DEV] Bug #14715: suggestion:mapping session file into dirs

2001-12-27 Thread Markus Fischer
Bad idea. It will slow down things heavily. On Thu, Dec 27, 2001 at 09:33:32AM -, [EMAIL PROTECTED] wrote : > From: [EMAIL PROTECTED] > Operating system: FREEBSD > PHP version: 4.0.6 > PHP Bug Type: Session related > Bug description: suggestion:mapping session file

[PHP-DEV] Bug #14713 Updated: php_oracle.dll

2001-12-27 Thread mfischer
ID: 14713 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Dynamic loading Operating System: win2000 PHP Version: 4.1.0 New Comment: Ask support questions at [EMAIL PROTECTED] Previous Comments: -

[PHP-DEV] Bug #14715: suggestion:mapping session file into dirs

2001-12-27 Thread chedong
From: [EMAIL PROTECTED] Operating system: FREEBSD PHP version: 4.0.6 PHP Bug Type: Session related Bug description: suggestion:mapping session file into dirs if a site use php session heavily, the mean problem is too many session file in /tmp. sometime user even can't use 'r

[PHP-DEV] Re[3]: MCrypt (fwd)

2001-12-27 Thread Derick Rethans
Hello, I'm on holiday..., have fun with this :) Derick -- Forwarded message -- Date: Thu, 27 Dec 2001 01:34:08 +0200 From: Andrew Sitnikov <[EMAIL PROTECTED]> To: Derick Rethans <[EMAIL PROTECTED]> Subject: Re[3]: MCrypt Hello Derick, What you think about problem with compile