Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-21 Thread Stig S. Bakken
Daniel Beckham wrote: - Original Message - From: Stanislav Malyshev [EMAIL PROTECTED] To: Daniel Beckham [EMAIL PROTECTED] Cc: php-dev [EMAIL PROTECTED] Sent: Saturday, October 20, 2001 4:58 PM Subject: Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function

[PHP-DEV] Bug #13561 Updated: --without-pear prevent install of php-config,phpize,...

2001-10-21 Thread ssb
ID: 13561 Updated by: ssb Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Suspended Bug Type: *Configuration Issues Operating System: i686-pc-linux-gnu PHP Version: 4.0CVS-2001-10-05 Assigned To: ssb New Comment: Currently, phpize and php-config are considered part of pear. :-)

[PHP-DEV] Bug #13362 Updated: function wordwrap bug

2001-10-21 Thread derick
ID: 13362 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Strings related Operating System: Linux Mandrake 8.0 PHP Version: 4.0.4pl1 New Comment: 4.2.0dev shows: A very long wr d. Previous Comments:

[PHP-DEV] What's wrong with my PHP

2001-10-21 Thread fatbobman
when i try to open add a record to my db.. php tell me Warning: Cannot use a scalar value as an array in c:\program files\apache group\apache\htdocs\textdb\tdb.inc.php on line 127 127: $this-a[] = array($fieldname, $fieldtype); why ... my php.ini's wrong ...? how to edit it i'm using

[PHP-DEV] PHP 4.1.0RC1 ?

2001-10-21 Thread Jean-Claude Schopfer
Where is PHP 4.1.0RC1 ? I can't find it in http://www.php.net/~zeev/ @++ JC -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-21 Thread Stanislav Malyshev
SSB Basically, I think we should postpone fixing all of this for the SSB ZE2-version of PHP, so we can do it proper. I think this could be done without waiting for ZE2. ZE1 has everything that is needed for this, if only you do not insist on having keyword for it but it is OK with you to use

Re: [PHP-DEV] PHP 4.1.0RC1 ?

2001-10-21 Thread Martin Jansen
On Sun, 21 Oct 2001 11:55:12 +0200, Jean-Claude Schopfer wrote: Where is PHP 4.1.0RC1 ? http://www.php.net/~ssb/php-4.1.0RC1.tar.gz - Martin -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

Re: [PHP-DEV] Package extension proposal

2001-10-21 Thread Stanislav Malyshev
PEAR has already a XML-based package file format, which is already used for installation and information retrieving. Is it documented somewhere? Also, I fear that XML would be too slow for time-critical operation like including files on runtime, but I might be mistaken. -- Stanislav Malyshev,

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-21 Thread Stanislav Malyshev
DB I do not know Java. In Perl, namespaces exist, so it's a DB completely different ballgame. But even still, it's not the DB responsibility of the user to know the inner workings of a DB module or package in Perl. If we talking about how to quick hack PHP engine so that it would suit

[PHP-DEV] Bug #13775: Segfault (11) with PHP 4.0.6 / Apache 1.3.22

2001-10-21 Thread brian
From: [EMAIL PROTECTED] Operating system: Linux - SuSE 7.2 PHP version: 4.0.6 PHP Bug Type: *Graphics related Bug description: Segfault (11) with PHP 4.0.6 / Apache 1.3.22 With this code (via Rasmus/php-general): http://www.php.net/~rasmus/reductor.php html body

[PHP-DEV] Bug #13775 Updated: Segfault (11) with PHP 4.0.6 / Apache 1.3.22

2001-10-21 Thread brian
ID: 13775 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Graphics related Operating System: Linux - SuSE 7.2 PHP Version: 4.0.6 New Comment: By the way, as far as verified gd/png support in my build: % egrep -i '(png|gd)' ~root/php_configure.log

[PHP-DEV] Bug #12567 Updated: file_exists('') === NULL

2001-10-21 Thread jeroen
ID: 12567 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Filesystem function related Operating System: PHP Version: 4.0.6 New Comment: It should be FALSE. Previous Comments:

[PHP-DEV] Bug #12567 Updated: file_exists('') === NULL

2001-10-21 Thread derick
ID: 12567 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Filesystem function related Operating System: PHP Version: 4.0.6 New Comment: In both 4.1.0RC1 and 4.2.0dev it returns false for me. Considered fixed. Derick Previous Comments:

[PHP-DEV] Bug #13677 Updated: ImageCopy crashes PHP

2001-10-21 Thread m . ullmann
ID: 13677 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: GD related Operating System: Linux PHP Version: 4.0.6 New Comment: I just used the test program shipped with the GD package and it works. Previous Comments:

[PHP-DEV] Bug #13677 Updated: ImageCopy crashes PHP

2001-10-21 Thread derick
ID: 13677 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: GD related Operating System: Linux PHP Version: 4.0.6 New Comment: Generating a backtrace could really help us, can you make one? See http://bugs.php.net/bugs-generating-backtrace.php how to

Re: [PHP-DEV] wordwrap confusion.

2001-10-21 Thread Edin Kadribasic
How is it going with the implementation of these changes? There are couple of bug reports that would probably be resolved with your patch (#12768 #13362) Ok, since I didn't get much feedback (with the exception of Derick) I think this is how I am going to proceed with the wordwrap problems:

[PHP-DEV] Bug #13776: unable to compile XSLT as shared mod

2001-10-21 Thread lenar
From: [EMAIL PROTECTED] Operating system: Debian PHP version: 4.1.0RC1 PHP Bug Type: XSLT related Bug description: unable to compile XSLT as shared mod It seems that it isn't possible to compile php's xslt extension as shared module. This is bad because until it is

[PHP-DEV] closing ? tag.

2001-10-21 Thread Jan Lehnardt
Hi, is it intended, that the ? tag can look like whatdoyouwant? und php gives no error on it? its either a bug or an undocumented feature. due to consistence i'd vote for allowing ? only. Jan -- Q: Thank Jan? A: http://geschenke.an.dasmoped.net -- PHP Development Mailing List

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-21 Thread Brian Moon
This would be done at the configuration level I take it? Brian Moon -- dealnews.com, Inc. Makers of dealnews, dealmac http://dealnews.com/ | http://dealmac.com/ - Original Message - From: Zeev Suraski [EMAIL PROTECTED]

[PHP-DEV] Bug #13208 Updated: problems using old .php3 extension - general protection faults

2001-10-21 Thread sander
ID: 13208 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Bogus Bug Type: Apache related Operating System: Windows 2000 Professional, updat PHP Version: 4.0.6 New Comment: User input: Server Side Included As far as I know, SSI can not include dynamic non-cgi

[PHP-DEV] Bug #13743 Updated: TTF Fonts

2001-10-21 Thread sander
ID: 13743 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: GD related Operating System: Windows 2000 Advanced Server PHP Version: 4.0.6 New Comment: I've heard something about GD being not thread safe (at least, not on Windows). Can someone confirm

[PHP-DEV] Bug #13743 Updated: TTF Fonts

2001-10-21 Thread derick
ID: 13743 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: GD related Operating System: Windows 2000 Advanced Server PHP Version: 4.0.6 New Comment: GD is not thread safe... so it may crash if PHP is used as ISAPI module. Derick Previous Comments:

Re: [PHP-DEV] Package extension proposal

2001-10-21 Thread Alexander Merz
Is it documented somewhere? The DTD is in php4/pear/package.dtd Also, I fear that XML would be too slow for time-critical operation like including files on runtime, but I might be mistaken. Could be possible. Solutions: 1.) creating a c-function, which parses the xml-file 2.) the

Re: [PHP-DEV] Package extension proposal

2001-10-21 Thread Stanislav Malyshev
AM Also, I fear that XML would be too slow for time-critical operation like AM including files on runtime, but I might be mistaken. AM Could be possible. AM Solutions: AM 1.) creating a c-function, which parses the xml-file The problem is that I do not want to create dependency on any XML

[PHP-DEV] Bug #13776 Updated: unable to compile XSLT as shared mod

2001-10-21 Thread lenar
ID: 13776 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: XSLT related Operating System: Debian PHP Version: 4.1.0RC1 New Comment: It seems it works when using additionaly --enable-shared=xslt Previous Comments:

[PHP-DEV] Bug #13779: Tranformations do not work

2001-10-21 Thread lenar
From: [EMAIL PROTECTED] Operating system: Debian PHP version: 4.1.0RC1 PHP Bug Type: XSLT related Bug description: Tranformations do not work Consider following script (xslt extension loaded): ?php $xslt = xslt_create(); $args = array( /_xsl =

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-21 Thread Daniel Beckham
Sorry, I wasn't disagreeing with you about that... just explaining another point. Adding some sort of directive sounds fine to me. The only problem or difficulty that I see is that we generate a lot of cache files for our site that are basically snippits of PHP code initializing variables and

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-21 Thread Daniel Beckham
I'm sorry Stanislav, but I no longer wish to continue this conversation with you. You jumped into this entire discussion very late and you have been arguing with me and others here about stuff we *both* agree on. You obviously have had a horrible time understanding what I've been saying,

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-21 Thread Daniel Beckham
- Original Message - From: Zeev Suraski [EMAIL PROTECTED] To: Stanislav Malyshev [EMAIL PROTECTED] Cc: Daniel Beckham [EMAIL PROTECTED]; php-dev [EMAIL PROTECTED] Sent: Sunday, October 21, 2001 5:21 AM Subject: Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function

Re: [PHP-DEV] Bug #12068 Updated: Maybe a memory leak or something.

2001-10-21 Thread Mike Rogers
Does this memlimit patch need to be applied to 4.0.8-dev or 4.1.0 builds, or has it been finally implemented into the distribution -- Mike - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, October 21, 2001 1:20 AM Subject: [PHP-DEV] Bug #12068 Updated:

[PHP-DEV] Bug #13777: Specifying alternate directory for php.ini with PHPRC env. var missing

2001-10-21 Thread mfischer
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0CVS-2001-10-21 PHP Bug Type: Documentation problem Bug description: Specifying alternate directory for php.ini with PHPRC env. var missing I couldn't find any reference in the whole php manual that you can specify

[PHP-DEV] Bug #13778 Updated: Layout defect...

2001-10-21 Thread eschmid
ID: 13778 Updated by: eschmid Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Operating System: PHP Version: 4.0.6 New Comment: There is no layout defect. Previous Comments:

[PHP-DEV] Bug #13778 Updated: Layout defect...

2001-10-21 Thread bate
ID: 13778 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Documentation problem Operating System: PHP Version: 4.0.6 New Comment: There is one. There is no linebreak. Some lines goes long to the right side. Previous Comments:

[PHP-DEV] Bug #13778 Updated: Layout defect...

2001-10-21 Thread bate
ID: 13778 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Documentation problem Operating System: PHP Version: 4.0.6 New Comment: Btw. i can fix this. I have CVS access. But i will first ask here for approval. :) Previous Comments:

[PHP-DEV] Bug #13778 Updated: Layout defect...

2001-10-21 Thread jmoore
ID: 13778 Updated by: jmoore Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Documentation problem Operating System: PHP Version: 4.0.6 New Comment: I cant see what change to layout.inc.php/shared-manual.inc.php caused this to happen. Perhaps Colin could have a look, seems to me the

[PHP-DEV] Bug #13778 Updated: Layout defect...

2001-10-21 Thread jmoore
ID: 13778 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: Documentation problem Operating System: PHP Version: 4.0.6 New Comment: This is still an issue. - James Previous Comments:

[PHP-DEV] Bug #13778 Updated: Layout defect...

2001-10-21 Thread eschmid
ID: 13778 Updated by: eschmid Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Operating System: PHP Version: 4.0.6 New Comment: There is no layout defect. Previous Comments:

[PHP-DEV] Bug #13778 Updated: Layout defect...

2001-10-21 Thread goba
ID: 13778 Updated by: goba Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Documentation problem Operating System: PHP Version: 4.0.6 New Comment: If you view it with Internet Explorer on Windows, you need to scroll at least 300% of the screen width to see the right side of the table

[PHP-DEV] Bug #13778 Updated: Layout defect...

2001-10-21 Thread eschmid
ID: 13778 Updated by: eschmid Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Documentation problem Operating System: PHP Version: 4.0.6 New Comment: I cannot see any documentation problems. This is caused by the annotations. The bug system itself have real errors. -Egon

Re: [PHP-DEV] Bug #13778 Updated: Layout defect...

2001-10-21 Thread Markus Fischer
This could be easily fixed with using wordwrap(), no? - Markus On Sun, Oct 21, 2001 at 03:22:39PM -, [EMAIL PROTECTED] wrote : ID: 13778 Updated by: eschmid Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Documentation problem Operating System: PHP Version: 4.0.6 New

Re: [PHP-DEV] Bug #12068 Updated: Maybe a memory leak or something.

2001-10-21 Thread Markus Fischer
On Sun, Oct 21, 2001 at 01:59:50PM -0300, Mike Rogers wrote : Does this memlimit patch need to be applied to 4.0.8-dev or 4.1.0 builds, or has it been finally implemented into the distribution Has been implemented. - Markus -- PHP Development Mailing List http://www.php.net/ To

[PHP-DEV] Does PHP allow $obj-get(this)-set(hello);

2001-10-21 Thread Geoff Hibble
Help, I get a syntax error on $obj-get(this)-set(hello); where class H { var $v = null; function H () { } function set($val) { $this-v = $val; } } class OBJ { var $a = null; function OBJ() { $this-a = array(); } function get($name) { return $this-a[$name]; }

Re: [PHP-DEV] Does PHP allow $obj-get(this)-set(hello);

2001-10-21 Thread Zeev Suraski
No, it doesn't. A future version will... At 19:10 21-10-01, Geoff Hibble wrote: Help, I get a syntax error on $obj-get(this)-set(hello); where class H { var $v = null; function H () { } function set($val) { $this-v = $val; } } class OBJ { var $a = null; function

Re: [PHP-DEV] Does PHP allow $obj-get(this)-set(hello);

2001-10-21 Thread Geoff Hibble
Does anyone know the correct technical name for this so I can keep an eye out for it in the future releases? Thanks --Geoff Zeev Suraski wrote: No, it doesn't. A future version will... At 19:10 21-10-01, Geoff Hibble wrote: Help, I get a syntax error on $obj-get(this)-set(hello);

[PHP-DEV] MFB

2001-10-21 Thread Jim Winstead
to make the cvs history easier to read, it is preferable to make the change in HEAD and do a MFH then make the change on a branch and do an MFB. (probably not a huge deal, since it doesn't happen often, but i thought i'd throw it out there. maybe it should be added as a suggestion to the

[PHP-DEV] Bug #13506 Updated: can't compile source

2001-10-21 Thread sander
ID: 13506 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Compile Failure Operating System: SCO OpenServer Realease 5 PHP Version: 4.0.6 New Comment: No feedback. Probably fixed in CVS. Closing. Reopen if the problem still occurs using latest CVS

[PHP-DEV] Bug #13780: At least missleading errormessage and possible a bug.

2001-10-21 Thread Draugsi
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Variables related Bug description: At least missleading errormessage and possible a bug. This error message is reported on your page : Parse error: parse error, expecting `T_VARIABLE' or `'$'' in

[PHP-DEV] Bug #13743 Updated: TTF Fonts

2001-10-21 Thread sander
ID: 13743 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: GD related Operating System: Windows 2000 Advanced Server PHP Version: 4.0.6 New Comment: Then let's close this bug... It's in the 4.1 todo anyway: * Make all extensions thread-safe.

[PHP-DEV] Bug #13484 Updated: ERROR in tsrm_virtual_cwd.c .h

2001-10-21 Thread sander
ID: 13484 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Compile Failure Operating System: HP-UX 11.x PHP Version: 4.0.6 New Comment: No feedback. Probably fixed in CVS. Closing. Reopen if the problem still occurs using latest CVS

[PHP-DEV] Bug #13743 Updated: TTF Fonts

2001-10-21 Thread derick
ID: 13743 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: GD related Operating System: Windows 2000 Advanced Server PHP Version: 4.0.6 New Comment: It is not the extension that is not thread-safe, but the GD library itself. This could have been fixed with

Re: [PHP-DEV] What's wrong with my PHP

2001-10-21 Thread Markus Fischer
Please ask support questions at [EMAIL PROTECTED] And, check what type '$this-a' is. It's probably not an array. - Markus On Sun, Oct 21, 2001 at 05:33:25PM +0800, fatbobman wrote : when i try to open add a record to my db.. php tell me Warning: Cannot use a scalar value as an array in

[PHP-DEV] Bug #13780 Updated: At least missleading errormessage and possible a bug.

2001-10-21 Thread derick
ID: 13780 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Variables related Bug Type: Documentation problem Operating System: PHP Version: 4.0.6 New Comment: This is not a bug, but should be in the manual. Changing category. Derick Previous Comments:

[PHP-DEV] Bug #13781 Updated: error in the french documentation at getprotobynumber()

2001-10-21 Thread jimw
ID: 13781 Updated by: jimw Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Website problem Bug Type: Documentation problem Operating System: PHP Version: 4.0.6 New Comment: reclassifying. Previous Comments:

[PHP-DEV] Zend Optimizer

2001-10-21 Thread Mike Rogers
Guys; Is there any way to get the Zend Optimizer to work with the latest CVS snapshot. I really need it working and can't go backwards because I would break why I am using a snapshot in the first place. Any ideas? -- Mike -- PHP Development Mailing List http://www.php.net/ To

Re: [PHP-DEV] Package extension proposal

2001-10-21 Thread Alexander Merz
AM 2.) the PEAR-Installer create a package file of the 'your' AM format from the XML package file maybe would be better. Let's see what other people think. I forgot a possiblity, one task of the installer should be to store data of the installed pear-packages in flat-file database. This is'nt

[PHP-DEV] Bug #11679 Updated: crash on webserver start

2001-10-21 Thread sniper
ID: 11679 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Reproducible crash Operating System: Yellow Dog Linux 2.0 - 2.2.19 PP PHP Version: 4.0.6 Old Assigned To: derick Assigned To: Previous Comments:

[PHP-DEV] Bug #13775 Updated: Segfault (11) with PHP 4.0.6 / Apache 1.3.22

2001-10-21 Thread sniper
ID: 13775 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: GD related Operating System: Linux - SuSE 7.2 PHP Version: 4.0.6 New Comment: I can't reproduce this with PHP 4.1.0Rc1 and GD 1.8.4. Which GD version do you have? Previous Comments:

[PHP-DEV] Bug #13782: ctpublic.h not found while compiling (configure should detect it)

2001-10-21 Thread jeroen
From: [EMAIL PROTECTED] Operating system: any PHP version: 4.1.0RC1 PHP Bug Type: Compile Failure Bug description: ctpublic.h not found while compiling (configure should detect it) The configure script doesn't check for ctpublic.h which on debian is found in freetds-dev :)

[PHP-DEV] Bug #7765 Updated: not OO until automatic class destructor is added

2001-10-21 Thread sniper
ID: 7765 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Duplicate Status: Open Old Bug Type: Class/Object related Bug Type: Feature/Change Request Old Operating System: FreeBSD Apache Operating System: * PHP Version: 4.0.3pl1 New Comment: Couldn't find the information about for

[PHP-DEV] Bug #13775 Updated: Segfault (11) with PHP 4.0.6 / Apache 1.3.22

2001-10-21 Thread brian
ID: 13775 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: GD related Operating System: Linux - SuSE 7.2 PHP Version: 4.0.6 New Comment: Same version. % ls /usr/local/src/graphics T1Lib-1.2 freetype-2.0.4 gd-1.8.4 jpeg-6b

[PHP-DEV] Bug #9090 Updated: call_user_method() duplicates object

2001-10-21 Thread sniper
ID: 9090 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Duplicate Status: Bogus Bug Type: Class/Object related Operating System: linux 2.4 PHP Version: 4.0.4pl1 New Comment: The report for which this was duplicate is bogused. See #9054 for more information. Previous Comments:

[PHP-DEV] Bug #11073 Updated: parent::Function() does not work if parent class is included

2001-10-21 Thread sniper
ID: 11073 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Class/Object related Operating System: Linux SuSE 6.4 PHP Version: 4.0.4pl1 New Comment: Works for me with PHP 4.1.0RC1. Try from: http://www.php.net/~ssb/php-4.1.0RC1.tar.gz --Jani

[PHP-DEV] Bug #11748 Updated: setting reference to $this in constructor.

2001-10-21 Thread sniper
ID: 11748 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Class/Object related Operating System: Linux 2.2.x PHP Version: 4.0 Latest CVS (2001-06-27) New Comment: only one bug report per bug. (Other one is: #11768) Previous Comments:

Re: [PHP-DEV] Zend Optimizer

2001-10-21 Thread Zeev Suraski
Nope, it's incompatible because there were lots of binary changes in this version... Mail me your platform though, and I'll send you a snapshot by Email. Zeev At 21:59 21-10-01, Mike Rogers wrote: Guys; Is there any way to get the Zend Optimizer to work with the latest CVS snapshot. I

[PHP-DEV] Bug #11800 Updated: call_user_method() bug (it won't change properties)

2001-10-21 Thread sniper
ID: 11800 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Class/Object related Operating System: Linux PHP Version: 4.0.6 New Comment: This is fixed in CVS. You just have to use: call_user_func(array($t, increase)); instead though. --Jani

[PHP-DEV] Bug #11800 Updated: call_user_method() bug (it won't change properties)

2001-10-21 Thread sniper
ID: 11800 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Class/Object related Operating System: Linux PHP Version: 4.0.6 New Comment: call_user_method(increase, $t); works too with PHP 4.1.0RC1 but this function is deprecated. Previous Comments:

[PHP-DEV] Bug #12398 Updated: Problem with associative arrays, used within classes

2001-10-21 Thread sniper
ID: 12398 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Class/Object related Operating System: Windows 2000 PHP Version: 4.0.6 New Comment: Works for me with PHP 4.1.0RC1 Previous Comments:

[PHP-DEV] Bug #13775 Updated: Segfault (11) with PHP 4.0.6 / Apache 1.3.22

2001-10-21 Thread brian
ID: 13775 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: GD related Operating System: Linux - SuSE 7.2 PHP Version: 4.0.6 New Comment: No such luck. % uname -a Linux callisto 2.4.12-4GB #1 Fri Oct 19 08:34:54 GMT 2001 i686 unknown Still SuSE 7.2..

[PHP-DEV] Bug #12430 Updated: is_subclass_of

2001-10-21 Thread sniper
ID: 12430 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Class/Object related Operating System: windows 2000 PHP Version: 4.0.6 New Comment: Works for me just fine with PHP 4.1.0RC1 Previous Comments:

[PHP-DEV] Bug #12497 Updated: Problem with serialize/unserialize

2001-10-21 Thread sniper
ID: 12497 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Class/Object related Operating System: Any PHP Version: 4.0.6 New Comment: Please include a shortest possible and complete example function which can be used by just copy'n'pasting it and

[PHP-DEV] Bug #12560 Updated: 'parent' incorrectly refers to $this in certain cases

2001-10-21 Thread sniper
ID: 12560 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Class/Object related Operating System: Solaris 2.7 PHP Version: 4.0.6 New Comment: Works for me just fine with PHP 4.1.0RC1 Previous Comments:

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

2001-10-21 Thread sniper
ID: 12596 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Suspended Status: Closed Bug Type: Class/Object related Operating System: Linux PHP Version: 4.0.5 New Comment: Seems to work with PHP 4.1.0RC1: object(b)(1) { [a]= array(1) { [20]= int(10) } }

[PHP-DEV] Bug #12622 Updated: scope of $this and static functions

2001-10-21 Thread sniper
ID: 12622 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Bug Type: Class/Object related Operating System: linux 2.2 PHP Version: 4.0.6 New Comment: Reproduced with PHP 4.1.0RC1. Here is better example script (static is reserverd keyword): ?php class

[PHP-DEV] Bug #12703 Updated: Refering to BUG# 12560

2001-10-21 Thread sniper
ID: 12703 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Class/Object related Operating System: Linux PHP Version: 4.0.6 New Comment: Works for me fine with PHP 4.1.0RC1: ?php class X { function X() { } } class A extends X {

[PHP-DEV] Bug #12790 Updated: Can't access global vars in a class method

2001-10-21 Thread sniper
ID: 12790 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Class/Object related Operating System: solaris7 PHP Version: 4.0.6 New Comment: Works for me just fine with PHP 4.1.0RC1. Previous Comments:

[PHP-DEV] Bug #13775 Updated: Segfault (11) with PHP 4.0.6 / Apache 1.3.22

2001-10-21 Thread brian
ID: 13775 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: GD related Operating System: Linux - SuSE 7.2 Old PHP Version: 4.0.6 PHP Version: 4.0.6 and 4.2.0-dev New Comment: And finally, a backtrace having enabled debugging: % gdb --quiet

[PHP-DEV] Bug #13165 Updated: Definate problem with classes and included files

2001-10-21 Thread sniper
ID: 13165 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Old Bug Type: Class/Object related Bug Type: Documentation problem Operating System: RedHat 7.1 PHP Version: 4.0.6 New Comment: This is not a bug. Classes must be defined in order. They can be in

[PHP-DEV] Bug #10393 Updated: CPDFlib support not compile as module

2001-10-21 Thread sniper
ID: 10393 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Bug Type: ClibPDF related Operating System: Debian GNU/Linux PHP Version: 4.0.3pl1 New Comment: Still not fixed in latest CVS (PHP 4.1.0 RC1) Previous Comments:

[PHP-DEV] Bug #12070 Updated: Error: invalid number of arguments (at least 1 expected) during compilation

2001-10-21 Thread sniper
ID: 12070 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Old Bug Type: Compile Warning Bug Type: Compile Failure Operating System: RedHat Linux 6.2 - kernel 2.4.1 PHP Version: 4.0.6 New Comment: Should be fixed in CVS. Please try latest CVS snapshot from

[PHP-DEV] question re: Bug id #5428

2001-10-21 Thread Adam Wisniewski
Hi all, Link http://bugs.php.net/bug-dos-and-donts.php; is mentioned @ http://bugs.php.net/bug.php?id=5428;, any idea if this link is still working or around anywhere, or would it even be helpful to me. I'm getting segmentation fault (11) when executing Sablotron's xslt_process() function.

[PHP-DEV] Bug #13783: odbc_fetch_into different issue

2001-10-21 Thread Grant . Walters
From: [EMAIL PROTECTED] Operating system: SCO Openserver 5.0.5 RH Lnux 7 PHP version: 4.0.6 PHP Bug Type: ODBC related Bug description: odbc_fetch_into different issue Platforms: Using PHP 4.0.6/Openlink 4.1/Progress 8.3D. Other: I've tried PHP 4.0.4/4.0.5/4.0.6,

[PHP-DEV] Bug #8857 Updated: microtime() doesn't work after setlocale(LC_NUMERIC,pl)

2001-10-21 Thread sniper
ID: 8857 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Date/time related Operating System: Solaris 2.4 PHP Version: 4.0 Latest CVS (23/01/2001) New Comment: These functions use the functions provided by your system's libs. Not a PHP bug - bogus.

[PHP-DEV] Bug #9878 Updated: gmmktime is 1 hour off during standard time

2001-10-21 Thread sniper
ID: 9878 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Status: Open Bug Type: Date/time related Operating System: Solaris 2.6 PHP Version: 4.0.4pl1 New Comment: Missing status. Previous Comments:

[PHP-DEV] Bug #12443 Updated: --with-iconv works, iconv_get_encoding() is present, but iconv() isn't

2001-10-21 Thread sniper
ID: 12443 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: ICONV related Operating System: Linux 2.2/RH 6.2 PHP Version: 4.0.6 New Comment: Fixed for real now. --Jani Previous Comments:

[PHP-DEV] Bug #12617 Updated: make test fails on strtotime

2001-10-21 Thread sniper
ID: 12617 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Date/time related Operating System: solaris PHP Version: 4.0.6 New Comment: Fixed in CVS. Previous Comments:

[PHP-DEV] Re: Bug #11802 Updated: Page Not found error after setting (max_execution_time to 10800)

2001-10-21 Thread Sri Lakshmi Divyakolu
I have a small UI which uploads and addeds content into the database. If I upload the files which will take to process bleow 5min I am able to upload and added records into the database successfully. Only Problem with files more than 10Mb . When I debugg , the file upload is taking X

[PHP-DEV] Bug #13782 Updated: ctpublic.h not found while compiling (configure should detect it)

2001-10-21 Thread sniper
ID: 13782 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Compile Failure Operating System: any PHP Version: 4.1.0RC1 New Comment: Please add your configure line to this bug report. Previous Comments:

[PHP-DEV] Bug #13775 Updated: Segfault (11) with PHP 4.0.6 / Apache 1.3.22

2001-10-21 Thread sniper
ID: 13775 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: GD related Operating System: Linux - SuSE 7.2 PHP Version: 4.0.6 and 4.2.0-dev New Comment: The segfault seems to be happening in the png code. I guess the 1.2.0 version might not be very