#28416 [NEW]: mktime doesn't handle three digit years correct

2004-05-16 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: * PHP version: 4.3.6 PHP Bug Type: Date/time related Bug description: mktime doesn't handle three digit years correct Description: mktime() doesn't handle three digit year values correct. Reproduce code

#28402 [NEW]: configure failure with external SQLite library

2004-05-14 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: FreeBSD 5.2.1 PHP version: 5CVS-2004-05-14 (dev) PHP Bug Type: Compile Failure Bug description: configure failure with external SQLite library Description: PHP 5 configure failure with --with-sqlite=DIR on FreeBSD

#28353 [NEW]: yaz_record function not returning array

2004-05-10 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.3.6 PHP Bug Type: YAZ related Bug description: yaz_record function not returning array Description: I am using the yaz_record funtion to return an individual record from the query. I have specified

#28251 [NEW]: fail to compile proc_open.c

2004-05-02 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: win/Cygwin PHP version: 5CVS-2004-05-02 (dev) PHP Bug Type: Compile Failure Bug description: fail to compile proc_open.c Description: Cygwin/gcc fail to compile proc_open.c Actual result: -- gcc -Iext

#28234 [NEW]: HTTPS wrapper doesn't work

2004-04-30 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Windows XP PHP version: 4.3.6 PHP Bug Type: Filesystem function related Bug description: HTTPS wrapper doesn't work Description: It seems that HTTPS wrapper doesn't work under Windows. I have openssl extension enabled

#28217 [NEW]: casting RecursiveDirectoryIterator is bogus

2004-04-29 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: n/a PHP version: 5CVS-2004-04-29 (dev) PHP Bug Type: Zend Engine 2 problem Bug description: casting RecursiveDirectoryIterator is bogus Description: Just the check the following line in the reproduce code: if($it-isDir

#28212 [NEW]: bug reporting script doesn't work properly

2004-04-28 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: OS/X 10.3 PHP version: 5CVS-2004-04-29 (dev) PHP Bug Type: Feature/Change Request Bug description: bug reporting script doesn't work properly Description: here is the output of the bottom of the make test note

#28213 [NEW]: debug_print_backtrace() crash PHP when including a file that doesn't exist

2004-04-28 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 5CVS-2004-04-29 (dev) PHP Bug Type: Zend Engine 2 problem Bug description: debug_print_backtrace() crash PHP when including a file that doesn't exist Description: debug_print_backtrace() will crash

#28113 [NEW]: Memory is not freed with apache2handler SAPI

2004-04-22 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 5CVS-2004-04-23 (dev) PHP Bug Type: Apache2 related Bug description: Memory is not freed with apache2handler SAPI Description: PHP does not free the memory it's using during and after a request when

#28096 [NEW]: stream_socket_accept on an ssl server socket doesn't enable ssl

2004-04-21 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: any PHP version: 5CVS-2004-04-21 (dev) PHP Bug Type: OpenSSL related Bug description: stream_socket_accept on an ssl server socket doesn't enable ssl Description: stream_socket_server(ssl://) incorrectly applies SSL

#28081 [NEW]: mssql_connect segfaults with wrong parameters

2004-04-20 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4CVS-2004-04-20 (stable) PHP Bug Type: MSSQL related Bug description: mssql_connect segfaults with wrong parameters Description: Similar to bug #11490. mssql_connect (and mssql_pconnect) segfault when

#28007 [NEW]: FreeTDS support will not compile

2004-04-15 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.3.6RC3 PHP Bug Type: MSSQL related Bug description: FreeTDS support will not compile Description: See bug #21544 -- I was asked to open a new report. ./configure --with-mssql ... works

#28010 [NEW]: zip_open doesn't work with HTTP wrapper

2004-04-15 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Windows PHP version: 4CVS-2004-04-15 (stable) PHP Bug Type: ZZiplib Related Bug description: zip_open doesn't work with HTTP wrapper Description: zip_open doesn't work with HTTP wrapper (at least) Reproduce code

#27992 [NEW]: Resource Leak

2004-04-14 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux (any) PHP version: 4.3.6RC3 PHP Bug Type: Class/Object related Bug description: Resource Leak Description: See the attached code; it has been isolated from PEAR (core) and PEAR::Net_Socket. Basically, after

#27998 [NEW]: CGI 'php -n' + php_ini_scanned_files() == segfault

2004-04-14 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux 2.4.22 (Fedora Core 1) PHP version: 4.3.4 PHP Bug Type: Reproducible crash Bug description: CGI 'php -n' + php_ini_scanned_files() == segfault Description: On a recent install of PHP 4.3.4 (from RPM, not compile

#27979 [NEW]: ArrayObject segfaults

2004-04-13 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Win XP PHP version: 5CVS-2004-04-13 (dev) PHP Bug Type: Zend Engine 2 problem Bug description: ArrayObject segfaults Description: PHP segfaults using the given script. Reproduce code: --- ?php $array

#27943 [NEW]: PHP FastCGI child exit and fork forever.

2004-04-10 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: FreeBSD 5.2.1 PHP version: 5CVS-2004-04-10 (dev) PHP Bug Type: CGI related Bug description: PHP FastCGI child exit and fork forever. Description: Somtimes, after PHP script running, preforked PHP child process exited

#27887 [NEW]: func_get_args() can't accept to be in second argument

2004-04-06 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: many PHP version: 4.3.5 PHP Bug Type: Scripting Engine problem Bug description: func_get_args() can't accept to be in second argument Description: when passing func_get_args() as second parameter of a function

#27822 [NEW]: is_resource() returns true for closed resource handles

2004-04-01 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Irrelevant PHP version: Irrelevant PHP Bug Type: Filesystem function related Bug description: is_resource() returns true for closed resource handles Description: is_resource() returns true even if the resource is already

#27729 [NEW]: cant compile ext/sqlite as shared

2004-03-27 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: IRIX64 6.5.23m PHP version: 5CVS-2004-03-27 (dev) PHP Bug Type: Compile Failure Bug description: cant compile ext/sqlite as shared Description: I have problems with compiling the ext/sqlite as a shared one with todays

#27732 [NEW]: Newlines in include/php_sab_info.h confuses mips CC compiler

2004-03-27 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: IRIX64 6.5.23m PHP version: 4.3.5 PHP Bug Type: Compile Failure Bug description: Newlines in include/php_sab_info.h confuses mips CC compiler Description: The file php-4.3.5/include/php_sab_info.h contains information

#27726 [NEW]: iconv, iisfunc and printer extensions are missing

2004-03-26 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Windows PHP version: 4.3.5 PHP Bug Type: Dynamic loading Bug description: iconv, iisfunc and printer extensions are missing Description: In ZIP package of Windows version 4.3.5 are missing these extensions

#27633 [NEW]: Wrong translation in ASCII mode

2004-03-18 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Windows XP PHP version: 4.3.5RC3 PHP Bug Type: FTP related Bug description: Wrong translation in ASCII mode Description: ftp_get() translates \n characters wrong in FTP_ASCII mode. Instead of \r\n, they become \r

#27623 [NEW]: implementation of interfaces not correct handled

2004-03-17 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: debian linux PHP version: 5CVS-2004-03-17 (dev) PHP Bug Type: Class/Object related Bug description: implementation of interfaces not correct handled Description: A implementation of a class whith a method which

#27623 [Bgs]: implementation of interfaces not correct handled

2004-03-17 Thread [EMAIL PROTECTED]
ID: 27623 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Class/Object related Operating System: debian linux PHP Version: 5CVS-2004-03-17 (dev) New Comment: Actually I do not get the point why that does

#27625 [NEW]: Freetype not to compile into

2004-03-17 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: OS X 10.3.2 PHP version: 5.0.0b4 (beta4) PHP Bug Type: *Compile Issues Bug description: Freetype not to compile into Description: PHP 5 compiles and installs properly on OSX; but with adding the --with-freetype-dir=/sw

#27623 [Bgs]: implementation of interfaces not correct handled

2004-03-17 Thread [EMAIL PROTECTED]
ID: 27623 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Class/Object related Operating System: debian linux PHP Version: 5CVS-2004-03-17 (dev) New Comment: That does not make sence in my eys

#27616 [NEW]: Using Objects with Constructors/Destructors - Filesystem Delete Issues

2004-03-16 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux 2.4.22 PHP version: 5CVS-2004-03-16 (dev) PHP Bug Type: cURL related Bug description: Using Objects with Constructors/Destructors - Filesystem Delete Issues Description: When you create more than one Cookie Jar

#27606 [NEW]: Expression must be a modifiable lvalue.

2004-03-15 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: IRIX64 6.5.23 PHP version: 5CVS-2004-03-15 (dev) PHP Bug Type: Compile Failure Bug description: Expression must be a modifiable lvalue. Description: Using MipsPro CC for compling php produces this kind of error. cc-1133

#27607 [NEW]: Determine if session data is available before running session_start()

2004-03-15 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: PHP version: Irrelevant PHP Bug Type: Feature/Change Request Bug description: Determine if session data is available before running session_start() Description: Sometimes it is good to be able to determine

#26946 [Ver]: casting an object instance to array exports protected/private data

2004-03-15 Thread [EMAIL PROTECTED]
ID: 26946 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Verified Bug Type: Zend Engine 2 problem Operating System: * PHP Version: 5CVS-2004-03-15 New Comment: But print_r()'s output has to be parsed while a simple cast

#27570 [NEW]: Tidy throw

2004-03-11 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: all PHP version: 5CVS-2004-03-11 (dev) PHP Bug Type: Unknown/Other Function Bug description: Tidy throw Description: Using the given example, PHP exits. I think the problem is in TIDY_THROW. Reproduce code

#27444 [NEW]: mssql_pconnect kill php on shutdown

2004-03-01 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: windows 2000 PHP version: 4.3.5RC3 PHP Bug Type: MSSQL related Bug description: mssql_pconnect kill php on shutdown Description: the following bug was introduced on php 4.3.5: ? $con = mssql_pconnect(host,user,pass

#27382 [NEW]: fopen() does no longer create non-existant files when issued with w

2004-02-24 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux 2.4.25 PHP version: 4.3.4 PHP Bug Type: Filesystem function related Bug description: fopen() does no longer create non-existant files when issued with w Description: I just switched linux kernels from 2.4.10

#27367 [NEW]: A protected parent constructor cannot be callen

2004-02-23 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: linux PHP version: 5CVS-2004-02-23 (dev) PHP Bug Type: Zend Engine 2 problem Bug description: A protected parent constructor cannot be callen Description: By default if a constructor in a subclass is not defined

#27290 [NEW]: warning msg on missing function argument should mention file/line of caller too

2004-02-17 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: PHP version: 5CVS-2004-02-17 (dev) PHP Bug Type: Feature/Change Request Bug description: warning msg on missing function argument should mention file/line of caller too Description: usually the location of the caller

#27302 [NEW]: Odd behavior loading extensions (SQLite)

2004-02-17 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux 2.4.24-6um PHP version: 4.3.4 PHP Bug Type: Unknown/Other Function Bug description: Odd behavior loading extensions (SQLite) Description: Please take a look at: http://www.roguecoders.com/bugs/php_sqlite_load.txt

#27304 [NEW]: ZE2 Static functions don't function properly

2004-02-17 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: RH8 PHP version: 5CVS-2004-02-18 (dev) PHP Bug Type: Zend Engine 2 problem Bug description: ZE2 Static functions don't function properly Description: Static functions don't behave properly at all. They can be called from

#27275 [NEW]: Array-String cast takes serious performance hit, leaks like crazy

2004-02-16 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: RH8 PHP version: 5CVS-2004-02-16 (dev) PHP Bug Type: Zend Engine 2 problem Bug description: Array-String cast takes serious performance hit, leaks like crazy Description: It appears that the engine is doing a Copy

#27193 [NEW]: the visibility of class constructor cannot be changed

2004-02-09 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: linux PHP version: 5CVS-2004-02-09 (dev) PHP Bug Type: Zend Engine 2 problem Bug description: the visibility of class constructor cannot be changed Description: While it's no problem to change the visibility

#27197 [NEW]: token_get_all() hangs if called twice with huge files

2004-02-09 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: win32 PHP version: 5CVS-2004-02-09 (dev) PHP Bug Type: Reproducible crash Bug description: token_get_all() hangs if called twice with huge files Description: while testing phpDocumentor 1.3.0RC2 (which is due out today

#26781 [Fbk-Csd]: wddx session handler crash with class variable.

2004-02-09 Thread [EMAIL PROTECTED]
ID: 26781 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Closed Bug Type: Session related Operating System: * PHP Version: 5CVS New Comment: This problem was fixed in CVS HEAD. Previous

#27183 [NEW]: userland stream wrapper segfaults on stream_write

2004-02-08 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Mac OS X 10.3 PHP version: 4CVS-2004-02-08 (stable) PHP Bug Type: Filesystem function related Bug description: userland stream wrapper segfaults on stream_write Description: Stream Wrapper defined in PHP Userland

#27183 [Opn]: userland stream wrapper segfaults on stream_write

2004-02-08 Thread [EMAIL PROTECTED]
ID: 27183 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Filesystem function related Operating System: Mac OS X 10.3 PHP Version: 4CVS-2004-02-08 (stable) New Comment: seems to work with 4.3.3

#27148 [Opn-Bgs]: a keyword (like print) is not allowed as method name

2004-02-06 Thread [EMAIL PROTECTED]
ID: 27148 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Zend Engine 2 problem Operating System: linux PHP Version: 5CVS-2004-02-05 (dev) New Comment: next time have to double

#27171 [NEW]: gmp_hamdist() produces crash

2004-02-06 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: FreeBSD PHP version: 5.0.0b3 (beta3) PHP Bug Type: Reproducible crash Bug description: gmp_hamdist() produces crash Description: gmp_hamdist() continuously produces a crash: if (ZEND_NUM_ARGS() != 2

#27172 [NEW]: gmp_powm() produces crash

2004-02-06 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: FreeBSD PHP version: 5.0.0b3 (beta3) PHP Bug Type: Reproducible crash Bug description: gmp_powm() produces crash Description: gmp_powm() crashes with a floating point exception when the third parameter, the modulo

#27158 [NEW]: SID put in the wrong place in anchors containing only HTML entities

2004-02-05 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: WinXP SP1 and FreeBSD 4.9 PHP version: 4.3.4 PHP Bug Type: Session related Bug description: SID put in the wrong place in anchors containing only HTML entities Description: If you have an anchor, whose href is comprised

#27145 [NEW]: property names are not unmangled when printed

2004-02-04 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: linux PHP version: 5CVS-2004-02-04 (dev) PHP Bug Type: Zend Engine 2 problem Bug description: property names are not unmangled when printed Description: Object property name is not unmangled before printing in an compile

#27148 [NEW]: print() method is not allowed

2004-02-04 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: linux PHP version: 5CVS-2004-02-04 (dev) PHP Bug Type: Zend Engine 2 problem Bug description: print() method is not allowed Description: PHP5 (HEAD) complains when a class has a method named print(). Looks like the yacc

#27137 [NEW]: ZE2 Crashes in non-debug mode (CLI only)

2004-02-03 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Redhat 8 PHP version: 5CVS-2004-02-03 (dev) PHP Bug Type: Reproducible crash Bug description: ZE2 Crashes in non-debug mode (CLI only) Description: Although I can't trace it down exactly, something in the last day or so

#27138 [NEW]: 0.1 and 0.7 evaluate strangely

2004-02-03 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: PHP version: 5CVS-2004-02-03 (dev) PHP Bug Type: Math related Bug description: 0.1 and 0.7 evaluate strangely Description: I saw this in a manual note. I don't know if it's really a problem, but others have agreed it's

#27139 [NEW]: can't iterate thru simplexml_element objects in normal ways

2004-02-03 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: PHP version: 5CVS-2004-02-03 (dev) PHP Bug Type: *XML functions Bug description: can't iterate thru simplexml_element objects in normal ways Description: We should be able to use normal array iteration techniques when

#27073 [NEW]: Strange behaviour after extending interface Iterator wo adding anything new

2004-01-28 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: linux PHP version: 5CVS-2004-01-28 (dev) PHP Bug Type: Zend Engine 2 problem Bug description: Strange behaviour after extending interface Iterator wo adding anything new Description: See the code attached : class

#27074 [NEW]: __clone() has problem with the vision. maybe needs glasses? :)

2004-01-28 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: linux PHP version: 5CVS-2004-01-28 (dev) PHP Bug Type: Zend Engine 2 problem Bug description: __clone() has problem with the vision. maybe needs glasses? :) Description: In the following code __clone() have problems

#27040 [NEW]: passing an array of form-fields to CURLOPT_POSTFIELDS does not work

2004-01-25 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: * PHP version: 4CVS-2004-01-25 (stable) PHP Bug Type: cURL related Bug description: passing an array of form-fields to CURLOPT_POSTFIELDS does not work Description: Using variable works, using plain array doesn't

#27022 [NEW]: Class constant has no visibility modificator

2004-01-23 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: linux PHP version: 5CVS-2004-01-23 (dev) PHP Bug Type: Zend Engine 2 problem Bug description: Class constant has no visibility modificator Description: It is not possible to use visibility modificator like public

#26990 [NEW]: PHP CGI does not handle Status header.

2004-01-21 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: FreeBSD 5.2 PHP version: 4.3.4 PHP Bug Type: CGI related Bug description: PHP CGI does not handle Status header. Description: CGI version PHP does not handle 'Status: xxx' header. By CGI 1.1 Spec, header('Status: xxx

#26990 [Fbk-Opn]: PHP CGI does not handle Status header.

2004-01-21 Thread [EMAIL PROTECTED]
ID: 26990 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: CGI related Operating System: FreeBSD 5.2 PHP Version: 4.3.4 New Comment: I tried lastest, but not fixed. (php4-STABLE

#26990 [Bgs-Opn]: PHP CGI does not handle Status header.

2004-01-21 Thread [EMAIL PROTECTED]
ID: 26990 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Open Bug Type: CGI related Operating System: FreeBSD 5.2 PHP Version: 4.3.4 New Comment: Yes, It works, but PHP manual also said: Note

#26981 [NEW]: xml_parse looses object reference

2004-01-20 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Windows PHP version: 5.0.0b3 (beta3) PHP Bug Type: XML related Bug description: xml_parse looses object reference Description: If using xml_set_object() to register handlers in an object, xml_parse sometimes looses

#26982 [NEW]: Possible memory leak in variable interpolation

2004-01-20 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Debian sid (linux kernel 2.6.0) PHP version: 5.0.0b3 (beta3) PHP Bug Type: Scripting Engine problem Bug description: Possible memory leak in variable interpolation Description: I'm using a php script for a large (batch

#26946 [NEW]: casting an object instance to array exports protected/private data

2004-01-17 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: all PHP version: 5CVS-2004-01-17 (dev) PHP Bug Type: Zend Engine 2 problem Bug description: casting an object instance to array exports protected/private data Description: casting an object to array gives the possibility

#26948 [NEW]: tokenizer extension doesn't recognize all T_DOC_COMMENT tokens

2004-01-17 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: na PHP version: 5CVS-2004-01-17 (dev) PHP Bug Type: Performance problem Bug description: tokenizer extension doesn't recognize all T_DOC_COMMENT tokens Description: this parses as a T_DOC_COMMENT: /** * no problem

#26924 [Bgs]: private methods can be called within a static method

2004-01-16 Thread [EMAIL PROTECTED]
ID: 26924 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Zend Engine 2 problem Operating System: * PHP Version: 5CVS-2004-01-15 (dev) New Comment: Ah, context - you're right... :) I was just really

#26924 [NEW]: private methods can be called within a static method

2004-01-15 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Win2k Linux PHP version: 5CVS-2004-01-15 (dev) PHP Bug Type: Zend Engine 2 problem Bug description: private methods can be called within a static method Description: Private class methods can be called by instantiating

#26911 [NEW]: sqlite crashes fetching data from an empty query

2004-01-14 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Any PHP version: Irrelevant PHP Bug Type: Reproducible crash Bug description: sqlite crashes fetching data from an empty query Description: Sqlite crashes while trying to fetch data from an empty query. Reproduce code

#26841 [Fbk-Opn]: Child class cannot see protected member var from parent

2004-01-12 Thread [EMAIL PROTECTED]
ID: 26841 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Zend Engine 2 problem Operating System: * PHP Version: 5CVS-2004-01-12 New Comment: Sorry, the actual output is : int

#26859 [NEW]: some_func()['some_key'] and ((object) some_func)-some_prop syntax

2004-01-10 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: linux PHP version: 5CVS-2004-01-10 (dev) PHP Bug Type: Feature/Change Request Bug description: some_func()['some_key'] and ((object) some_func)-some_prop syntax Description: IMO it will be ok, if PHP supports these : 1

#26841 [NEW]: Child class cannot see protected member var from parent

2004-01-08 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: linux PHP version: 5CVS-2004-01-08 (dev) PHP Bug Type: Zend Engine 2 problem Bug description: Child class cannot see protected member var from parent Description: Hello,.. today I tried the code which I post as reproduce

#26810 [NEW]: During high load, PHP dumps sourcecode

2004-01-06 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux Redhat 7.3 PHP version: 4.3.4 PHP Bug Type: Scripting Engine problem Bug description: During high load, PHP dumps sourcecode Description: During high load on our hosting servers, some customers are complaining

#26817 [NEW]: http_build_query adds %00 everywhere and allows people to see every members..

2004-01-06 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Any PHP version: 5CVS-2004-01-06 (dev) PHP Bug Type: *Network Functions Bug description: http_build_query adds %00 everywhere and allows people to see every members.. Description: The http_build_query() function allows

#26781 [NEW]: wddx session handler crash with class variable.

2004-01-04 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Windows 2000SP4 PHP version: 5.0.0b3 (beta3) PHP Bug Type: Session related Bug description: wddx session handler crash with class variable. Description: wddx session handler is work well for string and integer variables

#26755 [NEW]: implicit_flush not used in CLI, ob controlled by output_buffering

2003-12-31 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4CVS-2003-12-31 (stable) PHP Bug Type: Output Control Bug description: implicit_flush not used in CLI, ob controlled by output_buffering Description: In CLI implicit_flush is default to 1, however when

#26703 [Csd]: highlight_string and similar highlights improper characters as a keyword

2003-12-26 Thread [EMAIL PROTECTED]
ID: 26703 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Scripting Engine problem Operating System: Any PHP Version: 4.3.4 New Comment: Happy end :-). Thanks a lot, Ilia. Previous Comments

#26703 [Bgs-Opn]: highlight_string and similar highlights improper characters as a keyword

2003-12-25 Thread [EMAIL PROTECTED]
ID: 26703 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Open Bug Type: Scripting Engine problem Operating System: Any PHP Version: 4.3.4 New Comment: This is different. In #26629, I complain

#26703 [Bgs-Opn]: highlight_string and similar highlights improper characters as a keyword

2003-12-25 Thread [EMAIL PROTECTED]
ID: 26703 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Open Bug Type: Scripting Engine problem Operating System: Any PHP Version: 4.3.4 New Comment: There are two issues with the highlighting

#26703 [NEW]: highlight_string and similar highlights improper characters as a keyword

2003-12-23 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Any PHP version: 4.3.4 PHP Bug Type: Scripting Engine problem Bug description: highlight_string and similar highlights improper characters as a keyword Description: There are two issues with highlight_string

#26689 [NEW]: Input Filter is not implemented for RFC1867 filenames

2003-12-22 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Any PHP version: 5CVS-2003-12-22 (dev) PHP Bug Type: Variables related Bug description: Input Filter is not implemented for RFC1867 filenames Description: The new input filter code does not cover user supplied filenames

#26629 [Bgs-Opn]: Inconsistent handle of \n in highlight_string and highlight_file

2003-12-19 Thread [EMAIL PROTECTED]
ID: 26629 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Open Bug Type:Strings related PHP Version: 4.3.4 New Comment: So the newline character should be highlighted as a string and not as a keyword

#26662 [NEW]: Inconsistency in variable setting allows variables that start with numbers

2003-12-18 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4CVS-2003-12-18 (stable) PHP Bug Type: Scripting Engine problem Bug description: Inconsistency in variable setting allows variables that start with numbers Description: It is possible to set variables

#26629 [Bgs-Opn]: Inconsistent handle of \n in highlight_string and highlight_file

2003-12-17 Thread [EMAIL PROTECTED]
ID: 26629 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Open Bug Type:Strings related PHP Version: 4.3.4 New Comment: Tell me a reason why \n should be highlighted as keyword in $a\n and in a\n

#26629 [Fbk-Opn]: Inconsistent handle of \n in highlight_string and highlight_file

2003-12-16 Thread [EMAIL PROTECTED]
ID: 26629 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type:Strings related -PHP Version: 4.3.3 +PHP Version: 4.3.4 New Comment: Sorry for mismatch. The bug report is for PHP 4. I

#26629 [Bgs-Opn]: Inconsistent handle of \n in highlight_string and highlight_file

2003-12-16 Thread [EMAIL PROTECTED]
ID: 26629 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Open Bug Type:Strings related PHP Version: 4.3.4 New Comment: I don't know what 1 string is. Is $a\n also 1 string? If it is, there should

#26629 [NEW]: Inconsistent handle of \n in highlight_string and highlight_file

2003-12-15 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: PHP version: 4.3.3 PHP Bug Type: Strings related Bug description: Inconsistent handle of \n in highlight_string and highlight_file Description: highlight.keyword isn't used in strings without variables for \n

#26614 [NEW]: linebreaks in CDATA sections ignored in line count

2003-12-13 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: PHP version: 5CVS-2003-12-13 (dev) PHP Bug Type: XML related Bug description: linebreaks in CDATA sections ignored in line count Description: xml_get_current_line_number() results differ between PHP 4 (expat) and PHP 5

#26584 [NEW]: Class member - array key overflow

2003-12-10 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux 2.4.22 i686 PHP version: 4.3.4 PHP Bug Type: Class/Object related Bug description: Class member - array key overflow Description: See attached code. It seems that when assigning arrays in a class definition, it's

#26538 [NEW]: feof() chokes on tcp_socket streams

2003-12-06 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: WinXP PHP version: 5CVS-2003-12-06 (dev) PHP Bug Type: *General Issues Bug description: feof() chokes on tcp_socket streams Description: The changes to feof() in 'main/streams/streams.c' revision 1.42 is no good

#26534 [NEW]: stream_get_meta_data() - Access Violation

2003-12-05 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: WinXP PHP version: 5CVS-2003-12-05 (dev) PHP Bug Type: *General Issues Bug description: stream_get_meta_data() - Access Violation Description: Something strange has happend stream_get_meta_data() between b1 and b2

#26461 [NEW]: -lssl missing

2003-11-29 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: RedHat 7.3 PHP version: 5CVS-2003-11-29 (dev) PHP Bug Type: Compile Failure Bug description: -lssl missing Description: when configuring --with-openssl statically, -lssl is missing from the libs, so linking fails. rpm

#26317 [NEW]: military timenoes within strtotime() point into the wrong direction

2003-11-19 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: PHP version: 5.0.0b2 (beta2) PHP Bug Type: Date/time related Bug description: military timenoes within strtotime() point into the wrong direction Description: e.g. 'T' (tango) should be somwhere in america but actually

#26320 [NEW]: strtotime() does not understand ISO6801 datetime format as used in XMLSchema

2003-11-19 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: PHP version: 5.0.0b2 (beta2) PHP Bug Type: Feature/Change Request Bug description: strtotime() does not understand ISO6801 datetime format as used in XMLSchema Description: 2003-11-19T08:30:42Z is not recognized

#26258 [Opn]: CLI Build Failure With XSLT

2003-11-15 Thread [EMAIL PROTECTED]
ID: 26258 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: XSLT related Operating System: Linux 2.4.20 -PHP Version: 4.3.4 +PHP Version: 4.3.5-dev (Latest Snap) New Comment: Checked the CVS version

#26258 [NEW]: CLI Build Failure With XSLT

2003-11-14 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux 2.4.20 PHP version: 4.3.4 PHP Bug Type: XSLT related Bug description: CLI Build Failure With XSLT Description: Build fails. This is against Apache with CLI Build as well by default. After adjusting, and making

#26212 [WFx]: segfaults with recursive function calls

2003-11-13 Thread [EMAIL PROTECTED]
ID: 26212 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Wont fix Bug Type: Reproducible crash Operating System: Irrelevant PHP Version: Irrelevant New Comment: Well, I'd like to hear why this will never be fixed

#26212 [NEW]: segfaults with recursive function calls

2003-11-12 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Irrelevant PHP version: Irrelevant PHP Bug Type: Reproducible crash Bug description: segfaults with recursive function calls Description: PHP crashes after some time when recursive function calls are used intensively

#26057 [Bgs-Opn]: domxml_xmltree leaks

2003-11-03 Thread [EMAIL PROTECTED]
ID: 26057 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Open Bug Type: DOM XML related Operating System: Linux PHP Version: 4.3.3 New Comment: reopened Previous Comments

#26077 [NEW]: Memory leaks when creating an instance of an object

2003-11-02 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: RH 8 PHP version: 5CVS-2003-11-02 (dev) PHP Bug Type: Zend Engine 2 problem Bug description: Memory leaks when creating an instance of an object Description: ZE2 will leak when creating an instance of an object which

#26057 [Bgs]: domxml_xmltree leaks

2003-11-01 Thread [EMAIL PROTECTED]
ID: 26057 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: DOM XML related Operating System: Linux PHP Version: 4.3.3 New Comment: i wonder if you could reproduce it with while(1) 'foo

#26027 [Bgs]: settype($array, 'string') always raises a notice

2003-10-31 Thread [EMAIL PROTECTED]
ID: 26027 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type:Arrays related PHP Version: 4.3.3 New Comment: But what for is the Notice if I call setType explicitely? I understand `echo $array;` raising a Notice

<    4   5   6   7   8   9   10   >