[PHP-DEV] PHP 4.0 Bug #8931 Updated: Memory leaks attributable to OO PHP

2001-01-26 Thread Jason
ID: 8931 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Performance problem Description: Memory leaks attributable to OO PHP The short version scored 7680 hits over 2 min, whereas the Object Oriented version scored around 1700 hits over 2 min running 4 threads. Both scripts do the

[PHP-DEV] PHP 4.0 Bug #8931 Updated: Memory leaks attributable to OO PHP

2001-01-26 Thread Jason
ID: 8931 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Performance problem Description: Memory leaks attributable to OO PHP I've identified the problem as PHP leaking memory when it sees code that it doesn't like, eg. it leaks code when the script crashes with an error. I think that

[PHP-DEV] PHP 4.0 Bug #8945: include, require, et al.

2001-01-26 Thread Jason
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: Performance problem Bug description: include, require, et al. I discovered that the include(), require() or include_only(), require_only() functions have a profound effect on

[PHP-DEV] PHP 4.0 Bug #9068: Bugs in OO which are leaking memory...

2001-02-02 Thread Jason
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0 Latest CVS (02/02/2001) PHP Bug Type: Class/Object related Bug description: Bugs in OO which are leaking memory... Note: I've posted some bugs earlier, but they seem to have been fixed with the latest

[PHP-DEV] PHP 4.0 Bug #9337 Updated: make in_array return key, if searched value was found

2001-02-20 Thread jason
ID: 9337 Updated by: jason Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Closed Bug Type: Feature/Change Request Assigned To: [EMAIL PROTECTED] Comments: Request complete, new function created called array_search in CVS. Check it out in snapshots. -Jason Previous Comments

[PHP-DEV] PHP 4.0 Bug #9474: php_java problem still exists in php 4.0.5

2001-02-27 Thread Jason
From: [EMAIL PROTECTED] Operating system: Win2k PHP version: 4.0 Latest CVS (27/02/2001) PHP Bug Type: Reproduceable crash Bug description: php_java problem still exists in php 4.0.5 The bug with php_java (introduced with php 4.0.4) still exists in php 4.0.5 Bug: After

[PHP-DEV] PHP 4.0 Bug #9568: IIS stops responding under load (XML parser)

2001-03-05 Thread Jason
From: [EMAIL PROTECTED] Operating system: Win2k (IIS 5.0) PHP version: 4.0 Latest CVS (05/03/2001) PHP Bug Type: XML related Bug description: IIS stops responding under load (XML parser) Test using MS Web Application Stress Tool. Any load. After a period of time when using

[PHP-DEV] PHP 4.0 Bug #9570: Documentation needed for sockets

2001-03-05 Thread jason
From: [EMAIL PROTECTED] Operating system: n/a PHP version: 4.0.4pl1 PHP Bug Type: Documentation problem Bug description: Documentation needed for sockets Can someone create docs for ALL the functions in ext/sockets? (getsockopt,set_nonblock,etc...) -- Edit Bug report

[PHP-DEV] PHP 4.0 Bug #9715: Memory leak when passing string values to modular variables in COM

2001-03-12 Thread Jason
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0 Latest CVS (12/03/2001) PHP Bug Type: COM related Bug description: Memory leak when passing string values to modular variables in COM This is a new bug that I found. Memory is leaked when passing

[PHP-DEV] PHP 4.0 Bug #9718: Memory leak when passing String values into methods through COM

2001-03-12 Thread Jason
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0 Latest CVS (12/03/2001) PHP Bug Type: COM related Bug description: Memory leak when passing String values into methods through COM I added methods to pass String values into the static variables.

[PHP-DEV] PHP 4.0 Bug #9718 Updated: Memory leak when passing String values into methods through COM

2001-03-12 Thread Jason
ID: 9718 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: COM related Description: Memory leak when passing String values into methods through COM Found the problem. It only leaks memory, if I pass a CONSTANT from PHP to the COM object. All I have to do now is rewrite the php so that

[PHP-DEV] PHP 4.0 Bug #9715 Updated: Memory leak when passing string values to modular variables in COM

2001-03-12 Thread Jason
ID: 9715 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: COM related Description: Memory leak when passing string values to modular variables in COM Found the problem. It only leaks memory, if I pass a CONSTANT from PHP to the COM object. All I have to do now is rewrite the php so

[PHP-DEV] PHP 4.0 Bug #9715 Updated: Memory leak when passing string values to modular variables in COM

2001-03-12 Thread Jason
ID: 9715 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: COM related Description: Memory leak when passing string values to modular variables in COM That wasn't it... I tried it without passing a constant, and it's still leaking memory! So this is an outstanding serious bug with no

[PHP-DEV] PHP 4.0 Bug #9718 Updated: Memory leak when passing String values into methods through COM

2001-03-13 Thread Jason
ID: 9718 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: COM related Description: Memory leak when passing String values into methods through COM Bug #9715 is reclassified under this bug. Memory leak when passing String value to a static variable in the COM object. Memory leak

[PHP-DEV] PHP 4.0 Bug #9718 Updated: Memory leak when passing String values into methods through COM

2001-03-13 Thread Jason
ID: 9718 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: COM related Description: Memory leak when passing String values into methods through COM Corrections to bug report. Ignore previous example, check with the below example instead. I'm actually assigning values from inside a

[PHP-DEV] PHP 4.0 Bug #8828 Updated: mktime using mday=0

2001-03-14 Thread jason
ID: 8828 Updated by: jason Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Date/time related Assigned To: Comments: This actually is part of the Ansi C standard. Solaris 8 manpage --- The original values of the components may be either greater than or less than

[PHP-DEV] PHP 4.0 Bug #8828 Updated: mktime using mday=0

2001-03-14 Thread jason
ID: 8828 Updated by: jason Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Date/time related Assigned To: Comments: I was incorrect, This is not a part of C99(ANSI/ISO/IEC9899-1999) this is just implemented in Solaris, Linux, Irix, and possibly a few others. -Jason Previous Comments

[PHP-DEV] PHP 4.0 Bug #8945 Updated: include, require, et al.

2001-03-16 Thread Jason
ID: 8945 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: Performance problem Description: include, require, et al. I tried both include() and require(): ?php if(false) { require "some_file.php"; } ? and ?php if(false) { include

[PHP-DEV] PHP 4.0 Bug #9800 Updated: Suggestion for extract function

2001-03-16 Thread jason
ID: 9800 Updated by: jason Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request Assigned To: Comments: This feature has already been implemented in CVS a few weeks ago(returns the number of elements inserted into the symbol table

[PHP-DEV] PHP 4.0 Bug #8945 Updated: include, require, et al.

2001-03-20 Thread Jason
ID: 8945 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Performance problem Description: include, require, et al. Never mind, I think that PHP can't handle parsing too many include files (Files too large/complex, more than 8 include files, not enough memory/CPU to

[PHP-DEV] PHP 4.0 Bug #9718 Updated: Memory leak when passing String values into methods through COM

2001-03-20 Thread Jason
ID: 9718 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: COM related Description: Memory leak when passing String values into methods through COM I think that you've fixed the problem. Thanks. Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9729 Updated: --enable-sockets problem

2001-04-03 Thread jason
ID: 9729 Updated by: jason Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Assigned Bug Type: *Install and Config Assigned To: [EMAIL PROTECTED] Comments: I looked into this, and I know what the problem is , I will have a workaround shortly, provided all tests pass. -jason

[PHP-DEV] PHP 4.0 Bug #9664 Updated: Unable to make , related to bug 8468 i think

2001-04-10 Thread jason
ID: 9664 Updated by: jason Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Sockets related Assigned To: Comments: Fixed In CVS: See comment on ( sockets.c,v 1.34 ) -Jason Previous Comments: --- [2001-03-09 21:03

[PHP-DEV] PHP 4.0 Bug #9664 Updated: Unable to make , related to bug 8468 i think

2001-04-10 Thread jason
ID: 9664 Updated by: jason Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Sockets related Assigned To: Comments: Previous Comments: --- [2001-03-09 21:03:09] [EMAIL PROTECTED] No but it's my

[PHP-DEV] PHP 4.0 Bug #10273 Updated: configure script fails with Apache 2.0.16

2001-04-10 Thread jason
ID: 10273 Updated by: jason Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *Configuration Issues Assigned To: Comments: --with-apache is for Apache 1.3.X. Use --with-apxs2. Apache 2 support is currently experimental. -Jason Previous Comments

[PHP-DEV] Bug #10280: mcrypt 2.4.4+ fails

2001-04-10 Thread jason
From: [EMAIL PROTECTED] Operating system: Linux Slack PHP version: 4.0.4pl1 PHP Bug Type: mcrypt related Bug description: mcrypt 2.4.4+ fails Mcrypt 2.4.4 does not compile into php. php still compiles, but mcrypt fails to init. FIX: in configure: line 23006: should

[PHP-DEV] PHP 4.0 Bug #10280 Updated: mcrypt 2.4.4+ fails

2001-04-11 Thread jason
ID: 10280 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: mcrypt related Description: mcrypt 2.4.4+ fails Did not actually fix bug. Previous Comments: --- [2001-04-11 02:14:09] [EMAIL

[PHP-DEV] Bug #10281: Same as 10187

2001-04-11 Thread jason
From: [EMAIL PROTECTED] Operating system: Linux Slack PHP version: 4.0.4pl1 PHP Bug Type: mcrypt related Bug description: Same as 10187 This is the same bug croping up in Linux. I couldn't comment on it in bug # 10187 so I reposted the bug. -- Edit Bug report at:

[PHP-DEV] Bug #10580: Access Violation using ADODB

2001-05-01 Thread jason
From: [EMAIL PROTECTED] Operating system: Win2k PHP version: 4.0.5 PHP Bug Type: COM related Bug description: Access Violation using ADODB Access Violation on this line: $fields = $rs-Fields; where $rs is the recordset from the database. Error occurs with PHP 4.0.5 final

[PHP-DEV] PHP 4.0 Bug #10580 Updated: Access Violation using ADODB

2001-05-01 Thread jason
ID: 10580 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: COM related Description: Access Violation using ADODB If it helps, here is the error message: PHP has encountered an Access Violation at 2474FF04 I got the following error messages when using MSXML Parser 3.01 to load an

[PHP-DEV] PHP 4.0 Bug #10580 Updated: Access Violation using ADODB

2001-05-04 Thread jason
ID: 10580 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: COM related Description: Access Violation using ADODB Same bug, access violation using ADODB and MSXML Parser, but using a 4.0.6 build, dated 2001-05-04. Previous Comments:

[PHP-DEV] Bug #10580 Updated: Access Violation using ADODB

2001-05-08 Thread jason
ID: 10580 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: COM related Operating system: Win2k PHP Version: 4.0.6-dev (dated 20010504) Description: Access Violation using ADODB Here is a code snippet for testing ADODB: ?php define (DSN_USER, sa); define (DSN_PWD, ); define

[PHP-DEV] Bug #10580 Updated: Access Violation using ADODB

2001-05-16 Thread jason
ID: 10580 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: COM related Operating system: Win2k PHP Version: 4.0.6-dev (dated 16-May-2001) Description: Access Violation using ADODB Bug reopened, CVS dated 16 May 2001, message when accessing database: PHP has

[PHP-DEV] Bug #10580 Updated: Access Violation using ADODB

2001-05-16 Thread jason
ID: 10580 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: COM related Operating system: Win2k PHP Version: 4.0.7-dev (dated 16-May-2001) Description: Access Violation using ADODB COM broken in PHP version 4.0.7-dev Previous Comments:

[PHP-DEV] Bug #10580 Updated: Access Violation using ADODB

2001-05-18 Thread jason
ID: 10580 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: COM related Operating system: Win2k PHP Version: 4.0.7-dev (dated 18-May-2001) Description: Access Violation using ADODB Hi, The current version (18-May) could not load in Windows at all, so I cannot test

[PHP-DEV] Bug #8600 Updated: --enable-socket option does not compile on Solaris 7/8

2001-05-23 Thread jason
ID: 8600 Updated by: jason Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Sockets related Operating system: PHP Version: 4.0.4 Assigned To: Comments: Fixed since 4.0.5 Previous Comments

[PHP-DEV] Bug #7880 Updated: PHP_URL_FOPEN doesn't work

2001-07-04 Thread jason
ID: 7880 Updated by: jason Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Closed Bug Type: Network related Operating system: PHP Version: 4.0.3pl1 Assigned To: [EMAIL PROTECTED] Comments: Never able to reproduce, try 4.0.6 and reopen if still a problem. Previous Comments

[PHP-DEV] Bug #11916 Updated: POSIX config.m4 doesn't look for getpgid()

2001-07-05 Thread jason
ID: 11916 Updated by: jason Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Unknown/Other Function Operating system: PHP Version: 4.0.6 Assigned To: Comments: Fixed in CVS. Thanks Torben, -Jason Previous Comments

[PHP-DEV] Bug #11940 Updated: ill side effect of open_basedir

2001-07-06 Thread jason
ID: 11940 Updated by: jason Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Old-Bug Type: PHP options/info functions Bug Type: *General Issues Operating system: PHP Version: 4.0.6 Assigned To: Comments: Sorry, I wrote that in a hurry. ANY file open operation performed by php

[PHP-DEV] Bug #7744 Updated: safe mode php wrong script uid

2001-07-06 Thread jason
ID: 7744 Updated by: jason Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Old-Bug Type: Scripting Engine problem Bug Type: *General Issues Operating system: PHP Version: 4.0.3pl1 Assigned To: Comments: Try a later version of php and reopen if still an issue. Previous Comments

[PHP-DEV] Bug #8135 Updated: FTP_FPUT can't use a HTTP Filepointer

2001-07-06 Thread jason
ID: 8135 Updated by: jason Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Old-Bug Type: FTP related Bug Type: *General Issues Operating system: PHP Version: 4.0.3pl1 Assigned To: Comments: HTTP fopens are read only. -Jason Previous Comments

[PHP-DEV] Bug #11566 Updated: It appears most functions don't check open_basedir

2001-07-06 Thread jason
ID: 11566 Updated by: jason Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Old-Bug Type: PHP options/info functions Bug Type: *General Issues Operating system: PHP Version: 4.0.5 Assigned To: Comments: All of the safe_mode/open_basedir functionality will eventually

[PHP-DEV] Bug #8135 Updated: FTP_FPUT can't use a HTTP Filepointer

2001-07-09 Thread jason
ID: 8135 Updated by: jason Reported By: [EMAIL PROTECTED] Old Summary: FTP_FPUT can't use a HTTP Filepointer Old Status: Open Status: Assigned Bug Type: FTP related Operating System: Linux 7.0 PHP Version: 4.0.3pl1 Old Assigned To: Assigned To: [EMAIL PROTECTED] New Comment: Sorry nico, I

[PHP-DEV] Bug #8135 Updated: FTP_FPUT can't use a HTTP Filepointer

2001-07-16 Thread jason
ID: 8135 Updated by: jason Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: FTP related Operating System: Linux 7.0 PHP Version: 4.0.3pl1 Assigned To: [EMAIL PROTECTED] New Comment: Feature added in CVS -Jason Previous Comments

[PHP-DEV] Bug #12523: posix_getgrgid won't work as documented

2001-08-01 Thread jason
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.6 PHP Bug Type: POSIX related Bug description: posix_getgrgid won't work as documented ?php $gid = 0; /* $gid = a group that has members */ $group = posix_getgrgid($gid); $echo $group['members']; /*

[PHP-DEV] Bug #8032 Updated: array_splice made array keys bad

2001-08-19 Thread jason
ID: 8032 Updated by: jason Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Arrays related Operating System: FreeBSD 4.2-Release PHP Version: 4.0.3pl1 New Comment: This is actually not a bug. What you are running in to is php's auto-type conversion when you are building

[PHP-DEV] Bug #13261 Updated: More restrictive File-system access

2001-09-12 Thread jason
ID: 13261 Updated by: jason Reported By: [EMAIL PROTECTED] Old Summary: Restricting file system access Old Status: Open Status: Analyzed Bug Type: Feature/Change Request Operating System: Any PHP Version: 4.0.6 New Comment: You can dynamically assign open_basedir by adding php_admin_value

[PHP-DEV] Bug #13356: ADODB Recordset issue

2001-09-17 Thread jason
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0CVS-2001-09-17 PHP Bug Type: COM related Bug description: ADODB Recordset issue I'm testing on PHP version 4.0.8-dev (Sept 10, 2001). When retrieving a recordset using ADODB, it reports: Warning:

[PHP-DEV] Bug #13356 Updated: ADODB Recordset issue

2001-09-23 Thread jason
ID: 13356 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: COM related Operating System: Windows 2000 PHP Version: 4.0CVS-2001-09-17 New Comment: According to my code, I used the ADO Execute function. $rs = $conn_obj-Execute($command, $records_affected,

[PHP-DEV] Bug #14095: fopen/fwrite does not create file via ftp://

2001-11-17 Thread jason
From: [EMAIL PROTECTED] Operating system: Windows NT4 SP6a PHP version: 4.0.6 PHP Bug Type: FTP related Bug description: fopen/fwrite does not create file via ftp://; PHP as CGI on NT4SP6a/IIS4. To update a file on the server, I read the old contents into an array,

[PHP-DEV] Bug #14095 Updated: fopen/fwrite does not create file via ftp://

2001-11-17 Thread jason
ID: 14095 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: FTP related Operating System: Windows NT4 SP6a PHP Version: 4.0.6 New Comment: Unfortunately I do not have authority over that server. But I will try to either set up a test

[PHP-DEV] Bug #14648 Updated: pcntl_signal(SIGCHLD, SIG_IGN) does not follow expected behavior on linux

2001-12-22 Thread jason
ID: 14648 Updated by: jason Reported By: [EMAIL PROTECTED] Old Summary: pcntl signal handlers Old Status: Open Status: Assigned Bug Type: Unknown/Other Function Operating System: RHL 7.1 PHP Version: 4.1.0 Old Assigned To: Assigned To: [EMAIL PROTECTED] New Comment: This has to do with the fact

[PHP-DEV] Bug #14648 Updated: pcntl_signal(SIGCHLD, SIG_IGN) does not follow expected behavior on linux

2002-01-15 Thread jason
ID: 14648 Updated by: jason Reported By: [EMAIL PROTECTED] Status: Assigned Bug Type: Unknown/Other Function Operating System: RHL 7.1 PHP Version: 4.1.0 Assigned To: jason New Comment: Just wamted to give you an update that I have not had much time to work on this lately, but I am planning

[PHP-DEV] Bug #14648 Updated: pcntl_signal(SIGCHLD, SIG_IGN) does not follow expected behavior on linux

2002-01-24 Thread jason
ID: 14648 Updated by: jason Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: Unknown/Other Function Operating System: RHL 7.1 PHP Version: 4.1.0 Assigned To: jason New Comment: Unfortunately it appears that linux does not support SA_NOCLDWAIT, which is the work around

[PHP-DEV] Extending PHP and the STL

2001-01-12 Thread Jason Lee
linker issues (extern "C" { ), will the STL cause memory problems? Is this the right forum for this kind of question? Thanks! -- Jason Lee | "Gun control? Oh, great. Now how am I going to Programmer Analyst | well-regulate my militia?" -- The Onion -- PHP Developme

Re: [PHP-DEV] PHP 4.0 Bug #8795: Recieved POST-form-data is unexpectedly escaped with backslashes

2001-01-19 Thread Jason Greene
From a hostile standpoint, a sendmail server allowing VRFY is considered bad, /let alone giving the hacker detailed uid/gid structure of your system. Jason - Original Message - From: "Ignacio Vazquez-Abrams" [EMAIL PROTECTED] To: "Toby Butzon" [EMAIL PROTECTED]

[PHP-DEV] Re: shebang through suid-wrapper (execv)

2001-01-19 Thread Jason Greene
i"); execv(file, argv); } -Jason - Original Message - From: "Johan Ekenberg" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 19, 2001 9:36 AM Subject: shebang through suid-wrapper (execv) Hi! I saw your name in a few of the bug-reports at bugs.php.n

[PHP-DEV] Mean

2001-01-19 Thread Jason Greene
I was just looking at php4/TODO. What is the desired capability for array_mean? Is this refering to the mean of all numerical elements in the list? Is the desired functionality to count non numerical data as 0's or to completly ignore them from the alg? -Jason

Re: [PHP-DEV] Mean

2001-01-19 Thread Jason Greene
Thanks, I Removed it from cvs. -Jason Andrei Zmievski wrote: On Fri, 19 Jan 2001, Jason Greene wrote: I was just looking at php4/TODO. What is the desired capability for array_mean? Is this refering to the mean of all numerical elements in the list? Is the desired functionality

Re: [PHP-DEV] http://cvs.php.net/

2001-01-22 Thread Jason Greene
Thats when you cp /mnt/winblows/windows/fonts/*.ttf .; mkttfdir fonts.dir; killall -HUP xfs : ) Jason - Original Message - From: "Anil Madhavapeddy" [EMAIL PROTECTED] To: "Martin Jansen" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, J

[PHP-DEV] array_add

2001-01-22 Thread Jason Greene
Is array_add in TODO refering to the summation of the individual elements in an array? ex (1,2,3) +(2,3,4)=(3,5,7)? Jason -- 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

Fw: [PHP-DEV] PHP 4.0 Bug #8889: Memory is not being freed.

2001-01-29 Thread Jason Greene
/pid/maps of an apache child. You can also reduce the KeepAlive timeout value to help-out. Jason - Original Message - From: "Rasmus Lerdorf" [EMAIL PROTECTED] To: "Filip Sielimowicz" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, January 29, 2001

Re: [PHP-DEV] PHP 4.0 Bug #8889: Memory is not being freed.

2001-01-29 Thread Jason Greene
What is your typical apache process size, and number of current running procs? Jason - Original Message - From: "Brian Moon" [EMAIL PROTECTED] To: "Rasmus Lerdorf" [EMAIL PROTECTED] Cc: "Filip Sielimowicz" [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Mo

[PHP-DEV] Re: safe_mode redesign

2001-02-06 Thread Jason Greene
e referred to in documentation as "An experimental security option designed for ISP and hosting providers. This is by no means the finality of security, just a tool to help in developing a secure environment" Thanks, Jason - Original Message -- From: "Zeev Suraski" [EMAIL PROTEC

[PHP-DEV] Re: safe_mode redesign

2001-02-16 Thread Jason Greene
, etc... We could then of course state that this is not intended to replace OS security. Also, be advised that many functions don't use the APIs, but use system calls directly. I thought everything went through TSRM? -Jason - Original Message - From: "Zeev Suraski" [EMAIL

[PHP-DEV] RE: PHP 4.0 Bug #8945 Updated: include, require, et al.

2001-02-17 Thread Jason Gan
Does this mean I have to use include() to do conditional includes? therefore change all require() to include() ? Thanks -Original Message- From: Bug Database [mailto:[EMAIL PROTECTED]] Sent: Sunday, 18 February 2001 5:09 AM To: [EMAIL PROTECTED] Subject: PHP 4.0 Bug #8945 Updated:

Re: [PHP-DEV] PHP 4.0 Bug #9337 Updated: make in_array return key, if searched value was found

2001-02-19 Thread Jason Greene
pointer or not, though I can see a use of it I do agree that having too many parameters is a bad thing, but if this is a concern what about making another function? There seems to be a large desire to see the key of in_array (see the haystack comment in docs) -Jason - Original Message

Re: [PHP-DEV] PHP 4.0 Bug #9337 Updated: make in_array return key, if searched value was found

2001-02-19 Thread Jason Greene
be changed. We could create another function that is more designed for searching? perhaps array_find? I wouldn't mind spending time on this if agreed upon. -Jason - Original Message - From: "Andrei Zmievski" [EMAIL PROTECTED] To: "Jason Greene" [EMAIL PROTECTED]

Re: [PHP-DEV] PHP 4.0 Bug #9337 Updated: make in_array return key, if searched value was found

2001-02-19 Thread Jason Greene
I agree, That way we don't duplicate code, and we don't have different behavior.. Ill work on this sometime today -Jason - Original Message - From: "Andrei Zmievski" [EMAIL PROTECTED] To: "Jason Greene" [EMAIL PROTECTED] Cc: "Andr Langhorst" [EMAIL PROTEC

Re: [PHP-DEV] CVS Account Request

2001-02-28 Thread Jason Greene
We still are getting these? - Original Message - From: "CVS Account Request" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 27, 2001 8:22 AM Subject: [PHP-DEV] CVS Account Request Full name: Ivan Ivanov Email: [EMAIL PROTECTED] ID: johnt Purpose: web programming

[PHP-DEV] OO overloading

2001-03-06 Thread Jason Greene
have seen threads go on about how to solve things that appear simple to the user, though very complex internally. Is PHP's OO were we all want it to be? Are we looking at a possible redesign in much later revisions? Thanks, -Jason

Re: [PHP-DEV] Static vars in methods

2001-03-09 Thread Jason Greene
this sounds like a bad thing, especially if people start depending on that behavior -Jason - Original Message - From: "Andrei Zmievski" [EMAIL PROTECTED] To: "PHP Developers" [EMAIL PROTECTED] Cc: "Zeev Suraski" [EMAIL PROTECTED]; "Andi Gutm

[PHP-DEV] zend_llist_destroy on overloaded element list casuses SEG

2001-03-09 Thread Jason Greene
be doing to cause this? Thanks, -Jason -- 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] zend_llist_destroy on overloaded element list casuses SEG

2001-03-09 Thread Jason Greene
Never mind this, I somehow was overwriting part of my stack frame, specifically where my overloaded element list was. Thanks, -Jason - Original Message - From: "Jason Greene" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 09, 2001 12:41 PM Subject

Re: [PHP-DEV] Re: [ZEND-ENGINE] cvs: Zend / zend_API.c zend_API.h

2001-03-12 Thread Jason Greene
: ) -Jason - Original Message - From: "Andrei Zmievski" [EMAIL PROTECTED] To: "Jason Greene" [EMAIL PROTECTED] Cc: "Zeev Suraski" [EMAIL PROTECTED]; "php-dev mailinglist" [EMAIL PROTECTED] Sent: Monday, March 12, 2001 10:15 AM Subject: Re: [PHP-DEV]

[PHP-DEV] whats the standard for OO builtin_functions?

2001-03-12 Thread Jason Greene
class_function_entry = { {"member_function",PHP_FN(php_member_function), NULL} {NULL,NULL, NULL} }; Thanks, -Jason -- 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 adminis

[PHP-DEV] RE: PHP 4.0 Bug #9715 Updated: Memory leak when passing string values to modular variables in COM

2001-03-13 Thread Jason Gan
Hi Sniper: Actually I was posting two different cases of possibly the same bug. One case is passing String value to a static variable in the COM object. The other is passing String value as an argument in a method exposed by the COM object. They both leak memory, and all my php-com work is

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/fbsql .cvsignore Makefile.in config.m4 fbsql.dsp php_fbsql.c php_fbsql.h

2001-03-13 Thread Jason Greene
Frank, Your config.m4 breaks the build. -Jason - Original Message - From: "Frank M. Kromann" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 13, 2001 2:58 PM Subject: [PHP-CVS] cvs: php4 /ext/fbsql .cvsignore Makefile.in config.m4 fbsql.dsp php_fbsql.c php_fbsql

[PHP-DEV] Re: =?iso-8859-1?Q?Re: [PHP-CVS] cvs: php4 /ext/fbsql .cvsignore Makefile.in config.m4 fbsql.d=

2001-03-13 Thread Jason Greene
The problem was not with the module itself, but with your m4 file... you were enabling your extension by default, as well as running config tests outside of the $PHP_FBSQL test section Jani and I modified the your file to allow ./buildconf to work correctly -Jason - Original Message

Re: RE: [PHP-DEV] 4.0.5RC1

2001-03-14 Thread Jason Greene
Andi + Zeev, I wouldn't consider bug number 8828 a show-stopper, unless you want to implement a work-around for OS X. If you read my comments on 8828 you will see that PHP's mktime + documentation is clearly following the standard, its OS X that isn't -Jason - Original Message - From

Re: [PHP-DEV] PHP 4.0 Bug #8828 Updated: mktime using mday=0

2001-03-14 Thread Jason Greene
Hi Sascha, Look at 7.23.2.6 Normalization of broken-down times -Jason - Original Message - From: "Sascha Schumann" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, March 14, 2001 12:49 PM Subject: Re: [PHP-DEV] PHP 4.0 Bug #8828 Updated: mk

Re: [PHP-DEV] PHP 4.0 Bug #8828 Updated: mktime using mday=0

2001-03-14 Thread Jason Greene
umann" [EMAIL PROTECTED] To: "Jason Greene" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, March 14, 2001 1:00 PM Subject: Re: [PHP-DEV] PHP 4.0 Bug #8828 Updated: mktime using mday=0 On Wed, 14 Mar 2001, Jason Greene wrote: Hi Sascha, Look at 7.2

Re: [PHP-DEV] PHP 4.0 Bug #8828 Updated: mktime using mday=0

2001-03-14 Thread Jason Greene
remove all references from it or c) detect when it doesn't work and emulate the functionality. I vote for (A), seeing as there is no set standard for this, and there is no guarantee that the mday=0 functionality will stay. What do you guys think? -Jason - - Original Message - Fro

Re: [PHP-DEV] feature request

2001-03-19 Thread Jason Greene
Perhaps isset should be branched to form a separate function to handle multi args, we could offer things in the new function such as an optional argument that passes back an array of results. -Jason - Original Message - From: "Phil Driscoll" [EMAIL PROTECTED] To: &quo

Re: [PHP-DEV] feature request

2001-03-19 Thread Jason Greene
have any objection with the isset function taking multi args. -Jason --- Original Message - From: "Andi Gutmans" [EMAIL PROTECTED] To: "Jason Greene" [EMAIL PROTECTED]; "Phil Driscoll" [EMAIL PROTECTED]; "Chris Newbill" [EMAIL PROTECTED]; "Zeev Su

[PHP-DEV] PHP 4.0 Bug #9849: Square boxes?

2001-03-19 Thread jason . gulledge
From: [EMAIL PROTECTED] Operating system: WIn98 (IE) PHP version: 4.0.4pl1 PHP Bug Type: Documentation problem Bug description: Square boxes? Is there a reason there are so many square blocks of useless data on this website I'm trying to install PHP/Apache and get a Core

[PHP-DEV] Re: PHP 4.0 Bug #9849 Updated: Square boxes?

2001-03-19 Thread Jason Gulledge
This webpage is what I'm using to install php4 / Apache 1.3.19 http://www.php.net/manual/kr/install.apache.php and there squares everywhere on the page from what I can see Jason __ Reply Separator

[PHP-DEV] Re: PHP 4.0 Bug #9849 Updated: Square boxes?

2001-03-19 Thread Jason Gulledge
Nevermind... i replaced http://www.php.net/manual/kr/install.apache.php with http://www.php.net/manual/en/install.apache.php Sorry for the waste of your time Jason __ Reply Separator

[PHP-DEV] PHP 4.0 Bug #9880: Apache Core dumps when trying to execute. No compilation errors.

2001-03-20 Thread jason . gulledge
ng to execute "apachectl start" it immediately core dumps. Jason -- Edit Bug report at: http://bugs.php.net/?id=9880edit=1 -- 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] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4(PHP_4_0_5) /sapi/fastcgi

2001-03-21 Thread Jason Greene
add-on? I honestly agree with both positions on this one, and I think good can come from both of them : ) -Jason - Original Message - From: "Zeev Suraski" [EMAIL PROTECTED] To: "Sascha Schumann" [EMAIL PROTECTED] Cc: "PHP Developers Mailing List" [EMAIL

[PHP-DEV] PHP 4.0 Bug #9929: Symbol referencing errors

2001-03-22 Thread jason . gulledge
From: [EMAIL PROTECTED] Operating system: unOS 5.7 Generic_106541-11 sun4u sparc SUNW,Ultra-Enterprise-1 PHP version: 4.0.4pl1 PHP Bug Type: Compile Problem Bug description: Symbol referencing errors === src/modules/extra === src/modules gcc -c -I./os/unix -I./include

[PHP-DEV] PHP 4.0 Bug #9941: ocilogon doesn't exist

2001-03-22 Thread jason . gulledge
From: [EMAIL PROTECTED] Operating system: SunOS macsprod 5.7 Generic_106541-11 sun4u sparc SUNW,Ultra-Enterprise-1 PHP version: 4.0.4pl1 PHP Bug Type: OCI8 related Bug description: ocilogon doesn't exist This is the error when trying to connect: Fatal error: Call to

[PHP-DEV] PHP 4.0 Bug #9941 Updated: ocilogon doesn't exist

2001-03-22 Thread jason . gulledge
ID: 9941 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: OCI8 related Description: ocilogon doesn't exist I reran the configuration;make clean;make install. The make clean helped..and It finally worked. Thanks anyway Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9941 Updated: ocilogon doesn't exist

2001-03-22 Thread jason . gulledge
ID: 9941 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: OCI8 related Description: ocilogon doesn't exist This was fixed by using "make clean"...etc Previous Comments: --- [2001-03-22 16:21:03] [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #9941 Updated: ocilogon doesn't exist

2001-03-22 Thread jason . gulledge
ID: 9941 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: OCI8 related Description: ocilogon doesn't exist This was fixed by using "make clean"...etc Previous Comments: --- [2001-03-22 17:51:57] [EMAIL PROTECTED]

[PHP-DEV] Re: PHP 4.0 Bug #9929 Updated: Symbol referencing errors

2001-03-23 Thread Jason Gulledge
I used: make clean;make install ..and that Fixed it.. recreated those object files ..etc. Thanks, Jason __ Reply Separator _ Subject: PHP 4.0

Re: [PHP-DEV] non-thread-safe yet pthreads-friendly build of PHP?

2001-03-27 Thread Jason Greene
currently developing an Intermail module, which uses threads as well, and have had no problems. (the same applies to the php/java module.) I definitely think this is something that is not as well known as it should be. -Jason - Original Message - From: "Zeev Suraski" [EMAIL

Re: [PHP-DEV] PHP 4.0.5 Release Midgard Problems

2001-03-30 Thread Jason Greene
IMHO, this sounds like its best for everyone, *especially* the end users of midgard and php. -Jason - Original Message - From: "James Moore" [EMAIL PROTECTED] To: "[EMAIL PROTECTED]" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, March 30, 2001 12:02 PM Su

[PHP-DEV] mail errors on bug form

2001-04-10 Thread Jason Greene
While updating bugs 9729, 9664, 9656, 8667, I kept getting Warning: Could not execute mail delivery program in /local/Web/sites/phpweb/bugs.php on line 637 Warning: Could not execute mail delivery program in /local/Web/sites/phpweb/bugs.php on line 638 Is anyone aware of this? -Jason

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

2001-04-10 Thread Jason Greene
/usr/src/web/php/php4/ext/standard/url_scanner_ex.re:19: php.h: Permission Do you have any idea which php.h file is being accessed? That line is simply an include, and this implies you don't have read access to php.h -Jason - Original Message - From: "Derick Rethans" [EMAIL

  1   2   3   4   >