[PHP-DEV] PHP 4.0 Bug #9393: unable to load php_mssql70.dll

2001-02-21 Thread stephen
From: [EMAIL PROTECTED] Operating system: windows2000 PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: unable to load php_mssql70.dll -- Edit Bug report at: http://bugs.php.net/?id=9393&edit=1 -- PHP Development Mailing List

[PHP-DEV] PHP 4.0 Bug #9377 Updated: memory leaks on error in array_push() and array_unshift()

2001-02-21 Thread andrei
ID: 9377 Updated by: andrei Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Arrays related Assigned To: Comments: Applied, thanks. Previous Comments: --- [2001-02-21 12:20:52] [EMAIL PROTECTED] Bot

[PHP-DEV] Message handlers on object variables???

2001-02-21 Thread Daniel Morissette
Hi, I have a question related to the use of objects in DL extensions in PHP4. I found no mailing list specific to PHP module development, so I hope this list is the right place to ask... if not then please point me to the right list. I have a DL module that was originally developed for PHP3 and

[PHP-DEV] PHP 4.0 Bug #9368 Updated: Impossible to load pgsql.so

2001-02-21 Thread dbucher
ID: 9368 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PostgreSQL related Description: Impossible to load pgsql.so Bug closed. Previous Comments: --- [2001-02-21 14:51:58] [EMAIL PROTECTED] It

Re: [PHP-DEV] chinese patch for htmlspecialchars

2001-02-21 Thread André Langhorst
Alan Knowles wrote: > hi, > Just tryed adding chinese parsing ability to html specialchars, > If you do any webdev in php in chinese, it is one of the annoying 'missing > features' Please file a bug (http://bugs.php.net) and copy your patch into it to ensure that it does not get overlooked. T

Re: [PHP-DEV] please patch for dbmaker

2001-02-21 Thread André Langhorst
Jeffrey Lin wrote: > Hey, there: > > We just added some patch to php CVS specifically for > our database driver - DBMaker. Please file a bug (http://bugs.php.net) and copy your patch into it to ensure that it does not get overlooked. Thanks. -- · André Langhorstt: +49 331 5811560 ·

[PHP-DEV] PHP 4.0 Bug #9392: htmlspecial chars & htmlentities do not handle double byte charactersets

2001-02-21 Thread alan_k
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0 Latest CVS (21/02/2001) PHP Bug Type: *Languages/Translation Bug description: htmlspecial chars & htmlentities do not handle double byte charactersets htmlspecialchars & entities often replace the second byte

[PHP-DEV] PHP 4.0 Bug #9385: ./configure detects the wrong version

2001-02-21 Thread juraj
From: [EMAIL PROTECTED] Operating system: freebsd 4.2 latest PHP version: 4.0.4pl1 PHP Bug Type: mcrypt related Bug description: ./configure detects the wrong version ./configure script detects mcrypt-2.2.x on freebsd, while mcrypt-2.4.x is installed. True for libmcrypt-2.4

[PHP-DEV] PHP 4.0 Bug #9391 Updated: compilation error when configured with DBMaker support

2001-02-21 Thread clin
ID: 9391 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Description: compilation error when configured with DBMaker support diff -ur php-4.0.4pl1old/ext/odbc/config.m4 php-4.0.4pl1/ext/odbc/config.m4 --- php-4.0.4pl1old/ext/odbc/config.m4 Wed Nov 22 23:31:04 2000 +++

[PHP-DEV] libbind required for getmxrr?

2001-02-21 Thread Michael Kunze
Hi all, i'm running into trouble with the latest snap of PHP 4. I'm trying to use getmxrr but my build tells me that this function is not supported. I've browsed through the code and found that these function is not avialable when HAVE_BINDLIB is not defined (funny enough, i only found 'configure

[PHP-DEV] PHP 4.0 Bug #9391: compilation error when configured with DBMaker support

2001-02-21 Thread clin
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: compilation error when configured with DBMaker support I have sent a patch to fix this problem. Since if I copy-paste my patch here, there will be some incor

[PHP-DEV] Fwd: Undelivered Mail Returned to Sender

2001-02-21 Thread Martin Jansen
Could please anyone from Pentap have a look at this? Sth. with their mail delivery seem to be wrong ... ==BEGIN FORWARDED MESSAGE== >Date: Wed, 21 Feb 2001 22:24:46 +0100 (CET) >From: [EMAIL PROTECTED] (Mail Delivery System) >Subject: Undelivered Mail Returned to S

[PHP-DEV] PHP 4.0 Bug #9387 Updated: Doc String Quoting Problem

2001-02-21 Thread torben
ID: 9387 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Feature/Change Request Assigned To: Comments: This is not a bug. Check the third sentence below, from the PHP Manual at http://www.php.net/manual/en/language.types.string.php: Another way to

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

2001-02-21 Thread amra
From: [EMAIL PROTECTED] Operating system: OS400 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: File names with '-' causes problems File names that contain a dash (-) in the name causes problems. A request to rename all files that have dashes in the na

[PHP-DEV] PHP 4.0 Bug #9387: Doc String Quoting Problem

2001-02-21 Thread jeffdl
From: [EMAIL PROTECTED] Operating system: RedHat Linux 7.0 PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: Doc String Quoting Problem When you are using doc string quoting or something, php doesn't recognize the thing that stops it if indented at

[PHP-DEV] CVS Account Request

2001-02-21 Thread CVS Account Request
Full name: JeongKook, Seo Email: [EMAIL PROTECTED] ID: mmouse77 Purpose: Developement Some Modules Just likes DBPool Engine on java -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the li

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

2001-02-21 Thread Steve Meyers
It seems to me that the problem is that it hasn't parsed and executed the auto_prepend_file before the parse error occurs in the main script. Would it be possible to execute the auto_prepend_file before parsing the main script, or would that break functionality? Steve Meyers Build Manager MyCom

Re: [PHP-DEV] Re: PHP 4.0 Bug #9387 Updated: Doc String Quoting Problem

2001-02-21 Thread Andrew Johnson
Lars Torben Wilson wrote: > > Jeff Lacy writes: > > > > It is a 'good' coding practice (with many people) to indent everything (that > > should be indented, like if's). You can't do a doc quoting inside of an if > > and still maintain 'good' coding practices. That is a bug, in my opinion, > > b

[PHP-DEV] PHP 4.0 Bug #9381 Updated: PHP doesn't work.....

2001-02-21 Thread andre
ID: 9381 Updated by: andre Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *General Issues Assigned To: Comments: That´s most likely no bug and not nearly enough information. Previous Comments: ---

Re: [PHP-DEV] please patch for dbmaker

2001-02-21 Thread Jeffrey Lin
Jesus!! I couldn't get it right!! Why is that?? Seems to me we can't attach a file in our post. The incorrect word wrap is at this line: DM_VER=`echo $DBMAKER_VERSION | sed -e 's/\.//' | awk '{ print $1-1;}'` -- PHP Development Mailing List To unsubscribe, e-mail: [EM

[PHP-DEV] anyone with m4 knowledge -> [PHP-DEV] please patch for dbmaker

2001-02-21 Thread André Langhorst
could anyone with basic m4 knowledge look into this, this should be a matter of minutes then I guess. andré -- · André Langhorstt: +49 331 5811560 · · [EMAIL PROTECTED] m: +49 173 9558736 · * PHP Quality Assurance http://qa.php.net * Sorry, some incorrect word wrap in my

Re: [PHP-DEV] php_apache.c virtual() enlightment needed

2001-02-21 Thread php4
Addressed to: =?ISO-8859-1?Q?Andr=E9?= Langhorst <[EMAIL PROTECTED]> PHP Development <[EMAIL PROTECTED]> ** Reply to note from =?ISO-8859-1?Q?Andr=E9?= Langhorst <[EMAIL PROTECTED]> Wed, 21 Feb 2001 21:04:40 +0100 > > > That's what I recalled too. I don't think that this can wo

[PHP-DEV] Developing PHP module

2001-02-21 Thread Sungjae Min
Hi I am making my own PHP module.( somthing like ext/XXX ) Is there any site which is like modules.apache.org? How can I register my PHP module? Thanks. __ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices! http://auctions

Re: [PHP-DEV] anyone with m4 knowledge -> [PHP-DEV] please patch for dbmaker

2001-02-21 Thread Boian Bonev
forgot to say that in case of [[ the test word is not needed - [[ is a test itself: if [[ -x somefile ]]; . if test -x somefile; b. - Original Message - From: "Boian Bonev" <[EMAIL PROTECTED]> To: "André Langhorst" <[EMAIL PROTECTED]>; "PHP Development" <[EMAIL PROTECTED]> Sen

[PHP-DEV] How do I update Bug Database that I've been posted?

2001-02-21 Thread Yasuo Ohgaki
Hello all, I'm wandering how to I update bug db at www.php.net I've posted 2 bugs recently. I want to update them, add more info, etc. (Or do I supposed to post update here?) Thanks Yasuo Ohgaki _ Get Your Private, Free E-ma

Re: [PHP-DEV] please patch for dbmaker

2001-02-21 Thread Jeffrey Lin
The original patch has some incorrect word wrap, let me post it once again. Sorry!! BEGIN PATCH diff -ur php-4.0.4pl1old/ext/odbc/config.m4 php-4.0.4pl1/ext/odbc/config.m4 --- php-4.0.4pl1old/ext/odbc/config.m4 Wed Nov 22 23:31:04 2000 +++ ph

Re: [PHP-DEV] anyone with m4 knowledge -> [PHP-DEV] please patch for dbmaker

2001-02-21 Thread Jeffrey Lin
That's what caused compilation error. Originally in ext/odbc/config.m4, the line is if [[ test -x somefile ]]; "Boian Bonev" ¼¶¼g©ó¤å³¹ <033801c09c81$afbe9170$040a0a0a@blue>... >forgot to say that in case of [[ the test word is not needed - [[ is a test >itself: > >if [[ -x somefile ]]; . > >

Re: [PHP-DEV] anyone with m4 knowledge -> [PHP-DEV] please patch for dbmaker

2001-02-21 Thread Boian Bonev
hi, this is not m4 but /bin/sh stuff... afaik [[ is bash specific boolean test. so the patch _seems_ to be correct... b. - Original Message - From: "André Langhorst" <[EMAIL PROTECTED]> To: "PHP Development" <[EMAIL PROTECTED]> Sent: Thursday, February 22, 2001 5:31 AM Subject: [PHP-DEV

Re: [PHP-DEV] please patch for dbmaker

2001-02-21 Thread Jeffrey Lin
Sorry, some incorrect word wrap in my patch. Please use the attachment instead. Thanks. begin 666 patch.txt M9&EF9B M=7(@<&AP+30N,"XT<&PQ;VQD+V5X="]O9&)C+V-O;F9I9RYM-"!P M:' M-"XP+C1P;#$O97AT+V]D8F,O8V]N9FEG+FTT#0HM+2T@<&AP+30N,"XT M<&PQ;VQD+V5X="]O9&)C+V-O;F9I9RYM- E7960@3F]V(#(R(#(S.C,Q.C

[PHP-DEV] PHP 4.0 Bug #9390: PHPSESSID adds itself to $HTTP_POST_VARS

2001-02-21 Thread aaron . lake
From: [EMAIL PROTECTED] Operating system: HP-UX 11.00 PHP version: 4.0.4pl1 PHP Bug Type: *Session related Bug description: PHPSESSID adds itself to $HTTP_POST_VARS Problem: For some reason PHP adds PHPSESSID to $HTTP_POST_VARS At login, I use: session_start(): $sid = sess

[PHP-DEV] PHP 4.0 Bug #9383: mcrypt 2.4.9 function causes Apache to segfault

2001-02-21 Thread juraj
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.2-STABLE (3 days old build) PHP version: 4.0.4pl1 PHP Bug Type: mcrypt related Bug description: mcrypt 2.4.9 function causes Apache to segfault The problem appears on freebsd. Everything compiled from ports. apache version

Re: [PHP-DEV] Re: PHP 4.0 Bug #9387 Updated: Doc String Quoting Problem

2001-02-21 Thread André Langhorst
>>> It is a 'good' coding practice (with many people) to indent everything (that >>> should be indented, like if's). You can't do a doc quoting inside of an if >>> and still maintain 'good' coding practices. That is a bug, in my opinion, >>> because you ought to be able to do both perfectly. I

[PHP-DEV] Re: PHP 4.0 Bug #9387 Updated: Doc String Quoting Problem

2001-02-21 Thread Jeff Lacy
Okay, you are right. I must have missed that sentence. Sorry. It is a 'good' coding practice (with many people) to indent everything (that should be indented, like if's). You can't do a doc quoting inside of an if and still maintain 'good' coding practices. That is a bug, in my opinion, becau

Re: [PHP-DEV] bug database

2001-02-21 Thread Rasmus Lerdorf
Click on the "Dev Modify" link On Wed, 21 Feb 2001 [EMAIL PROTECTED] wrote: > On Wed, Feb 21, 2001 at 01:23:18PM -0800, Rasmus Lerdorf wrote: > > It's your CVS password. > > Yes I know that and I can remember my CVS password. But I cannot update > the bug database because there is no field for t

[PHP-DEV] PHP 4.0 Bug #9387 Updated: Doc String Quoting Problem

2001-02-21 Thread torben
ID: 9387 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Bogus Status: Open Bug Type: Feature/Change Request Assigned To: Comments: The doc part is taken care of, I'm reopening in case someone wants to present a really good solution. :) Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8680 Updated: Here-DOC termination

2001-02-21 Thread andre
ID: 8680 Updated by: andre Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Documentation problem Assigned To: Comments: forgot closing Previous Comments: --- [2001-01-12 12:58:09] [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #9387 Updated: Doc String Quoting Problem

2001-02-21 Thread andre
ID: 9387 Updated by: andre Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request Assigned To: Comments: the indenting issue is already present as RFE in the db Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #9378: Exit() in a Funtion never break the process, PHP module still running

2001-02-21 Thread azhdin
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: *Function Specific Bug description: Exit() in a Funtion never break the process, PHP module still running Exit() in a Funtion never break the process, PHP module still running, and i h

[PHP-DEV] bug database

2001-02-21 Thread Shane Caraveo
Can someone update/replace/give me my password for the bug database. Thnx shane -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #9385 Updated: ./configure detects the wrong version

2001-02-21 Thread derick
ID: 9385 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Closed Bug Type: mcrypt related Assigned To: derick Comments: Already fixed in CVS Previous Comments: --- [2001-02-21 16:47:49] [EMAIL

[PHP-DEV] PHP 4.0 Bug #9385 Updated: ./configure detects the wrong version

2001-02-21 Thread derick
ID: 9385 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Assigned Bug Type: mcrypt related Assigned To: derick Comments: Can you paste the snippet from config.log and debug.log that tells you about the detenction of the libmcrypt. I really need to verify this on a Fre

RE: [PHP-DEV] Bug in date()?

2001-02-21 Thread Chris Newbill
The code written like so is ok: ".date(" H:i:s"); echo $datum; ?> Something as simple as this will cause the segfault. Seems that anything placed _after_ "r", anything that will get turned into a date-time format causes a crash. Im using 4.0.4pl, this does not happen with the CVS snapshot I

[PHP-DEV] PHP 4.0 Bug #9388: odbc_pconnect and hanging database connections

2001-02-21 Thread php
From: [EMAIL PROTECTED] Operating system: Win98 PHP version: 4.0.4 PHP Bug Type: ODBC related Bug description: odbc_pconnect and hanging database connections When I open my Access Database with odbc_pconnect with NN4.7 on Apache 3.1.17, Netscape sends a "GET HTTP/1.1" reque

Re: [PHP-DEV] bug database

2001-02-21 Thread eschmid+sic
On Wed, Feb 21, 2001 at 01:23:18PM -0800, Rasmus Lerdorf wrote: > It's your CVS password. Yes I know that and I can remember my CVS password. But I cannot update the bug database because there is no field for the login name. My login at work is egon and at home eschmid+sic. -Egon > On Wed, 21 F

[PHP-DEV] CVS Account Request

2001-02-21 Thread CVS Account Request
Full name: shane caraveo Email: [EMAIL PROTECTED] ID: shane Purpose: all the fun things I used to do -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMA

[PHP-DEV] PHP 4.0 Bug #9383 Updated: mcrypt 2.4.9 function causes Apache to segfault

2001-02-21 Thread juraj
ID: 9383 User Update by: [EMAIL PROTECTED] Status: Assigned Bug Type: mcrypt related Description: mcrypt 2.4.9 function causes Apache to segfault 2.4.7 does not work too. Previous Comments: --- [2001-02-21 16:40:57] [EMAIL

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

2001-02-21 Thread stevem
From: [EMAIL PROTECTED] Operating system: Red Hat Linux 6.2 PHP version: 4.0.4pl1 PHP Bug Type: PHP options/info functions Bug description: set_error_handler() doesn't always catch errors The files error_handler.inc, parse_error.php, and php_warning.php are included below.

[PHP-DEV] PHP 4.0 Bug #9368 Updated: Impossible to load pgsql.so

2001-02-21 Thread dbucher
ID: 9368 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: PostgreSQL related Description: Impossible to load pgsql.so It is really a bug. But it is not a PHP bug. For information : = The bug is due to Debian. In some cases, you get a very slightly different package

[PHP-DEV] PHP 4.0 Bug #9383 Updated: mcrypt 2.4.9 function causes Apache to segfault

2001-02-21 Thread juraj
ID: 9383 User Update by: [EMAIL PROTECTED] Status: Assigned Bug Type: mcrypt related Description: mcrypt 2.4.9 function causes Apache to segfault no problem. I'm just compiling it with 2.4.8, should I try only 2.4.7. Is 2.4.8 known to have some problem? Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #9383 Updated: mcrypt 2.4.9 function causes Apache to segfault

2001-02-21 Thread derick
ID: 9383 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Assigned Bug Type: mcrypt related Assigned To: derick Comments: Can you check out if libmcrypt 2.4.4 or 2.4.7 works fine for you? Assigning it to me too. Previous Comments: --

Re: [PHP-DEV] php_apache.c virtual() enlightment needed

2001-02-21 Thread André Langhorst
> That's what I recalled too. I don't think that this can work today, so > if this check got lost along the way, it should probably be restored. hehe, the PHP Mime type check is still there, but why do we shut down all buffers? what did it intentionally fix? I still do not get it... andré --

[PHP-DEV] PHP 4.0 Bug #9382: inet_aton prototype not used

2001-02-21 Thread amra
From: [EMAIL PROTECTED] Operating system: OS400 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: inet_aton prototype not used OS/400 does not support inet_aton, and thus an error occurs when trying to compile main/network.c. I did notice that ext/stan

[PHP-DEV] PHP 4.0 Bug #9381: PHP doesn't work.....

2001-02-21 Thread tajzich
From: [EMAIL PROTECTED] Operating system: MS Windows ME PHP version: 4.0.4 PHP Bug Type: *General Issues Bug description: PHP doesn't work. hi, i have problem with PHP, i have installed MySQL, PersonalWebServer...and PHP 4.0.4 mudul..but PHP doesn't work!! why?? please

[PHP-DEV] snpashot broken ?

2001-02-21 Thread Hellekin O. Wolf
Hello, I've been fighting with the latest snapshots to build on a Debian with Apache 1.3.17 via APXS with and without SSL (EAPI). Although it configures and builds correctly, it fails at Apache startup with a Segmentation Fault error (no coredump, no log). If anyone can tell me how to gather

[PHP-DEV] PHP 4.0 Bug #9380: HAVE_TZNAME not being checked

2001-02-21 Thread amra
From: [EMAIL PROTECTED] Operating system: OS400 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: HAVE_TZNAME not being checked OS/400 does not have tzname. Code in ext/standard/datetime.c does not check to see if HAVE_TZNAME is defined before accessing

[PHP-DEV] PHP 4.0 Bug #9379: mssql_query can't get result

2001-02-21 Thread napoleon
From: [EMAIL PROTECTED] Operating system: Windows ME PHP version: 4.0.3pl1 PHP Bug Type: MSSQL related Bug description: mssql_query can't get result mssql_query() can't fetch result from server if I use sql server variables in query. For example this script: If I turned e

[PHP-DEV] PHP 4.0 Bug #9375: Apache don't start

2001-02-21 Thread erwin . leubaz
From: [EMAIL PROTECTED] Operating system: RedHat 7.0 PHP version: 4.0 Latest CVS (21/02/2001) PHP Bug Type: Apache related Bug description: Apache don't start ./configure --enable-track-vars --with-gd --with-cpdflib --with-mysql --with-apxs --with-tiff --with-png --with-jpe

[PHP-DEV] PHP 4.0 Bug #9376: php_zlib.dll compile errors

2001-02-21 Thread cynic
From: [EMAIL PROTECTED] Operating system: NT 5 PHP version: 4.0 Latest CVS (21/02/2001) PHP Bug Type: Compile Failure Bug description: php_zlib.dll compile errors Configuration: zlib - Win32 Release_TS Compiling... zlib.c D:\compile\ph

[PHP-DEV] PHP 4.0 Bug #9374: add an optional use_include_path to file_exists()

2001-02-21 Thread ben
From: [EMAIL PROTECTED] Operating system: n/a PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: add an optional use_include_path to file_exists() It would be good to have the optional use_include_path parameter with file_exists, just as with fopen.

[PHP-DEV] ext/ming : configure error

2001-02-21 Thread Hellekin O. Wolf
Hi, for the last few snapshots of PHP, configure have had problems finding libming.so In the configure file, the test is made on $i/libming.so and should be made on $i/lib/libming.so (around line 25168) hellekin -- PHP Development Mailing List To unsubscribe, e-mail:

[PHP-DEV] PHP 4.0 Bug #6491 Updated: $PHP_SELF evaluates to improper address if directory name ends with ".php"

2001-02-21 Thread cynic
ID: 6491 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: Scripting Engine problem Assigned To: Comments: user feedback: Apologies for the delay, but NO, you should NOT close this problem yet. It still occurs in PHP v4.0.3pl1 & v4.0.4pl1. Previous

[PHP-DEV] PHP 4.0 Bug #8930 Updated: Apache crash when i try to restart service

2001-02-21 Thread cynic
ID: 8930 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Apache related Assigned To: Comments: this seems to be an Apache problem. win32 Apache crashes on shutdown with mod_perl/mod_jserv too. see http://marc.theaimsgroup.com/?l=apache-new-httpd&m=982

[PHP-DEV] PHP 4.0 Bug #8056 Updated: access violation on apache shutdown

2001-02-21 Thread cynic
ID: 8056 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Reproduceable crash Description: access violation on apache shutdown this seems to be actually an Apache problem: see http://marc.theaimsgroup.com/?l=apache-new-httpd&m=98271643321404&w=2 Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #9373: Filesystem read not binary safe?

2001-02-21 Thread auke
From: [EMAIL PROTECTED] Operating system: Windows NT PHP version: 4.0.4pl1 PHP Bug Type: Filesystem function related Bug description: Filesystem read not binary safe? Running PHP 4.0.4pl1 as an apache module (php4apache.dll) When reading and writing files using any function

[PHP-DEV] PHP 4.0 Bug #9372 Updated: system() give unable to fork error

2001-02-21 Thread connolk
ID: 9372 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Unknown/Other Function Description: system() give unable to fork error Sorry this is a duplicate to 9371 and can be ignored!! Previous Comments: --- [2001-02

[PHP-DEV] PHP 4.0 Bug #9372: system() give unable to fork error

2001-02-21 Thread connolk
From: [EMAIL PROTECTED] Operating system: Win2K PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: system() give unable to fork error I am running an apache server, which hosts my php pages, on win2k. I am trying to use the system command for some P

[PHP-DEV] PHP 4.0 Bug #9371: system() give unable to fork error

2001-02-21 Thread connolk
From: [EMAIL PROTECTED] Operating system: Win2K PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: system() give unable to fork error I am running an apache server, which hosts my php pages, on win2k. I am trying to use the system command for some P

[PHP-DEV] Bug #9370: Severe bug in pgsql.so

2001-02-21 Thread dbucher
From: [EMAIL PROTECTED] Operating system: Debian Linux PHP version: 3.0 Latest CVS (21/02/2001) PHP Bug Type: PostgreSQL related Bug description: Severe bug in pgsql.so dl("pgsql.so") gives an error : Fatal error: Unable to load dynamic lib

[PHP-DEV] PHP 4.0 Bug #9369: Bug in foreach, reference (See Bug ID#9365, too)

2001-02-21 Thread yohgaki
From: [EMAIL PROTECTED] Operating system: RedHat Linux7 PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: Bug in foreach, reference (See Bug ID#9365, too) I found other strange behaviors with much more simple scripts. It is very similar to what I

[PHP-DEV] Bug #9368: Impossible to load pgsql.so

2001-02-21 Thread dbucher
From: [EMAIL PROTECTED] Operating system: Debian Linux PHP version: 3.0 Latest CVS (21/02/2001) PHP Bug Type: PostgreSQL related Bug description: Impossible to load pgsql.so COULD NOT LOAD pgsql.so : I tryed two ways : * dl("pgsql.so") gives an error : Fatal error: Unabl

[PHP-DEV] PHP 4.0 Bug #9367: OCI Connection is disable

2001-02-21 Thread rise
From: [EMAIL PROTECTED] Operating system: Redhat 7.0 PHP version: 4.0.4pl1 PHP Bug Type: OCI8 related Bug description: OCI Connection is disable System infomations OS : Redhat 7.0 (don't upgrade) DB : oracle 8.1.6 Language : php 4.0.4pl1 Web Server : Apache_1.3.17 php4.0.4p

[PHP-DEV] PHP 4.0 Bug #9318 Updated: Lots of ORA-24324 warning in apache error_log

2001-02-21 Thread thies
ID: 9318 Updated by: thies Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: OCI8 related Assigned To: Comments: i need a _short_ testcase which allows me to reproduce your problem on my local dev-environment. plz try to create this testcase (<50lines) elsewise your

[PHP-DEV] PHP 4.0 Bug #9366 Updated: bin2hex() outputs non-hex digits

2001-02-21 Thread gdambrosio
ID: 9366 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *Function Specific Description: bin2hex() outputs non-hex digits I've just found that the "reconstrunction" not ever works; only the rewrite/reread technique does; bye again Previous Comments: -

[PHP-DEV] PHP 4.0 Bug #9366: bin2hex() outputs non-hex digits

2001-02-21 Thread gdambrosio
From: [EMAIL PROTECTED] Operating system: windows NT 4 (sp 4 or 5) PHP version: 4.0.4pl1 PHP Bug Type: *Function Specific Bug description: bin2hex() outputs non-hex digits it seems an unpredictable problem, I couldn't reproduce it with a string as input: I've attached a bas

[PHP-DEV] patch to bug #1546

2001-02-21 Thread Jansens Michel
Hello, You can find in attachment a patch for the bug #1546 in the cgi module (sapi/cgi /cgi_main.c). The bug prevents from specifying of a filename via extended path i n the URL. Traditionally the URL form http://www.mysite.org/myphpfile.php/downloadfilename. exe is used to download a file which

[PHP-DEV] CVS Account Request

2001-02-21 Thread CVS Account Request
Full name: Octavian Oncioiu Email: [EMAIL PROTECTED] ID: oncioiu Purpose: study -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #9356 Updated: settype thinks 0.2 and (1.2 - 1) have different values

2001-02-21 Thread hholzgra
ID: 9356 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Assigned Old-Bug Type: Variables related Bug Type: Documentation problem Assigned To: Comments: the good old rounding problem again ... have to get what i have written about it and put it into FAQ and manua

[PHP-DEV] PHP 4.0 Bug #9191 Updated: Problems when rejecting cookies

2001-02-21 Thread sniper
ID: 9191 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Suspended Status: Duplicate Bug Type: *Session related Assigned To: Comments: Previous Comments: --- [2001-02-09 07:24:24] [EMAIL PROTECTED] In all in

[PHP-DEV] PHP 4.0 Bug #9354 Updated: Doesn't support UNC paths

2001-02-21 Thread sniper
ID: 9354 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Duplicate Bug Type: Directory function related Assigned To: Comments: Duplicate of #6554 Previous Comments: --- [2001-02-20 11:32:37]

[PHP-DEV] PHP 4.0 Bug #9365: Problem with muiti-byte char code set (serious)

2001-02-21 Thread yohgaki
From: [EMAIL PROTECTED] Operating system: RedHat Linux7.0.1/ja PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: Problem with muiti-byte char code set (serious) PHP4.0.4pl1 possibly has unsafe code for 8 bit char codesets. If it is the case, any

[PHP-DEV] PHP 4.0 Bug #9278 Updated: mktime returns "valid" values (not -1) for dates like 2/31/2001, etc.

2001-02-21 Thread joey
ID: 9278 Updated by: joey Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Old-Bug Type: Misbehaving function Bug Type: *General Issues Assigned To: Comments: This is intentional. See http://www.php.net/manual/en/function.mktime.php Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9364 Updated: Redeclaration cannot specify a different storage class

2001-02-21 Thread sas
ID: 9364 Updated by: sas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Failure Assigned To: Comments: Thanks, I've fixed the first problem. The second one had already been addressed earlier. Previous Comments: -