[PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Zak Greant
Hello All, Monty has a series of proposed changes and updates to the MySQL extension (along with a few ideas of mine that we have discussed) that I would like to present to the dev list for feedback and review. Synopsis of Proposed Changes Update the PHP built-in

[PHP-DEV] Bug #14807 Updated: core dump

2002-01-03 Thread thies
ID: 14807 Updated by: thies Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Bug Type: Reproducible crash Operating System: PHP Version: 4.1.0 New Comment: your testcase can be reduced to: ?php $data =

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Sebastian Bergmann
Zak Greant wrote: Update the PHP built-in MySQL library to support MySQL 4.0.1 +1 Create an OO-based wrapper for the MySQL extension. Sounds cool :-) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift:

RE: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread James Cox
This looks really great. just let us know if you need any help! James -Original Message- From: Zak Greant [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 8:19 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [PHP-DEV] Proposed updates and extensions to the

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Markus Fischer
On Thu, Jan 03, 2002 at 01:19:03AM -0700, Zak Greant wrote : The major benefits of the wrapper would be: - Small and simple API. The number of functions would drop from 41 to around 12. But you know you just can't remove the existing functions. -- Please always Cc to me when

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Zak Greant
On 2002-3-01 02:01, Markus Fischer wrote: On Thu, Jan 03, 2002 at 01:19:03AM -0700, Zak Greant wrote : The major benefits of the wrapper would be: - Small and simple API. The number of functions would drop from 41 to around 12. But you know you just can't remove the existing

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Markus Fischer
On Thu, Jan 03, 2002 at 02:01:16AM -0700, Zak Greant wrote : On 2002-3-01 02:01, Markus Fischer wrote: On Thu, Jan 03, 2002 at 01:19:03AM -0700, Zak Greant wrote : The major benefits of the wrapper would be: - Small and simple API. The number of functions would drop from 41 to

[PHP-DEV] Bug #14820: Feature Request: ImageColorLeastUsed

2002-01-03 Thread ceo
From: [EMAIL PROTECTED] Operating system: Any PHP version: 4.1.1 PHP Bug Type: GD related Bug description: Feature Request: ImageColorLeastUsed ImageColorResolve et al are really cool, but SOMETIMES you *need* the color you want, and they just won't cut it. So you want

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Alexander Merz
Create an OO-based wrapper for the MySQL extension. The wrapper would provide the user with access to all of a database's information without Yeah, lets re-invent PEAR:DB :) Such things are already on the ToDo list for PEAR::DB. -- PHP Development Mailing List http://www.php.net/ To

[PHP-DEV] Bug #14821: zip-file damaged

2002-01-03 Thread vester
From: [EMAIL PROTECTED] Operating system: XP PHP version: 4.1.0 PHP Bug Type: *General Issues Bug description: zip-file damaged Hey support, php-4.1.0-Win32.zip is damaged from the download page. Or maybee it's just min connection. Thanx in advanze Karsten

Re: [PHP-DEV] Re: PHP 5

2002-01-03 Thread Lenar Lõhmus
Joe Webster wrote: Example: We have 200+ radio station websites in a network. The way we store data in the database is by call letters (since some websites have more than one domain). So call letters (whor-fm :) ) are the key to just about everything we do. So, in the vhost file

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Zak Greant
On 2002-3-01 02:43, Alexander Merz wrote: Create an OO-based wrapper for the MySQL extension. The wrapper would provide the user with access to all of a database's information without Yeah, lets re-invent PEAR:DB :) Such things are already on the ToDo list for PEAR::DB. What makes

[PHP-DEV] Bug #14822: Premature end of script headers: C:/php/php.exe

2002-01-03 Thread b . parcalab
From: [EMAIL PROTECTED] Operating system: windows xp professional PHP version: 4.1.0 PHP Bug Type: Apache2 related Bug description: Premature end of script headers: C:/php/php.exe Error description: Many php scripts that works good with apache2 and php 4.0.6 doesn't

RE: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Lukas Smith
Well PHP and MySQL are a very popular combo .. but I do not see a point in separating the API's even further ... DB API's are a major concern for myself right now too It would be really nice to work more in the direction of unifying all of the API's on a C level Other than that there is nothing

[PHP-DEV] Bug #14823: my webserver performance going down

2002-01-03 Thread lokesh
From: [EMAIL PROTECTED] Operating system: NT4.0 SP5 PHP version: 4.1.1 PHP Bug Type: IIS related Bug description: my webserver performance going down i use php script in my website, when ever i give request to my site that makes my server down ..what could be the reason..

[PHP-DEV] PHP 4.1.1 for win

2002-01-03 Thread Gabor Hojtsy
Hi! As the new year is over now, can someone be so kind to compile and release a PHP 4.1.1 for windows? Please also make the windows file names reflect the standards. Thanks, Goba -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Lukas Smith
Well yes all (ok molst) of the DB abstraction layers (including Metabase) have an OO style interface and do what should be PHP internal in a perfect world I am hoping that DBX will maybe become the basis for a C based abstraction layer. Here again I would suggest the step by step transition:

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Zak Greant
On 2002-3-01 03:39, Lukas Smith wrote: Well PHP and MySQL are a very popular combo .. but I do not see a point in separating the API's even further ... DB API's are a major concern for myself right now too It would be really nice to work more in the direction of unifying all of the API's on

[PHP-DEV] Bug #14823 Updated: my webserver performance going down

2002-01-03 Thread mfischer
ID: 14823 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: IIS related Operating System: NT4.0 SP5 PHP Version: 4.1.1 New Comment: Please ask support questions at [EMAIL PROTECTED] Previous Comments:

Re: [PHP-DEV] PHP 4.1.1 for win

2002-01-03 Thread Markus Fischer
On Thu, Jan 03, 2002 at 12:10:26PM +0100, Gabor Hojtsy wrote : Hi! As the new year is over now, can someone be so kind to compile and release a PHP 4.1.1 for windows? Please also make the windows file names reflect the standards. A plea to whoever builds it, please also include gd2

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Phil Driscoll
Sounds good to me except for the OO wrappers. Do we already have OO wrappers to anything else not in user land? - if so then I'm probably too late to make the point, but to me such a thing feels 'all wrong' and 'not php'. I'm particularly concerned that we don't create functionality which is

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Markus Fischer
On Thu, Jan 03, 2002 at 02:06:23PM +, Phil Driscoll wrote : Sounds good to me except for the OO wrappers. Do we already have OO wrappers to anything else not in user land? - if so then I'm probably too late to make the point, but to me such a thing feels 'all wrong' and 'not php'.

Re: [PHP-DEV] Re: PHP 5

2002-01-03 Thread Joe Webster
Works perfectly -- god love Apache ;) -Joe Joe Webster [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... That rocks, pending it works, my problems are solved. It would still be an awesome feature for PHP, but nice to know apache will work otherwise. IIS SUCKS!

Re: [PHP-DEV] Bug #14802: --with-oci8 doesnt grok 64-bit Oracle 9i

2002-01-03 Thread Thies C. Arntzen
plz replace all OCI8_DIR/lib against OCI8_DIR/lib32 in configure and try again. don't forget to report back! tc On Wed, Jan 02, 2002 at 03:46:58PM -, [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] Operating system: Solaris 8 PHP version: 4.1.1 PHP Bug Type:

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Joao Prado Maia
On Thu, 3 Jan 2002, Zak Greant wrote: On 2002-3-01 03:39, Lukas Smith wrote: Well PHP and MySQL are a very popular combo .. but I do not see a point in separating the API's even further ... DB API's are a major concern for myself right now too It would be really nice to work more in

Re: [PHP-DEV] PHP 4.1.1 for win

2002-01-03 Thread Joao Prado Maia
On Thu, 3 Jan 2002, Markus Fischer wrote: On Thu, Jan 03, 2002 at 12:10:26PM +0100, Gabor Hojtsy wrote : Hi! As the new year is over now, can someone be so kind to compile and release a PHP 4.1.1 for windows? Please also make the windows file names reflect the standards. A

Re: [PHP-DEV] PHP 4.1.1 for win

2002-01-03 Thread derick
On Thu, 3 Jan 2002, Joao Prado Maia wrote: A plea to whoever builds it, please also include gd2 support. It's at the site, including gd2. Derick -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Phil Driscoll
On Thursday 03 January 2002 2:18 pm, Markus Fischer wrote: On Thu, Jan 03, 2002 at 02:06:23PM +, Phil Driscoll wrote : Sounds good to me except for the OO wrappers. Do we already have OO wrappers to anything else not in user land? - if so then I'm probably too late to make the point,

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Markus Fischer
On Thu, Jan 03, 2002 at 02:39:02PM +, Phil Driscoll wrote : On Thursday 03 January 2002 2:18 pm, Markus Fischer wrote: On Thu, Jan 03, 2002 at 02:06:23PM +, Phil Driscoll wrote : Sounds good to me except for the OO wrappers. Do we already have OO wrappers to anything else not

RE: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Lukas Smith
From: Joao Prado Maia [mailto:[EMAIL PROTECTED]] My personal opinion is that the OOP layer idea is pretty bad. Instead of having 7 or 8 set of functions to learn, now the newbie will have 8 set of functions / APIs. The idea might sound very sexy and everything, but the real problem is that

[PHP-DEV] Bug #14826: 4.1.0 on powerpc doesn't save session variables

2002-01-03 Thread teixi
From: [EMAIL PROTECTED] Operating system: Debian Linux 2.2.19 ppc PHP version: 4.1.0 PHP Bug Type: Session related Bug description: 4.1.0 on powerpc doesn't save session variables 4.1.0 on powerpc doesn't save session variables apache 1.3.22 scripts like this sample

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Markus Fischer
On Thu, Jan 03, 2002 at 03:49:48PM +0100, Lukas Smith wrote : From: Joao Prado Maia [mailto:[EMAIL PROTECTED]] My personal opinion is that the OOP layer idea is pretty bad. Instead of having 7 or 8 set of functions to learn, now the newbie will have 8 set of functions / APIs. The

[PHP-DEV] Bug #14827: POST [file upload] timeout in browsers

2002-01-03 Thread michael
From: [EMAIL PROTECTED] Operating system: windows 2000 PHP version: 4.1.0 PHP Bug Type: HTTP related Bug description: POST [file upload] timeout in browsers i am attempting to have users upload files from their computer to my web server. i seem to be experiencing a timeout

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Craig Morrison
Markus Fischer wrote: Yes I also see a danger there. Procedural is still the method choosen by most newbies and also used a lot of established (php) professionals. So what ever we do, we should always provide atleast the same level of functionality without the OO interface

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Joao Prado Maia
On Thu, 3 Jan 2002, Markus Fischer wrote: On Thu, Jan 03, 2002 at 03:49:48PM +0100, Lukas Smith wrote : From: Joao Prado Maia [mailto:[EMAIL PROTECTED]] My personal opinion is that the OOP layer idea is pretty bad. Instead of having 7 or 8 set of functions to learn, now the newbie

RE: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Lukas Smith
From: Markus Fischer [mailto:[EMAIL PROTECTED]] What tells you that? I see more OO code then procedureal when I browser through misc. sources. And this code is written by newbies? I am not saying that procedural is the most used method by php experts .. but it is used by php experts

[PHP-DEV] Bug #14827 Updated: POST [file upload] timeout in browsers

2002-01-03 Thread georg
ID: 14827 Updated by: georg Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: HTTP related Operating System: windows 2000 PHP Version: 4.1.0 New Comment: Try to use set_time_limit() function to prevent timeouts. Previous Comments:

[PHP-DEV] Bug #14829: Session ID is not added if output is compressed with ob_gzhandler

2002-01-03 Thread hkdw
From: [EMAIL PROTECTED] Operating system: Windows ME PHP version: 4.1.0 PHP Bug Type: Output Control Bug description: Session ID is not added if output is compressed with ob_gzhandler This is the prepend for all of my files: // Start session $s_permission = false;

[PHP-DEV] Bug #14830: Can't startup PHP compiled with iconv support

2002-01-03 Thread olo
From: [EMAIL PROTECTED] Operating system: OpenBSD 2.9 PHP version: 4.1.1 PHP Bug Type: ICONV related Bug description: Can't startup PHP compiled with iconv support apache supplied with the OS, libiconv inslatted from a package (libiconv-1.7.tgz). php configured with

[PHP-DEV] Bug #14832: basename with 2nd parm corrupts source string

2002-01-03 Thread pascal
From: [EMAIL PROTECTED] Operating system: Linux 2.4.8-26mdk i686 PHP version: 4.1.0 PHP Bug Type: Directory function related Bug description: basename with 2nd parm corrupts source string ?php $fn=/dir1/dir2/filename.txt; $basename=basename($fn, .txt); echo

RE: [PHP-DEV] PHP 4.1.1 for win

2002-01-03 Thread alain samoun
You can find the latest win binaries, I think a new one everyday! at: http://kromann.info/php4.php A+ Alain -Original Message- From: Markus Fischer [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 4:56 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] PHP 4.1.1 for win On

[PHP-DEV] CVS Account Request: pablo

2002-01-03 Thread Pablo Dall'Oglio
Translate php-gtk documentation into Brasilian Portuguese -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Bug #14832 Updated: basename with 2nd parm corrupts source string

2002-01-03 Thread hholzgra
ID: 14832 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Directory function related Operating System: Linux 2.4.8-26mdk i686 PHP Version: 4.1.0 New Comment: fixed in CVS Previous Comments:

[PHP-DEV] Bug #14832 Updated: basename with 2nd parm corrupts source string

2002-01-03 Thread hholzgra
ID: 14832 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Directory function related Operating System: Linux 2.4.8-26mdk i686 PHP Version: 4.1.0 New Comment: forgot to close Previous Comments:

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread php4
** Reply to note from Markus Fischer [EMAIL PROTECTED] Thu, 3 Jan 2002 15:18:16 +0100 On Thu, Jan 03, 2002 at 02:06:23PM +, Phil Driscoll wrote : Sounds good to me except for the OO wrappers. Do we already have OO wrappers to anything else not in user land? - if so then I'm

Re: [PHP-DEV] Always building command line PHP

2002-01-03 Thread Jon Parise
On Wed, Jan 02, 2002 at 04:39:24PM +, [EMAIL PROTECTED] wrote: One thing to consider, at least the php.ini location needs to be different between the module and command line compiles. I suspect most people will have quite a few other differences in ./configure options between them too.

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Markus Fischer
On Thu, Jan 03, 2002 at 10:31:51AM -0500, Joao Prado Maia wrote : I repeat once again, why not work with Stig and the rest of the PEAR-DEV guys on this new redesigned PEAR::DB (or whatever it ends up being called) so in the near future we can then think of doing a C port of it ? I

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Markus Fischer
On Thu, Jan 03, 2002 at 10:35:33AM -0500, Craig Morrison wrote : Let's not break that now. Nothing will be broken. Besides, I encounter classes most of the time when it comes to reuseable components. Why do you think are all things encapsulated in classes in PEAR? And outside

Re: [PHP-DEV] PHP 4.1.1 for win

2002-01-03 Thread Markus Fischer
I'm not interested in those :) I don't even use PHP on win32 with apache. I was talking about the official download for the 'masses'. Anyway, 4.1.1 includes gd2 so this thread is over. On Thu, Jan 03, 2002 at 12:02:46PM -0800, alain samoun wrote : You can find the latest win

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Markus Fischer
On Thu, Jan 03, 2002 at 01:44:38PM +, [EMAIL PROTECTED] wrote : ** Reply to note from Markus Fischer [EMAIL PROTECTED] Thu, 3 Jan 2002 15:18:16 +0100 On Thu, Jan 03, 2002 at 02:06:23PM +, Phil Driscoll wrote : Sounds good to me except for the OO wrappers. Do we

RE: [PHP-DEV] PHP 4.1.1 for win

2002-01-03 Thread alain samoun
Actually, the php_gd.dll is for GD2.0, but if your not interested... ;) A+ Alain -Original Message- From: Markus Fischer [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 1:00 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] PHP 4.1.1 for win I'm not

[PHP-DEV] Bug #14833: Crash with referense in bogus code

2002-01-03 Thread sitnikov
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.1 PHP Bug Type: Reproducible crash Bug description: Crash with referense in bogus code ? function foo($str) { //$str = str_replace(a, b, $str); // line * return $str; } echo $str =

Re: [PHP-DEV] Always building command line PHP

2002-01-03 Thread J Smith
Actually, I wouldn't mind having seperate php.ini files for the web server module and for the CLI executeable, either. Here's what happened to me recently -- I had upgraded my servers from 4.1.0 (one of the release candidates, I've been following PHP development rather closely) to 4.1.0

Re: [PHP-DEV] Always building command line PHP

2002-01-03 Thread Jon Parise
On Thu, Jan 03, 2002 at 04:26:38PM -0500, J Smith wrote: Just a little annoyance I guess. Nothing to get in knots over. But in the end, I would prefer separate php.ini files, maybe something like php-cli.ini for the default CLI file and and php.ini for the Apache/web server module

Re: [PHP-DEV] Always building command line PHP

2002-01-03 Thread Andi Gutmans
At 04:39 PM 1/3/2002 -0500, Jon Parise wrote: On Thu, Jan 03, 2002 at 04:26:38PM -0500, J Smith wrote: Just a little annoyance I guess. Nothing to get in knots over. But in the end, I would prefer separate php.ini files, maybe something like php-cli.ini for the default CLI file and and

Re: [PHP-DEV] PHP 4.1.1 for win

2002-01-03 Thread Andrew Pattison
There is a bug in the ImageCopyResampled function in GD 2.0.1 where it basically ignores the srcX and srcY parameters. Unless you have applied my little fix:- You need to change the lines in gd.c that read: p = gdImageGetTrueColorPixel ( src,(int) sx,(int) sy); to read: p =

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Joao Prado Maia
On Thu, 3 Jan 2002, Markus Fischer wrote: On Thu, Jan 03, 2002 at 10:31:51AM -0500, Joao Prado Maia wrote : I repeat once again, why not work with Stig and the rest of the PEAR-DEV guys on this new redesigned PEAR::DB (or whatever it ends up being called) so in the near future we can

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Zak Greant
On 2002-3-01 07:32, Joao Prado Maia wrote: [cut] My personal opinion is that the OOP layer idea is pretty bad. Instead of having 7 or 8 set of functions to learn, now the newbie will have 8 set of functions / APIs. The idea might sound very sexy and everything, but the real problem is that

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Zak Greant
On 2002-3-01 07:06, Phil Driscoll wrote: Sounds good to me except for the OO wrappers. Do we already have OO wrappers to anything else not in user land? - if so then I'm probably too late to make the point, but to me such a thing feels 'all wrong' and 'not php'. I'm particularly concerned

Re: [PHP-DEV] PHP 4.1.1 for win

2002-01-03 Thread Robin Ericsson
On Thu, 3 Jan 2002, Gabor Hojtsy wrote: Hi! As the new year is over now, can someone be so kind to compile and release a PHP 4.1.1 for windows? Please also make the windows file names reflect the standards. Im upping them now, may take a while though. Are gd 1.x and 2.x

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Markus Fischer
On Thu, Jan 03, 2002 at 05:43:09PM -0500, Joao Prado Maia wrote : On Thu, 3 Jan 2002, Markus Fischer wrote: On Thu, Jan 03, 2002 at 10:31:51AM -0500, Joao Prado Maia wrote : I repeat once again, why not work with Stig and the rest of the PEAR-DEV guys on this new redesigned PEAR::DB

[PHP-DEV] Bug #7237 Updated: PHP Isapi Filter fails after some consecutive uses

2002-01-03 Thread lobbin
ID: 7237 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: IIS related Operating System: Windows NT Server 4.0 PHP Version: 4.0.3pl1 New Comment: No feedback. Closed. Previous Comments:

Re: [PHP-DEV] PHP 4.1.1 for win

2002-01-03 Thread derick
On Thu, 3 Jan 2002, Robin Ericsson wrote: Are gd 1.x and 2.x included now? Or do we still have the problem that only one version is shipped? Both are in. Derick -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[PHP-DEV] Bug #8830 Updated: Internal Server error at random intervals

2002-01-03 Thread lobbin
ID: 8830 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: IIS related Operating System: Win2K PHP Version: 4.0.4pl1 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #13015 Updated: race condition same as #11676

2002-01-03 Thread lobbin
ID: 13015 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Scripting Engine problem Operating System: Linux 2.2.12-20 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #13239 Updated: server child crashes during use of mcrypt...

2002-01-03 Thread lobbin
ID: 13239 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: mcrypt related Operating System: Linux 2.4.2 (SuSE 7.1 / 7.2) PHP Version: 4.0CVS-2001-09-10 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #13375 Updated: Line break causes parse problem

2002-01-03 Thread lobbin
ID: 13375 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Scripting Engine problem Operating System: LINUX PHP Version: 4.0.5 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #14388 Updated: include_path in virtual breaks SSI

2002-01-03 Thread lobbin
ID: 14388 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Scripting Engine problem Operating System: FreeBSD 4.4-STABLE PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #14486 Updated: mysql: describe non_existing_table causes segfault

2002-01-03 Thread lobbin
ID: 14486 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Reproducible crash Operating System: Linux 2.4.x PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Zak Greant
On 2002-3-01 11:29, Andi Gutmans wrote: Zak, You will probably be better off waiting for the ZE2's new object overloading facilities. It will hopefully be easier to write and will allow you to do some things which you can't do today. If you write it for ZE1 your extension's API might look

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Zak Greant
On 2002-3-01 06:44, [EMAIL PROTECTED] wrote: ** Reply to note from Markus Fischer [EMAIL PROTECTED] Thu, 3 Jan 2002 15:18:16 +0100 On Thu, Jan 03, 2002 at 02:06:23PM +, Phil Driscoll wrote : Sounds good to me except for the OO wrappers. Do we already have OO wrappers to anything

[PHP-DEV] Bug #14834: SegFault when passing HTTP_SESSION_VARS

2002-01-03 Thread Keith . Watkins
From: [EMAIL PROTECTED] Operating system: Debian 3.0 (Woody) PHP version: 4.1.0 PHP Bug Type: Reproducible crash Bug description: SegFault when passing HTTP_SESSION_VARS The following script always produces a segmentation fault on verison 4.1.0: ? session_start();

Re: [PHP-DEV] PHP 4.1.1 for win (fwd)

2002-01-03 Thread Derick Rethans
-- Forwarded message -- Date: Thu, 3 Jan 2002 23:06:39 - From: Andrew Pattison [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] PHP 4.1.1 for win I would like to point out a long-standing bug in the gdImageCopyResampled function of GD 2.0.1. Basically it will

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread Zak Greant
On 2002-3-01 15:43, Joao Prado Maia wrote: So ? I didn't see any C code from Zak either. If all we are doing right now is speculating on the creation of a PHP based 'prototype' of this MySQL-only abstraction thing, why is it more interesting than a existing package like PEAR::DB ? Talk is

[PHP-DEV] Bug #14799 Updated: Remove the To:/Subject: headers if not entered

2002-01-03 Thread daniel
ID: 14799 Updated by: daniel Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Mail related Operating System: RH 7.x PHP Version: 4.0.6 New Comment: The strength of PHP is to give people functions which they can use, without understanding the mechanisms behind it. Why not

[PHP-DEV] Bug #13791 Updated: just a test. ignore.

2002-01-03 Thread jimw
ID: 13791 Updated by: jimw Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *General Issues Operating System: bogus PHP Version: 4.0.6 New Comment: just claiming this bug for myself, for further testing. Previous Comments:

[PHP-DEV] Re: Bug #14799 Updated: Remove the To:/Subject: headers if not entered

2002-01-03 Thread Mike Eheler
I agree with Mr. Lorch. I love the fact that PHP has high and low level functionality that I can use. Bogus it is. :) Mike [EMAIL PROTECTED] wrote: ID: 14799 Updated by: daniel Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Mail related Operating System: RH

[PHP-DEV] Bug #14835: Script accesses harddrive. what did I do wrong?

2002-01-03 Thread christian_holler
From: [EMAIL PROTECTED] Operating system: Windows XP PHP version: 4.1.1 PHP Bug Type: Unknown/Other Function Bug description: Script accesses harddrive. what did I do wrong? I installed Apache 1.3.20 with PHP and now I saw, a php script can show my complete harddrive

[PHP-DEV] Bug #13368 Updated: 2nd call to @mssql_query does not fill $php_errormsg s'd be'permission denied'

2002-01-03 Thread zak
ID: 13368 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: MSSQL related Operating System: SuSe Linux 7.1 PHP Version: 4.0.6 New Comment: This may have just been corrected in the development version of PHP. Could you please download and build the

[PHP-DEV] Bug #14837: getlastmod() returning file access time, not modification time

2002-01-03 Thread wls
From: [EMAIL PROTECTED] Operating system: Linux Slackware, kernel 2.4.16 PHP version: 4.1.0 PHP Bug Type: Directory function related Bug description: getlastmod() returning file access time, not modification time I've just upgraded to PHP 4.1.0 and I have code on my site

[PHP-DEV] Bug #14792 Updated: PHP fails to complie becuase of libphp4.a error

2002-01-03 Thread djoutlaw23
ID: 14792 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Compile Failure Operating System: Linux PHP Version: 4.1.1 New Comment: I wish this was bogus but following the config file in the install I get the error configure Error: invalid option

[PHP-DEV] Bug #14792 Updated: PHP fails to complie becuase of libphp4.a error

2002-01-03 Thread djoutlaw23
ID: 14792 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Compile Failure Operating System: Linux PHP Version: 4.1.1 New Comment: I am an idiot. It was bogus. Please Ignore me! Previous Comments:

Re: [PHP-DEV] Always building command line PHP

2002-01-03 Thread php4
** Reply to note from Jon Parise [EMAIL PROTECTED] Thu, 3 Jan 2002 15:36:32 -0500 On Wed, Jan 02, 2002 at 04:39:24PM +, [EMAIL PROTECTED] wrote: One thing to consider, at least the php.ini location needs to be different between the module and command line compiles. I suspect

Re: [PHP-DEV] Always building command line PHP

2002-01-03 Thread php4
Addressed to: [EMAIL PROTECTED] [EMAIL PROTECTED] ** Reply to note from J Smith [EMAIL PROTECTED] Thu, 03 Jan 2002 16:26:38 -0500 I would prefer separate php.ini files, maybe something like php-cli.ini for the default CLI file and and php.ini for the Apache/web server module

[PHP-DEV] Bug #14596 Updated: how to assign a list of array value into the session

2002-01-03 Thread haplo232
ID: 14596 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: error occur when using include_path Status: Bogus Bug Type: Session related Operating System: winNT PHP Version: 4.0.6 New Comment: may i know how to have a interactive between an array and the session ?

[PHP-DEV] Bug #14838: interactive between session and aray

2002-01-03 Thread desaloo
From: [EMAIL PROTECTED] Operating system: window NT PHP version: 4.0.6 PHP Bug Type: Session related Bug description: interactive between session and aray may i know how to have a interactive between an array and the session ? Question1 : how to assign a list of array

Re: [PHP-DEV] Always building command line PHP

2002-01-03 Thread php4
** Reply to note from Jon Parise [EMAIL PROTECTED] Thu, 3 Jan 2002 16:39:20 -0500 I agree that it's sometimes necessary to have different configuration files, but I don't consider it a necessity. I do. It should still be possible to build a separate CGI executable with a different

Re: [PHP-DEV] Always building command line PHP

2002-01-03 Thread Jon Parise
On Thu, Jan 03, 2002 at 09:37:38PM +, [EMAIL PROTECTED] wrote: It should still be possible to build a separate CGI executable with a different php.ini path for those sites that require it. Don't get too stuck on the idea that PHP at the command line is only for CGI. In fact I don't

[PHP-DEV] CVS Account Request: apenta

2002-01-03 Thread Apenta
To submit event. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

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

2002-01-03 Thread James Cox
Hi, I have approved your event. CVS account access is not necessary to submit events - simply to approve them, so you may not want to continue with your application. Regards, James Cox -Original Message- From: Apenta [mailto:[EMAIL PROTECTED]] Sent: Friday, January

[PHP-DEV] Bug #14839: getcwd() and `pwd` report incorrect directory

2002-01-03 Thread php
From: [EMAIL PROTECTED] Operating system: Linux, FreeBSD, Solaris PHP version: 4.0.5 PHP Bug Type: *Directory/Filesystem functions Bug description: getcwd() and `pwd` report incorrect directory This problem was previously reported by someone against PHP 4.0.6 in Bug ID #

[PHP-DEV] Bug #14839 Updated: getcwd() and `pwd` report incorrect directory

2002-01-03 Thread php
ID: 14839 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Directory/Filesystem functions Operating System: Linux, FreeBSD, Solaris PHP Version: 4.0.5 New Comment: Oh, I suppose you want my configure line, even though it really doesn't make a difference.

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread php4
Addressed to: Markus Fischer [EMAIL PROTECTED] [EMAIL PROTECTED] ** Reply to note from Markus Fischer [EMAIL PROTECTED] Thu, 3 Jan 2002 22:00:27 +0100 Because not everyone wants to use *(#$ing objects in a simple script! Why? Count me as one of the people who would not be

[PHP-DEV] Bug #14839 Updated: getcwd() and `pwd` report incorrect directory

2002-01-03 Thread imajes
ID: 14839 Updated by: imajes Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Directory/Filesystem functions Operating System: Linux, FreeBSD, Solaris PHP Version: 4.0.5 New Comment: Ok, some comments, if i may. Firstly, I have verified this behaviour, however (and I could be wrong),

[PHP-DEV] Bug #14835 Updated: Script accesses harddrive. what did I do wrong?

2002-01-03 Thread mfischer
ID: 14835 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Unknown/Other Function Operating System: Windows XP PHP Version: 4.1.1 New Comment: Please ask for support on [EMAIL PROTECTED] Previous Comments:

[PHP-DEV] Bug #14836 Updated: Cannot find imap library

2002-01-03 Thread mfischer
ID: 14836 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Compile Failure Operating System: Linux RedHat 7.0 PHP Version: 4.1.0 New Comment: Please ask for support at [EMAIL PROTECTED] Previous Comments:

[PHP-DEV] Bug #14742 Updated: Example is wrong

2002-01-03 Thread imajes
ID: 14742 Updated by: imajes Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Old Operating System: don't care Operating System: don\'t care PHP Version: 4.1.1 New Comment: I've updated the documentation. Thanks. Previous Comments:

[PHP-DEV] Bug #14838 Updated: interactive between session and aray

2002-01-03 Thread mfischer
ID: 14838 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Session related Operating System: window NT PHP Version: 4.0.6 New Comment: Please ask for support at [EMAIL PROTECTED] Previous Comments:

[PHP-DEV] Bug #14734 Updated: new superglobals ($_SERVER, etc.) not documented

2002-01-03 Thread imajes
ID: 14734 Updated by: imajes Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Win XP PHP Version: 4.1.0 New Comment: but $PHP_SELF is also a special variable, so I think also listing it out of any collection is a good thing. Previous Comments:

[PHP-DEV] Bug #14842: fopen

2002-01-03 Thread sanry
From: [EMAIL PROTECTED] Operating system: linux red hat7.2 PHP version: 4.1.1 PHP Bug Type: *URL Functions Bug description: fopen $file=http://s105.now.net.cn/try.php;; fopen ($file, r) it is okay but when I change to port to 81 I test it okay in browser but

  1   2   >