RE: [PHP-DEV] strange crash

2001-11-20 Thread Chris Newbill
Bingo! What is happening is I have PHP code that will eventually be pulled from a database, and some of them need to import the global scope (although I have changed this for security reasons). Only way to do this (easily) when eval'ing code is with extract($GLOBALS) or know which variables I wa

Re: [PHP-DEV] strange crash

2001-11-20 Thread Derick Rethans
On Wed, 21 Nov 2001, Chris Newbill wrote: > --- > array.c(1263) : Block 0x08217420 status: > Beginning: OK (allocated on array.c:1218, 9 bytes) > End: Overflown (magic=0x2A8FCC01 instead of 0x2A8FCC84) > 1 byte(s) overflown > ---

RE: [PHP-DEV] strange crash

2001-11-20 Thread Chris Newbill
Not that I think this will help a damn bit, but I can stop the crash by commenting out a function from one of the included files. (yeah I know about htmlentities/htmlspecialchars)   function form_print($string) {     $string = stripslashes($string);     $string = str_replace('"','"

[PHP-DEV] strange crash

2001-11-20 Thread Chris Newbill
I CANNOT GET IT TO CRASH WITH –enable-debug!   Program received signal SIGSEGV, Segmentation fault. 0x080f43bc in zend_hash_copy () at eval.c:41 41  eval.c: No such file or directory.     in eval.c   Log info from –enable-debug --- array.

Re: [PHP-DEV] Bug #12029 Updated: "--with-apxs" can cause the error"MySQL: Unable to save result set in"

2001-11-20 Thread Derick Rethans
On 21 Nov 2001 [EMAIL PROTECTED] wrote: > ID: 12029 > Updated by: mfischer > Reported By: [EMAIL PROTECTED] > Status: Feedback > Bug Type: MySQL related > Operating System: Linux > PHP Version: 4.0.6 > New Comment: > > Relevant information merged from 11765 (bogus now): Please mark these as "Dup

[PHP-DEV] Bug #14154 Updated: PHP won't compile on OSX 10.1

2001-11-20 Thread derick
ID: 14154 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Compile Failure Operating System: Mac OS X (Darwin) 10.1.1 PHP Version: 4.0.6 New Comment: And if it not works, please read on how you should report a bug at http://bugs.php.net/how-to-report.php Previous Com

RE: [PHP-DEV] Doubt in Script to Upload

2001-11-20 Thread Chris Newbill
This list is not for people developing WITH PHP it is for people developing PHP itself.   The list you want is [EMAIL PROTECTED].   -Chris   -Original Message- From: Kannan Soundararajan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 10:38 PM To: [EMAIL PROTECTE

[PHP-DEV] Doubt in Script to Upload

2001-11-20 Thread Kannan Soundararajan
Hi, I'm new to this group. I have a problem with a php script that I'm creating to upload files to the server.   The uploaded files have their owner as "apache" and not me as the owner. Hence I'm not able to delete the files that are uploaded.   How do I solve this problem? Thanks, VK

[PHP-DEV] Voto Latino - Buscador de Música

2001-11-20 Thread Eduardo Trentin
Si te gusta la música te esperamos en www.votolatino.com.ar Encontrarás las páginas mas complets de información de tu cantante o grupo favorito... No te vas a arrepentir...! Voto Latino [EMAIL PROTECTED] Este mail se envía por única vez, de no ser así es un error del servidor, para remover s

[PHP-DEV] Bug #14138 Updated: date arithmetic scrambled

2001-11-20 Thread mail-php . net
ID: 14138 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Date/time related Operating System: Debian GNU/Linux stable PHP Version: 4.0.6 New Comment: Linux 2.4.12 SMP Debian potato libraries Package: libc5 Version: 5.4.46-3 Pac

Re: [PHP-DEV] Bug #14138 Updated: date arithmetic scrambled

2001-11-20 Thread Lars Torben Wilson
[EMAIL PROTECTED] writes: > ID: 14138 > Updated by: jmcastagnetto > Reported By: [EMAIL PROTECTED] > Status: Feedback > Bug Type: Date/time related > Operating System: Debian GNU/Linux stable > PHP Version: 4.0.6 > New Comment: > > Perhaps a problem with the Debian libraries, cannot confirm probl

[PHP-DEV] Bug #14138 Updated: date arithmetic scrambled

2001-11-20 Thread jmcastagnetto
ID: 14138 Updated by: jmcastagnetto Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Date/time related Operating System: Debian GNU/Linux stable PHP Version: 4.0.6 New Comment: More info from _RainMkr_: "Running on woody, Linux 2.4.5, PHP 4.0.6" What version is the Debian showing this

[PHP-DEV] Bug #14138 Updated: date arithmetic scrambled

2001-11-20 Thread jmcastagnetto
ID: 14138 Updated by: jmcastagnetto Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Date/time related Operating System: Debian GNU/Linux stable PHP Version: 4.0.6 New Comment: Perhaps a problem with the Debian libraries, cannot confirm problem on PHP 4.0.6 under Solaris 2.8. Output of

[PHP-DEV] Bug #7634 Updated: mysql_pconnect() + lock tables can hang server

2001-11-20 Thread torben
ID: 7634 Updated by: torben Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Old Bug Type: MySQL related Bug Type: Documentation problem Operating System: Mandrake 7.0 PHP Version: 4.0 Latest CVS (03/11/2000) New Comment: Closed as a Doc problem; added a warning in CVS about the is

[PHP-DEV] Bug #12029 Updated: "--with-apxs" can cause the error "MySQL: Unable to save result set in"

2001-11-20 Thread root
ID: 12029 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: MySQL related Operating System: Linux Old PHP Version: 4.0.6 PHP Version: 4.0.6 and 4.1.0RC3 New Comment: Yes , I tried. Nothing changed. Maybe there r some errors with my Ap

[PHP-DEV] [PATCH] optional parameter to mysql_connect() to create truly new link

2001-11-20 Thread Markus Fischer
Hi, The attached patch against current CVS adds an optional parameter to mysql_connect() to specify if a truly new link to the database should be established. The patch changes the prototype to: resource mysql_connect ([string hostname [, string username [, string passwor

[PHP-DEV] Bug #14147 Updated: symbol uncompress: referenced symbol not found

2001-11-20 Thread pkenyon
ID: 14147 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Dynamic loading Operating System: Solaris 8 sun4u PHP Version: 4.0.6 New Comment: That worked, thanks! Solaris 8 users, notice that zlib is now distributed with sun. Just add

Re: [PHP-DEV] Bug #7634 Updated: mysql_pconnect() + lock tables can hang server

2001-11-20 Thread Lars Torben Wilson
Markus Fischer writes: > One can argue, people using persitent connections should know > what they do ... but yes, documenting this is the best > thing definitely. > > So, making this documentation problem then? Any opinion from > others? > > - Markus I don't think it's

Re: [PHP-DEV] Bug #7634 Updated: mysql_pconnect() + lock tables can hang server

2001-11-20 Thread Markus Fischer
One can argue, people using persitent connections should know what they do ... but yes, documenting this is the best thing definitely. So, making this documentation problem then? Any opinion from others? - Markus -- PHP Development Mailing List To

Re: [PHP-DEV] Bug #7634 Updated: mysql_pconnect() + lock tables can hang server

2001-11-20 Thread Lars Torben Wilson
Markus Fischer writes: > Hmm well ... thinking about this again, the behaviour is > expected isn't it? > > You're locking the table, you're not unlocking it. The > persistent connection itself is not influenced by this in > anyway and is still valid. Yup, that's *why* it happ

Re: [PHP-DEV] Bug #7634 Updated: mysql_pconnect() + lock tables can hang server

2001-11-20 Thread Markus Fischer
On Tue, Nov 20, 2001 at 05:19:17PM -0800, Lars Torben Wilson wrote : > Markus Fischer writes: > > Does this change if you explicetly close the connection? > > Nope. :) > > Actually, I had almost forgotten about this problem, but I guess it's > still relevant since I do have places where I use t

[PHP-DEV] Windows Compiler Options

2001-11-20 Thread Chris Newbill
Not sure if people are aware of this, but Borland is offering their C++ compiler for free. (not the IDE) http://www.borland.com/bcppbuilder/freecompiler/   For those people who do not have an insanely expensive copy of Visual C++ (or don’t use Cygwin) maybe the build process should suppo

[PHP-DEV] Bug #14147 Updated: symbol uncompress: referenced symbol not found

2001-11-20 Thread pkenyon
ID: 14147 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: Dynamic loading Operating System: Solaris 8 sun4u PHP Version: 4.0.6 New Comment: Okay, so I just got this, but I don't know what it means yet. # ldd -d /usr/local/apache/lib

[PHP-DEV] Re: Karma Request

2001-11-20 Thread Jim Winstead
Sean R. Bright <[EMAIL PROTECTED]> wrote: > I think I am out of karma or something, I tried to commit a fix and > received the following error: > >cvs [server aborted]: "commit" requires write access to the >repository this isn't a karma problem. it appears that the cvs server is

Re: [PHP-DEV] Bug #7634 Updated: mysql_pconnect() + lock tables can hang server

2001-11-20 Thread Lars Torben Wilson
Markus Fischer writes: > Does this change if you explicetly close the connection? Nope. :) Actually, I had almost forgotten about this problem, but I guess it's still relevant since I do have places where I use table locking, and if the script were to bail there (which it never has in almost 3 y

Re: [PHP-DEV] Bug #7634 Updated: mysql_pconnect() + lock tables can hang server

2001-11-20 Thread Markus Fischer
Does this change if you explicetly close the connection? On Wed, Nov 21, 2001 at 01:10:51AM -, [EMAIL PROTECTED] wrote : > ID: 7634 > Updated by: torben > Reported By: [EMAIL PROTECTED] > Old Status: Feedback > Status: Open > Bug Type: MySQL related > Operating System: Mandrake 7.0 > PHP Ver

[PHP-DEV] Bug #7634 Updated: mysql_pconnect() + lock tables can hang server

2001-11-20 Thread torben
ID: 7634 Updated by: torben Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: MySQL related Operating System: Mandrake 7.0 PHP Version: 4.0 Latest CVS (03/11/2000) New Comment: Nope, still happens. This is on Debian woody, PHP 4.1.0RC3 (haven't tried on the win32 version

[PHP-DEV] Bug #11993 Updated: mysql_close closes incorrect db handler

2001-11-20 Thread mfischer
ID: 11993 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: MySQL related Operating System: Debian 2.19 PHP Version: 4.0.6 New Comment: Can you try if the problem still persists with latest RC http://www.php.net/~zeev/php-4.1.0RC3.tar.gz Feedbac

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

2001-11-20 Thread mfischer
ID: 7244 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: MySQL related Operating System: Win 98 PHP Version: 4.0.5 New Comment: Can you please test if the problem still persists with latest RC? http://phpuk.org/~james/php-4.1.0RC3-win32.zip If

Re: [PHP-DEV] 4.1.0 Final RC

2001-11-20 Thread Hans Rakers
** Successfull Build ** Slackware 8.0 Linux osiris 2.4.14 #1 Thu Nov 8 15:02:47 CET 2001 i686 unknown ./configure \ --with-apache=../apache_1.3.22 \ --with-mysql=/usr/local/mysql \ --with-gd=/usr/local \ --with-freetype-dir=/usr/local \ --with-jpeg-dir=/usr \ --with-png-dir=/usr \ --with-openss

[PHP-DEV] Bug #13715 Updated: Cannot open 'multiple' database connections while running from shell

2001-11-20 Thread mfischer
ID: 13715 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: MySQL related Operating System: PHP Version: 4.0.5 New Comment: Mosty likely a problem with the mysql socket as now TCP connections work. Closing. User Feedback: Hi

[PHP-DEV] Karma Request

2001-11-20 Thread Sean R. Bright
I think I am out of karma or something, I tried to commit a fix and received the following error: cvs [server aborted]: "commit" requires write access to the repository However I received no error on "cvs login" My username is elixer. Thanks, --

[PHP-DEV] Bug #7634 Updated: mysql_pconnect() + lock tables can hang server

2001-11-20 Thread mfischer
ID: 7634 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: MySQL related Operating System: Mandrake 7.0 PHP Version: 4.0 Latest CVS (03/11/2000) New Comment: Can you try latest RC and see if the problem persists http://phpuk.org/~james/php-4.1.0RC3

[PHP-DEV] Bug #7951 Updated: Can't connect to MySQL from PHP script under OrionServer (Socket problem)

2001-11-20 Thread mfischer
ID: 7951 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: MySQL related Operating System: Windows NT 4.0 SP6a PHP Version: 4.0.3pl1 New Comment: May be totally unrelated. Anyway, please give it a try with latest RC http://phpuk.org/~james/php-

[PHP-DEV] Bug #9879 Updated: ISAPI Not handleing connections to MySQL correctly

2001-11-20 Thread mfischer
ID: 9879 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: MySQL related Operating System: Win NT PHP Version: 4.0.4pl1 New Comment: Can you try if the problem still persists with latest RC http://phpuk.org/~james/php-4.1.0RC3-win32.zip Feedback

[PHP-DEV] Bug #11104 Updated: module slowly kills server

2001-11-20 Thread mfischer
ID: 11104 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: MySQL related Operating System: win98 PHP Version: 4.0.5 New Comment: Can you try if the problem still persists with latest RC http://phpuk.org/~james/php-4.1.0RC3-win32.zip Feedback.

[PHP-DEV] Bug #11858 Updated: Insert queries add TWO records to database

2001-11-20 Thread mfischer
ID: 11858 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: MySQL related Operating System: WinNT4 PHP Version: 4.0.6 New Comment: Can you try if this problem persists with latest RC http://phpuk.org/~james/php-4.1.0RC3-win32.zip Also, please pr

[PHP-DEV] Bug #11863 Updated: Cannot connect to mysql server

2001-11-20 Thread mfischer
ID: 11863 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: MySQL related Operating System: Unix PHP Version: 4.0.6 New Comment: Simon sez bogus. Previous Comments: [2001-11-20 19

[PHP-DEV] Bug #11863 Updated: Cannot connect to mysql server

2001-11-20 Thread mfischer
ID: 11863 Updated by: mfischer Reported By: [EMAIL PROTECTED] Status: Open Bug Type: MySQL related Operating System: Unix PHP Version: 4.0.6 New Comment: Thats the behaviuor of mysql. Explicit address has to be given to establish a TCP connection. If you can't connect through the socket it is

[PHP-DEV] CVS Account Request: tronic

2001-11-20 Thread Ivan Kovalenko
Translation of PHP documentation into Russian. -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Bug #11920 Updated: e.g. mysql_unbuffered_query doesn't function but throws no error to indicate

2001-11-20 Thread mfischer
ID: 11920 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: MySQL related Operating System: linux PHP Version: 4.0.5 New Comment: Thanks for the info. But we won't release a bugfixed version of 4.0.5. Developers try hard but sometimes everyone makes a m

[PHP-DEV] Bug #11765 Updated: Warning: MySQL: Unable to save result set in

2001-11-20 Thread mfischer
ID: 11765 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: MySQL related Operating System: redhat-6.2 PHP Version: 4.0.6 New Comment: Bogusified in favour of #12029. Please only respond to #12029! Bogus Previous Comments:

[PHP-DEV] Bug #12029 Updated: "--with-apxs" can cause the error "MySQL: Unable to save result set in"

2001-11-20 Thread mfischer
ID: 12029 Updated by: mfischer Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: MySQL related Operating System: Linux PHP Version: 4.0.6 New Comment: Relevant information merged from 11765 (bogus now): [2001-06-27 23:06:49] [EMAIL PROTECTED] I'm getting the following error message

[PHP-DEV] Bug #12009 Updated: MySQL: Unable to save result set in

2001-11-20 Thread mfischer
ID: 12009 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: MySQL related Operating System: Linux new 2.2.16-storm #1 PHP Version: 4.0.6 New Comment: Bogusified in favour of #12029 (moved the inforamtion there also). Please only respond to #12029 !

[PHP-DEV] Bug #12029 Updated: "--with-apxs" can cause the error "MySQL: Unable to save result set in"

2001-11-20 Thread mfischer
ID: 12029 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: MySQL related Operating System: Linux PHP Version: 4.0.6 New Comment: Hmm .. weird. Can you give it a try with latest RC http://www.php.net/~zeev/php-4.1.0RC3.tar.gz Feedback. Info

[PHP-DEV] Bug #12031 Updated: Problems running IMAP and MYSLQ

2001-11-20 Thread mfischer
ID: 12031 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: MySQL related Operating System: Linux RedHat 7.1 PHP Version: 4.0.6 New Comment: What is the exact problem here? The url mentioned gives me: Opening the IMAP first: Warning: Couldn't o

[PHP-DEV] Bug #13940 Updated: mysql_select_db doesn't honor resource_identifier param

2001-11-20 Thread cnewbill
ID: 13940 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Duplicate Bug Type: MySQL related Operating System: RedHat 7.1 PHP Version: 4.2.0-dev New Comment: Ehh not bogus. Like you said is a dupe. Even though I reported it before 14137. Oh well, -Chris Previou

[PHP-DEV] Bug #12148 Updated: mysql ERROR: Update Query Failed problem with 4.0.6

2001-11-20 Thread mfischer
ID: 12148 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: MySQL related Operating System: Solaris x86 PHP Version: 4.0.6 & 4.0.5 New Comment: Closing this one, but not quite sure. Speak up if you don't agree. Closed. Previous Comments: --

[PHP-DEV] Bug #12160 Updated: mysql_pconnect causes 99% CPU usage and system stop

2001-11-20 Thread mfischer
ID: 12160 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: MySQL related Operating System: OS/2 PHP Version: 4.0.5 New Comment: Does this happen with latest RC too? http://www.php.net/~zeev/php-4.1.0RC3.tar.gz Feedback. Previous Comments:

[PHP-DEV] Bug #14074 Updated: segfault strncpy on ct_connect

2001-11-20 Thread ceo
ID: 14074 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Sybase-ct (ctlib) related Operating System: Mandrake 8.0 PHP Version: 4.0.6 New Comment: Never mind. This is what happens when ldconfig has found the FreeTDS library, but you

[PHP-DEV] Bug #12799 Updated: mysql_fetch_array returns good data even if resource identifier is bad

2001-11-20 Thread mfischer
ID: 12799 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: MySQL related Operating System: Mandrake Linux PHP Version: 4.0.6 New Comment: Can't reproduce with RC3, please test it too: http://www.php.net/~zeev/php-4.1.0RC3.tar.gz Feedback. Prev

[PHP-DEV] Bug #13456 Updated: mysql_query() returns incorrect result whith do not perform real MySQL state

2001-11-20 Thread mfischer
ID: 13456 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Bug Type: MySQL related Operating System: Linix PHP Version: 4.0.6 Old Assigned To: Assigned To: Zeev New Comment: Being unkind, I assign this to Zeev ... :-) Previous Comments: -

[PHP-DEV] Bug #13480 Updated: Resources bug - dtors fails, hanging MySQL connections or hanging httpd

2001-11-20 Thread mfischer
ID: 13480 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: MySQL related Operating System: Redhat6.1 PHP Version: 4.0.6 New Comment: Can you try if this still happens with latest RC? http://www.php.net/~zeev/php-4.1.0RC3.tar.gz Feedback. Previ

[PHP-DEV] Bug #13681 Updated: Stale data across clustered webservers

2001-11-20 Thread mfischer
ID: 13681 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: MySQL related Operating System: Linux PHP Version: 4.0.5 New Comment: Very hard to reproduce if you understand what I mean .. Can you give it a try with latest RC? http://www.php.net/~z

[PHP-DEV] Bug #13940 Updated: mysql_select_db doesn't honor resource_identifier param

2001-11-20 Thread mfischer
ID: 13940 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: MySQL related Operating System: RedHat 7.1 PHP Version: 4.2.0-dev New Comment: This is basically a dup of #14137, bogusifying this one. Previous Comments: --

[PHP-DEV] Bug #14125 Updated: Intermittent failed class wrapper to DB

2001-11-20 Thread mfischer
ID: 14125 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: MySQL related Operating System: Suse Linux 6.2/MySQL 3.22.25 PHP Version: 4.0.6 New Comment: For a start, can you try if this still happens with the latest RC ? http://www.php.net/~zeev/ph

[PHP-DEV] Bug #14154 Updated: PHP won't compile on OSX 10.1

2001-11-20 Thread mfischer
ID: 14154 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Compile Failure Operating System: Mac OS X (Darwin) 10.1.1 PHP Version: 4.0.6 New Comment: Can you please try the latest RC release and report back if it works ? http://www.php.net/~zeev/p

[PHP-DEV] Bug #14154: PHP won't compile on OSX 10.1

2001-11-20 Thread chibi15
From: [EMAIL PROTECTED] Operating system: Mac OS X (Darwin) 10.1.1 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: PHP won't compile on OSX 10.1 PHP won't compile on OSX 10.1 It reports an error - something with namespace. -- Edit bug report at: http://bu

Re: [PHP-DEV] ext/imagick update

2001-11-20 Thread Egon Schmid
From: "Christian Stocker" <[EMAIL PROTECTED]> > I wrote further on my ImageMagick extension (still a lot missing), but > most importantly i wrote some documentation. You can have a look at it at > http://php.chregu.tv/imagick/ > > comments etc. always welcome. Looks good. Please commit it to php

[PHP-DEV] Bug #14153: Servlet sapi native code problems

2001-11-20 Thread mark
From: [EMAIL PROTECTED] Operating system: linux (mdk-8.0) PHP version: 4.0CVS-2001-11-20 PHP Bug Type: Unknown/Other Function Bug description: Servlet sapi native code problems php configured --with-servlet and --with-java does not function acceptably. Running on tomcat4 wi

Re: [PHP-DEV] Where/what is gdImageStringFTEx() ?

2001-11-20 Thread Wez Furlong
It's part of my patch, due to be included in GD 2.0.2. Before masses of people ask me for the patch, please hassle boutell.com to release 2.0.2 first; they've had it for a very long time now! If you really really need it, drop me a mail. --Wez. On 17/11/01, "Rasmus Lerdorf" <[EMAIL PROTECTED]>

[PHP-DEV] Re: 4.1.0 Final RC

2001-11-20 Thread Harald Radi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > (a) RC a-la what we had until now. It will usually be in the range of weeks. i'd suggest a list where a branch is announced lets say a week before branching. i often have a few things lying around that should be in the next final but aren't commi

[PHP-DEV] Bug #14136 Updated: Segfaults when forget xslt_free()

2001-11-20 Thread zeev
ID: 14136 Updated by: zeev Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: Scripting Engine problem Operating System: Debian/Linux PHP Version: 4.0CVS-2001-11-20 New Comment: Doesn't look like a Zend problem to me. Apparently the table ends up containing the wrong entries (i.e., the s

Re: [PHP-DEV] Bug #13715 Updated: Cannot open 'multiple' database connections while running from shell

2001-11-20 Thread Markus Fischer
Hmm .. just a stupid question: are you absolutely positive that the second username/password is correct? What output do you get from mysql_error() ? - Markus On Tue, Nov 20, 2001 at 06:38:15PM -, [EMAIL PROTECTED] wrote : > ID: 13715 > User updated by: [EMAIL PROTECTED] > Re

[PHP-DEV] Bug #14137 Updated: Request additional flag for mysql_connect

2001-11-20 Thread lenar
ID: 14137 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: Debian/Linux PHP Version: 4.0CVS-2001-11-20 New Comment: I just want to add that creating another mysql account is not an valid option sometimes (with hosti

[PHP-DEV] Bug #13715 Updated: Cannot open 'multiple' database connections while running from shell

2001-11-20 Thread chuckc
ID: 13715 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: MySQL related Operating System: PHP Version: 4.0.5 New Comment: Upgraded to 4.1.0RC3. Did not fix the problem or change any of the symptoms. The Install was very smooth tho

[PHP-DEV] GD-2.0.1 fixes?

2001-11-20 Thread Rasmus Lerdorf
Has anybody sat down and fixed some of the bugs in gd-2.0.1? The GD folks aren't being very responsive and it would be nice to get some of the annoying issues working. The top one on my list is the fact that TTF fonts are not anti-aliased on truecolor images. The tweencolor code is in gdft.

[PHP-DEV] Bug #14152: foreach() can create objects with blank property names

2001-11-20 Thread basil . hussain
From: [EMAIL PROTECTED] Operating system: Linux 2.2.16-enterprise PHP version: 4.0.5 PHP Bug Type: Class/Object related Bug description: foreach() can create objects with blank property names Using the following code (which someone may do accidentally): $myarray = array("

[PHP-DEV] ext/imagick update

2001-11-20 Thread Christian Stocker
Hi I wrote further on my ImageMagick extension (still a lot missing), but most importantly i wrote some documentation. You can have a look at it at http://php.chregu.tv/imagick/ comments etc. always welcome. chregu -- PHP Development Mailing List To unsubscribe, e-mail:

[PHP-DEV] Bug #14137 Updated: Request additional flag for mysql_connect

2001-11-20 Thread derick
ID: 14137 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: MySQL related Bug Type: Feature/Change Request Operating System: Debian/Linux PHP Version: 4.0CVS-2001-11-20 New Comment: Marko, will you please read the bugreport with more care the next time? THis is a valid

[PHP-DEV] Bug #14137 Updated: Request additional flag for mysql_connect

2001-11-20 Thread mfischer
ID: 14137 Updated by: mfischer Reported By: [EMAIL PROTECTED] Status: Open Bug Type: MySQL related Operating System: Debian/Linux PHP Version: 4.0CVS-2001-11-20 New Comment: Mistake, should read "...you get the old link back..." Previous Comments:

[PHP-DEV] Bug #14137 Updated: Request additional flag for mysql_connect

2001-11-20 Thread mfischer
ID: 14137 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Open Bug Type: MySQL related Operating System: Debian/Linux PHP Version: 4.0CVS-2001-11-20 New Comment: Not so fast .. This is definitely a problem when you try to connect to MySQL twice with the same incr

[PHP-DEV] Bug #14145 Updated: configure fails with apache 2.0.28

2001-11-20 Thread webmaster
ID: 14145 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: *Configuration Issues Operating System: linux 2.2.14 PHP Version: 4.0.6 New Comment: i now use : --with-apxs2=... and php4-latest.tar.gz that works fine with 2.0.28 Prev

[PHP-DEV] Bug #13589 Updated: Persistent connections stay open and accumulate

2001-11-20 Thread derick
ID: 13589 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: MySQL related Operating System: RedHat 7.1 PHP Version: 4.0.6 New Comment: However, this is something else. This need to be investigated first. Previous Comments: ---

[PHP-DEV] Bug #13715 Updated: Cannot open 'multiple' database connections while running from shell

2001-11-20 Thread mfischer
ID: 13715 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: MySQL related Operating System: PHP Version: 4.0.5 New Comment: Please try the latest RC and see if the problem persists: http://www.php.net/~zeev/php-4.1.0RC3.tar.gz Feedback. Previo

[PHP-DEV] Bug #14137 Updated: Request additional flag for mysql_connect

2001-11-20 Thread bate
ID: 14137 Updated by: bate Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: MySQL related Operating System: Debian/Linux PHP Version: 4.0CVS-2001-11-20 New Comment: Ups sorry wrong links. :) http://www.php.net/manual/en/ref.mysql.php http://www.php.net/manual/en/function.mysql-db-query.

[PHP-DEV] Bug #14137 Updated: Request additional flag for mysql_connect

2001-11-20 Thread bate
ID: 14137 Updated by: bate Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: MySQL related Operating System: Debian/Linux PHP Version: 4.0CVS-2001-11-20 New Comment: bool mysql_select_db (string database_name, resource [link_identifier]) http://www.php.net/manual/en/funct

[PHP-DEV] Bug #13589 Updated: Persistent connections stay open and accumulate

2001-11-20 Thread sander
ID: 13589 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: MySQL related Operating System: RedHat 7.1 PHP Version: 4.0.6 New Comment: This is what Derick said about this (in #14149): This is not a bug, the MySQL extension will open a new connection if t

[PHP-DEV] Bug #14151 Updated: Installed/Compiled Php4.0.6 with Oracle9i on Linux Red Hat7.2

2001-11-20 Thread derick
ID: 14151 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: OCI8 related Operating System: Linux Red Hat 7.2 PHP Version: 4.0.6 New Comment: Check your httpd error_log and see if it has things like "segmentation fault". If so, read on how to make a bac

[PHP-DEV] Bug #14149 Updated: Loses Track of Persistent Connections

2001-11-20 Thread derick
ID: 14149 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Duplicate Status: Closed Bug Type: MySQL related Operating System: Win2000 PHP Version: 4.0.6 New Comment: THis is not a bug, the MySLQ extneion will open a new connection if the _current apache child_ has no open connection

[PHP-DEV] Bug #14147 Updated: symbol uncompress: referenced symbol not found

2001-11-20 Thread derick
ID: 14147 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Dynamic loading Operating System: Solaris 8 sun4u PHP Version: 4.0.6 New Comment: You should add --with-zlib, as the MySQL extension requires it. THis is fixed in newer versions, including the u

[PHP-DEV] Bug #14151: Installed/Compiled Php4.0.6 with Oracle9i on Linux Red Hat7.2

2001-11-20 Thread liao4619
From: [EMAIL PROTECTED] Operating system: Linux Red Hat 7.2 PHP version: 4.0.6 PHP Bug Type: OCI8 related Bug description: Installed/Compiled Php4.0.6 with Oracle9i on Linux Red Hat7.2 I installed/compiled php4.0.6 with Oracle9i on RedHat 7.2 successfully. Following is the

[PHP-DEV] bug report update submitted twice

2001-11-20 Thread Stig Venaas
I updated bug #14148. It was submitted twice (the 3rd was because I forgot to change status). When I submitted, I got an error from Mozilla that the post data was expired or something, and then I guess it posted the data another time. Not sure where the problem lies. Stig -- PHP Development Mai

[PHP-DEV] Bug #14148 Updated: utf8_encode seems to return a not-null-terminated string

2001-11-20 Thread venaas
ID: 14148 Updated by: venaas Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: *XML functions Operating System: Solaris 2.7 PHP Version: 4.0.6 Previous Comments: [2001-11-20 11:41:12] [EMAIL PROTECTE

[PHP-DEV] Bug #14148 Updated: utf8_encode seems to return a not-null-terminated string

2001-11-20 Thread venaas
ID: 14148 Updated by: venaas Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *XML functions Operating System: Solaris 2.7 PHP Version: 4.0.6 New Comment: You're right, this was fixed in CVS in July. You might try 4.1 when it is released, or get the RC from http://www.php.net/~zeev/php-4.1

[PHP-DEV] Bug #14148 Updated: utf8_encode seems to return a not-null-terminated string

2001-11-20 Thread venaas
ID: 14148 Updated by: venaas Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *XML functions Operating System: Solaris 2.7 PHP Version: 4.0.6 New Comment: You're right, this was fixed in CVS in July. You might try 4.1 when it is released, or get the RC from http://www.php.net/~zeev/php-4.1

Re: [PHP-DEV] LDAP schema support

2001-11-20 Thread Kachalov Anton
On Tue, 20 Nov 2001 17:16:48 +0100 [EMAIL PROTECTED] (Stig Venaas) wrote: > On Tue, Nov 20, 2001 at 07:01:08PM +0300, Kachalov Anton wrote: > > Good day & hi 2 all! > > > > I want to know, will you (LDAP developers) add schema support into ldap module ? > > Maybe. I'm not quite sure what you ar

Re: [PHP-DEV] LDAP schema support

2001-11-20 Thread Stig Venaas
On Tue, Nov 20, 2001 at 07:01:08PM +0300, Kachalov Anton wrote: > Good day & hi 2 all! > > I want to know, will you (LDAP developers) add schema support into ldap module ? Maybe. I'm not quite sure what you are thinking of. Could you tell me what you have in mind? BTW I've started studying Russ

[PHP-DEV] LDAP schema support

2001-11-20 Thread Kachalov Anton
Good day & hi 2 all! I want to know, will you (LDAP developers) add schema support into ldap module ? PS. please email to me ([EMAIL PROTECTED] or [EMAIL PROTECTED]) if you can... Thnx Rgds, Anton -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Bug #13878 Updated: Page hangs on 3rd reload, using session_start, session_register, session_encode

2001-11-20 Thread sander
ID: 13878 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Session related Operating System: Linux porky.devel.redhat.com 2.2 PHP Version: 4.0.4pl1 New Comment: No feedback. Closing. Previous Comments: ---

[PHP-DEV] Bug #13869 Updated: Object are not correctly serialized

2001-11-20 Thread sander
ID: 13869 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Session related Operating System: Linux Red-Hat 7.1 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments: -

[PHP-DEV] Bug #13816 Updated: Accessing a static HTML page crashes Apache

2001-11-20 Thread sander
ID: 13816 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Reproducible crash Operating System: Solaris 8 SPARC PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #13540 Updated: dbase_get_record_with_names: comma problem

2001-11-20 Thread sander
ID: 13540 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: dBase related Operating System: WinNT PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments: [2001

[PHP-DEV] Bug #12186 Updated: Dynamic Library support not available

2001-11-20 Thread sander
ID: 12186 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Dynamic loading Operating System: HP-UX 11.00 PHP Version: 4.0.4pl1 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #14149 Updated: Loses Track of Persistent Connections

2001-11-20 Thread sander
ID: 14149 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: MySQL related Operating System: Win2000 PHP Version: 4.0.6 New Comment: Dupe of 13589 Previous Comments: [2001-11-20

Re: [PHP-DEV] Bug #14149: Loses Track of Persistent Connections

2001-11-20 Thread Prottoss
On Tuesday 20 November 2001 09:52, [EMAIL PROTECTED] wrote: > From: [EMAIL PROTECTED] > Operating system: Win2000 > PHP version: 4.0.6 > PHP Bug Type: MySQL related > Bug description: Loses Track of Persistent Connections > > Running Apache 1.3.20 with php 4.0.6 > MySQL 3.23.

[PHP-DEV] Bug #14051 Updated: Invalid return in realpath if extra slash

2001-11-20 Thread g . noel
ID: 14051 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *Directory/Filesystem functions Operating System: Windows PHP Version: 4.0.6 New Comment: In my opinion it's not the same problem as bug #14049 !? Previous Comments:

[PHP-DEV] Bug #14147 Updated: symbol uncompress: referenced symbol not found

2001-11-20 Thread pkenyon
ID: 14147 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Dynamic loading Operating System: Solaris 8 sun4u PHP Version: 4.0.6 New Comment: Okay, so I just got this, but I don't know what it means yet. # ldd -d /usr/local/apache/libexec/libphp4.so

[PHP-DEV] Bug #14146 Updated: Compiles fine, but PHP binary and module just exit

2001-11-20 Thread ivo
ID: 14146 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *General Issues Operating System: AIX PHP Version: 4.0.6 New Comment: Additional note: PHP 3.0.18 does not have this problem, but all the older 4.x versions available on php.net (4.0.5, 4.0.4pl1) b

[PHP-DEV] Bug #14149: Loses Track of Persistent Connections

2001-11-20 Thread craigawlin
From: [EMAIL PROTECTED] Operating system: Win2000 PHP version: 4.0.6 PHP Bug Type: MySQL related Bug description: Loses Track of Persistent Connections Running Apache 1.3.20 with php 4.0.6 MySQL 3.23.42nt running on the same machine. I have 2 accounts which pconnect to m

  1   2   >