[PHP-DEV] [PROPOSAL] Error levels

2001-12-11 Thread Yasuo Ohgaki
Hi all. We need consistent error levels and handling for all modules. I suppose all of us can agree with this. [PROBLEM] 1) Use of error levels are not consistent. Some function returns error status, yet displays/raises warning message for non faital errors. Other function just returns error sta

[PHP-DEV] Bug #14440 Updated: Wrong calculation of timestamp

2001-12-11 Thread derick
ID: 14440 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Bug Type: Date/time related Operating System: Linux 2.4.16 PHP Version: 4.1.0 New Comment: I can reproduce this with php 4.1.0, but not with php 4.2.0 (Dev version). Can you verify that by using a snaps

Re: [PHP-DEV] [patch] krsort() ext/standard/array.c

2001-12-11 Thread Markus Fischer
On Tue, Dec 11, 2001 at 10:12:02PM -0700, Zak Greant wrote : > > Also, when touching up functions, is there any significant advantage > to migrating them to zend_parse_parameters? Automatic type conversion and less code and unified error messages. Less code btw. it is also cleaner

[PHP-DEV] Bug #14443 Updated: Double-free causes segfault in domxml

2001-12-11 Thread mfischer
ID: 14443 Updated by: mfischer Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Reproducible crash Operating System: Linux Redhat 7.1 PHP Version: 4.0.6 New Comment: 'The code has changed quite a lot ...' ... Previous Comments: ---

[PHP-DEV] Bug #14447: Thread Safe

2001-12-11 Thread edejanu
From: [EMAIL PROTECTED] Operating system: ALL PHP version: 4.1.0 PHP Bug Type: Documentation problem Bug description: Thread Safe Will be nice if the documentation will list for each function category all the functions that are thread safe or not. Ex: XVI. Date and Time

[PHP-DEV] Bug #14443 Updated: Double-free causes segfault in domxml

2001-12-11 Thread mfischer
ID: 14443 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: Linux Redhat 7.1 PHP Version: 4.0.6 New Comment: Ok, just don't forget to give feedback. The quite has changed but doesn't necessarily mean the bug has b

[PHP-DEV] Bug #14443 Updated: Double-free causes segfault in domxml

2001-12-11 Thread adam
ID: 14443 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Reproducible crash Operating System: Linux Redhat 7.1 PHP Version: 4.0.6 New Comment: I just looked at the php4 code in the CVS tree and it appears that this bug is already fi

[PHP-DEV] Bug #14304 Updated: Potential problem with regex...

2001-12-11 Thread zak
ID: 14304 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Regexps related Operating System: Linux php3-2 2.4.7 #1 Thu Aug 9 PHP Version: 4.0.6 New Comment: I cannot reproduce the problem under PHP 4.1.0. Can you upgrade to this version? Previous Com

[PHP-DEV] Bug #14304 Updated: Potential problem with regex...

2001-12-11 Thread bajolet
ID: 14304 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Regexps related Operating System: Linux php3-2 2.4.7 #1 Thu Aug 9 PHP Version: 4.0.6 New Comment: The problem is there... I got the first result : >array(10) { > [0]=> >

[PHP-DEV] Bug #14446 Updated: is_file returns error

2001-12-11 Thread zak
ID: 14446 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Filesystem function related Operating System: debian PHP Version: 4.1.0 New Comment: Thanks for your report. However, please do check the bug database for existing bug entries before submitting

Re: [PHP-DEV] [patch] krsort() ext/standard/array.c

2001-12-11 Thread Zak Greant
Also, when touching up functions, is there any significant advantage to migrating them to zend_parse_parameters? On December 11, 2001 06:53 pm, I wrote: > Hello All, > > After reviewing Christian Dickmann's list of functions with broken > prototypes, I have started making corrections where

[PHP-DEV] Bug #14446: is_file returns error

2001-12-11 Thread omid
From: [EMAIL PROTECTED] Operating system: debian PHP version: 4.1.0 PHP Bug Type: Filesystem function related Bug description: is_file returns error is_file() and is_dir() functions return warning when filename supplied is not existing. The following warning is displaye

[PHP-DEV] Bug #14429 Updated: PSPELL CONFIG

2001-12-11 Thread vlad
ID: 14429 Updated by: vlad Reported By: [EMAIL PROTECTED] Status: Feedback Old Bug Type: *General Issues Bug Type: Pspell related Operating System: freebsd 4.3 PHP Version: 4.1.0 Old Assigned To: Assigned To: vlad New Comment: meant assign it and place it into the right category too... Previous

[PHP-DEV] Bug #14429 Updated: PSPELL CONFIG

2001-12-11 Thread vlad
ID: 14429 Updated by: vlad Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: *General Issues Operating System: freebsd 4.3 PHP Version: 4.1.0 New Comment: which versions of pspell and aspell are you using? Previous Comments: --

[PHP-DEV] Bug #14445 Updated: undefined function not trapped by user defined error handler

2001-12-11 Thread zak
ID: 14445 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: *General Issues Operating System: Win2000 PHP Version: 4.0.6 New Comment: Thank you for the report, however, please do check for existing bug reports before opening a new bug report. This is

[PHP-DEV] Bug #14445: undefined function not trapped by user defined error handler

2001-12-11 Thread jlim
From: [EMAIL PROTECTED] Operating system: Win2000 PHP version: 4.0.6 PHP Bug Type: *General Issues Bug description: undefined function not trapped by user defined error handler The following code is used to catch errors and mail them to the webmaster: -- Edit bug repo

[PHP-DEV] Bug #14394 Updated: Problem with line 1457 "archive_cmds"

2001-12-11 Thread paul
ID: 14394 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: Mac OSX 10.1 Old PHP Version: 4.0.6 PHP Version: 4.1.0 New Comment: Problem also exists in 4.1 Previous Comments: -

[PHP-DEV] Bug #14443 Updated: Double-free causes segfault in domxml

2001-12-11 Thread mfischer
ID: 14443 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: Linux Redhat 7.1 PHP Version: 4.0.6 New Comment: The code has changed quite a lot since 4.0.6. I can't reproduce the crash with the current CVS version.

[PHP-DEV] Bug #14420 Updated: is_file prints "stat failed .." message

2001-12-11 Thread evsvit
ID: 14420 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Duplicate Bug Type: Scripting Engine problem Operating System: Redhat Linux PHP Version: 4.1.0 New Comment: Here is my conversation with Mike Rodgers. Maybe it will help to remember the conclusion of previous dis

Re: [PHP-DEV] Bug #14420: is_file prints "stat failed .." message

2001-12-11 Thread Mike Rogers
Agreed. These changes should be made into toggles. If you ask me, if the file doesn't exist, it's not a file. That shouldn't be an error message. -- Mike - Original Message - From: "Vitali Evstigneev" <[EMAIL PROTECTED]> To: "Mike Rogers" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sen

[PHP-DEV] Bug #14444: PHP (Apache DSO) crashes on startup

2001-12-11 Thread fmajid
From: [EMAIL PROTECTED] Operating system: Solaris 8 Intel MU6 PHP version: 4.1.0 PHP Bug Type: Dynamic loading Bug description: PHP (Apache DSO) crashes on startup When PHP 4.1.0 is compiled on Solaris 8 x86 with gcc 2.95.3 (Solaris ld, GNU as) with GD 1.5 (for GIF support),

[PHP-DEV] Bug #14420 Updated: is_file prints "stat failed .." message

2001-12-11 Thread yohgaki
ID: 14420 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Duplicate Bug Type: Scripting Engine problem Operating System: Redhat Linux PHP Version: 4.1.0 New Comment: This has been discussed, but I don't remeber the conclusion. Anyone remember that? I think we n

[PHP-DEV] Bug #14443: Double-free causes segfault in domxml

2001-12-11 Thread adam
From: [EMAIL PROTECTED] Operating system: Linux Redhat 7.1 PHP version: 4.0.6 PHP Bug Type: Reproducible crash Bug description: Double-free causes segfault in domxml The domxml extension frees memory twice when an XPath query is used which results in an empty nodelist. I'

[PHP-DEV] Bug #14442: Segmentation fault when using xslt_process()

2001-12-11 Thread mike
From: [EMAIL PROTECTED] Operating system: Linux (RH 7.0) PHP version: 4.1.0 PHP Bug Type: Reproducible crash Bug description: Segmentation fault when using xslt_process() I am trying to run the XSLT example at phpbuilder using these 2 files as input. http://www.phpbuilder

Re: [PHP-DEV] Bug #14420: is_file prints "stat failed .." message

2001-12-11 Thread Vitali Evstigneev
Hello Mike! Thanks for responding. I'm affraid I haven't described problem well enough. Function is_file() still returns FALSE. But in the same time it types error message to output. It doesn't affect program's flow but affects interface. I understand that if we parse name "is_file" then function

[PHP-DEV] [patch] krsort() ext/standard/array.c

2001-12-11 Thread Zak Greant
Hello All, After reviewing Christian Dickmann's list of functions with broken prototypes, I have started making corrections where needed. Given that I am not sure that everyone will agree that these changes are needed (or that I will make the changes properly FTM), I am starting slowly. :) T

Re: [PHP-DEV] Re: Bugs in ext/standard/array.c

2001-12-11 Thread Zak Greant
On December 10, 2001 03:09 pm, Christian Dickmann wrote: > I programmed a small PHP Script, which > searches for these "negligible inconsistency". > It is very simple, but it shows some positions > in the source, which should be changed ... > > Someone out there, who wants to do this? > > Here the

Re: [PHP-DEV] News Server Problem?

2001-12-11 Thread Markus Fischer
On Tue, Dec 11, 2001 at 02:31:15PM +0900, Yasuo Ohgaki wrote : > Has news server setting been changed? > It seems I cannot post article via news.php.net Just wait. All your mails arrived so far. News server sometimes take a bit to catch up. -- Please always Cc to me when replying t

[PHP-DEV] News Server Problem?

2001-12-11 Thread Yasuo Ohgaki
Has news server setting been changed? It seems I cannot post article via news.php.net -- Yasuo Ohgaki _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- PHP Development Mailing List

[PHP-DEV] Bug #14440 Updated: Wrong calculation of timestamp

2001-12-11 Thread cg
ID: 14440 Updated by: cg Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: *Data Exchange functions Bug Type: Date/time related Operating System: Linux 2.4.16 PHP Version: 4.1.0 New Comment: too late ;) Previous Comments: --

[PHP-DEV] Bug #14440 Updated: Wrong calculation of timestamp

2001-12-11 Thread cg
ID: 14440 Updated by: cg Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Unknown/Other Function Bug Type: *Data Exchange functions Operating System: Linux 2.4.16 PHP Version: 4.1.0 New Comment: Assigned Type Previous Comments: ---

[PHP-DEV] Bug #14441: php/sapi crashes under linux

2001-12-11 Thread doc
From: [EMAIL PROTECTED] Operating system: Linux Redhat 7.2 PHP version: 4.1.0 PHP Bug Type: Reproducible crash Bug description: php/sapi crashes under linux Hi, Im pretty sure this is a bug. I've been trying to install php into tomcat for a while now; starting with 4.01

Re: [PHP-DEV] FRC: PostgreSQL function names change

2001-12-11 Thread Yasuo Ohgaki
Markus Fischer wrote: > On Tue, Dec 11, 2001 at 02:05:36PM +0900, Yasuo Ohgaki wrote : > >>Sorry if this message is posted twice. >> > > Twice? I could be wrong but I think it has arrived three > times or so already. NM ;-))) > > These messages that are almost the same were posted *

[PHP-DEV] Re: Proporsal for cascadable general HTTP input handler

2001-12-11 Thread Yasuo Ohgaki
Rui Hirokawa wrote: > Hi, > > I propose a new idea for HTTP input handler to improve security and > multibyte encoding support. > > Currently, user input by POST/GET/Cookie is treated by > internal function php_treat_variables(). > > Some security related work to prevent some security attack

Re: [PHP-DEV] RFC: Renaming PostgreSQL functions

2001-12-11 Thread Yasuo Ohgaki
Egon Schmid wrote: *SNIP* > Yes, you can change the function names only if it have changed in > the source code. Because of compatibility reasons, the old function > names should exists and work in the near future. MySQL is a very > good example for the function renaming. > > -Egon I'll take c

[PHP-DEV] RFC: PostgreSQL function *rename*

2001-12-11 Thread Yasuo Ohgaki
Hi all, I would like to rename PostgreSQL functions to comfirm naming/coding standard. Similar change has been done for MySQL module, AFIAK. I'll take care documentation changes also. Almost all changes are just a matter of adding "_" to current names, except pg_cmdtuples. The new name is pg_aff

Re: [PHP-DEV] FRC: PostgreSQL function names change

2001-12-11 Thread Markus Fischer
On Tue, Dec 11, 2001 at 02:05:36PM +0900, Yasuo Ohgaki wrote : > Sorry if this message is posted twice. Twice? I could be wrong but I think it has arrived three times or so already. NM ;-))) -- Please always Cc to me when replying to me on the lists. -- PHP Development Mailing List <

[PHP-DEV] FRC: PostgreSQL function names change

2001-12-11 Thread Yasuo Ohgaki
Sorry if this message is posted twice. Hi all, I would like to change PostgreSQL function names to comfirm coding standard. Similar change has been done for MySQL module, AFIAK. Documentation will be updated just like MySQL function names were changed. This is a proposed change. Almost all ch

[PHP-DEV] FRC: PostgreSQL function names

2001-12-11 Thread Yasuo Ohgaki
Hi all, I would like to change PostgreSQL function names to comfirm coding standard. Similar change has been done for MySQL module, AFIAK. Documentation will be updated just like MySQL function names were changed. This is a proposed change. Almost all changes are just a matter of adding "_" to

[PHP-DEV] Bug #14440: Wrong calculation of timestamp

2001-12-11 Thread clemens
From: [EMAIL PROTECTED] Operating system: Linux 2.4.16 PHP version: 4.1.0 PHP Bug Type: Unknown/Other Function Bug description: Wrong calculation of timestamp strtotime() returns an wrong timestamp from the date-string: echo date( 'd.m.Y H:i:s', strtotime( 'Tue, 11 Dec 20

[PHP-DEV] RFC: PostgreSQL function *rename*

2001-12-11 Thread Yasuo Ohgaki
Hi all, I would like to rename PostgreSQL functions to comfirm naming/coding standard. Similar change has been done for MySQL module, AFIAK. I'll take care documentation changes also. Almost all changes are just a matter of adding "_" to current names, except pg_cmdtuples. The new name is pg_aff

Re: [PHP-DEV] Bug #14420: is_file prints "stat failed .." message

2001-12-11 Thread Mike Rogers
This has been changed. Use exists() first. Technically, if the file does exist, it's not a file in my opinion and should return false, but nobody seems to agree with me. -- Mike - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 11, 2001 5:01

Re: [PHP-DEV] Bug #14424: is_readable returns error if file does not exist.

2001-12-11 Thread Mike Rogers
Sadly they made this change. I don't agree with it or like it, but the change has been made. Use exists instead. -- Mike - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 11, 2001 9:22 AM Subject: [PHP-DEV] Bug #14424: is_readable returns err

[PHP-DEV] Bug #14437 Updated: FCGI phpinfo()

2001-12-11 Thread zak
ID: 14437 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: PHP options/info functions Operating System: FreeBSD 4.3 PHP Version: 4.1.0 New Comment: Please read the PHP 4.1.0 release notes on PHP.net Previous Comments: -

[PHP-DEV] Bug #14304 Updated: Potential problem with regex...

2001-12-11 Thread zak
ID: 14304 Updated by: zak Reported By: [EMAIL PROTECTED] Old Summary: str_replace unable to match search string Old Status: Open Status: Feedback Bug Type: Regexps related Operating System: Linux php3-2 2.4.7 #1 Thu Aug 9 PHP Version: 4.0.6 New Comment: Thanks for the additional information. I

[PHP-DEV] CVS Account Request: daniel

2001-12-11 Thread Daniel Lorch
I'm currently in the PHP-Dev mailinglist and I wanted to reply to some of the bug reports. Zak Greant <[EMAIL PROTECTED]> then told me that this would require a CVS account so I though I just applied for one :) Feel free to contact me if there is anything you'd like to know (skills or whateve

Re: [PHP-DEV] RFC: Renaming PostgreSQL functions

2001-12-11 Thread Yasuo Ohgaki
Egon Schmid wrote: > From: "Jon Parise" <[EMAIL PROTECTED]> > >>On Tue, Dec 11, 2001 at 09:06:52PM +0900, Yasuo Ohgaki wrote: >> >> >>>I would like to rename PostgreSQL functions to comfirm >>>naming/coding standard. Similar change has been done for >>>MySQL module, AFIAK. I'll take care documen

[PHP-DEV] Bug #14437: FCGI phpinfo()

2001-12-11 Thread postmaster
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.3 PHP version: 4.1.0 PHP Bug Type: PHP options/info functions Bug description: FCGI phpinfo() Just compiled 4.1 with, './configure' '--with-fastcgi' '--disable-mysql' '--enable-inline-optimizations' '--disable-debug' '

[PHP-DEV] Bug #14365 Updated: require_once() causes segfault

2001-12-11 Thread sean . redmond
ID: 14365 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: RedHat Linux 7.2 PHP Version: 4.0.6 New Comment: FYI: I did write a script with require_once() inside a for loop to see if just repetitively requiring a f

[PHP-DEV] Bug #14365 Updated: require_once() causes segfault

2001-12-11 Thread sean . redmond
ID: 14365 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Scripting Engine problem Operating System: RedHat Linux 7.2 PHP Version: 4.0.6 New Comment: Also in 4.1.0. I haven't been able to write a simple script to reproduce the crash.

[PHP-DEV] Bug #14420 Updated: is_file prints "stat failed .." message

2001-12-11 Thread mfischer
ID: 14420 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Scripting Engine problem Operating System: Redhat Linux PHP Version: 4.1.0 New Comment: Please check if you changed the error_reporting() level. Feedback. Previous Comments: -

[PHP-DEV] Bug #13364 Updated: domxml: Add support for ATTLIST

2001-12-11 Thread mfischer
ID: 13364 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Summary: Add support for ATTLIST Old Status: Assigned Status: Open Old Bug Type: DOM XML related Bug Type: Feature/Change Request Operating System: Debian x86 unstable PHP Version: 4.0.6 Assigned To: mfischer New Comment: De-assign

[PHP-DEV] Bug #14037 Updated: domxml: Memory leak in xmldocfile function

2001-12-11 Thread mfischer
ID: 14037 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Summary: Memory leak in xmldocfile function Old Status: Assigned Status: Open Old Bug Type: DOM XML related Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0.6 Assigned To: mfischer New Comment: De-assigned,

[PHP-DEV] Bug #11640 Updated: realpath(): wrong results with $PHP_SELF

2001-12-11 Thread cardinal
ID: 11640 Updated by: cardinal Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Filesystem function related Operating System: WIN NT PHP Version: 4.0.6 New Comment: RTFM. Realpath is for system paths, $PHP_SELF is relative to the web root. Previous Comments: -

[PHP-DEV] Bug #14333 Updated: Apache processes consume all CPU

2001-12-11 Thread tauren
ID: 14333 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating System: RH 6.2 SMP PHP Version: 4.0.6 New Comment: This time I compiled PHP with this configuration: CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure

[PHP-DEV] Bug #14399 Updated: eregi_replace does not handle upercase scandinavian characters

2001-12-11 Thread mfischer
ID: 14399 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.1.0 New Comment: Try setting your locale first with setlocale() Feedback. Previous Comments:

[PHP-DEV] replying to bug reports

2001-12-11 Thread Daniel Lorch
Hi, Sorry for asking, but I tried to reply to a bug report using your bug tracking system at http://bugs.php.net/ I was asked to enter a CVS name and password in order to submit my answer - but your page cleary says that a CVS account wouldn't be necessary for such things. I read through all gui

[PHP-DEV] Bug #14232 Updated: Crash of session_start() when client disables cookies and sends a form

2001-12-11 Thread adnev
ID: 14232 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Reproducible crash Operating System: Win2000;Win98 PHP Version: 4.0.6 New Comment: I don't use the zlib library (zlib is not loaded at all). I don't use ob_end_finish() neither

[PHP-DEV] [ADMIN] spam protection for lists.php.net lists

2001-12-11 Thread Jim Winstead
as some of you may have noticed over the last few days, a new method of spam protection has been implemented on lists.php.net. if you post to one of the lists.php.net lists (via mail or the news server at news.php.net) from a mail address that is not subscribed to the mailing list, you will rece

[PHP-DEV] Bug #14281 Updated: prolem with access to undefined member of array

2001-12-11 Thread cardinal
ID: 14281 Updated by: cardinal Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Arrays related Operating System: Linux PHP Version: 4.0.6 New Comment: Reproduced on 4.0.6, but not reproduced on CVS or the latest 4.1.0 RC. Previous Comments: ---

[PHP-DEV] Bug #14388: include_path in virtual breaks SSI

2001-12-11 Thread yanek
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.4-STABLE PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: include_path in virtual breaks SSI Using the following in VirtualHost in httpd.conf (apache 1.3.22): php_value include_path ".:/path/to/in

[PHP-DEV] Bug #12868 Updated: Appendix G Descrepancies..

2001-12-11 Thread philip
ID: 12868 Updated by: philip Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Open Bug Type: Documentation problem Operating System: win32 PHP Version: 4.0.6 Assigned To: jeroen New Comment: This seems okay now. But, maybe the alias appendix should be auto-generated via something lik

[PHP-DEV] Bug #14390 Updated: HTTP Upload files missing few bytes from end

2001-12-11 Thread dannytuppeny
ID: 14390 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Filesystem function related Operating System: WinXP PHP Version: 4.1.0 New Comment: oh right! I never did on WinME though! Thanks. Previous Comments: ---

[PHP-DEV] Bug #14398 Updated: PHP Core Dumps when connecting via UNIX sockets

2001-12-11 Thread mfischer
ID: 14398 Updated by: mfischer Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: PostgreSQL related Operating System: Linux PHP Version: 4.0.6 New Comment: Just to add: Try 4.1.0, maybe the problem has already been fixed. Previous Comments: --

[PHP-DEV] Bug #14333 Updated: Apache processes consume all CPU

2001-12-11 Thread tauren
ID: 14333 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Apache related Operating System: RH 6.2 SMP PHP Version: 4.0.6 New Comment: Thanks for the help. I've installed the MySQL-shared RPM and now have /usr/lib/libmysqlclient.so.

[PHP-DEV] Bug #14390 Updated: HTTP Upload files missing few bytes from end

2001-12-11 Thread sander
ID: 14390 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Filesystem function related Operating System: WinXP PHP Version: 4.1.0 New Comment: On Windows, you should use 'b' while opening binary files. $wfp = fopen($DOCUMENT_ROOT . '/dbimages/' . $file,

[PHP-DEV] Bug #14372 Updated: fsockopen() timeout terror

2001-12-11 Thread rasmus
ID: 14372 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Apache related Operating System: FreeBSD 4.4-Stable PHP Version: 4.0.6 New Comment: Just to add to this. The way to fix it at the ISP level is to simply put "disable_functions = fsockopen" in your php.ini file.

[PHP-DEV] Bug #14436: odbc_fetch_row crashes PHP with aliased table

2001-12-11 Thread nick
From: [EMAIL PROTECTED] Operating system: WinNT PHP version: 4.0.6 PHP Bug Type: ODBC related Bug description: odbc_fetch_row crashes PHP with aliased table When using odbc_fetch_row() with specific queries, the PHP module attempts to write to a NULL pointer, which crashes A

[PHP-DEV] Bug #14397 Updated: Wrong results when reading a float

2001-12-11 Thread hofmann
ID: 14397 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Sybase (dblib) related Operating System: Linux PHP Version: 4.0.6 New Comment: I found that the wrong float results happen with float(8) but NOT with float(16) !!! Previous Comments: --

Re: [PHP-DEV] Bug #14386 Updated: function p/connect do not work in FreeBSD

2001-12-11 Thread Markus Fischer
On Tue, Dec 11, 2001 at 08:28:23AM -, [EMAIL PROTECTED] wrote : > ID: 14386 > Updated by: cardinal > Reported By: [EMAIL PROTECTED] > Old Status: Open > Status: Bogus > Bug Type: PostgreSQL related > Operating System: FreeBSD > PHP Version: 4.0.6 > New Comment: > > Not a bug. Please send su

[PHP-DEV] Bug #14365 Updated: require_once() causes segfault

2001-12-11 Thread mfischer
ID: 14365 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Scripting Engine problem Operating System: RedHat Linux 7.2 PHP Version: 4.0.6 New Comment: Can you try newly release 4.1.0? And please try to provide small, self-containing reproduceable

[PHP-DEV] Bug #14304 Updated: str_replace unable to match search string

2001-12-11 Thread bajolet
ID: 14304 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Strings related Operating System: Linux php3-2 2.4.7 #1 Thu Aug 9 PHP Version: 4.0.6 New Comment: I isolate the bug : this works : eregi('','',$regs); this doesn't (php loops) : eregi('',

[PHP-DEV] Bug #14304 Updated: eregi() enters in infinite loop ?

2001-12-11 Thread bajolet
ID: 14304 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: str_replace unable to match search string Status: Open Old Bug Type: Strings related Bug Type: Regexps related Operating System: Linux php3-2 2.4.7 #1 Thu Aug 9 PHP Version: 4.0.6 New Comment: Changed bug typ

[PHP-DEV] Re: PHP 4.1.0 released

2001-12-11 Thread Daniel Urstöger
Just update PHP to v.4.1.0 about 10 mins ago Worked pretty go so far ! :) Will tell about loads soon .. But as far as I see, the load really dropped ... Yeah, and waiting till Zend is bringing out a working version of Optimizer for that PHP version ! :) cya ! Daniel PS: thx for your affords ! "

[PHP-DEV] Bug #14393: Function calling filename built-in access

2001-12-11 Thread foobardotcom
From: [EMAIL PROTECTED] Operating system: all PHP version: 4.1.0 PHP Bug Type: Feature/Change Request Bug description: Function calling filename built-in access Create function, that will not constraint specifying __FILE__ who is calling it. function vote($num) { g

[PHP-DEV] Bug #13095 Updated: Deadlock in mod_mm (garbage collection)

2001-12-11 Thread sas
ID: 13095 Updated by: sas Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Session related Operating System: Linux 2.4.4 (i686) PHP Version: 4.0.6 New Comment: This and several other bugs in this part of the code have been fixed. Please try a snapshot (snaps.php.net) or w

[PHP-DEV] Bug #13953 Updated: HTML Entities and $HTTP_POST_VARS

2001-12-11 Thread cardinal
ID: 13953 Updated by: cardinal Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Arrays related Operating System: Free BSD 4.2 PHP Version: 4.0.4pl1 New Comment: I can't reproduce any part of this bug report on 4.0.6. My $HTTP_POST_VARS matches jeroen's exactly for the pro

[PHP-DEV] Bug #14396: open_basedir check in nested include does not allow subdirs

2001-12-11 Thread matthias-php
From: [EMAIL PROTECTED] Operating system: linux / redhat 7.1 PHP version: 4.0.6 PHP Bug Type: PHP options/info functions Bug description: open_basedir check in nested include does not allow subdirs with enabled safe-mode and open_basedir restriction it is not possible to exe

[PHP-DEV] Bug #13085 Updated: Apache dies at startup

2001-12-11 Thread derick
ID: 13085 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: PostgreSQL related Operating System: Redhat 7.0 PHP Version: 4.0.6 New Comment: If it works fine > close the report. Previous Comments: --

[PHP-DEV] Bug #11798 Updated: "svar_dump()" wanted

2001-12-11 Thread derick
ID: 11798 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: Feature/Change Request Operating System: any PHP Version: 4.0 Latest CVS (2001-06-29) New Comment: var_export does not do this, it merely has a different format then var_dump, so that it is corr

[PHP-DEV] Bug #14402 Updated: round() outputs too many digits

2001-12-11 Thread michiel
ID: 14402 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Math related Old Operating System: slack 7.1 Operating System: Linux-2.4.14 (Slackware 8.0) Old PHP Version: 4.1.0 PHP Version: 4.1.0RC5 New Comment: Changed distro/php version for clarity. Previou

[PHP-DEV] Bug #12908 Updated: zend engine patch (workaround) for some strange bug

2001-12-11 Thread sdettmer
ID: 12908 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Reproducible crash Operating System: SuSE Linux 7.1 PHP Version: 4.0.5 New Comment: I'm sorry, but currently I have no free resources to test it. Thank you for reviewing the pr

[PHP-DEV] Bug #14402 Updated: round() outputs too many digits

2001-12-11 Thread derick
ID: 14402 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Math related Operating System: Linux-2.4.14 (Slackware 8.0) PHP Version: 4.1.0RC5 New Comment: weird, this works fine for me (PHP cgi). Derick Previous Comments:

[PHP-DEV] CVS Account Request: sundru

2001-12-11 Thread Sundara Pandian
Learning to build php extensions -- 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] Bug #14408: compiled failed for target ldap.lo

2001-12-11 Thread fowler
From: [EMAIL PROTECTED] Operating system: Solaris 8 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: compiled failed for target ldap.lo Compiling with the LDAP module fails with the following error. Am I missing something? # make ... ... /bin/sh /usr/s

[PHP-DEV] Bug #13085 Updated: Apache dies at startup

2001-12-11 Thread kolja . sauer
ID: 13085 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: PostgreSQL related Operating System: Redhat 7.0 PHP Version: 4.0.6 New Comment: Hello, i use the newest snap and it works fine! Previous Comments: --

[PHP-DEV] Bug #14411: php-4.1.0.tar.gz CRC verify error

2001-12-11 Thread msuns
From: [EMAIL PROTECTED] Operating system: open server 5 PHP version: 4.1.0 PHP Bug Type: Documentation problem Bug description: php-4.1.0.tar.gz CRC verify error php-4.1.0.tar.gz download file CRC verify error. -- Edit bug report at: http://bugs.php.net/?id=14411&edit=1 -

[PHP-DEV] Bug #7615 Updated: Session management in thttpd / proxy problem

2001-12-11 Thread sas
ID: 7615 Updated by: sas Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Other web server Operating System: Linux 2.2.17 (Slackware 7.1) PHP Version: 4.0.3pl1 New Comment: The POST problem has been fixed in CVS finally. Thanks for your report. Previous Comments:

[PHP-DEV] Bug #14410: imap_fetch_overview: is missing in_reply_to

2001-12-11 Thread tlb
From: [EMAIL PROTECTED] Operating system: Any PHP version: 4.1.0 PHP Bug Type: IMAP related Bug description: imap_fetch_overview: is missing in_reply_to Please add in function PHP_FUNCTION(imap_fetch_overview) in file php4/ext/imap/php_imap.c : if (env->in_reply_to) {

[PHP-DEV] Bug #14397: Wrong results when reading a float

2001-12-11 Thread hofmann
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Sybase (dblib) related Bug description: Wrong results when reading a float I have successfully written a float number into a sybase system - that I can display correctly with isql. But when rea

[PHP-DEV] Bug #14400: /usr/libexec/libphp4.so: undefined symbol: mm_create

2001-12-11 Thread punkarruso
From: [EMAIL PROTECTED] Operating system: Slackware 8 PHP version: 4.0.6 PHP Bug Type: Apache related Bug description: /usr/libexec/libphp4.so: undefined symbol: mm_create I compiled apache with threads. OK I compiled php in this way: ./configure --prefix=/usr --with-apxs=

[PHP-DEV] CVS Account Request: pgerzson

2001-12-11 Thread Gyozo Papp \(given name + surname\)
The main purpose of my request is to help in translating the documentation into Hungarian and do some minor maintainance work in this branch. -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To co

[PHP-DEV] Bug #14402: round() outputs too many digits

2001-12-11 Thread michiel
From: [EMAIL PROTECTED] Operating system: slack 7.1 PHP version: 4.1.0 PHP Bug Type: Math related Bug description: round() outputs too many digits outputs on php 4.0.6: 0.29384728947298 0.29 0 0.29 0.29 however, using php 4.1.0, it outputs: 0.29384728947298

[PHP-DEV] Bug #14389: cookies problem

2001-12-11 Thread demon
From: [EMAIL PROTECTED] Operating system: NT4 PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: cookies problem I'm using this code in 3 pages in Page 1: in page2: if ($password == "mypassword") { setcookie("user", "admin"); header("

[PHP-DEV] Bug #14395: Some Chinese Words Can't Be Used In The Php Files

2001-12-11 Thread horsezhao
From: [EMAIL PROTECTED] Operating system: windows2000Server PHP version: 4.1.0 PHP Bug Type: Compile Failure Bug description: Some Chinese Words Can't Be Used In The Php Files When i used --- echo "¦¨¥\"; --- (a Chinese Word) the system will report "Parse error: parse

[PHP-DEV] Bug #14434 Updated: gmp()-failure

2001-12-11 Thread cardinal
ID: 14434 Updated by: cardinal Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Unknown/Other Function Operating System: Linux 2.4.x/Apache 1.3.22 PHP Version: 4.1.0 New Comment: Please post a short script illustrating the problem, and any specific errors you are gettin

[PHP-DEV] Bug #13437 Updated: PHP cores on exit; memory deallocation problem?

2001-12-11 Thread zak
ID: 13437 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: Linux & Solaris PHP Version: 4.1RC5 New Comment: Could you try calling apache_child_terminate() at the end of your script? Previous Comments:

[PHP-DEV] Bug #7244 Updated: Problem with LOAD DATA LOCAL INFILE

2001-12-11 Thread sniper
ID: 7244 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: MySQL related Operating System: Win 98 PHP Version: 4.0.8 New Comment: Could you please add a diff to the php.ini-dist against the php.in you're running PHP with? Previous Comments: --

[PHP-DEV] Bug #14365 Updated: require_once() causes segfault

2001-12-11 Thread sean . redmond
ID: 14365 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Scripting Engine problem Operating System: RedHat Linux 7.2 PHP Version: 4.0.6 New Comment: It does happen with 4.1.0RC5: #0 0x40247210 in php_fopen_with_path ( filenam

[PHP-DEV] Bug #14392: Problem #13593 also present in 4.1.0RC4

2001-12-11 Thread sev
From: [EMAIL PROTECTED] Operating system: Windows 98SE PHP version: 4.1.0 PHP Bug Type: Reproducible crash Bug description: Problem #13593 also present in 4.1.0RC4 I'm getting exactly the same problem as reported in #13593 with the latest (4.1.0RC4) build for Windows (i.e. u

  1   2   3   >