[PHP-DEV] Bug #11461: \. after \- does not work

2001-06-18 Thread aweber
From: [EMAIL PROTECTED] Operating system: Linux 2.2.16-SMP PHP version: 4.0.4pl1 PHP Bug Type: Regexps related Bug description: \. after \- does not work I tried to check email with $check = ereg('^[0-9A-Za-z_\-\.]+@[0-9A-Za-z_\-]+\.[0-9A-Za-z_\-\.]+[0-9A-Za-z_\-]+$',$email

[PHP-DEV] Bug #11497 Updated: unable to load dll php_domxml.dll

2001-06-18 Thread jaydeepmahajan
ID: 11497 User Update by: [EMAIL PROTECTED] Status: Bogus Bug Type: Dynamic loading Operating system: windows 98 PHP Version: 4.0.5 Description: unable to load dll php_domxml.dll Previous Comments: --- [2001-06-15 03:05:53

[PHP-DEV] Bug #11435 Updated: Floats are not handled correctly by printf?

2001-06-18 Thread sniper
ID: 11435 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Variables related Operating system: PHP Version: 4.0 Latest CVS (2001-06-12) Assigned To: Comments: The famous rounding issue. By using 'f' (float) would give you correct result. Not a bug.

[PHP-DEV] Bug #9469 Updated: HAVE_REALPATH not being checked

2001-06-18 Thread jmoore
ID: 9469 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Assigned Bug Type: Compile Failure Operating system: PHP Version: 4.0.4pl1 Assigned To: jmoore Comments: Ill look into it. Amra, you seem to report a lot of bugs on both IRIX and OS400, one of the problems we

[PHP-DEV] Bug #11452: it is not possible to assign a default value to a variable passed by reference

2001-06-18 Thread lasconi
From: [EMAIL PROTECTED] Operating system: windows98 PHP version: 4.0.5 PHP Bug Type: *Function Specific Bug description: it is not possible to assign a default value to a variable passed by reference this script produces a parse error: function f(&$a="a"){ return tr

[PHP-DEV] Bug #11446 Updated: File not found during make

2001-06-18 Thread sniper
ID: 11446 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Compile Failure Operating system: PHP Version: 4.0.4 Assigned To: Comments: # rm config.cache # ./configure --with-nsapi=/usr/netscape/server4 --enable-libgcc # make clean ; make ; make instal

[PHP-DEV] Bug #11546: Register_Shutdown_Function doesn't happen after shutdown

2001-06-18 Thread btanner
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.5 PHP Bug Type: Program Execution Bug description: Register_Shutdown_Function doesn't happen after shutdown In theory (at least IMHO), this function should be used to register functions to finish up afte

[PHP-DEV] Bug #11522: Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache

2001-06-18 Thread shashi
From: [EMAIL PROTECTED] Operating system: Linux RedHat 6.0 PHP version: 4.0.5 PHP Bug Type: *Install and Config Bug description: Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache After compiling and installing PHP on Redhat linux 6.0, when I tr

[PHP-DEV] Bug #11517 Updated: GetImageSize returns nothing

2001-06-18 Thread jmoore
ID: 11517 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Reproducible crash Operating system: PHP Version: 4.0.5 Assigned To: Comments: There were some fixes for this please try latest snapshot or CVS. - James Previous Comments: ---

[PHP-DEV] Bug #11514: the same bug 10790...

2001-06-18 Thread we
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.5 PHP Bug Type: Scripting Engine problem Bug description: the same bug 10790... no description... the same error... but now in linux -- Edit Bug report at: http://bugs.php.net/?id=11514&edit=1 -- PHP De

[PHP-DEV] Bug #11527 Updated: session_unregister() seems not work properly

2001-06-18 Thread ccjeagle
ID: 11527 User Update by: [EMAIL PROTECTED] Status: Bogus Bug Type: *Session related Operating system: FreeBSD 4.3 STABLE PHP Version: 4.0.5 Description: session_unregister() seems not work properly > Yes, when you unregister something, > you also need to unset it if you want it > to be unset i

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

2001-06-18 Thread jmoore
ID: 11507 Updated by: jmoore Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: Scripting Engine problem Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.5 Assigned To: Comments: Why not do somthing sensible like call a function that creates an array of callback refer

[PHP-DEV] Bug #8065 Updated: Form POST results in HTTP 500 - Internal server error

2001-06-18 Thread sniper
ID: 8065 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: IIS related Operating system: PHP Version: 4.0.3pl1 Assigned To: Comments: Does this happen with PHP 4.0.5? Previous Comments: --

[PHP-DEV] Bug #11430 Updated: PHP-CGI executing PHP-CGI thru Apache

2001-06-18 Thread sniper
ID: 11430 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Program Execution Operating system: PHP Version: 4.0.5 Assigned To: Comments: I can reproduce this with 4.0.6RC3 too. Previous Comments:

[PHP-DEV] Bug #10026 Updated: For loop always execute

2001-06-18 Thread svein
ID: 10026 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: Scripting Engine problem Operating system: RH Linux 6.1 PHP Version: 4.0.4pl1 Description: For loop always execute I have solved the problem in another way. BUT; The value of $c *IS* 0 when entering for loop an

[PHP-DEV] Bug #11508: --with-adabas will not compile complain SQLUSMALLINT not defined

2001-06-18 Thread fa
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.5 PHP Bug Type: Compile Failure Bug description: --with-adabas will not compile complain SQLUSMALLINT not defined --with-adabas will not compile due to typo in php_odbc.h solution: replace SQLUMSALLINT by SQLU

[PHP-DEV] Bug #11452 Updated: it is not possible to assign a default value to a variable passed by reference

2001-06-18 Thread jmoore
ID: 11452 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.5 Assigned To: Comments: your trying to assign a constant by reference. This will ofcourse not work, we have had a few feature reque

[PHP-DEV] Bug #11411: Java support doesn't work when oci8 support is also compiled it

2001-06-18 Thread s . mccleary
From: [EMAIL PROTECTED] Operating system: Linux(slackware) 2.2.14 PHP version: 4.0.5 PHP Bug Type: Java related Bug description: Java support doesn't work when oci8 support is also compiled it Configure options: --without-mysql --with-apxs=/usr/local/apache/bin/apxs --with-

[PHP-DEV] Bug #11403 Updated: calling session_start with protected images sends bogus headers

2001-06-18 Thread bondu
ID: 11403 User Update by: [EMAIL PROTECTED] Status: Bogus Bug Type: *Session related Operating system: linux PHP Version: 4.0.4pl1 Description: calling session_start with protected images sends bogus headers adding Header ("Content-type: image/jpeg"); does NOT fix the problem. copy the "fixed

[PHP-DEV] Bug #11440: PHP Seg faults with xslt_output_begintransform("xsl_file");

2001-06-18 Thread micah
From: [EMAIL PROTECTED] Operating system: Linux Mandrake 8.0 PHP version: 4.0 Latest CVS (2001-06-12) PHP Bug Type: Sablotron XSL Bug description: PHP Seg faults with xslt_output_begintransform("xsl_file"); --- System: --- Linux Mandrake 8.0

[PHP-DEV] Bug #10634 Updated: #2293 related: to many Slashes s.t.

2001-06-18 Thread jmoore
ID: 10634 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Take a look at magic quotes and make sure you have it set to on or off. The manual has information about

[PHP-DEV] Bug #11494 Updated: mysql_db_query causes apache to "exit signal Segmentation fault (11)"

2001-06-18 Thread sniper
ID: 11494 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: MySQL related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Reopen if this happens with the 4.0.6. Previous Comments: --

[PHP-DEV] Bug #11494 Updated: mysql_db_query causes apache to "exit signal Segmentation fault (11)"

2001-06-18 Thread sniper
ID: 11494 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: MySQL related Operating system: PHP Version: 4.0.5 Assigned To: Comments: I guess this is the PostGreSQL bug that is fixed in CVS and in PHP 4.0.6RCx: http://www.php.net/~andi/php-4.0.6RC

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

2001-06-18 Thread gary
From: [EMAIL PROTECTED] Operating system: FreeBSD PHP version: 4.0.5 PHP Bug Type: *Programming Data Structures Bug description: Function within a function namespace I have found that a function within a function takes a global namespace. Shouldn't the inside function decl

[PHP-DEV] Bug #10026 Updated: For loop always execute

2001-06-18 Thread jmoore
ID: 10026 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: I have spent twenty mins trying to recreate this, before you start your for loop please check the value

php-dev@lists.php.net

2001-06-18 Thread ta
ID: 11463 User Update by: [EMAIL PROTECTED] Status: Bogus Bug Type: *General Issues Operating system: Linux PHP Version: 4.0.4pl1 Description: Wrong handling of text string "¤cy" You're right. I already saw that. It's an IE bug, IE auto completes the ¤ statement to ¤ while netscape doesn't do th

[PHP-DEV] Bug #11500: imap_header imap_fetchstructure can't return any value when ...

2001-06-18 Thread lidongsheng2001
From: [EMAIL PROTECTED] Operating system: linux 7.0 PHP version: 4.0.4pl1 PHP Bug Type: IMAP related Bug description: imap_header imap_fetchstructure can't return any value when ... Imap_fetchstructure can't return values when a script includes a cycle ,for example 'while'

[PHP-DEV] Bug #11460: \n or \r\n?

2001-06-18 Thread wuxinan
From: [EMAIL PROTECTED] Operating system: Win98 PHP version: 4.0.5 PHP Bug Type: Unknown/Other Function Bug description: \n or \r\n? the thing is, my PHP running in CGI PHP and module PHP (PHP running as a module of Apache 1.3.20) have different results. PHP is not portable

[PHP-DEV] Bug #11493 Updated: Having issues include_path and auto_prepend_file

2001-06-18 Thread sniper
ID: 11493 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PHP options/info functions Operating system: PHP Version: 4.0.5 Assigned To: Comments: You need to add every directory into the include_path. This is how it works. Maybe it will be changed som

[PHP-DEV] Bug #10965 Updated: session_register() doesn't work after session_id(n)

2001-06-18 Thread sniper
ID: 10965 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Session related Operating system: PHP Version: 4.0.4 Assigned To: Comments: Try latest RC from http://www.php.net/~andi/php-4.0.6RC3.tar.gz If above link doesn't work, try with RC4. If thi

[PHP-DEV] Bug #10895 Updated: Segmentation Fault

2001-06-18 Thread sniper
ID: 10895 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Session related Operating system: PHP Version: 4.0.5 Assigned To: Comments: We need a GDB backtrace of the crash, otherwise it is impossible to know what causes it. First get the latest

RE: [PHP-DEV] Bug #11512: Parsing of vars inside a string

2001-06-18 Thread Brian Tanner
I think the problem here is that $varone_foo is the valid form of a variable so: $vartwo="$varone_foo"; is getting parsed as a single variable called $varone_foo PHP is *smart* enough to know that foo_$varone is not a valid name for a variable or constant, and it goes out of its way to imp

[PHP-DEV] Bug #10793 Updated: session variables are not passed correctly to the user defined write function

2001-06-18 Thread sniper
ID: 10793 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *Session related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Try latest CVS snapshot from http://snaps.php.net/ and if it still doesn't work, open a new bug report with exam

[PHP-DEV] Bug #11531: imap_sort function fails on huge mailboxes

2001-06-18 Thread elnar
From: [EMAIL PROTECTED] Operating system: FreeBSD PHP version: 4.0.5 PHP Bug Type: IMAP related Bug description: imap_sort function fails on huge mailboxes Thank you for your advices. My IMAP Client version was really old. Now I have updated it to IMAP 2000, and updated my P

[PHP-DEV] Bug #10775 Updated: Apache process in loop after allocation of first session

2001-06-18 Thread sniper
ID: 10775 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Session related Operating system: PHP Version: 4.0.5 Assigned To: Comments: This should be fixed in latest CVS. Try snapshot from http://www.zend.com/snapshots/ Previous Comments:

[PHP-DEV] Bug #11527: session_unregister() seems not work properly

2001-06-18 Thread ccjeagle
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.3 STABLE PHP version: 4.0.5 PHP Bug Type: *Session related Bug description: session_unregister() seems not work properly It seems that session_unregister() should "remove" a var from the session, isn't it ? ---test.php

[PHP-DEV] Bug #11495: error: Mysql_connect() doesn't exist.

2001-06-18 Thread jonathonfitch
From: [EMAIL PROTECTED] Operating system: NT PHP version: 4.0.5 PHP Bug Type: *General Issues Bug description: error: Mysql_connect() doesn't exist. This is the error I'm getting: Fatal error: Call to unsupported or undefined function mysql_connect() in C:\Inetpub\wwwroot\

[PHP-DEV] Bug #10221 Updated: Double session bug

2001-06-18 Thread sniper
ID: 10221 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Session related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Try with latest CVS snapshot from http://www.zend.com/snapshots/ as this should be fixed. Previous Comments:

[PHP-DEV] Bug #11437 Updated: PEAR: DB_common::getAssoc doesn't work correctly with DB_FETCHMODE_ASSOC

2001-06-18 Thread sniper
ID: 11437 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Old-Bug Type: Unknown/Other Function Bug Type: *General Issues Operating system: PHP Version: 4.0.5 Assigned To: Comments: This bug system is for reporting bugs in PHP the language, not anything that has

[PHP-DEV] Bug #9681 Updated: can't use interbase functions in user defined sessions

2001-06-18 Thread sniper
ID: 9681 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Session related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: This should be fixed in PHP 4.0.6 RC3. http://www.php.net/~andi/php-4.0.6RC3.tar.gz If above link doesn't work

[PHP-DEV] Bug #11451: ODBC under Apache: DLL Initialization Failed

2001-06-18 Thread danielc
From: [EMAIL PROTECTED] Operating system: NT 4.0 SP6a PHP version: 4.0.5 PHP Bug Type: ODBC related Bug description: ODBC under Apache: DLL Initialization Failed Here's my config: Windows NT 4.0 SP6a Apache 1.3.20, Running as service "Logged On As" a particular user

[PHP-DEV] Bug #9386 Updated: set_error_handler() doesn't always catch errors

2001-06-18 Thread jmoore
ID: 9386 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: FATAL errors are not passed through user error handlers due to the fact the engine may be unstable and th

[PHP-DEV] Bug #11305 Updated: Apache child procs arbitrary segfault

2001-06-18 Thread sniper
ID: 11305 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Feedback Old-Bug Type: Unknown/Other Function Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: We're now at RC3..and soon RC4 so change that part in URL.. Previous Comments: -

[PHP-DEV] Bug #8676 Updated: Bad serialization of objects with references

2001-06-18 Thread sniper
ID: 8676 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Assigned Bug Type: *Session related Operating system: PHP Version: 4.0.5 Assigned To: sas Comments: There are a lot of duplicate reports on this one. Previous Comments:

[PHP-DEV] Bug #10525 Updated: Session problem with passing array of objects (related to no 8676 and no 9470)

2001-06-18 Thread sniper
ID: 10525 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Duplicate Bug Type: *Session related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Duplicate of #8676 Previous Comments: -

[PHP-DEV] Bug #11489: Sybase query result is getting destructed

2001-06-18 Thread pwmoosman
From: [EMAIL PROTECTED] Operating system: Solaris PHP version: 4.0.5 PHP Bug Type: Sybase-ct (ctlib) related Bug description: Sybase query result is getting destructed The following script produces the following error the second time getAppName/sybase_fetch_row is called.

[PHP-DEV] Bug #8130 Updated: Changing a copy of an array affects the original

2001-06-18 Thread jmoore
ID: 8130 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.6-dev Assigned To: Comments: This will not be fixed anytime soon. It is a deep seated problem in the implementation and fixing it wou

[PHP-DEV] Bug #10081 Updated: Session does not save and restore values when register_globals set to On

2001-06-18 Thread sniper
ID: 10081 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Session related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: This should be fixed in latest CVS. Try snapshot from http://www.zend.com/snapshots/ Previous Comments: -

[PHP-DEV] Bug #10000 Updated: corrupt http_post_vars when using session_start

2001-06-18 Thread sniper
ID: 1 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *Session related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Can't reproduce. Get the latest RC from here: http://www.php.net/~andi/php-4.0.6RC3.tar.gz (if that doesn't

[PHP-DEV] Bug #11506: it is giving me a hard time

2001-06-18 Thread bananasgrapefruit
From: [EMAIL PROTECTED] Operating system: Widows PHP version: 4.0.5 PHP Bug Type: Reproducible crash Bug description: it is giving me a hard time T H E Y B U G -- Edit Bug report at: http://bugs.php.net/?id=11506&edit=1 -- PHP Development Mailing List

[PHP-DEV] Bug #9972 Updated: after session_destroy & session_start variable still has a value

2001-06-18 Thread sniper
ID: 9972 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Session related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Please include complete but short example script into this bug report. Previous Comments:

[PHP-DEV] Bug #7363 Updated: @include supresses parse errors within included file

2001-06-18 Thread jmoore
ID: 7363 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Closed Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.3pl1 Assigned To: Comments: We have now standardised the behaviour (I cant actually remember what we decided but this was done in

[PHP-DEV] Bug #10887 Updated: Variables from forms being undefined

2001-06-18 Thread sniper
ID: 10887 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Unknown/Other Function Operating system: PHP Version: 4.0.5 Assigned To: Comments: Not bug. Check your setting in php.ini Previous Comments: --

[PHP-DEV] Bug #5987 Updated: PHP crashes when using mktime()

2001-06-18 Thread jmoore
ID: 5987 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.1 Assigned To: Comments: This is fixed: D:\cvs\php4\Debug_TS>php -v 4.0.7-dev D:\cvs\php4\Debug_TS>php ^Z X-Powered-By: PHP

[PHP-DEV] Bug #9096 Updated: #! line in a script is outputed in script

2001-06-18 Thread liz
ID: 9096 User Update by: [EMAIL PROTECTED] Status: Duplicate Bug Type: *General Issues Operating system: Linux PHP Version: 4.0.4pl1 Description: #! line in a script is outputed in script This isnt a dup of 9041 as this wsa using apache where he said it DIDNT do it. I have noticed it did appea

[PHP-DEV] Bug #9819 Updated: Updating HTTP_SESSION_VARS[] doesn't works

2001-06-18 Thread sniper
ID: 9819 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Session related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: This is fixed in latest CVS. Try snapshot: http://www.zend.com/snapshots/ Previous Comments: -

[PHP-DEV] Bug #11513: ImageCreateFromGIF not work

2001-06-18 Thread admin
From: [EMAIL PROTECTED] Operating system: Windows2000 PHP version: 4.0.5 PHP Bug Type: PHP options/info functions Bug description: ImageCreateFromGIF not work $img = @ImageCreateFromGIF("counter/$type/bg.gif"); -- Edit Bug report at: http://bugs.php.net/?id=11513&edit=

[PHP-DEV] Bug #9639 Updated: Nasty bug in mod_mm.c causes CGI POST to stop working

2001-06-18 Thread sniper
ID: 9639 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Session related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Does this still happen with PHP 4.0.6RC3: http://www.php.net/~andi/php-4.0.6RC3.tar.gz If above link does

[PHP-DEV] Bug #10309 Updated: feature request

2001-06-18 Thread jmoore
ID: 10309 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.4 Assigned To: Comments: try: $c =& (true)? $a: $b; might work better. Havnt tested it though. Previous Comments: --

[PHP-DEV] Bug #11450: Retrieving cookies in MSIE 5.0 returns an Apache Error 500 page

2001-06-18 Thread macfreak
From: [EMAIL PROTECTED] Operating system: Windows 98 Second Edition PHP version: 4.0.5 PHP Bug Type: Apache related Bug description: Retrieving cookies in MSIE 5.0 returns an Apache Error 500 page PHP.ini file: [PHP] ; $Id: php.ini-dist,v 1.73.2.2 2001/04/22 11:58:49 phanto

[PHP-DEV] Bug #9442 Updated: session blocking, version: all including 4.0.4pl1

2001-06-18 Thread sniper
ID: 9442 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Session related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Does this happen with latest CVS snapshot from http://www.zend.com/snapshots/ ?? Previous Comments: -

[PHP-DEV] Bug #9606 Updated: complex objects and references not saved

2001-06-18 Thread sniper
ID: 9606 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Duplicate Bug Type: *Session related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: duplicate of #8676 Previous Comments:

[PHP-DEV] Bug #11488: french translation error for the "str_replace" function

2001-06-18 Thread dans
From: [EMAIL PROTECTED] Operating system: linux suse6.4 PHP version: 4.0.5 PHP Bug Type: Documentation problem Bug description: french translation error for the "str_replace" function The french translation of the manual has several mistakes/errors for example in the "str_re

[PHP-DEV] Bug #10441 Updated: Premature end of script headers (with some extra info)

2001-06-18 Thread sniper
ID: 10441 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Old-Bug Type: Unknown/Other Function Bug Type: *General Issues Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Can't reproduce. This is configuration issue. not bug. Previous Comments:

[PHP-DEV] Bug #11468: Cannot execute stored procedures

2001-06-18 Thread Vladimir . Michl
From: [EMAIL PROTECTED] Operating system: Win32, Linux PHP version: 4.0.5 PHP Bug Type: InterBase related Bug description: Cannot execute stored procedures Hello, when I wrote some scripts that inserting some data to database, I must call stored procedures for getting some

[PHP-DEV] Bug #11089 Updated: Variables passed to COM objects causing errors.

2001-06-18 Thread jmoore
ID: 11089 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: COM related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Should be fixed in latest CVS Previous Comments: ---

[PHP-DEV] Bug #9502 Updated: IE5.5 SP1: New browser instances displaying same session id

2001-06-18 Thread sniper
ID: 9502 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *Session related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Of course you get same session id's. Cookies are shared between new windows opened from same browser. Previous

[PHP-DEV] Bug #10183 Updated: W2K, IIS Access violation (ISAPI)

2001-06-18 Thread jmoore
ID: 10183 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: IIS related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: not really enough information to work with. Lots of other reports about this which are more specific. CLosing P

[PHP-DEV] Bug #11429 Updated: PHP 4.0.5 fails on simple while loop.

2001-06-18 Thread sniper
ID: 11429 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.5 Assigned To: Comments: Please submit a new bug report with shortest possible example that can be used to reproduce this. The one h

[PHP-DEV] Bug #10126 Updated: ASP can't working

2001-06-18 Thread jmoore
ID: 10126 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: IIS related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: not really enough information to work with. Lots of other reports about this which are more specific. CLosing P

[PHP-DEV] Bug #10057 Updated: Multidimensional arrays passed to function using func_get_args

2001-06-18 Thread sniper
ID: 10057 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Unknown/Other Function Operating system: PHP Version: 4.0.2 Assigned To: Comments: Previous Comments: --- [2001-03-29

[PHP-DEV] Bug #10015 Updated: inetinfo.exe crashes!

2001-06-18 Thread jmoore
ID: 10015 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: IIS related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: not really enough information to work with. Lots of other reports about this which are more specific. CLosing P

[PHP-DEV] Bug #9470 Updated: complement of 8676 - serialize reference

2001-06-18 Thread sniper
ID: 9470 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Duplicate Bug Type: *Session related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Duplicate of #8676 Previous Comments:

[PHP-DEV] Bug #11501 Updated: Can't find module

2001-06-18 Thread sniper
ID: 11501 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: IIS related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Does it say in output that the extensions dir is that? Previous Comments: --

[PHP-DEV] Bug #11404 Updated: Session Error

2001-06-18 Thread jmoore
ID: 11404 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.5 Assigned To: Comments: Not a bug. would not be nice behaviour anyway. lets leave it as it is. - James Previous Comments:

[PHP-DEV] Bug #8832 Updated: CGI differerent from ISAPI

2001-06-18 Thread sniper
ID: 8832 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Unknown/Other Function Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: HTTP_RAW_POST_DATA is only available with unknown post content types. Relative urls are (and will not be

[PHP-DEV] Bug #9537 Updated: ISAPI hangs

2001-06-18 Thread jmoore
ID: 9537 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: IIS related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: not really enough information to work with. Lots of other reports about this which are more specific. CLosing Pr

[PHP-DEV] Bug #9122 Updated: General Instability - Access Violations and so on

2001-06-18 Thread jmoore
ID: 9122 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: IIS related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Not really enough information. More informative bug reports to work with. closing this one. Previous Comments: -

[PHP-DEV] Bug #11459: Page fault in PHP4TS.DLL

2001-06-18 Thread Martin . Krieger
From: [EMAIL PROTECTED] Operating system: Win 98 PHP version: 4.0.5 PHP Bug Type: Reproducible crash Bug description: Page fault in PHP4TS.DLL http://localhost/php4/php.exe crashes with page fault (see below). PHP (autoinstall version) as CGI in Apache 1.3.12. Normal scrip

[PHP-DEV] Bug #9264 Updated: Using session_encode with user-level session storage functions causes a crash

2001-06-18 Thread sniper
ID: 9264 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Session related Operating system: PHP Version: 4.0 Latest CVS (14/02/2001) Assigned To: Comments: Does this happen with latest CVS snapshot build from http://www.zend.com/snapshots/ ??

[PHP-DEV] Bug #11428 Updated: Duplicate record insertion using SQL

2001-06-18 Thread sniper
ID: 11428 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: MySQL related Operating system: PHP Version: 4.0.5 Assigned To: Comments: I have never experienced such problems with Mysql. Please try shortening your code to shortest possible that still

[PHP-DEV] Bug #9041 Updated: Extra #! at top of web output.

2001-06-18 Thread jmoore
ID: 9041 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Critical Status: Analyzed Bug Type: *General Issues Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: This will be fixed when we split the commandline and cgi modules apart. moving back to analysed. - James

[PHP-DEV] Bug #9092 Updated: variables-by-references in class constructor not working

2001-06-18 Thread jmoore
ID: 9092 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: Class/Object related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: You cant pass a literal via reference. Closing report. This is in the todo for 4.1. Previous Comments: -

[PHP-DEV] Bug #9061 Updated: SIGSEGV in session write

2001-06-18 Thread sniper
ID: 9061 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Session related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: This should be fixed in PHP 4.0.6, please try the latest RC from: http://www.php.net/~andi/php-4.0.6RC3.tar.gz

[PHP-DEV] Bug #8661 Updated: a copy of the internal array elements is sometimes not made

2001-06-18 Thread jmoore
ID: 8661 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.4 Assigned To: Comments: This is a feature not a bug :P (IE it wont be fixed anytime soon). Previous Comments: -

[PHP-DEV] Bug #9002 Updated: User session handler doesn't work with register_globals set "Off"

2001-06-18 Thread sniper
ID: 9002 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Session related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: This should be fixed in PHP 4.0.6, please try the latest RC from: http://www.php.net/~andi/php-4.0.6RC3.tar.gz

[PHP-DEV] Bug #9096 Updated: #! line in a script is outputed in script

2001-06-18 Thread sniper
ID: 9096 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Duplicate Old-Bug Type: Unknown/Other Function Bug Type: *General Issues Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Duplicate of #9041 Previous Comments: --

[PHP-DEV] Module writing question: Sharing Resources between separate modules.

2001-06-18 Thread Yermo M. Lamers
I would like to write a PHP module that makes use of an already established Mysql connection. To make things clean, I'd like the exported functions from my new module to accept MySQL-Link resources as in: $mysql_conn = mysql_connect( ); my_custom_module_func( $mysql_conn ); >From my read

[PHP-DEV] Bug #1752 Updated: phpinfo(): images (php, zend) and Link to credits don't work

2001-06-18 Thread jmoore
ID: 1752 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Suspended Status: Closed Bug Type: Other web server Operating system: PHP Version: 4.0 Beta 1 Assigned To: Comments: This has been fixed a while ago. - James Previous Comments: ---

[PHP-DEV] Bug #8069 Updated: It says "PHP has encountered an Access Violation at 015A7FEE"

2001-06-18 Thread jmoore
ID: 8069 Updated by: jmoore Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: IIS related Operating system: PHP Version: 4.0.3pl1 Assigned To: Comments: Meant to say closing this one due to massive amount of similar reports.. Previous Comments: --

[PHP-DEV] Bug #10062 Updated: CGI version displays '#!/usr/local/bin/php' line

2001-06-18 Thread sniper
ID: 10062 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Duplicate Bug Type: Unknown/Other Function Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: of #9041 Previous Comments: -

[PHP-DEV] Bug #8069 Updated: It says "PHP has encountered an Access Violation at 015A7FEE"

2001-06-18 Thread jmoore
ID: 8069 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: IIS related Operating system: PHP Version: 4.0.3pl1 Assigned To: Comments: When I press Refresh in IE, in 50% results it's ok and in 50% I get that error message. If I change 'pconnect' t

[PHP-DEV] Bug #7989 Updated: "Access Violation" "persistent connection"

2001-06-18 Thread jmoore
ID: 7989 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: IIS related Operating system: PHP Version: 4.0.3pl1 Assigned To: Comments: Known bug.. lots of reports with more information, closing this one. Previous Comments: -

[PHP-DEV] Bug #8989 Updated: Bug#5493 resurfaced

2001-06-18 Thread sniper
ID: 8989 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Session related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Does this happen with latest snapshot from http://www.zend.com/snapshots/ ?? There have been some fixes reg

[PHP-DEV] Bug #8413 Updated: connection_status() returns 0 on timeout

2001-06-18 Thread sniper
ID: 8413 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Unknown/Other Function Operating system: PHP Version: 4.0.4 Assigned To: Comments: This is obvious. The time the shutdown function is called, the status IS shutdown. And the connection_timeo

[PHP-DEV] Bug #7915 Updated: iis doesnt run asp if u have php also installed for it

2001-06-18 Thread jmoore
ID: 7915 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: IIS related Operating system: PHP Version: 4.0.0 Assigned To: Comments: Known bug.. lots of reports with more information, closing this one. Previous Comments:

[PHP-DEV] Bug #11422 Updated: web start error

2001-06-18 Thread sniper
ID: 11422 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: iPlanet related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Please try the solution found in bug report #9612. --Jani Previous Comments:

[PHP-DEV] Bug #11493 Updated: Having issues include_path and auto_prepend_file

2001-06-18 Thread sniper
ID: 11493 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.5 Assigned To: Comments: I just tried this, and it works for me just fine. You don't need every single directory in include_path..

[PHP-DEV] Bug #7840 Updated: Access Violation

2001-06-18 Thread jmoore
ID: 7840 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: IIS related Operating system: PHP Version: 4.0.3pl1 Assigned To: Comments: Known bug.. lots of reports with more information, closing this one, might also be fixed as thread saftey has bee

[PHP-DEV] Bug #5956 Updated: ISAPI will crash IIS4 and IIS5

2001-06-18 Thread jmoore
ID: 5956 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: IIS related Operating system: PHP Version: 4.0.1pl2 Assigned To: Comments: Known bug.. lots of reports with more information, closing this one. Previous Comments: -

  1   2   3   4   >