[PHP-DEV] PHP 4.0 Bug #8849 Updated: open_basedir doesn't apply to function 'copy'

2001-01-23 Thread jason
ID: 8849 Updated by: jason Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: *Configuration Issues Bug Type: Feature/Change Request Assigned To: Comments: Reclassifying this. Safe_mode and open_basedir need to be revisted. Previous Comments

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

2001-01-26 Thread Jason
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: Performance problem Bug description: Memory leaks attributable to OO PHP I wrote two scripts to compare the difference in performance between simple script and one written in OO with

[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 s

[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 i

[PHP-DEV] PHP 4.0 Bug #8923: Serious bug -- Memory leak in gzencode() function

2001-01-26 Thread Jason
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: Zlib Related Bug description: Serious bug -- Memory leak in gzencode() function I was using Web Application Stress Tool when I discovered this bug in zlib. Under load, php would keep

[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 performa

[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 b

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

2001-02-19 Thread jason
ID: 9337 Updated by: jason Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Assigned Bug Type: Feature/Change Request Assigned To: [EMAIL PROTECTED] Comments: Andrei and I descussed the possibility of creating a new function. I will explore this. -Jason Previous Comments

[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 runn

[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 p

[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 a

[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 string

[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. Passing

[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 I'

[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 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 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 work

[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 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 workaro

[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 wh

[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 chil

[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 #9718 Updated: Memory leak when passing String values into methods through COM

2001-03-14 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 Disregard my previous example with the classes. I've just tried a test without using classes and it still leaks memory. Consider example belo

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

2001-03-14 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 On that note, changing code to below also leaks memory. Variables html_example_test01, etc are declared as public static variables in the COM

[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(): and Both performed poorly, which is why I'm submitting this report. At the moment, I've changed my co

[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), and will be

[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'

[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 read:

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

2001-04-10 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 PROTECTED]

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

2001-04-10 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: http:/

[PHP-DEV] Bug #10322 Updated: Logical error in fopen-wrappers.c

2001-04-16 Thread jason
ID: 10322 Updated by: jason Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: PHP options/info functions PHP Version: 4.0.4pl1 Assigned To: Comments: This is almost an exact copy of a patch I had submitted in October of 2000.(before I became a contributor). http

[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 XML

[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: Open(OLEDB_CONNECTION_STRING); $command = "SELECT * from employe

[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 encounte

[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 tha

[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 #11843 Updated:

2001-07-02 Thread jason
ID: 11843 Updated by: jason Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Feature/Change Request Operating system: PHP Version: Earlier? Upgrade first! Assigned To: Comments: Stop it! 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 Bug Type: PHP options/info functions Operating system: PHP Version: 4.0.6 Assigned To: Comments: This is not a bug, include calls a file open operation, and as such must be in the open_basedir path

[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 be

[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 ni

[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 -- Edit bug report at: http://bugs.php.net/?id=12523&edit=1 -- PHP Development Mailing List To u

[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, popu

[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 bo

[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 on

[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] 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 bui

[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_

[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: T

[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, 1

[PHP-DEV] multiple keyword text box

2002-09-04 Thread Jason
Hi, What is the necessary code to return a recordset from a single text box with more than one keyword in it (like most search engines do)? Thanks -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Extending PHP and the STL

2001-01-12 Thread Jason Lee
to C 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 Devel

[PHP-DEV] im back

2001-01-15 Thread Jason Greene
After being completely overwhelmed with work, and being on vacation for quite a while, I can now join in on all the fun. Judging by the size of my php-dev mailbox, I've missed quite a bit. Jason -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAI

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 P

[PHP-DEV] Could someone add me to the ACL please

2001-01-19 Thread Jason Greene
Hey I just noticed that while I was gone, acls were implemented. Could I be added to the developer ACL? 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 th

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

2001-01-19 Thread Jason Greene
"); 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

[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 t

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

2001-01-22 Thread Jason Greene
I looked at the demo, I must say it looks great. How long do you think it will be before the 1st release? Jason - Original Message From: "Anil Madhavapeddy" <[EMAIL PROTECTED]> To: "php-dev mailinglist" <[EMAIL PROTECTED]>; "Sebastian Bergma

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]>; <

[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 th

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

2001-01-29 Thread Jason Greene
cat /proc//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]> > C

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]>; <[EM

[PHP-DEV] safe_mode redesign

2001-02-01 Thread Jason Greene
extensions (gd, oracle, etc) the ability to access the needed datafiles without failing a safe_mode check. Any comments, suggestions, other ideas? -Jason -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

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

2001-02-05 Thread Jason Greene
mance may be improved because fewer page faults will be generated when the shared library code is already in memory. However, there is a performance cost in calls to shared library routines of one to eight instructions. Jason Zeev Suraski wrote: > > Why would using DSO re

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

2001-02-06 Thread Jason Greene
Wow you're right. I stand corrected. You think I would have an understanding of fork..one of the most basic unix system principals. Jason - Original Message - From: "Zeev Suraski" <[EMAIL PROTECTED]> To: "Jason Greene" <[EMAIL PROTECTED]>

[PHP-DEV] Re: safe_mode redesign

2001-02-06 Thread Jason Greene
ental 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 PROTECTED]> To: "Jason Greene&qu

[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

[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: include

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
and that really shouldn't 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 G

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é L

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

2001-02-20 Thread Jason Greene
gt; > I wouldn't have a use for that function personally, but I can't say the > same for others... I could think of a use for this if you were consistently traversing through a very large array, and you wanted to push and pop starting positions. -Jason -- PHP Development Mailin

Re: [PHP-DEV] PHP 4.0 Bug #9389 Updated: File names with '-' causes problems

2001-02-22 Thread Jason Greene
Why would -'s cause problems? - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 22, 2001 1:12 PM Subject: [PHP-DEV] PHP 4.0 Bug #9389 Updated: File names with '-' causes problems > ID: 9389 > Updated by: hholzgra > Reported By: [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 progra

[PHP-DEV] OO overloading

2001-03-06 Thread Jason Greene
th it , and I 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] PHP 4.0 Bug #9477 Updated: Object is destroyed before references all released

2001-03-08 Thread Jason Greene
god what an ass you shouldn't have helped him Andre :) -Jason - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 08, 2001 7:55 PM Subject: [PHP-DEV] PHP 4.0 Bug #9477 Updated: Object is destroyed before references all rele

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 PROTECT

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

2001-03-09 Thread Jason Greene
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:4

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

2001-03-12 Thread Jason Greene
strlcpy, and strlcat are in the win32 build (main/strlcat.c main/strlcpy.c) why dont you malloc a buffer that would fit the sprintf data, and then strlcpy the size restriction? -Jason - Original Message - From: "Andrei Zmievski" <[EMAIL PROTECTED]> To: "Zeev Suras

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

2001-03-12 Thread Jason Greene
s feature : ) -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,

[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 a

[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 leakin

[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 p

[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

  1   2   3   4   >