[PHP-DEV] PHP 4.0 Bug #8706: Database handle corruption?

2001-01-14 Thread nathan
4.0.2 works perfectly fine. I see other bug reports on this, but I don't think I've seen one that points out it as a bug that affects both database functions. If you need me to, I can re-upgrade to provide examples that you can look at. --Nathan -- Edit Bug report at: http://bugs.p

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

2001-02-06 Thread nathan
From: [EMAIL PROTECTED] Operating system: red hat 7.0 PHP version: 4.0.4pl1 PHP Bug Type: Reproduceable crash Bug description: simple script with infinite function calls causes seg fault --- <% function a () { b(); } function b () { a(); } a(); %>

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

2001-02-06 Thread nathan
ID: 9136 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Feature/Change Request Description: simple script with infinite function calls causes seg fault I agree that recursion like this is not a good thing, it was an accidental bug in a very complex PHP module we we

[PHP-DEV] PHP 4.0 Bug #9195: Default class function arguments

2001-02-09 Thread nathan
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.2 PHP Bug Type: Feature/Change Request Bug description: Default class function arguments I'm requesting that the default function arguments for a class method be able to reference the class variable members in

[PHP-DEV] Bug #11738 Updated: Unresolved symbols in Apche DSO

2001-06-29 Thread nathan
ID: 11738 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Old-Bug Type: *Install and Config Bug Type: Documentation problem Operating system: MacOSX 10.0.4 PHP Version: 4.0.6 Description: Unresolved symbols in Apche DSO Re-opened and changed bug classification to "Documentation

[PHP-DEV] $REMOTE_ADDR subnet consistency?

2001-06-29 Thread Nathan
. Thank you for your brilliant insights to this question.   Nathan Cassano ContractJobHunter Web Developer  

[PHP-DEV] Bug #14083: missing yp documentation for some functions

2001-11-16 Thread nathan
From: [EMAIL PROTECTED] Operating system: n/a PHP version: 4.0.6 PHP Bug Type: Documentation problem Bug description: missing yp documentation for some functions The current documentation at php.net lists the following functions for the NIS/YP function set as: yp_get_

[PHP-DEV] Bug #15189: Segmentation fault __umoddi3

2002-01-23 Thread nathan
From: [EMAIL PROTECTED] Operating system: Suse Linux 2.2.19 - libc-2.1.3 PHP version: 4.1.1 PHP Bug Type: Verisign Payflow Pro related Bug description: Segmentation fault __umoddi3 Hi folks, I just added Payflow support to my setup and received the following errors.

[PHP-DEV] Bug #15189 Updated: Segmentation fault __umoddi3

2002-01-28 Thread nathan
ID: 15189 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Verisign Payflow Pro related Operating System: Suse Linux 2.2.19 - libc-2.1.3 PHP Version: 4.1.1 Edit this bug report at http://bugs.php.net/?id=15189&edit=1 -- PHP Development Mailing List

[PHP-DEV] Bug #12741: Array needle support for array search

2001-08-14 Thread nathan
From: [EMAIL PROTECTED] Operating system: Linux 2.2 PHP version: 4.0.5 PHP Bug Type: Feature/Change Request Bug description: Array needle support for array search I am requesting that the functions in_array and array_search support an array type for their needle arguments. T

[PHP-DEV] Bug #7930 Updated: List() constructor reference assignment

2001-10-29 Thread nathan
ID: 7930 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: Linux 2.2 PHP Version: 4.0.2 New Comment: This feature request has been in the bug database for more than a year now. Will this request ever be implemente

RE: [PHP-DEV] PHP 4.0 Bug #9253: Class constructors can't return values

2001-02-15 Thread Nathan Cassano
You can return a value from a class constructor. It's just not that obvious. class myclass { function myclass() { if($err){ $this = $err; return; } } } -Original Message- From: [EMAIL PROTE

[PHP-DEV] HTTP Bailout

2001-03-12 Thread Nathan Cassano
. Nathan -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Bug #11913: include() before sending headers causes hang

2001-07-05 Thread junk . nathan
From: [EMAIL PROTECTED] Operating system: Windows 98 PHP version: 4.0.6 PHP Bug Type: PWS related Bug description: include() before sending headers causes hang [contents of testinclude.php] some text [contents of myinclude.php] some included text This causes MS Personal

[PHP-DEV] ngettext on win32

2002-08-12 Thread Nathan Fredrickson
t.dsp (the win32 project file). Is this an oversight or is there a reason the plural gettext functions are not available in the win32 build of php? Thanks, nathan -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [Bug] MacOSX-10.0.4 Unresolved symbols in Apche DSO

2001-06-27 Thread nathan r. hruby
/srm.conf" Warning: Could not execute mail delivery program in /local/Web/sites/phpweb/bugs.php on line 419 Mail not sent! Please send this page in a mail to [EMAIL PROTECTED] manually. ---END: Bug entry -n -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- nathan hruby / digita

Re: [PHP-DEV] [Bug] MacOSX-10.0.4 Unresolved symbols in Apche DSO

2001-06-29 Thread nathan r. hruby
On Thu, 28 Jun 2001 [EMAIL PROTECTED] wrote: > Hello Nathan, > > please add --with-zlib to your configure line. It should work fine then. > Did that, worked fine, amened bug at bugs.php.net. Please add a warning for this in the INSTALL if the is a MacOSX specfic problem, or change

Re: [PHP-DEV] [Bug] MacOSX-10.0.4 Unresolved symbols in Apche DSO

2001-06-29 Thread nathan r. hruby
On Thu, 28 Jun 2001 [EMAIL PROTECTED] wrote: > On Thu, 28 Jun 2001, nathan r. hruby wrote: > > > On Thu, 28 Jun 2001 [EMAIL PROTECTED] wrote: > > > > > Hello Nathan, > > > > > > please add --with-zlib to your configure line. It should work fine then