[PHP-DEV] Bug #15271: Unable to compile because of /usr/ccs/lib/libgen.a

2002-01-28 Thread zigazou
From: [EMAIL PROTECTED] Operating system: UnixWare 7.1.1 PHP version: 4.1.1 PHP Bug Type: Compile Failure Bug description: Unable to compile because of /usr/ccs/lib/libgen.a Hi ! We are working with this : - IBM NetFinity 5100, bi-processor Pentium III - UnixWare 7.1.1

[PHP-DEV] Bug #15270: make install fails

2002-01-28 Thread zigazou
From: [EMAIL PROTECTED] Operating system: UnixWare 7.1.1 PHP version: 4.1.1 PHP Bug Type: Compile Failure Bug description: make install fails Hi ! We are working with this : - IBM NetFinity 5100, bi-processor Pentium III - UnixWare 7.1.1 with loads of patches - Apache

[PHP-DEV] Bug #15269: Reproducible random segmentation fault when connecting to a database

2002-01-28 Thread zigazou
From: [EMAIL PROTECTED] Operating system: UnixWare 7.1.1 PHP version: 4.1.1 PHP Bug Type: Informix related Bug description: Reproducible random segmentation fault when connecting to a database Hi ! We are working with this : - IBM NetFinity 5100, bi-processor Pentium III

Re: [PHP-DEV] TML++

2002-01-28 Thread James Moore
> On Mon, 2002-01-28 at 06:16, Joey Smith wrote: > > On Saturday, Jan. 26th, at 11:36am MST my son, Joseph Clark Smith, > > Jr. was born. He is 19.5" in length and 7 lbs. 5 oz. > > > > More pictures later, but here's on to start with: > > http://www.joeysmith.com/~joey/jj.jpg > > Congratulations

[PHP-DEV] Bug #12127 Updated: Function fgetcsv() lost some letters

2002-01-28 Thread bitlz
ID: 12127 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: No Feedback Status: Closed Bug Type: Filesystem function related Operating System: Windows 2000 Professional PHP Version: 4.0.6 New Comment: on 4.1.1 all ok. Previous Comments: --

[PHP-DEV] Bug #15261 Updated: failes to configure

2002-01-28 Thread markonen
ID: 15261 Updated by: markonen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Bug Type: Compile Failure Operating System: SuSE linux kernel 2.4.4. PHP Version: 4.0CVS-2002-01-28 Old Assigned To: Assigned To: markonen New Comment: I don't know why your C++ installation isn't wor

[PHP-DEV] Bug #15268 Updated: remove a 2 dimension array and the problem on array count

2002-01-28 Thread georg
ID: 15268 Updated by: georg Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Arrays related Operating System: window NT PHP Version: 4.0.6 New Comment: In your sample you removed 2nd dimensions from $e, not first, so $e[1] is an empty array. e.g. vardump($e): array(2)

[PHP-DEV] Bug #13289 Updated: array_map segfault

2002-01-28 Thread mikemc-phpbugreport
ID: 13289 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Assigned Bug Type: Arrays related Operating System: Linux version 2.2.15pre3 (benh@s PHP Version: 4.0.6 Assigned To: andrei New Comment: I have experienced this problem as well, but i

[PHP-DEV] Bug #15268: remove a 2 dimension array and the problem on array count

2002-01-28 Thread desaloo
From: [EMAIL PROTECTED] Operating system: window NT PHP version: 4.0.6 PHP Bug Type: Arrays related Bug description: remove a 2 dimension array and the problem on array count hello : i have a problem on remove 2 dimension array in which the count of array still is same as

[PHP-DEV] Bug #15267 Updated: declare makes apacke crahs burn and die!!

2002-01-28 Thread yohgaki
ID: 15267 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Reproducible crash Operating System: win 98 PHP Version: 4.1.1 New Comment: It seems this is fixed. Your script does not crash on my Linux Please reopen if you still have problem with 4.2.0

[PHP-DEV] Bug #15252 Updated: ImageCreateJPEG() crashes server

2002-01-28 Thread elixer
ID: 15252 Updated by: elixer Old Summary: IMAGECREATEJPEG CRASHES SERVER Reported By: [EMAIL PROTECTED] Status: Open Bug Type: GD related Operating System: WIN2000 PHP Version: 4.1.1 New Comment: Update summary (can't read all caps). Previous Comments: --

[PHP-DEV] Bug #15267: declare makes apacke crahs burn and die!!

2002-01-28 Thread ferguson
From: [EMAIL PROTECTED] Operating system: win 98 PHP version: 4.1.1 PHP Bug Type: Reproducible crash Bug description: declare makes apacke crahs burn and die!! Apache crashes, burns and dies when i copy and paste the first “declare” example in the php documentation do

[PHP-DEV] Re: PHP_INI USER|PERDIR|SYSTEM|ALL

2002-01-28 Thread Yasuo Ohgaki
Philip Olson wrote: > Looking through main/main.c it lists many configuration > directives as PHP_INI_ALL when in the real world this is > not the case. > > For example, register_globals entry is: > > STD_PHP_INI_BOOLEAN("register_globals", "1", PHP_INI_ALL, > OnUpdateBool, register_globals,

[PHP-DEV] Re: Bug #8685 Updated: Here-Syntax problem

2002-01-28 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: > ID: 8685 > Updated by: philip > Reported By: [EMAIL PROTECTED] > Old Status: Closed > Status: Open > Bug Type: Feature/Change Request > PHP Version: 4.0.4 > New Comment: > > I like this feature request, so am reopening it :) Until someone > replies with a definitive res

[PHP-DEV] Bug #13610 Updated: heredoc: any chars (even white space) after closing ";" causes error

2002-01-28 Thread torben
ID: 13610 Updated by: torben Old Summary: heredoc: any chars (even white space) after closing ";" causes error Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: Windows98 PHP Version: 4.0.6 New Comment: Yeesh. Scratch that. :) The issue remains but the

[PHP-DEV] Bug #13610 Updated: heredoc: any chars (even white space) after closing ";" causes error

2002-01-28 Thread torben
ID: 13610 Updated by: torben Old Summary: heredoc: any chars (even white space) after closing ";" causes error Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: Windows98 PHP Version: 4.0.6 New Comment: Here's a quick patch which just allows text *afte

Re: [PHP-DEV] PHP_INI USER|PERDIR|SYSTEM|ALL

2002-01-28 Thread Philip Olson
it'd be uber cool if this got a response or two ;-) > Looking through main/main.c it lists many configuration > directives as PHP_INI_ALL when in the real world this is > not the case. > > For example, register_globals entry is: > > STD_PHP_INI_BOOLEAN("register_globals", "1", PHP_INI_ALL, >

[PHP-DEV] Bug #8685 Updated: Here-Syntax problem

2002-01-28 Thread philip
ID: 8685 Updated by: philip Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: Feature/Change Request PHP Version: 4.0.4 New Comment: I like this feature request, so am reopening it :) Until someone replies with a definitive response as to why such heredoc spacing is require

[PHP-DEV] Bug #13533 Updated: new function

2002-01-28 Thread e
ID: 13533 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0.6 New Comment: strset("This is a sample haystack", "ixbt") returns 3 because "i" was found in the haystack. st

[PHP-DEV] Bug #15242 Updated: PHP functions as extensions for libxslt

2002-01-28 Thread yohgaki
ID: 15242 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request PHP Version: 4.1.1 New Comment: I don't use it (yet), but it's in PHP now. Previous Comments:

[PHP-DEV] Bug #14710 Updated: Please either change include/require/virtual directive, or create new one!

2002-01-28 Thread yohgaki
ID: 14710 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Feature/Change Request PHP Version: 4.0.6 Edit this bug report at http://bugs.php.net/?id=14710&edit=1 -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PRO

[PHP-DEV] Bug #14574 Updated: exit() and its annoying output

2002-01-28 Thread yohgaki
ID: 14574 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Analyzed Status: Closed Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0.6 Assigned To: derick New Comment: Closed :) Previous Comments:

[PHP-DEV] Bug #12978 Updated: Multiple isset

2002-01-28 Thread yohgaki
ID: 12978 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: linux PHP Version: 4.0.6 New Comment: Implemented. Previous Comments: [2001-0

[PHP-DEV] Bug #13226 Updated: Add a session_lock function

2002-01-28 Thread yohgaki
ID: 13226 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0.6 New Comment: You can do it with database that supports transaction. Or use semaphore. With multiple web servers, it does wo

[PHP-DEV] Bug #13533 Updated: new function

2002-01-28 Thread yohgaki
ID: 13533 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0.6 New Comment: Could you explain more clearly with examples? Previous Comments: --

[PHP-DEV] Bug #13434 Updated: Interface to PQrequestCancel() function

2002-01-28 Thread yohgaki
ID: 13434 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: linux PHP Version: 4.0.6 New Comment: Will be in 4.2.0 Previous Comments: [20

[PHP-DEV] Bug #12735 Updated: Shorthand for X ? X : Y

2002-01-28 Thread yohgaki
ID: 12735 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request PHP Version: 4.0.6 New Comment: Won't change You can use "or"/"and" also. Previous Comments: -

[PHP-DEV] Bug #11982 Updated: session_expires()

2002-01-28 Thread yohgaki
ID: 11982 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Bug Type: Feature/Change Request Operating System: Windows2000 PHP Version: 4.0.6 Old Assigned To: Assigned To: yohgaki Edit this bug report at http://bugs.php.net/?id=11982&edit=1 -- PHP Developme

[PHP-DEV] Bug #11958 Updated: session_register_method() needed

2002-01-28 Thread yohgaki
ID: 11958 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: All PHP Version: 4.0.6 New Comment: Won't change. Previous Comments: [2

[PHP-DEV] Bug #11507 Updated: Function within a function namespace

2002-01-28 Thread yohgaki
ID: 11507 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: FreeBSD PHP Version: 4.0.5 New Comment: ZendEngine2 supports namespaces. Functions within function namespace will not be required with namespace. Prev

[PHP-DEV] Bug #11601 Updated: E_NOTICE produces a Warning

2002-01-28 Thread yohgaki
ID: 11601 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: all PHP Version: 4.0.5 New Comment: It seems fixed at least in ZE2 Previous Comments: -

[PHP-DEV] Bug #11409 Updated: Debug function: get caller function stack

2002-01-28 Thread yohgaki
ID: 11409 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Feature/Change Request Operating System: (all) PHP Version: 4.0.5 New Comment: Use APD for now. Previous Comments:

[PHP-DEV] Bug #11597 Updated: File I/O on large files is near impossible with PHP

2002-01-28 Thread yohgaki
ID: 11597 Updated by: yohgaki Old Summary: Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0.5 New Comment: DIO extension (Direct IO) will do it nicely Previous Comments:

[PHP-DEV] Bug #11399 Updated: By Reference

2002-01-28 Thread yohgaki
ID: 11399 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Feature/Change Request Operating System: Linux, Debian PHP Version: 4.0.5 New Comment: Call time reference is obsolete. Do not use. But pass by reference will be forever. Previous Comments: --

[PHP-DEV] Bug #15260 Updated: file_exists doesn't work with 2G+ files

2002-01-28 Thread wweng
ID: 15260 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: *Directory/Filesystem functions Operating System: Linux PHP Version: 4.0.5 New Comment: >From what I had been researching on google, compiling a package with uniformed 64 bits I/O functions requires

[PHP-DEV] Bug #11142 Updated: '::' for object variables. Static code

2002-01-28 Thread yohgaki
ID: 11142 Updated by: yohgaki Old Summary: '::' for object variables. Static code Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: all PHP Version: 4.0.5 New Comment: Will be in ZE2 Previous Comments: -

[PHP-DEV] Bug #10940 Updated: ((true) && (true)) to return bool

2002-01-28 Thread yohgaki
ID: 10940 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: win2k PHP Version: 4.0.5 New Comment: It works now. (I'm using ZE2, but I think it is the same in ZE1) Previous Comments: -

[PHP-DEV] Bug #10203 Updated: foreach weakness

2002-01-28 Thread yohgaki
ID: 10203 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: all PHP Version: 4.0.4pl1 New Comment: foreach ($arr as $key => $val) Previous Comments:

[PHP-DEV] Bug #15260 Updated: file_exists doesn't work with 2G+ files

2002-01-28 Thread mrobinso
ID: 15260 Updated by: mrobinso Old Summary: file_exists doesn't work with 2G+ files Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: *Directory/Filesystem functions Operating System: Linux PHP Version: 4.0.5 New Comment: If the OS is compiled and installed on a 64 bit system, or with la

[PHP-DEV] Bug #9136 Updated: simple script with infinite function calls causes seg fault

2002-01-28 Thread yohgaki
ID: 9136 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Analyzed Status: Closed Bug Type: Feature/Change Request Operating System: red hat 7.0 PHP Version: 4.0.4pl1 New Comment: It's users responsibility to make sure script does not exeute forever. Won't change. If PHP segfaul

[PHP-DEV] Bug #8685 Updated: Here-Syntax problem

2002-01-28 Thread yohgaki
ID: 8685 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request PHP Version: 4.0.4 New Comment: Many script languages that support here doc syntax require closing tag at col 1. Won't change. Previous Comments:

[PHP-DEV] Bug #15266: segfault when CR in URL and no CR in body

2002-01-28 Thread csmall
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.1 PHP Bug Type: Reproducible crash Bug description: segfault when CR in URL and no CR in body I have a file, test.php, like this: "; ?> No CR, nothing else in there. If I do: lynx -dump 'http:

[PHP-DEV] Bug #7440 Updated: Print function calling stack

2002-01-28 Thread yohgaki
ID: 7440 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: anyone PHP Version: 4.0.3pl1 New Comment: Use APD for now. (It's not standard extension though...) http://apd.communityconnect.com/ Previous Comments: ---

[PHP-DEV] Bug #6602 Updated: Failure to warn of duplicate class methods

2002-01-28 Thread yohgaki
ID: 6602 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0 New Comment: This is filed as critical bug now. (NOT FIXED YET) Closing this one. Previous Comments: ---

[PHP-DEV] Bug #6859 Updated: Need for a conversion table like HTMLENTITIES but with ASCII values.

2002-01-28 Thread yohgaki
ID: 6859 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0.2 New Comment: You can do more complicated thing with mbstring functions. Previous Comments: ---

[PHP-DEV] Bug #15265: printing of mssql 'bit' value crashes script

2002-01-28 Thread shawn
From: [EMAIL PROTECTED] Operating system: Linux 2.4.2-2smp Redhat7.1 PHP version: 4.1.1 PHP Bug Type: MSSQL related Bug description: printing of mssql 'bit' value crashes script outputing a bit field via print, echo, or var_dump causes the process to go defunct. --setup i

[PHP-DEV] Bug #6775 Updated: Allow as shortcut under XML with short_tags off

2002-01-28 Thread yohgaki
ID: 6775 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: Linux 2.2.17 PHP Version: 4.0.1pl2 New Comment: This will not be changed. BTW, you may want to use echo "" . Previous Comments: -

[PHP-DEV] Bug #6368 Updated: Bitwise NOT does not work

2002-01-28 Thread yohgaki
ID: 6368 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: Linux 2.2.16 PHP Version: 4.0.1pl2 New Comment: Is this feasible? I think it's not, unless we support unsinged int/long type.. And it will be more

[PHP-DEV] Bug #6446 Updated: Session Array Variable Append

2002-01-28 Thread yohgaki
ID: 6446 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: Linux 2.0.36 PHP Version: 4.0.1pl2 New Comment: Won't change Previous Comments:

[PHP-DEV] Bug #6642 Updated: Userspace exploit crashes web-serving machine

2002-01-28 Thread yohgaki
ID: 6642 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Feature/Change Request Operating System: Debian/Linux kernel 2.2.17 PHP Version: 4.0.2 New Comment: Including script itself is perfectly valid just like recursive function call. It's user's resp

[PHP-DEV] Bug #6714 Updated: email validation function

2002-01-28 Thread yohgaki
ID: 6714 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Feature/Change Request Operating System: Linux/NT PHP Version: 4.0.2 New Comment: Please implement these in PHP script. Previous Comments: ---

[PHP-DEV] Bug #9170 Updated: session_start() session_resume() session_create()

2002-01-28 Thread yohgaki
ID: 9170 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Feature/Change Request Operating System: linux PHP Version: 4.0.4pl1 New Comment: I made this bogus, please ask why in php-general. Previous Comments: ---

[PHP-DEV] Bug #9108 Updated: ini_get_all()

2002-01-28 Thread yohgaki
ID: 9108 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: * PHP Version: 4.0 Latest CVS (05/02/2001) New Comment: Implemented Previous Comments: -

[PHP-DEV] Bug #15250 Updated: Can't Load PHP4APACHE.DLL

2002-01-28 Thread taufikp
ID: 15250 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Apache related Operating System: Windows 98 SE PHP Version: 4.1.1 New Comment: I did move the new php4ts.dll, and still got that darn message. I even tried to uninstall and installing Apache twice, and

[PHP-DEV] Re: Bug #3830 Updated: Function to timeout/break off a function

2002-01-28 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > I agree. I'm not sure if this should be implemented as > basic feature or not. IMO, timeout feature is better(easier) > to implement function by function. One more comment on this. Whoever implements general timeout feature, please consider about how resources/lib functions

[PHP-DEV] Bug #15193 Updated: Module loads but does not work

2002-01-28 Thread stephen
ID: 15193 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Dynamic loading Operating System: solaris 2.8 PHP Version: 4.1.1 New Comment: So where to now? Do I pass this on to the httpd team? Down grade to httpd 1.3? It seems ot

[PHP-DEV] Re: Bug #3830 Updated: Function to timeout/break off a function

2002-01-28 Thread Yasuo Ohgaki
Wico De Leeuw wrote: > Hiya, > > thats not true... register_tcik_function is for between 2 instructions > (lines?) and will not break into a long takeing mysql_select > (correct me if i'm wrong) I think so, too :) If reporter is intended selectively timeout while script is executing, tick funct

Re: [PHP-DEV] Re: Bug #3830 Updated: Function to timeout/break offa function

2002-01-28 Thread Lars Torben Wilson
On Mon, 2002-01-28 at 15:08, Wico de Leeuw wrote: > Hiya, > > thats not true... register_tcik_function is for between 2 instructions > (lines?) and will not break into a long takeing mysql_select > (correct me if i'm wrong) > > But i still think that such a function will improve php > > Greetz,

[PHP-DEV] Re: Bug #3830 Updated: Function to timeout/break off a function

2002-01-28 Thread Wico de Leeuw
Hiya, thats not true... register_tcik_function is for between 2 instructions (lines?) and will not break into a long takeing mysql_select (correct me if i'm wrong) But i still think that such a function will improve php Greetz, Wico At 21:54 28-1-2002 +, Bug Database wrote: >ATTENTION! D

[PHP-DEV] Bug #15259 Updated: PHP fails if RLimitMEM directive is used

2002-01-28 Thread rparish
ID: 15259 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Apache related Operating System: RedHat Linux 7.2 PHP Version: 4.0.6 New Comment: I can't just use PHP Limit.. I need to be able to LIMIT the resources on Memory for other things (Perl, FrontPage,

[PHP-DEV] Bug #3830 Updated: Function to timeout/break off a function

2002-01-28 Thread torben
ID: 3830 Updated by: torben Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: Feature/Change Request Operating System: linux Old PHP Version: 4.0 Beta 4 Patch Level 1 PHP Version: 4.2.0-dev New Comment: No, you can't. :) The ticks stuff won't stop a function which is tied

[PHP-DEV] Bug #15264: unable to include self when loaded as module

2002-01-28 Thread tgjackal
From: [EMAIL PROTECTED] Operating system: Win98se PHP version: 4.1.1 PHP Bug Type: *Configuration Issues Bug description: unable to include self when loaded as module On Apache 1.3.22 with PHP 4.1.1 as module, when include_path is set, whatever the path, always gives simil

[PHP-DEV] Bug #15259 Updated: PHP fails if RLimitMEM directive is used

2002-01-28 Thread yohgaki
ID: 15259 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Apache related Operating System: RedHat Linux 7.2 PHP Version: 4.0.6 New Comment: This cannot be implemented. Use PHP memory limit. Previous Comments: -

[PHP-DEV] Bug #5301 Updated: cosmetic change in phpinfo() output

2002-01-28 Thread torben
ID: 5301 Updated by: torben Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: Feature/Change Request Old PHP Version: 4.0 Latest CVS (01/07/2000) PHP Version: 4.2.0-dev New Comment: No, it hasn't been fixed. Maybe we should check these things before closing the bugs? ;) An

[PHP-DEV] small question

2002-01-28 Thread Robbert Muller
hi, i'm currently starting on working on objects in to sessions. and i want to know something for sure, which i could findout in de source. on session resume is this the steps which a session variable go tru ? * deserialize object * cast to right type * run object->__wakeup * register object by

[PHP-DEV] small question

2002-01-28 Thread Robbert Muller
hi, i'm currently starting on working on objects in to sessions. and i want to know something for sure, which i could findout in de source. on session resume is this the steps which a session variable go tru ? * deserialize object * cast to right type * run object->__wakeup * register object by

Re: [PHP-DEV] TML++

2002-01-28 Thread Stig S. Bakken
On Mon, 2002-01-28 at 06:16, Joey Smith wrote: > On Saturday, Jan. 26th, at 11:36am MST my son, Joseph Clark Smith, > Jr. was born. He is 19.5" in length and 7 lbs. 5 oz. > > More pictures later, but here's on to start with: > http://www.joeysmith.com/~joey/jj.jpg Congratulations! May you find

[PHP-DEV] Bug #15258 Updated: memory_limit does not work

2002-01-28 Thread yohgaki
ID: 15258 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *Graphics related Operating System: Linux PHP Version: 4.1.0 New Comment: Works for me. --enable-memory-limit is missing when you configure. Previous Comments:

[PHP-DEV] Bug #5560 Updated: php.ini-optizimized install instructions

2002-01-28 Thread yohgaki
ID: 5560 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Feature/Change Request Operating System: All PHP Version: 4.0.1pl2 New Comment: Should be ok now Previous Comments: [2002-01-28 17:15:03

[PHP-DEV] Bug #5560 Updated: php.ini-optizimized install instructions

2002-01-28 Thread yohgaki
ID: 5560 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: All PHP Version: 4.0.1pl2 New Comment: Should be ok now Previous Comments: [20

[PHP-DEV] Bug #5301 Updated: cosmetic change in phpinfo() output

2002-01-28 Thread yohgaki
ID: 5301 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request PHP Version: 4.0 Latest CVS (01/07/2000) New Comment: It think it's done, isn't? Previous Comments: --

[PHP-DEV] Bug #5127 Updated: can

2002-01-28 Thread yohgaki
ID: 5127 Updated by: yohgaki Old Summary: can´t use anything but a simple string with new (and var) Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Feature/Change Request Operating System: win2000/all PHP Version: 4.0 Latest CVS (19/06/2000) New Comment: These will not be

[PHP-DEV] Bug #4548 Updated: Sysloging and Error Reporting

2002-01-28 Thread yohgaki
ID: 4548 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0 Release Candidate 2 New Comment: This can be done with user defiened error handler. Previous Comments: --

[PHP-DEV] Bug #3830 Updated: Function to timeout/break off a function

2002-01-28 Thread yohgaki
ID: 3830 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Analyzed Status: Closed Bug Type: Feature/Change Request Operating System: linux PHP Version: 4.0 Beta 4 Patch Level 1 New Comment: register_tick_function() can be used. Previous Comments: --

[PHP-DEV] Bug #3551 Updated: base_convert()

2002-01-28 Thread yohgaki
ID: 3551 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: Linux 2.2.14 PHP Version: 4.0 New Comment: Implemented Previous Comments: [200

[PHP-DEV] Bug #15262 Updated: openssl_pkcs7_verify segfaults (patch included...)

2002-01-28 Thread chregu
ID: 15262 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: OpenSSL related Operating System: debian unstable PHP Version: 4.0CVS-2002-01-28 New Comment: mmmh, it's openssl_pkcs7_sign, not openssl_pkcs7_verify chregu Previous Comments: --

[PHP-DEV] Bug #3293 Updated: You can't put multiple prepend/append files

2002-01-28 Thread yohgaki
ID: 3293 Updated by: yohgaki Old Summary: You can't put multiple prepend/append files Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0 New Comment: Is this really needed? Since files can be included/required from prepend/append

[PHP-DEV] Bug #3276 Updated: Add PGP support

2002-01-28 Thread yohgaki
ID: 3276 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Bug Type: Feature/Change Request PHP Version: 4.0 Old Assigned To: Assigned To: yohgaki New Comment: I need it too :) Assign to me Previous Comments: -

[PHP-DEV] Bug #3149 Updated: Unable to pass "-" or "+" as parameter when running as command-line

2002-01-28 Thread yohgaki
ID: 3149 Updated by: yohgaki Old Summary: Unable to pass "-" or "+" as parameter when running as command-line Reported By: [EMAIL PROTECTED] Old Status: Analyzed Status: Closed Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0 Beta 3 New Comment: I guess this is already do

[PHP-DEV] Bug #3101 Updated: safe mode also with GID

2002-01-28 Thread yohgaki
ID: 3101 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0 Previous Comments: [2000-01-04 16:29:43] [EMAIL PROTECTE

[PHP-DEV] EXTENSIONS file & XSLT

2002-01-28 Thread Lars Torben Wilson
The EXTENSIONS file doesn't appear to have been updated to mention the new xslt extension which replaced Sablotron. Could someone with sufficient karma commit this? Thanks. Index: EXTENSIONS === RCS file: /repository/php4/EXTENSION

[PHP-DEV] Bug #15262: openssl_pkcs7_verify segfaults (patch included...)

2002-01-28 Thread chregu
From: [EMAIL PROTECTED] Operating system: debian unstable PHP version: 4.0CVS-2002-01-28 PHP Bug Type: OpenSSL related Bug description: openssl_pkcs7_verify segfaults (patch included...) Not much to say. subject says it all. see patch. Index: openssl.c

[PHP-DEV] Bug #15261 Updated: failes to configure

2002-01-28 Thread d . a . roozemond
ID: 15261 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: SuSE linux kernel 2.4.4. PHP Version: 4.0CVS-2002-01-28 New Comment: gcc -dumpversion gives: 2.95.3 Previous Comments: ---

[PHP-DEV] Bug #15261: failes to configure

2002-01-28 Thread d . a . roozemond
From: [EMAIL PROTECTED] Operating system: SuSE linux kernel 2.4.4. PHP version: 4.0CVS-2002-01-28 PHP Bug Type: Compile Failure Bug description: failes to configure Hi, it's very well possible this bug is fixed by the time you read it, but i thought i'd report it anyway. Th

[PHP-DEV] Bug #15260 Updated: file_exists doesn't work with 2G+ files

2002-01-28 Thread wweng
ID: 15260 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: *Directory/Filesystem functions Operating System: Linux PHP Version: 4.0.5 New Comment: I believe I had found the reason of this bug. file_exists function ultimately calls VCWD_STAT function defin

[PHP-DEV] Bug #15238 Updated: imap_search() does not support search criteria SENTSINCE

2002-01-28 Thread oliver
ID: 15238 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: IMAP related Operating System: RedHat Linux 7.2 PHP Version: 4.0.6 New Comment: It seems that in: ext/imap/php_imap.c line 2587 PHP_FUNCTION(imap_sort) there is a call for IMAP4 search in the call

[PHP-DEV] Bug #15260 Updated: file_exists doesn't work with 2G+ files

2002-01-28 Thread wweng
ID: 15260 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: *Directory/Filesystem functions Operating System: Linux PHP Version: 4.0.5 New Comment: Can not seem to find the RPM(php-4.1.1) for Redhat 7.2. :( There is no build environment on testing machines

[PHP-DEV] Bug #15260 Updated: file_exists doesn't work with 2G+ files

2002-01-28 Thread jan
ID: 15260 Updated by: jan Old Summary: file_exists doesn't work with 2G+ files Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: *Directory/Filesystem functions Operating System: Linux PHP Version: 4.0.5 New Comment: and then again, can you please test with a more recent

Re: [PHP-DEV] HTTP Response Headers using iPlanet

2002-01-28 Thread Jan Lehnardt
Hi, On Mon, 28 Jan 2002 18:12:43 -0200 Alexandre Ferreira Novello <[EMAIL PROTECTED]> wrote: > How can I retrieve the HTTP Response Headers using iPlanet or a > idependent SAPI function? > > For example, supose there is a function called response_header() this kind of question is to be asked on

[PHP-DEV] Bug #15260 Updated: file_exists doesn't work with 2G+ files

2002-01-28 Thread wweng
ID: 15260 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Directory/Filesystem functions Operating System: Linux PHP Version: 4.0.5 New Comment: Where can I (and how do I) get the source code to file_exists function? Previous Comments: --

[PHP-DEV] Bug #15260 Updated: file_exists doesn't work with 2G+ files

2002-01-28 Thread wweng
ID: 15260 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Directory/Filesystem functions Operating System: Linux PHP Version: 4.0.5 New Comment: Actually, I do have a 4Gig file on the file system. (Since we used the 64bit file operation for our software on all

[PHP-DEV] HTTP Response Headers using iPlanet

2002-01-28 Thread Alexandre Ferreira Novello
How can I retrieve the HTTP Response Headers using iPlanet or a idependent SAPI function? For example, supose there is a function called response_header() If I write a script like this: I would like to have a result like this: array(2) { ["X-Powered-By"]=> string(12) "PHP/4.0.3pl1"

[PHP-DEV] Bug #15260 Updated: file_exists doesn't work with 2G+ files

2002-01-28 Thread wweng
ID: 15260 User updated by: [EMAIL PROTECTED] Old Summary: file_exists doesn't work with 2G+ files Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: *Directory/Filesystem functions Operating System: Linux PHP Version: 4.0.5 Previous Comments: -

[PHP-DEV] Bug #15260 Updated: file_exists doesn't work with 2G+ files

2002-01-28 Thread jan
ID: 15260 Updated by: jan Old Summary: file_exists doesn't work with 2G+ files Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Feedback Bug Type: *Directory/Filesystem functions Operating System: Linux PHP Version: 4.0.5 New Comment: how can he have a file of 4GB if his filesystem does n

[PHP-DEV] Bug #15260 Updated: file_exists doesn't work with 2G+ files

2002-01-28 Thread mrobinso
ID: 15260 Updated by: mrobinso Old Summary: file_exists doesn't work with 2G+ files Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Bogus Bug Type: *Directory/Filesystem functions Operating System: Linux PHP Version: 4.0.5 New Comment: This is a limitation of the filesystem (and linux

[PHP-DEV] Bug #15260 Updated: file_exists doesn't work with 2G+ files

2002-01-28 Thread jan
ID: 15260 Updated by: jan Old Summary: file_exists doesn't work with 2G+ files Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: *Directory/Filesystem functions Operating System: Linux PHP Version: 4.0.5 New Comment: can you please test either PHP 4.1.1 (latest release) o

[PHP-DEV] Bug #15260: file_exists doesn't work with 2G+ files

2002-01-28 Thread wweng
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.5 PHP Bug Type: *Directory/Filesystem functions Bug description: file_exists doesn't work with 2G+ files I have a 4G file in /opt/incoming called /opt/incoming/bigpackage.pck I used if(file_exists("/opt/

Re: [PHP-DEV] php error_handling

2002-01-28 Thread brad lafountain
Man i love php more and more every day I only wish it didn't take me this long to find what i needed to do. if anyone cares you can set the zend_error_cb to what ever cb you want. wich will allow you to control all errors. zend_error_cb = my_new_cb; and all is good :).. If anyone wh

[PHP-DEV] Bug #15259: PHP fails if RLimitMEM directive is used

2002-01-28 Thread rparish
From: [EMAIL PROTECTED] Operating system: RedHat Linux 7.2 PHP version: 4.0.6 PHP Bug Type: Apache related Bug description: PHP fails if RLimitMEM directive is used I have php compiled as cgi and calling the php binary from apache via AddHandler. I have thousands of users

[PHP-DEV] Bug #15258: memory_limit does not work

2002-01-28 Thread hs
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.0 PHP Bug Type: *Graphics related Bug description: memory_limit does not work I am working with dynamic images and I have encountered the following problem: function genimage($xsize, $ysize) {

  1   2   >