[PHP-DEV] Bug #12917: ext/java/Makefile.in places reflect.class in wrong place (with kaffe javac).

2001-08-22 Thread kimmo
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Dynamic loading Bug description: ext/java/Makefile.in places reflect.class in wrong place (with kaffe javac). default Makefile.in in ext/java (with kaffe 1.0.6 javac) places reflect.class in ne

Re: [PHP-DEV] Bug #12891 Updated: Can't install php

2001-08-22 Thread Joey Smith
Try comparing the output of md5sum php-4.0.6.tar.gz with this: 5f698521cf2b392cf9bfa87fc1a0fe90 phpweb/distributions/php-4.0.6.tar.gz If it doesn't match, then your download is not working correctly. If you used a browser to attempt the download, it's likely the browser has un-gzipped the file t

[PHP-DEV] Bug #12842 Updated: TSRM/tsrm_virtual_cwd.c:568: `mode_t' is promoted to `int'

2001-08-22 Thread cynic
ID: 12842 Updated by: cynic Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: HP-UX 10.20 and 11.0 PHP Version: 4.0.6 New Comment: Date: Thu, 23 Aug 2001 09:41:47 +0300 (EEST) From: Heikki Korpela <[EMAIL PROTECTED]> See: a recently updated stdarg(3) m

Re: [PHP-DEV] Bug #12842 Updated: TSRM/tsrm_virtual_cwd.c:568:`mode_t' is promoted to `int'

2001-08-22 Thread Heikki Korpela
On 22 Aug 2001 [EMAIL PROTECTED] wrote: > reproduced by [EMAIL PROTECTED] (bug report #11761. > tsrm_virtual_cwd.c:568: `mode_t' is promoted to `int' when passed through `...' > tsrm_virtual_cwd.c:568: (so you should pass `int' not `mode_t' to `va_arg') See: a recently updated stdarg(3) manual

[PHP-DEV] Bug #12891 Updated: Can't install php

2001-08-22 Thread krupinski . m
ID: 12891 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *General Issues Operating System: REDHAT 7.0 PHP Version: 4.0.6 New Comment: > There's nothing wrong with the tar.gz package. > Ask support on the mailing lists: > > http://www.php.net/support.

[PHP-DEV] Bug #12916: configure error when compiling with oci8

2001-08-22 Thread graeme
From: [EMAIL PROTECTED] Operating system: Solaris 2.6 PHP version: 4.0.6 PHP Bug Type: OCI8 related Bug description: configure error when compiling with oci8 Solaris 2.6, Oracle 8.1.7, Apache 1.3.20 Compiling with gcc and ld as listed Reading specs from /usr/local/lib/gc

[PHP-DEV] Bug #12854 Updated: In msvc project debug output directory entered as "..\Debug_TS"

2001-08-22 Thread cynic
ID: 12854 Updated by: cynic Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Apache related Operating System: Windows NT4.0 SP5 PHP Version: 4.0CVS-2001-08-20 New Comment: user feedback (should this be reopened?) Well, how: open in msvc php4/win32/php4ts.dsw workspace, then press Alt-F7

[PHP-DEV] Re: Bug #12854 Updated: In msvc project debug output directory entered as "..\Debug_TS"

2001-08-22 Thread Vladislav V. Kornienko
[EMAIL PROTECTED] wrote: > New Comment: > > not enough information Sorry, bug db couldn't remeber my password, so here: Well, how: open in msvc php4/win32/php4ts.dsw workspace, then press Alt-F7 to open Settings dialog, choose Win32 Debug_TS config, php4apache project and General tab. Then i

[PHP-DEV] Bug #12915: session_write_close() has to be called explicitly

2001-08-22 Thread ggabor
From: [EMAIL PROTECTED] Operating system: Linux 2.4.9 (Debian woody) PHP version: 4.0.6 PHP Bug Type: Session related Bug description: session_write_close() has to be called explicitly Sessions work correctly if session.save_handler is set to 'files', but if I set it to 'u

[PHP-DEV] Bug #12914: SMP compile failure

2001-08-22 Thread nihilist
From: [EMAIL PROTECTED] Operating system: Linux/Slackware 8 PHP version: 4.0.6 PHP Bug Type: *Compile Issues Bug description: SMP compile failure Whenever compiling PHP using make -j 2 causes errors (makefile not properly ordered?). Using make regularly works just fine. --

[PHP-DEV] Bug #12860 Updated: problem with strip_tags()

2001-08-22 Thread cynic
ID: 12860 Updated by: cynic Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Strings related Operating System: Linux and Win PHP Version: 4.0.6 New Comment: erm, why does strip_tags() allow PHP tags in the first place? this doesn't look right.. (am I missing something?) Previous Comments

[PHP-DEV] Bug #12272 Updated: Handling of file submissions from Opera incorrect

2001-08-22 Thread cynic
ID: 12272 Updated by: cynic Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: HTTP related Operating System: Linux RedHat PHP Version: 4.0.5 New Comment: user feedback (just for the archives): Actually Opera does buggy posts of type multipart/form-data. So the bug is in Opera. -- te

[PHP-DEV] Bug #12906 Updated: Configure appends extra -l with libjpeg test

2001-08-22 Thread sniper
ID: 12906 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Compile Failure Operating System: Caldera Linux PHP Version: 4.0.6 New Comment: Get a new snapshot. You might have got some errors during transfer. (I tested the latest snapshot and it works jus

[PHP-DEV] Bug #12913 Updated: Zend compilation failure

2001-08-22 Thread sniper
ID: 12913 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Compile Failure Operating System: Linux/Slackware 8 PHP Version: 4.0.6 New Comment: Please try the latest CVS snapshot from http://snaps.php.net/ since this is most likely fixed. The scanner

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-08-22 Thread sniper
ID: 11761 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Compile Failure Operating System: HP-UX 11.00 PHP Version: 4.0.6 New Comment: Note added to #12842. Previous Comments: ---

[PHP-DEV] Bug #12842 Updated: TSRM/tsrm_virtual_cwd.c:568: `mode_t' is promoted to `int'

2001-08-22 Thread sniper
ID: 12842 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: HP-UX 10.20 and 11.0 PHP Version: 4.0.6 New Comment: reproduced by [EMAIL PROTECTED] (bug report #11761. Previous Comments: -

[PHP-DEV] Re: RAND_REDESIGN branched

2001-08-22 Thread Jeroen van Wolffelaar
> Execute - in ext/standard: > > cvs update -rRAND_REDESIGN Makefile.in php_rand.h php_math.h rand.c > rand_mt.c crypt.c Update: changed my mind, and branched whole ext/standard. It seems that it doesn't cause any overhead or whatever. So % cvs update -rRAND_REDESIGN ext/standard will do. --J

[PHP-DEV] RAND_REDESIGN branched

2001-08-22 Thread Jeroen van Wolffelaar
Execute - in ext/standard: cvs update -rRAND_REDESIGN Makefile.in php_rand.h php_math.h rand.c rand_mt.c crypt.c And check it out... (I didn't branch whole ext/standard, so it's needed to name the necessary files... sorry) Jeroen -- PHP Development Mailing List To unsub

[PHP-DEV] Bug #12913: Zend compilation failure

2001-08-22 Thread nihilist
From: [EMAIL PROTECTED] Operating system: Linux/Slackware 8 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: Zend compilation failure Quick note: I've seen this before, and it was on a Solaris 2.7 box, running GCC3. Has anybody else had this problem? GC

[PHP-DEV] Bug #12912: Call to round() crashes process (DSO only)

2001-08-22 Thread raunn
From: [EMAIL PROTECTED] Operating system: Solaris 2.5.1 PHP version: 4.0.6 PHP Bug Type: Reproducible crash Bug description: Call to round() crashes process (DSO only) Using Apache 1.3.20, PHP 4.0.6 as a module, on Solaris 2.5.1. Everything else seems to work except the r

Re: [PHP-DEV] Branching ext/standard?

2001-08-22 Thread Zeev Suraski
At 00:15 23-08-01, Jeroen van Wolffelaar wrote: > > What I would do in your case is: > > > > (a) Tag the relevant files as they are today (i.e., PRE_RAND_REDESIGN or > > whatever) > > (b) Commit your move-around changes > > (c) Commit the real changes (can be done immediately after (b), as long as

Re: [PHP-DEV] Branching ext/standard?

2001-08-22 Thread Jeroen van Wolffelaar
> > (a) Tag the relevant files as they are today (i.e., PRE_RAND_REDESIGN or > > whatever) > > (b) Commit your move-around changes I really think a lot of people will set ext/standard to PRE_RAND_REDESIGN then, because they want to work on other parts, and don't want a broken build. That's the ot

Re: [PHP-DEV] Branching ext/standard?

2001-08-22 Thread Jeroen van Wolffelaar
> What I would do in your case is: > > (a) Tag the relevant files as they are today (i.e., PRE_RAND_REDESIGN or > whatever) > (b) Commit your move-around changes > (c) Commit the real changes (can be done immediately after (b), as long as > it's separate) The real changes are not ready... and I d

Re: [PHP-DEV] pif

2001-08-22 Thread Joey Smith
I considered exactly this, before coming to the same conclusion as Andrei. :) +1 On Wed, 22 Aug 2001, Zeev Suraski wrote the following to Jeroen van Wolffelaar : > How about phf_, for PHP Helper Function? > I see a point in differentiating language level API functions (e.g. like > output buffe

Re: [PHP-DEV] Branching ext/standard?

2001-08-22 Thread Zeev Suraski
At 00:03 23-08-01, Jeroen van Wolffelaar wrote: >Simply committing at once with: "rewrite everything that has to do with >rand" won't be any useful. 80% of the diff is the moving of code, and only >20% the real change. You also don't see what changed. Just as bad as mixing >WS fixes with real fixe

Re: [PHP-DEV] Branching ext/standard?

2001-08-22 Thread Jeroen van Wolffelaar
> If it's such a far reaching change, I suggest you simply send the diff the > php-dev. It should be enough to be a basis for a discussion on the > proposed changes. If we decide to go through with it, it should be At this time, it's merely a big move-around with code, no single thing of functi

Re: [PHP-DEV] Branching ext/standard?

2001-08-22 Thread Andrei Zmievski
On Wed, 22 Aug 2001, Zeev Suraski wrote: > If it's such a far reaching change, I suggest you simply send the diff the > php-dev. It should be enough to be a basis for a discussion on the > proposed changes. If we decide to go through with it, it should be > committed to the main branch, and f

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-08-22 Thread unix-guy
ID: 11761 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: Compile Failure Operating System: HP-UX 11.00 PHP Version: 4.0.6 New Comment: I've installed GCC 3.0 and no longer see the problem with locale.h. However, now I do see the proble

Re: [PHP-DEV] Branching ext/standard?

2001-08-22 Thread Zeev Suraski
At 23:48 22-08-01, Jeroen van Wolffelaar wrote: >It involves basic_func*, *math*, *rand* and *array* files (* are wildcards, >not exclamation markings) files. And of course Makefile too. >And probably some others too. That makes quite a significant portion of that >directory. It is way much easier

Re: [PHP-DEV] Branching ext/standard?

2001-08-22 Thread Jeroen van Wolffelaar
> At 23:37 22-08-01, [EMAIL PROTECTED] wrote: > >Hi, > > > >I've got an experimental beginning of the new rand functions ready. I think > >it's good if others can comment on it before it is finished, because the > >course can be changed now quite easily, but when it's all done, I don't feel > >muc

Re: [PHP-DEV] Branching ext/standard?

2001-08-22 Thread Zeev Suraski
At 23:37 22-08-01, [EMAIL PROTECTED] wrote: >Hi, > >I've got an experimental beginning of the new rand functions ready. I think >it's good if others can comment on it before it is finished, because the >course can be changed now quite easily, but when it's all done, I don't feel >much about doing

[PHP-DEV] Branching ext/standard?

2001-08-22 Thread jeroen
Hi, I've got an experimental beginning of the new rand functions ready. I think it's good if others can comment on it before it is finished, because the course can be changed now quite easily, but when it's all done, I don't feel much about doing that... So, should I branch ext/standard under th

Re: [PHP-DEV] pif

2001-08-22 Thread Zeev Suraski
At 23:18 22-08-01, Andrei Zmievski wrote: > > Is it a big deal? No, but it can be useful and has no real drawbacks. > >Okay. But I'll be forced to pronounce phf as FF, so "FF_mysql_connect".. >:) Ok, one real drawback then ;) Zeev -- PHP Development Mailing List To unsu

[PHP-DEV] Bug #12911 Updated: stat does not report on dead links

2001-08-22 Thread mfischer
ID: 12911 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Filesystem function related Operating System: linux PHP Version: 4.0.6 New Comment: This has been fixed in CVS. Try a daily snapshot [1]. - Markus [1] http://snaps.php.net:8000/ Previ

[PHP-DEV] Bug #12911 Updated: stat does not report on dead links [update]

2001-08-22 Thread robin
ID: 12911 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: stat does not report on dead links Status: Open Bug Type: Filesystem function related Operating System: linux PHP Version: 4.0.6 New Comment: i fidled around with this bug a little and it looks like 'fileperm

[PHP-DEV] Bug #12905 Updated: "return" returns a copy of an object instead of a reference

2001-08-22 Thread jeroen
ID: 12905 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Documentation problem Operating System: Slackware 7 PHP Version: 4.0.6 New Comment: Please read: http://www.php.net/manual/en/language.references.return.php [By the way, a user complains that i

[PHP-DEV] Bug #12910 Updated: --enable-gd-native-ttf

2001-08-22 Thread mfischer
ID: 12910 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: PHP options/info functions Operating System: redhat7.0 PHP Version: 4.0.6 New Comment: This has been reported for ages now; bogusified. Please search the bug database before submiting a bug.

Re: [PHP-DEV] pif

2001-08-22 Thread Jeroen van Wolffelaar
> At 23:09 22-08-01, Andrei Zmievski wrote: > >On Wed, 22 Aug 2001, Zeev Suraski wrote: > > > How about phf_, for PHP Helper Function? > > > I see a point in differentiating language level API functions (e.g. like > > > output buffering) and module-specific helper functions (e.g., like > > > php_m

[PHP-DEV] Bug #12911 Updated: stat does not report on dead links [typo]

2001-08-22 Thread robin
ID: 12911 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: stat does not report on dead links Status: Open Bug Type: Filesystem function related Operating System: linux PHP Version: 4.0.6 New Comment: sorry, there was a typo below. to avoid confusion the function is

Re: [PHP-DEV] pif

2001-08-22 Thread Andrei Zmievski
On Wed, 22 Aug 2001, Zeev Suraski wrote: > It's not about possible symbol clashes... > When debugging (or when reading code), it helps to know what's a part of > the API and what isn't. It also makes different types of prefix-based > searching (e.g., gdb's completion, or emacs' search feature)

[PHP-DEV] Bug #12911: stat does not report on dead links

2001-08-22 Thread robin
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.6 PHP Bug Type: Filesystem function related Bug description: stat does not report on dead links if you have a link ('foo') pointing at a non exsitent target ('bar'), fstat returns false and does not report anyt

Re: [PHP-DEV] pif

2001-08-22 Thread Zeev Suraski
At 23:09 22-08-01, Andrei Zmievski wrote: >On Wed, 22 Aug 2001, Zeev Suraski wrote: > > How about phf_, for PHP Helper Function? > > I see a point in differentiating language level API functions (e.g. like > > output buffering) and module-specific helper functions (e.g., like > > php_mysql_do_conn

Re: [PHP-DEV] pif

2001-08-22 Thread Andrei Zmievski
On Wed, 22 Aug 2001, Zeev Suraski wrote: > How about phf_, for PHP Helper Function? > I see a point in differentiating language level API functions (e.g. like > output buffering) and module-specific helper functions (e.g., like > php_mysql_do_connect()). Explain what the point is, then. I would

Re: [PHP-DEV] pif

2001-08-22 Thread Zeev Suraski
How about phf_, for PHP Helper Function? I see a point in differentiating language level API functions (e.g. like output buffering) and module-specific helper functions (e.g., like php_mysql_do_connect()). Zeev At 22:57 22-08-01, Jeroen van Wolffelaar wrote: > > I'm against that. Usually under

[PHP-DEV] Bug #12910: --enable-gd-native-ttf

2001-08-22 Thread kris
From: [EMAIL PROTECTED] Operating system: redhat7.0 PHP version: 4.0.6 PHP Bug Type: PHP options/info functions Bug description: --enable-gd-native-ttf when executing ./configure --help the option --enable-gd-native-ttf is shown. This however doesn't work, since it will alw

Re: [PHP-DEV] pif

2001-08-22 Thread Andrei Zmievski
On Wed, 22 Aug 2001, Jeroen van Wolffelaar wrote: > > I'm against that. Usually underscore-prefixed symbols are used by system > > libraries and OS and we don't need to go in that direction. I'm also > > against using pif_, because it's not an internal function that you are > > naming, but rather,

[PHP-DEV] Bug #12909 Updated: CGI sapi compilation fails

2001-08-22 Thread edink
ID: 12909 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Compile Failure Operating System: RedHat Linux 6.2 PHP Version: 4.0CVS-2001-08-22 New Comment: ./configure \ --prefix=/data/php \ --with-config-file-path=/data/php \ --disabl

Re: [PHP-DEV] pif

2001-08-22 Thread Jeroen van Wolffelaar
> I'm against that. Usually underscore-prefixed symbols are used by system > libraries and OS and we don't need to go in that direction. I'm also > against using pif_, because it's not an internal function that you are > naming, but rather, a helper one. I don't really have an opinion on this mat

Re: [PHP-DEV] pif

2001-08-22 Thread Andrei Zmievski
On Wed, 22 Aug 2001, Jeroen van Wolffelaar wrote: > > What's wrong with php_ prefix? > > Nothing. It is just the same prefix as for PHPAPI functions, and the purpose > was to diffentiate in the name between helper functions and API-functions. > But starting it with an underscore is also a good wa

Re: [PHP-DEV] pif

2001-08-22 Thread Jeroen van Wolffelaar
> What's wrong with php_ prefix? Nothing. It is just the same prefix as for PHPAPI functions, and the purpose was to diffentiate in the name between helper functions and API-functions. But starting it with an underscore is also a good way of achieving that, on second thought. > -Andrei Jeroen

[PHP-DEV] Bug #12909 Updated: CGI sapi compilation fails

2001-08-22 Thread sniper
ID: 12909 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Compile Failure Operating System: RedHat Linux 6.2 PHP Version: 4.0CVS-2001-08-22 New Comment: And your configure line was..? --Jani Previous Comments: ---

[PHP-DEV] Bug #12909: CGI sapi compilation fails

2001-08-22 Thread edink
From: [EMAIL PROTECTED] Operating system: RedHat Linux 6.2 PHP version: 4.0CVS-2001-08-22 PHP Bug Type: Compile Failure Bug description: CGI sapi compilation fails I did a checkout with -r PHP_4_0_7 so I'm talking about that branch of the cvs tree. The error message: M

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-08-22 Thread sniper
ID: 11761 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Compile Failure Operating System: HP-UX 11.00 PHP Version: 4.0.6 New Comment: Of course. If you find the solution, please add it here. But keep this bug 'closed'. Previous Comments: -

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

2001-08-22 Thread sdettmer
From: [EMAIL PROTECTED] Operating system: SuSE Linux 7.1 PHP version: 4.0.5 PHP Bug Type: Reproducible crash Bug description: zend engine patch (workaround) for some strange bug Hi, This is a patch - no bug report. The bug occures with various PHP versions (mod_php), i.e

[PHP-DEV] Bug #12907: Callback causes apache to hang

2001-08-22 Thread gregm
From: [EMAIL PROTECTED] Operating system: RedHat 6.2 / Linux 2.4 PHP version: 4.0.6 PHP Bug Type: Output Control Bug description: Callback causes apache to hang I have a problem using a callback function with ob_start, causing apache httpd instances to hang, and remain for a

Re: [PHP-DEV] EXT_SKEL for Win32

2001-08-22 Thread Zeev Suraski
At 21:42 22-08-01, Chris Gardner wrote: >i was noticing a slight problem with the whole EXT_SKEL shell script. it >works great for getting a new package up and running, but only if your' >doing all your using basically the gcc compiler. well, i've been trying to >create an extension library for

[PHP-DEV] EXT_SKEL for Win32

2001-08-22 Thread Chris Gardner
i was noticing a slight problem with the whole EXT_SKEL shell script. it works great for getting a new package up and running, but only if your' doing all your using basically the gcc compiler. well, i've been trying to create an extension library for php, and i am mainly using visual c++ 6 sp 3

[PHP-DEV] apache 2 environment

2001-08-22 Thread Lenar
Hi, Can anybody say something about progress made finding and fixing the unfortunate problem about apache 2 and php 407-dev, where server and environment variables are not accessible under php? With regards, Lenar Lohmus -- PHP Development Mailing List To unsubscribe,

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-08-22 Thread unix-guy
ID: 11761 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Open Bug Type: Compile Failure Operating System: HP-UX 11.00 PHP Version: 4.0.6 New Comment: If I find a solution, do you NOT want it noted in the PHP Bug database? I would think at least a bug

Re: [PHP-DEV] object to string convertion patch

2001-08-22 Thread Andi Gutmans
http://www.geocrawler.com/mail/thread.php3?subject=%5BPHP-DEV%5D+__string_value%28%29++crashes+with+return&list=5 First of all I suggest everyone catches up on the reading :) Thies and I were against it. Zeev wanted to keep it and most of the rest that replied seemed to be against too. Persona

[PHP-DEV] Bug #12906 Updated: Configure appends extra -l with libjpeg test

2001-08-22 Thread ron
ID: 12906 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: Caldera Linux PHP Version: 4.0.6 New Comment: I think I spoke too soon... It's still problematic, even with the latest CVS. I think the reason it succeeded was bec

[PHP-DEV] Bug #12906 Updated: Configure appends extra -l with libjpeg test

2001-08-22 Thread ron
ID: 12906 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Compile Failure Operating System: Caldera Linux PHP Version: 4.0.6 New Comment: Thanks Jani - The latest snapshot seems to configure without errors. It whined about my IMAP pat

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-08-22 Thread sniper
ID: 11761 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Compile Failure Operating System: HP-UX 11.00 PHP Version: 4.0.6 New Comment: Great. Anyway, this is _not_ a bug in PHP so please submit further reports to the correct places. (Either to autoc

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-08-22 Thread unix-guy
ID: 11761 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: Compile Failure Operating System: HP-UX 11.00 PHP Version: 4.0.6 New Comment: I'll try a newer version of GCC and see what happens... Previous Comments: -

Re: [PHP-DEV] object to string convertion patch

2001-08-22 Thread Zeev Suraski
At 20:08 22-08-01, Jeremy Bettis wrote: >My implementation does not have these inconsistencies (I looked in the >archives). The only wierd thing is print_r and dump_var. I think the inconsistency that was there was that my implementation was for displaying purposes only. If you call to_string(

[PHP-DEV] Bug #12906 Updated: Configure appends extra -l with libjpeg test

2001-08-22 Thread sniper
ID: 12906 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Compile Failure Operating System: Caldera Linux PHP Version: 4.0.6 New Comment: I fixed something like this in the CVS..but I can't remember now what and where it was. :( Please try the lat

[PHP-DEV] Bug #12906: Configure appends extra -l with libjpeg test

2001-08-22 Thread ron
From: [EMAIL PROTECTED] Operating system: Caldera Linux PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: Configure appends extra -l with libjpeg test On a clean php-4.0.6 distribution, (untar the file and then cd to the directory) the following configure c

[PHP-DEV] no longer urgent compilation question

2001-08-22 Thread md
I recently posted an urgent compilation question to the list requesting information about linking in external shared libraries to libphp4.so. This issue is no longer urgent. If one modifies the follwing line to /php/Makefile : LTLIBRARY_LIBADD = $(LTLIBRARY_DEPENDENCIES) $(EXTRA_LIBS) -lmyshare

[PHP-DEV] Bug #12894 Updated: GD crashes PHP by using GD Format

2001-08-22 Thread sniper
ID: 12894 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Feedback Bug Type: GD related Operating System: i686-pc-linux-gnu Old PHP Version: 4.0.6 PHP Version: 4.0.7-dev (latest CVS) New Comment: I can't get your scripts to crash. Could you please generate a GDB backt

Re: [PHP-DEV] object to string convertion patch

2001-08-22 Thread Jeremy Bettis
My implementation does not have these inconsistencies (I looked in the archives). The only wierd thing is print_r and dump_var. "Zeev Suraski" <[EMAIL PROTECTED]> wrote in message 5.1.0.14.2.20010822195524.03aeb4c8@localhost">news:5.1.0.14.2.20010822195524.03aeb4c8@localhost... > At 19:53 22-08-

[PHP-DEV] Bug #12904 Updated: php_imap.c:454: `auth_md5' undeclared

2001-08-22 Thread sniper
ID: 12904 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Old Bug Type: Compile Failure Bug Type: IMAP related Operating System: Red Hat Linux 6.0 PHP Version: 4.0.6 New Comment: What is the version of c-client and how was it compiled? --Jani Previous Com

[PHP-DEV] Bug #12902 Updated: trouble with TTF fonts

2001-08-22 Thread sniper
ID: 12902 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: GD related Old Operating System: Win'Me Operating System: Win\'Me PHP Version: 4.0.6 New Comment: This is fixed already. And you should also use the whole paths to the fonts. --Jani Previ

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-08-22 Thread sniper
ID: 11761 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Compile Failure Operating System: HP-UX 11.00 PHP Version: 4.0.6 New Comment: I forgot to add this: I found couple of mentions about this same problem. You could try with different version of GCC. --Jani

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-08-22 Thread sniper
ID: 11761 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Compile Failure Operating System: HP-UX 11.00 PHP Version: 4.0.6 New Comment: Reason for the HAVE_LOCALE_H to get set to 0 is this: "In file included from /usr/include/locale.h:157, from con

Re: [PHP-DEV] object to string convertion patch

2001-08-22 Thread Zeev Suraski
At 19:53 22-08-01, Andrei Zmievski wrote: >On Wed, 22 Aug 2001, Jeremy Bettis wrote: > > I changed php (current CVS) to add another magic method to Objects, > > __toString(). Whenever an object needs to be converted to a string, > then it > > will first try to call __toString() and if it can't,

Re: [PHP-DEV] object to string convertion patch

2001-08-22 Thread Andrei Zmievski
On Wed, 22 Aug 2001, Jeremy Bettis wrote: > I changed php (current CVS) to add another magic method to Objects, > __toString(). Whenever an object needs to be converted to a string, then it > will first try to call __toString() and if it can't, then it will just > return "Object" like now. Good

[PHP-DEV] object to string convertion patch

2001-08-22 Thread Jeremy Bettis
I changed php (current CVS) to add another magic method to Objects, __toString(). Whenever an object needs to be converted to a string, then it will first try to call __toString() and if it can't, then it will just return "Object" like now. Please look over my patch and see if I did it correctly

[PHP-DEV] Bug #12905 Updated: "return" returns a copy of an object instead of a reference

2001-08-22 Thread olli
ID: 12905 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Scripting Engine problem Bug Type: Documentation problem Operating System: Slackware 7 PHP Version: 4.0.6 New Comment: renaming the function: function AddChild(... to function &AddChild

[PHP-DEV] Bug #12894 Updated: GD crashes PHP by using GD Format

2001-08-22 Thread alberty
ID: 12894 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: GD related Operating System: i686-pc-linux-gnu PHP Version: 4.0.6 New Comment: Sorry, my submitted PHP Version was wrong. I mean 4.0.7-dev from the latest CVS. The script crash under cvs version

[PHP-DEV] Bug #12905: "return" returns a copy of an object instead of a reference

2001-08-22 Thread olli
From: [EMAIL PROTECTED] Operating system: Slackware 7 PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: "return" returns a copy of an object instead of a reference value = $value; } } Class ParentClass { var $children;

Re: [PHP-DEV] Bug #12898: Memory Leaks when using LOB Fields

2001-08-22 Thread Thies C. Arntzen
these's no known mem-leak in that code.. please send a short testcase that demonstrates you problem (<20 lines) also - could you please update to 4.0.6 and try again? re, tc On 22 Aug 2001 14:05:33 +, [EMAIL PROTECTED] wrote: > From: [EMAIL PROTECTED] > Operating system: Linux,

[PHP-DEV] Urgent compilation question

2001-08-22 Thread md
Anyone within eyeshot of this message, please read up. I posted last night with no response this morning. Environment: Linux, Redhat 6.2, PHP 4.0.4pl1 My ext_skel was command line looks like: php/ext/EXT_SKEL --extname=mynewmodule My configure line looks like: ./configure --with-mysql --wit

[PHP-DEV] Bug #12904: php_imap.c:454: `auth_md5' undeclared

2001-08-22 Thread kyrian
From: [EMAIL PROTECTED] Operating system: Red Hat Linux 6.0 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: php_imap.c:454: `auth_md5' undeclared Hi, Compiling with the following configure options: ./configure --with-mysql --with-gd --enable-force-cgi

[PHP-DEV] Bug #12903: snmpwalkoid don't work with SNMPv1

2001-08-22 Thread nicolas . payen
From: [EMAIL PROTECTED] Operating system: Win NT PHP version: 4.0.6 PHP Bug Type: SNMP related Bug description: snmpwalkoid don't work with SNMPv1 snmpwalkoid doesn't see the end of the MIB. If GET NEXT on the last element, the SNMPv1 Agent return noSuchName error (cf RFC11

[PHP-DEV] Bug #12902: trouble with TTF fonts

2001-08-22 Thread dmpavlov
From: [EMAIL PROTECTED] Operating system: Win\'Me PHP version: 4.0.6 PHP Bug Type: GD related Bug description: trouble with TTF fonts I have troubles with loading any ttf fonts. php reports general error with loading font & nothing more. I use downloaded .exe version php

[PHP-DEV] Bug #12901: timeout-option of php_hostconnect seems to be ignored

2001-08-22 Thread maddog2k
From: [EMAIL PROTECTED] Operating system: RedHat 6.2 - Linux 2.2.19 PHP version: 4.0.6 PHP Bug Type: *Network Functions Bug description: timeout-option of php_hostconnect seems to be ignored Cause there is no way to set functions that use the fopen_url_wrapper to use non-blo

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-08-22 Thread unix-guy
ID: 11761 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Compile Failure Operating System: HP-UX 11.00 PHP Version: 4.0.6 New Comment: I haven't tried this on another system, but it was freshly installed and patched at the time I fir

[PHP-DEV] Re: pmap_page_protect: wired mapping for 677a000 not removed

2001-08-22 Thread Chuck Silvers
the "pmap_page_protect" and "vm wire count" messages are indications that you're triggering the work-around for a particular bug in the virtual-memory subsystem. these messages are harmless. (I'm working on a real fix for this bug, so the work-arounds will go away relatively soon.) the bug is tr

[PHP-DEV] Bug #12900: Don't remove Alternate Syntax! Please!

2001-08-22 Thread coyote
From: [EMAIL PROTECTED] Operating system: All PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: Don't remove Alternate Syntax! Please! I just noticed a message under "Alternative syntax for control structures" indicating it was deprecated as of PHP4

[PHP-DEV] Re: Bug #12891 Updated: Can't install php

2001-08-22 Thread KrupiƱski Marcin
> ID: 12891 > Updated by: sniper > Reported By: [EMAIL PROTECTED] > Old Status: Open > Status: Bogus > Bug Type: *General Issues > Operating System: REDHAT 7.0 > PHP Version: 4.0.6 > New Comment: > > There's nothing wrong with the tar.gz package. > Ask support on the mailing lists: > > http://ww

[PHP-DEV] Bug #12894 Updated: GD crashes PHP by using GD Format

2001-08-22 Thread sniper
ID: 12894 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: GD related Operating System: i686-pc-linux-gnu PHP Version: 4.0.6 New Comment: I doubt that you could crash PHP by using functions that don't exist.. Both imageGD2 and ImageCreateFromGD where

[PHP-DEV] Bug #12897 Updated: include

2001-08-22 Thread sniper
ID: 12897 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Performance problem Operating System: freebsd PHP Version: 4.0.6 New Comment: Please include a complete but short example script into this bug report. Previous Comments: ---

[PHP-DEV] Bug #12896 Updated: is_directory should point to is_dir

2001-08-22 Thread sniper
ID: 12896 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Filesystem function related Bug Type: Feature/Change Request Operating System: PHP Version: 4.0.6 New Comment: reclassified. Previous Comments: --

[PHP-DEV] Bug #12892 Updated: File uploads cause corruption

2001-08-22 Thread sniper
ID: 12892 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Unknown/Other Function Operating System: Redhat Linux 7.0 PHP Version: 4.0.4pl1 New Comment: This has been fixed in PHP 4.0.6. Please update. And next time, read the bugs-dos-and-donts before

[PHP-DEV] Bug #12887 Updated: creating directory or file can't modify the privilige ( for example 0777)

2001-08-22 Thread sanry
ID: 12887 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Unknown/Other Function Operating System: redhat 7.1 PHP Version: 4.0.6 New Comment: creating directory or file can't modify the privilige ( for example 0777) the file create in web(nobody) al

[PHP-DEV] Bug #12891 Updated: Can't install php

2001-08-22 Thread sniper
ID: 12891 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *General Issues Operating System: REDHAT 7.0 PHP Version: 4.0.6 New Comment: There's nothing wrong with the tar.gz package. Ask support on the mailing lists: http://www.php.net/support.php

[PHP-DEV] Bug #12890 Updated: http 500 internal server error

2001-08-22 Thread sniper
ID: 12890 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: PWS related Operating System: win98 PHP Version: 4.0.6 New Comment: Please ask support questions on the mailing lists: http://www.php.net/support.php Previous Comments: -

[PHP-DEV] Bug #12889 Updated: Slower file checking ?

2001-08-22 Thread sniper
ID: 12889 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Old Bug Type: *Directory/Filesystem functions Bug Type: Performance problem Operating System: Linux RedHat 6.1 PHP Version: 4.0.5 New Comment: Please provide a short script which can be used to reproduc

[PHP-DEV] Bug #12898: Memory Leaks when using LOB Fields

2001-08-22 Thread cjendro
From: [EMAIL PROTECTED] Operating system: Linux, Debian, Woody PHP version: 4.0.5 PHP Bug Type: OCI8 related Bug description: Memory Leaks when using LOB Fields I use PHP 4.0.5-2, compiled under Debian/Woody wit OCI8 support. Used with Apache as Module (libphp4.so) When u

[PHP-DEV] Bug #12897: include

2001-08-22 Thread jordi_laf
From: [EMAIL PROTECTED] Operating system: freebsd PHP version: 4.0.6 PHP Bug Type: Performance problem Bug description: include Hi, when you do an include you should be able to include inclusion. Exemple , it return a error message that say it's impossible, it have to be

  1   2   >