Re: [PHP-DEV] Re: Bug #12480 Updated: array_merge_recursive() clobbers existing numeric keys

2001-08-06 Thread Andrei Zmievski
On Mon, 06 Aug 2001, Peter Lowe wrote: On Aug 06, Bug Database wrote: ID: 12480 Updated by: andrei Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Arrays related Operating System: FreeBSD PHP Version: 4.0.6 New Comment: array_merge* functions are

[PHP-DEV] Bug #12518 Updated: ocifreestatment doesn't free the Oracle cursor and so you run out of cursors

2001-08-06 Thread sniper
ID: 12518 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Bogus Bug Type: OCI8 related Operating System: Linux PHP Version: 4.0.6 New Comment: user error Previous Comments: [2001-08-06

Re: [PHP-DEV] Re: Bug #12480 Updated: array_merge_recursive() clobbers existing numeric keys

2001-08-06 Thread Peter Lowe
On Aug 06, Andrei Zmievski wrote: On Mon, 06 Aug 2001, Peter Lowe wrote: On Aug 06, Bug Database wrote: ID: 12480 Updated by: andrei Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Arrays related Operating System: FreeBSD PHP Version: 4.0.6

Re: [PHP-DEV] Re: Bug #12480 Updated: array_merge_recursive() clobbers existing numeric keys

2001-08-06 Thread Andrei Zmievski
On Mon, 06 Aug 2001, Peter Lowe wrote: I agree, you *should* preserve all elements of the input array in the output one, one of those elements being the key. it actually says on the man page: If, however, the arrays have the same numeric key, the later value will not

[PHP-DEV] Bug #12604: Fix one of the error messages in ./configure script

2001-08-06 Thread ryan
From: [EMAIL PROTECTED] Operating system: Solaris 2.8 PHP version: 4.0.6 PHP Bug Type: *Configuration Issues Bug description: Fix one of the error messages in ./configure script When ./configure finds a problem with the apxs script it tells you you have an error you need

Re: [PHP-DEV] Re: Bug #12480 Updated: array_merge_recursive() clobbers existing numeric keys

2001-08-06 Thread Peter Lowe
On Aug 06, Andrei Zmievski wrote: What would you have them start with? :) Imagine this scenario: $array1 = array('a', 'b', 'c'); $array2 = array(2='d', 3='e', 4='f'); $result = array_merge($array1, $array2); In this case, $result is: Array ( [0] = a

[PHP-DEV] Bug #12604 Updated: Fix one of the error messages in ./configure script

2001-08-06 Thread sniper
ID: 12604 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: *Configuration Issues Operating System: Solaris 2.8 PHP Version: 4.0.6 New Comment: fixed. Previous Comments:

[PHP-DEV] Bug #12605: in opposite to 4.0.5 images could not be displayed

2001-08-06 Thread d . brewka
From: [EMAIL PROTECTED] Operating system: Windows2000 PHP version: 4.0.6 PHP Bug Type: Ming related Bug description: in opposite to 4.0.5 images could not be displayed I Updated my PHP to V4.0.6, now i can not display JPEG Images in a swf file throught ming. Under 4.0.5

Re: [PHP-DEV] Re: Bug #12480 Updated: array_merge_recursive() clobbers existing numeric keys

2001-08-06 Thread Andrei Zmievski
On Mon, 06 Aug 2001, Peter Lowe wrote: this: would be: Array ( [0] = a [1] = b [2] = c [3] = e [4] = d [5] = f ) with e and d swapped round. any value in $array2 that already

[PHP-DEV] undefined symbol: zendtext

2001-08-06 Thread Jani Taskinen
I'm getting this with latest CVS. On apache startup. After Zeev's latest commits. I have tried a clean checkout too..no help. --Jani -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

[PHP-DEV] Bug #12596 Updated: Definition of array using constants in array doesn't work

2001-08-06 Thread jeroen
ID: 12596 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Class/Object related Operating System: Linux PHP Version: 4.0.5 New Comment: This isn't supposed to work (class-var initing is not allowed for non-scalar (for example array) values). It is

[PHP-DEV] PHP Developer position available--South San Francisco

2001-08-06 Thread Greg Landis
Hi, Not sure if this is the right place to post for this but wanted to give it a try. I work for CFN in South San Francisco and we are looking to add more talented PHP Application Developer to our small fun team. We are a stable private NON start-up NON dot.com company working in the oil

[PHP-DEV] Bug #12471 Updated: DCOM don't running

2001-08-06 Thread phanto
ID: 12471 Updated by: phanto Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: COM related Operating System: PHP Version: 4.0.5 Previous Comments: [2001-07-30 14:28:28] [EMAIL PROTECTED] Teste

[PHP-DEV] Bug #12606: require_once failing

2001-08-06 Thread chadwickr
From: [EMAIL PROTECTED] Operating system: Redhat Linux 6.2 / 2.2.14-5.0smp PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: require_once failing Throughout entire site require_once is used. It began showing Cannot redeclare foo() in /foo/bar.php on

[PHP-DEV] Bug #12607: undefined reference to gdImageGifCtx

2001-08-06 Thread mochaexpress
From: [EMAIL PROTECTED] Operating system: NetBSD/Alpha 1.5W PHP version: 4.0CVS-2001-08-06 PHP Bug Type: *Compile Issues Bug description: undefined reference to gdImageGifCtx # uname -a NetBSD ns01 1.5W NetBSD 1.5W (ALPHA-$Revision: 1.127.2.2 $) #5: Mon Jun 25 22:34:09 CDT

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c incomplete_class.c php_incomplete_class.h var.c /ext/wddx wddx.c

2001-08-06 Thread Sander Steffann
Hi, Deprecate dl()? I think it's one of the most useful functions... :) How so? I can understand that people get used to it, but it's really bad. extensions should be loaded in the php.ini file. There's really no good reason for using dl() over the php.ini method. I agree with you when

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c incomplete_class.c php_incomplete_class.h var.c /ext/wddx wddx.c

2001-08-06 Thread George Schlossnagle
In a few words: For a webserver: ban dl() For generic scripting: keep dl() What's really the point of protecting people from their stupidity. If you're going to keep it in the generic scripting engine (which I think has lots of value), why not keep it in the webserver engine as well. There

[PHP-DEV] Bug #12477 Updated: preg_replace evaluates dollar signs as variables (eg $1,000 becomes ,000)

2001-08-06 Thread Grant . Walters
ID: 12477 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: PCRE related Operating System: Linux and SCO PHP Version: 4.0.6 New Comment: Is it possible to ask that the this be included as a new feature? A switch to tell the PCRE engine? to ignore

[PHP-DEV] Bug #12477 Updated: preg_replace evaluates dollar signs as variables (eg $1,000 becomes ,000)

2001-08-06 Thread andrei
ID: 12477 Updated by: andrei Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: PCRE related Operating System: Linux and SCO PHP Version: 4.0.6 New Comment: If you don't want to use \n or $n substitution, then maybe you are better off using str_replace()? Previous Comments:

[PHP-DEV] Bug #12477 Updated: preg_replace evaluates dollar signs as variables (eg $1,000 becomes ,000)

2001-08-06 Thread andy
ID: 12477 Updated by: andy Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Old Bug Type: PCRE related Bug Type: Feature/Change Request Operating System: Linux and SCO PHP Version: 4.0.6 New Comment: reopened and reclassified as a feature request. Previous Comments:

[PHP-DEV] Bug #12477 Updated: preg_replace evaluates dollar signs as variables (eg $1,000 becomes ,000)

2001-08-06 Thread andrei
ID: 12477 Updated by: andrei Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: Linux and SCO PHP Version: 4.0.6 New Comment: To QA people (Andy): please don't be hasty. Previous Comments:

Re: [PHP-DEV] undefined symbol: zendtext

2001-08-06 Thread Adam Dickmeiss
On Mon, Aug 06, 2001 at 09:25:19PM +0200, Jani Taskinen wrote: I'm getting this with latest CVS. On apache startup. After Zeev's latest commits. I have tried a clean checkout too..no help. --Jani Removing a few lines fixes the Apache build... Index: zend_indent.c

[PHP-DEV] Re: Bug #12601: Error loading oci8.dll, a entry point is missing .

2001-08-06 Thread DSII-Area_Academica/ Cesar Enrique Salas Arbaiza
THE SOLUCTION IS TO WORK WITH OCI8.DLL FROM PHP 4.0.5 /PHP 4.0.1 IT'S 44 KBYTES.. -- Original Message -- From: PHP Bug Database [EMAIL PROTECTED] Date: 6 Aug 2001 15:50:28 - From: [EMAIL PROTECTED] Operating system: windows 2000

[PHP-DEV] CVS Account Request

2001-08-06 Thread CVS Account Request
Full name: Vincent Blavet Email: [EMAIL PROTECTED] ID:vblavet Purpose: Adding a TAR class in PEAR. See Stig Bakken for more details Thanks -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP-DEV] Regarding PHP Bug #12360

2001-08-06 Thread Michael Oestergaard Pedersen
I have not looked into this a lot so I might be mistaken, but it seems that the problem is that fcntl.h is not defined in main/network.c If I add the following lines to main/network.c it seems that timeout works again: #ifndef _FCNTL_H #include fcntl.h #endif I'm running Debian 2.2r3 with PHP

[PHP-DEV] Bug #12360 Updated: fsockopen timeout doesn't work

2001-08-06 Thread jeroen
ID: 12360 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Sockets related Operating System: RedHat 6.2 PHP Version: 4.0.6 New Comment: [EMAIL PROTECTED]: I have not looked into this a lot so I might be mistaken, but it seems that the problem is that fcntl.h is

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c incomplete_class.c php_incomplete_class.h var.c /ext/wddx wddx.c

2001-08-06 Thread Zeev Suraski
At 23:57 06-08-01, Sander Steffann wrote: Hi, Deprecate dl()? I think it's one of the most useful functions... :) How so? I can understand that people get used to it, but it's really bad. extensions should be loaded in the php.ini file. There's really no good reason for using dl()

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c incomplete_class.c php_incomplete_class.h var.c /ext/wddx wddx.c

2001-08-06 Thread Zeev Suraski
I disagree in two levels. First, I think that saying We can't protect people from their stupidity, so let's lift all bars is just plain wrong and a bad approach in a real world situation. Sure, it's true, but we can definitely reduce the risks involved in common mistakes that people make.

[PHP-DEV] Re: undefined symbol: zendtext

2001-08-06 Thread Zeev Suraski
Looks like I forgot to commit my final fixes... I'll commit them as soon as vmware is reinstalled and I have my Linux box back... At 22:25 06-08-01, Jani Taskinen wrote: I'm getting this with latest CVS. On apache startup. After Zeev's latest commits. I have tried a clean checkout too..no

[PHP-DEV] Bug #12477 Updated: preg_replace evaluates dollar signs as variables (eg $1,000 becomes ,000)

2001-08-06 Thread Grant . Walters
ID: 12477 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Feature/Change Request Operating System: Linux and SCO PHP Version: 4.0.6 New Comment: I was trying to have to walk the array twice. The following works: $pagevars =

[PHP-DEV] Bug #12608: $REDIRECT_QUERY_STRING isn't parsed into $HTTP_GET_VARS

2001-08-06 Thread havardda-dev
From: [EMAIL PROTECTED] Operating system: Debian \potato\ GNU/Linux PHP version: 4.0.5 PHP Bug Type: Variables related Bug description: $REDIRECT_QUERY_STRING isn't parsed into $HTTP_GET_VARS The summary field really says it all: Upon writing a customized 404 script, I

[PHP-DEV] Bug #12498 Updated: cant config magic_quotes_off

2001-08-06 Thread g . r . wood
ID: 12498 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: *Configuration Issues Operating System: Windows 4.9 (Me) PHP Version: 4.0.6 New Comment: Hi Jani, As I stated in my report of the problem: [so I modified the php.ini

[PHP-DEV] Bug #12609: problema en restart

2001-08-06 Thread mpespinoza
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: problema en restart Estoy trabajndo con php 4.0.5 , apache 1.3.20 y mysql 3.22.32. El problema es que luego de hacer make install, cuando voy a

[PHP-DEV] Bug #10715 Updated: -0 Returns true as an integer

2001-08-06 Thread jeroen
ID: 10715 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Math related Operating System: Debian GNU/Linux PHP Version: 4.0.5 New Comment: -0 is just a strange way of writing 0 Previous Comments:

[PHP-DEV] Bug #12155 Updated: modulus %

2001-08-06 Thread jeroen
ID: 12155 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Status: Bogus Bug Type: Math related Operating System: linux 2.4.3 PHP Version: 4.0.5 New Comment: float % int could lead to rounding difficulties, which is not a bug. Previous Comments:

[PHP-DEV] Re: PHP Notes

2001-08-06 Thread Jesus M. Castagnetto
In article 01080514382301.00908@linuxbox, Andy [EMAIL PROTECTED] wrote: Since I have started maintaining the document notes, I have roughly estimated that 1/2-2/3 of the notes have to be deleted because people are not following the guidelines. The page that tells these guidelines is setup

Re: [PHP-DEV] RFC: New math functions: log2, etc

2001-08-06 Thread Jesus M. Castagnetto
In article [EMAIL PROTECTED], Sterling Hughes [EMAIL PROTECTED] wrote: [snip] However, IMO the log, exp, sinus, etc. functions should be in the core. Yes, I agree, however, expm1 and log1p don't. I agree. Do you suggest here to hold these two, until some kind of advanced-math-extension

[PHP-DEV] Security proposal - SPHP and helper functions

2001-08-06 Thread David Wheeler
Dear Developers of PHP: I have a proposal that I hope you'll like that I think will improve the security of PHP programs. Shaun Clowes recently posted A Study in Scarlet, identifying common vulnerabilities in PHP applications; you can see it at:

[PHP-DEV] Bug #12592 Updated: Warning message comes in HTML Pages

2001-08-06 Thread rkdhiman
ID: 12592 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: Warning message when connect to Sybase Database Status: Open Bug Type: Sybase (dblib) related Operating System: Windows 2000 PHP Version: 4.0.6 New Comment: Warning message comes in HTML Pages when connect

[PHP-DEV] Bug #12592 Updated: Warning message when connect to Sybase Database

2001-08-06 Thread lyric
ID: 12592 Updated by: lyric Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Sybase (dblib) related Operating System: Windows 2000 PHP Version: 4.0.6 New Comment: Normal - Sybase generates the warning whenever you change databases. Suppress the message by prefixing

[PHP-DEV] Bug #12610: vaprintf() and other va_arg functions please!

2001-08-06 Thread nutbar
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: vaprintf() and other va_arg functions please! I would love to have access to variable length argument functions such as vaprintf(), vasprintf(), etc...

<    1   2