[PHP-DEV] Bug #13785: Compile with MySQL 4.0.0

2001-10-22 Thread autoinfo
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.4 PHP version: 4.0CVS-2001-10-22 PHP Bug Type: Compile Failure Bug description: Compile with MySQL 4.0.0 PHP 4.0CVS compiled with same configure parameters, but after MySQL 4.0.0 was upgraded (from 3.23.43) generated the f

[PHP-DEV] Bug #13601 Updated: File download with Content-Length specified fails with IE5.5

2001-10-22 Thread adam
ID: 13601 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Apache related Operating System: Linux (Red Hat 7) PHP Version: 4.0.6 New Comment: Yes. In the script, $size=filesize($file); Where $file is the filename and path. T

[PHP-DEV] Bug #13501 Updated: --with-iodbc, --with-ibm-db2 doesn't work together when using ./configure

2001-10-22 Thread kara
ID: 13501 Updated by: kara Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: *Configuration Issues Operating System: AIX 4.3.3 PHP Version: 4.0.6 New Comment: You can't use iodbc and ibm-db2 (or any other uodbc combination) together. Just use iodbc and db2 as driver fo

Re: [PHP-DEV] Bug #13785: Compile with MySQL 4.0.0

2001-10-22 Thread Andrey Hristov
Since 4.0 of Mysql the API is changed a little. If you go to mysql docs(in part upgradin grom 3.x to 4.0) on mysql.com you will see more details. On Monday 22 October 2001 03:50 am, you wrote: > From: [EMAIL PROTECTED] > Operating system: FreeBSD 4.4 > PHP version: 4.0CVS-2001

[PHP-DEV] Bug #13785 Updated: Compile with MySQL 4.0.0

2001-10-22 Thread derick
ID: 13785 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Bug Type: Compile Failure Operating System: FreeBSD 4.4 PHP Version: 4.0CVS-2001-10-22 Old Assigned To: Assigned To: derick Edit this bug report at http://bugs.php.net/?id=13785&edit=1 -- PHP Develo

Re: [PHP-DEV] Bug #13785 Updated: Compile with MySQL 4.0.0

2001-10-22 Thread Andrey Hristov
I'm sorry but I cannot provide a CVS username and password to edit this bugreport. On Monday 22 October 2001 04:44 am, you wrote: > ID: 13785 > Updated by: derick > Reported By: [EMAIL PROTECTED] > Old Status: Open > Status: Assigned > Bug Type: Compile Failure > Operating System: FreeBSD 4.4

[PHP-DEV] Re: Bug #13674 Updated: build/buildcheck.sh fails if automake versionstrings contains dashes

2001-10-22 Thread Marco Colombo
On 21 Oct 2001, Bug Database wrote: > ID: 13674 > Updated by: sniper > Reported By: [EMAIL PROTECTED] > Old Status: Open > Status: Feedback > Bug Type: *Configuration Issues > Operating System: RedHat Linux 6.2 + updates > PHP Version: 4.0.6 > New Comment: > > What is this automake version? I hav

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

2001-10-22 Thread goba
ID: 13780 Updated by: goba Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: PHP Version: 4.0.6 New Comment: This IS in the docuemtation, and clearly explained. See: http://www.php.net/variables Quote: | Variable names follow the same rules as o

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

2001-10-22 Thread goba
ID: 13780 Updated by: goba Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Documentation problem Operating System: PHP Version: 4.0.6 New Comment: Ups, forget to Bugusify... Previous Comments: [200

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

2001-10-22 Thread derick
ID: 13780 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Documentation problem Operating System: PHP Version: 4.0.6 New Comment: Then make it bogus... Derick Previous Comments: [2001-10-22 03

[PHP-DEV] Re: closing ?> tag.

2001-10-22 Thread Jan Lehnardt
Hi, On Mon, 22 Oct 2001 08:41:37 +0900 Yasuo Ohgaki <[EMAIL PROTECTED]> wrote: > Jan Lehnardt wrote: > > I think this change will break a lot of existing scripts... Why that? It is documented that anything but ?> or %> are supposed to close the "PHP-Mode". > We'll need to add more tokens and

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

2001-10-22 Thread Markus Fischer
Have you tried passing by reference ? call_user_method('increase', &$foo); - Markus On Sun, Oct 21, 2001 at 11:12:00PM -, [EMAIL PROTECTED] wrote : > [2001-02-03 17:21:00] [EMAIL PROTECTED] > > First some sample code: > > > class foo { > var $bar = 0; > function increase ()

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

2001-10-22 Thread jeroen
ID: 13782 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Compile Failure Old Operating System: any Operating System: any (debian sid + packages) PHP Version: 4.1.0RC1 New Comment: It's a long one :) As I am currently still trying to

[PHP-DEV] Bug #7597 Updated: similar to #5375. when filtering double slashes from file upload

2001-10-22 Thread shensche
ID: 7597 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Filesystem function related Operating System: Linux 2.2.13 PHP Version: 4.0.6RC2 New Comment: g'day... sorry, i do not know anymore why i wanted to filter out the slashes. per

[PHP-DEV] Bug #13786: New GD version not support GIF images.

2001-10-22 Thread akss
From: [EMAIL PROTECTED] Operating system: All PHP version: 4.0.6 PHP Bug Type: GD related Bug description: New GD version not support GIF images. New GD version 1.8.4 not support Gif images. ext/gd/gd.c not know about this yet and want create Gif images. Configure line:

[PHP-DEV] Bug #13786 Updated: New GD version not support GIF images.

2001-10-22 Thread hholzgra
ID: 13786 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: GD related Operating System: All PHP Version: 4.0.6 New Comment: the gd extension is aware of this and will only use image formats supported by your installed gd what might happen in your

[PHP-DEV] RE: important .INFO registration details

2001-10-22 Thread RegisterNewExtensions . com
Dear Internet User, Have you heard the latest news on .INFO? It's finally launched and official! The wait is finally over. As the owner of an existing domain, it's important for you to secure the rights to the .INFO equivalent of your domain name immediately. According to Afilias, the regis

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

2001-10-22 Thread Gulledge, Jason
I fixed this on 7-14-2001, after a couple more days of searching. the patch worked. Thanks Jason -Original Message- From: Bug Database [mailto:[EMAIL PROTECTED]] Sent: Saturday, October 20, 2001 11:21 PM To: Gulledge, Jason Subject: Bug #12068 Updated: Maybe a memory leak or something.

[PHP-DEV] RE: Bug #12107 Updated: Child processes are SegFaulting

2001-10-22 Thread Gulledge, Jason
please close- fixed -Original Message- From: Bug Database [mailto:[EMAIL PROTECTED]] Sent: Saturday, October 20, 2001 11:22 PM To: Gulledge, Jason Subject: Bug #12107 Updated: Child processes are SegFaulting ID: 12107 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open S

[PHP-DEV] Bug #13787: custom sess_write not called to start session

2001-10-22 Thread wcook
From: [EMAIL PROTECTED] Operating system: Linux 2.4.7 glibc 2.2.2 PHP version: 4.0.6 PHP Bug Type: Session related Bug description: custom sess_write not called to start session Bug #9002 describing problems with custom session handlers still appears to be unresolved in PHP

[PHP-DEV] Re: Bug #12201 Updated: Order in array function

2001-10-22 Thread Xinkun Wang
> ID: 12201 > Updated by: sniper > Reported By: [EMAIL PROTECTED] > Old Status: Open > Status: Feedback > Bug Type: Arrays related > Operating System: UNIX > PHP Version: 4.0.6 > New Comment: > > Please add a short example script which demonstrates the problem. > > > Previous Comments: > --

[PHP-DEV] Bug #13501 Updated: --with-iodbc, --with-ibm-db2 doesn't work together when using ./configure

2001-10-22 Thread ahill
ID: 13501 Updated by: ahill Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: *Configuration Issues Operating System: AIX 4.3.3 PHP Version: 4.0.6 New Comment: It's your LD_LIBRARY_PATH. Modify it to indclude the libpath stuff after the db2 ld_library_path stuff. Best regards, Andrew H

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

2001-10-22 Thread ahill
ID: 13783 Updated by: ahill Reported By: [EMAIL PROTECTED] Status: Open Bug Type: ODBC related Operating System: SCO Openserver 5.0.5 & RH Lnux 7 PHP Version: 4.0.6 New Comment: Are you getting error messages? Also, please generate an odbc trace; uncomment the DebugFile section in odbc.ini.

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

2001-10-22 Thread jpm
ID: 13783 Updated by: jpm Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: ODBC related Operating System: SCO Openserver 5.0.5 & RH Lnux 7 PHP Version: 4.0.6 New Comment: Status -> Feedback Previous Comments: -

[PHP-DEV] Bug #13788: Apache won't start because the php 4.0.6 module has a resolv error (uncompress)

2001-10-22 Thread td
From: [EMAIL PROTECTED] Operating system: Slackware 8.0 w/ kernel 2.4.12 PHP version: 4.0.6 PHP Bug Type: MySQL related Bug description: Apache won't start because the php 4.0.6 module has a resolv error (uncompress) This bug is categorized MySQL because I already found it

[PHP-DEV] Bug #13501 Updated: --with-iodbc, --with-ibm-db2 doesn't work together when using ./configure

2001-10-22 Thread scott
ID: 13501 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: *Configuration Issues Operating System: AIX 4.3.3 PHP Version: 4.0.6 New Comment: Yes you can use both the "--iodbc" and "--with-ibm-db2" option when configuring. Other PHP users told me they

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

2001-10-22 Thread derick
ID: 12068 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Apache related Operating System: SunOS 5.7 sun4u sparc UltraE10k PHP Version: 4.0.6 New Comment: User reported that the patch worked -> fixed. Derick Previous Comments: -

[PHP-DEV] Bug #12201 Updated: Order in array function

2001-10-22 Thread derick
ID: 12201 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Bogus Bug Type: Arrays related Operating System: UNIX PHP Version: 4.0.6 New Comment: User added example: array1={a, b, c ,d}, array2={c, f, b} if do array_intersect(array1, array2), return b,c if

[PHP-DEV] Bug #13788 Updated: Apache won't start because the php 4.0.6 module has a resolv error (uncompress)

2001-10-22 Thread derick
ID: 13788 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: MySQL related Operating System: Slackware 8.0 w/ kernel 2.4.12 PHP Version: 4.0.6 New Comment: Already fixed in CVS. You can use 4.0.6 like normal if you add --with-zlib to your configure line.

[PHP-DEV] new DOMXML functionality

2001-10-22 Thread Krzysztof Jarecki
Hi ;) I am new to this group as well as to the comunity of PHP developers, so I came to ask for Your advice. I am currently working on a big project in PHP and we are heavily using it's XML capabilities. Unfortunately the object xml model is still in the development phase. This causes that it st

[PHP-DEV] Bug #7597 Updated: similar to #5375. when filtering double slashes from file upload

2001-10-22 Thread sniper
ID: 7597 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Filesystem function related Operating System: Linux 2.2.13 PHP Version: 4.0.6RC2 New Comment: Only bug in your scripts. Not in PHP. --Jani Previous Comments:

[PHP-DEV] Bug #13786 Updated: New GD version not support GIF images.

2001-10-22 Thread sniper
ID: 13786 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Bogus Bug Type: GD related Operating System: All PHP Version: 4.0.6 New Comment: Not a PHP problem. Ask support questions on the mailing lists: http://www.php.net/support.php Previous Comments: -

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

2001-10-22 Thread Nick Lindridge
On Mon, Oct 22, 2001 at 12:03:59AM -, Bug Database wrote: > 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-DEV] Bug #13786 Updated: New GD version not support GIF images.

2001-10-22 Thread hholzgra
ID: 13786 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Feedback Bug Type: GD related Operating System: All PHP Version: 4.0.6 New Comment: sure? i think ext/gd/config.m4 is to blame (once again) Previous Comments: -

[PHP-DEV] Bug #13789: strtotime wrong interpretation of GMT dates

2001-10-22 Thread cox
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Date/time related Bug description: strtotime wrong interpretation of GMT dates Output: 2001-10-22 21:19:58+02 22/10/2001 23:17:58 It is adding 2 hours and substracting 2 minutes in all

[PHP-DEV] Bug #13038 Updated: Cookie Error in Net/Curl.php

2001-10-22 Thread sterling
ID: 13038 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: HTTP related Operating System: all PHP Version: 4.0.6 New Comment: fixed in cvs, thanks. Previous Comments: [2001-08-3

[PHP-DEV] Bug #13225 Updated: Memmory leak in curl

2001-10-22 Thread sterling
ID: 13225 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: cURL related Operating System: linux PHP Version: 4.0.6 New Comment: not a php bug. Previous Comments: [2001-09-10 04:4

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

2001-10-22 Thread sterling
ID: 13776 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: XSLT related Operating System: Debian PHP Version: 4.1.0RC1 New Comment: not a bug, --enable-shared=xslt is correct way. Previous Comments: -

[PHP-DEV] Bug #13790: \r\n prepended to variables if form enctype=multipart/form-data

2001-10-22 Thread grichards
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: *General Issues Bug description: \r\n prepended to variables if form enctype=multipart/form-data echo "'".$step."'"; # yields: ' one' $step = substr("\r\n", "", $step); echo "

[PHP-DEV] Bug #13790 Updated: \r\n prepended to variables if form enctype=multipart/form-data

2001-10-22 Thread hholzgra
ID: 13790 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: *General Issues Operating System: Linux PHP Version: 4.0.4pl1 New Comment: are you using original RedHat 7 RPMs ? Previous Comments: -

[PHP-DEV] Bug #13790 Updated: \r\n prepended to variables if form enctype=multipart/form-data

2001-10-22 Thread grichards
ID: 13790 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: *General Issues Operating System: Linux PHP Version: 4.0.4pl1 New Comment: I didn't set up the Linux box, it's red hat, but I'm not sure what version or how PHP was set up. How

[PHP-DEV] Bug #13790 Updated: \r\n prepended to variables if form enctype=multipart/form-data

2001-10-22 Thread sander
ID: 13790 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: *General Issues Operating System: Linux PHP Version: 4.0.4pl1 New Comment: A good start is a script which only contains this: Make that script available to us (or just only the HTML-outp

[PHP-DEV] CVS Account Request: jim

2001-10-22 Thread jim winstead
this is just a test. don't mind me. -- 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 #13790 Updated: \r\n prepended to variables if form enctype=multipart/form-data

2001-10-22 Thread grichards
ID: 13790 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: *General Issues Operating System: Linux PHP Version: 4.0.4pl1 New Comment: Wow, that was a really neat trick! Check it out: http://www.honors.uci.edu/phpinfo.php Gabe Pre

[PHP-DEV] array_init() opinions?

2001-10-22 Thread Rasmus Lerdorf
If you have been paying attention to php-cvs you will have noticed a little array_init() function I wrote yesterday. Fixed it up a bit today to make it much faster (with plenty of help). The syntax is: array_init(int start_index, int num, mixed value) That is, you tell it which index to start

[PHP-DEV] Bug #13791: just a test. ignore.

2001-10-22 Thread sniper
From: [EMAIL PROTECTED] Operating system: bogus PHP version: 4.0.6 PHP Bug Type: *General Issues Bug description: just a test. ignore. testing. -- Edit bug report at: http://bugs.php.net/?id=13791&edit=1 -- PHP Development Mailing List To unsubscr

[PHP-DEV] Bug #13791 Updated: just a test. ignore.

2001-10-22 Thread sniper
ID: 13791 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *General Issues Operating System: bogus PHP Version: 4.0.6 Edit this bug report at http://bugs.php.net/?id=13791&edit=1 -- PHP Development Mailing List To unsubscribe, e-

RE: [PHP-DEV] array_init() opinions?

2001-10-22 Thread Chris Newbill
Why not move the syntax to this? array_init( array/mixed indexes, mixed value[, int num]) So then I could do $a = array_init(array("key1", "key2", "key3"), "apple"); or $a = array_init(5, "apple", 6); -Chris -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Mo

[PHP-DEV] Bug #13792: just another test, IGNORE!

2001-10-22 Thread sniper
From: [EMAIL PROTECTED] Operating system: bogus PHP version: 4.0.6 PHP Bug Type: *General Issues Bug description: just another test, IGNORE! Blaah. -- Edit bug report at: http://bugs.php.net/?id=13792&edit=1 -- PHP Development Mailing List To unsubs

[PHP-DEV] Bug #13792 Updated: just another test, IGNORE!

2001-10-22 Thread sniper
ID: 13792 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *General Issues Operating System: bogus PHP Version: 4.0.6 New Comment: Okay, it works. :) Previous Comments: [2001-10-

[PHP-DEV] Bug #13793: ibase_fetch_row function chokes on null column values

2001-10-22 Thread smk
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: InterBase related Bug description: ibase_fetch_row function chokes on null column values It seems that, if there is a NULL field at the end of a query string, or TWO or more NULL fields in the M

[PHP-DEV] Bug #13786 Updated: New GD version not support GIF images.

2001-10-22 Thread sniper
ID: 13786 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Bogus Bug Type: GD related Operating System: All PHP Version: 4.0.6 New Comment: No it's not. Unless you can point out where it's broken, keep this bogus. The real problem is that there are two different ve

Re: [PHP-DEV] array_init() opinions?

2001-10-22 Thread Wez Furlong
On 22/10/01, "Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote: > That is, you tell it which index to start at, how many elements you want > in the array and what the initialization value should be. > > $a = array_init(5,6,'banana'); > Anybody see a better interface to a function like this? Sounds good

[PHP-DEV] Re: closing ?> tag.

2001-10-22 Thread Yasuo Ohgaki
>> Jan Lehnardt wrote: >> >> 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 >> I think this is intended and I don't see any

[PHP-DEV] command-line debugging broken?

2001-10-22 Thread Rasmus Lerdorf
The leak notices and other --enable-debug messages seem to be brokwn right now. ie. stick a stray char *s = emalloc(20); somewhere and try running php script.php from the command line. I get a segfault that looks like this: #0 0x406ab75c in _IO_vfprintf (s=0xbfffeca0, format=0x8186e40 "%s(%d)

[PHP-DEV] For Wez : Stream Abstraction over a String

2001-10-22 Thread l0t3k
Wez, im not sure if you had planned to do so, but it would be ultra nice to have a stream implemented over an expandable string (for instance wrapping Sascha's smart-strings). its one of the niceties i like in Delphi - you can do something like this : InitialString := 'This is some data';

[PHP-DEV] Singleton

2001-10-22 Thread Victor Hugo Oliveira
Has anyone any ideas on how to implement a Singleton in PHP4 ? Thanks, Victor -- 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]

Re: [PHP-DEV] Singleton

2001-10-22 Thread Jon Parise
On Mon, Oct 22, 2001 at 09:12:29PM -0200, Victor Hugo Oliveira wrote: This would be more appropriate on php-general, btw. > Has anyone any ideas on how to implement a Singleton in PHP4 ? The Horde code uses singleton's extensively. For example: http://cvs.horde.org/co.php/horde/lib

Re: [PHP-DEV] command-line debugging broken?

2001-10-22 Thread Rasmus Lerdorf
An update to this. It only happens if an extension is dl()'ed. If it is loaded via an "extension=" in php.ini it works fine. -Rasmus On Mon, 22 Oct 2001, Rasmus Lerdorf wrote: > The leak notices and other --enable-debug messages seem to be brokwn right > now. > > ie. > > stick a stray char *s

Re: [PHP-DEV] command-line debugging broken?

2001-10-22 Thread Zeev Suraski
It's a very old bug, it even has an open entry in the bugs database. Haven't thought of a good solution for it... At 01:19 23-10-01, Rasmus Lerdorf wrote: >An update to this. It only happens if an extension is dl()'ed. If it is >loaded via an "extension=" in php.ini it works fine. > >-Rasmus

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

2001-10-22 Thread Grant . Walters
ID: 13783 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: ODBC related Operating System: SCO Openserver 5.0.5 & RH Lnux 7 PHP Version: 4.0.6 New Comment: Using odbc_fetch_into($id, $number, $result_array); SQLAllocHandle ( ... ) SQ

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

2001-10-22 Thread Grant . Walters
ID: 13783 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: ODBC related Operating System: SCO Openserver 5.0.5 & RH Lnux 7 PHP Version: 4.0.6 New Comment: No errors at all, just returns an empty recordset. One probably important note. When I compiled PH

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

2001-10-22 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 and 4.2.0-dev New Comment: Rebulding gd-1.8.4 with libpng-1.0.12 then rebuilding PHP 4.2.0-dev corrected the pr

Re: [PHP-DEV] command-line debugging broken?

2001-10-22 Thread Markus Fischer
Me; but the segfault is only visible on win32. Hah; and I thought it was my fault ? (it probably is anyway ;) - Markus -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administr

[PHP-DEV] Bug #13794: Unclear to PHP novice: minimum necessary config for "hello"

2001-10-22 Thread daveaikm
From: [EMAIL PROTECTED] Operating system: RH Linux 7.0 / Apache / Netscape PHP version: 4.0.6 PHP Bug Type: Documentation problem Bug description: Unclear to PHP novice: minimum necessary config for "hello" Situation: old, used programmer just learning Linux PHP by himself.

[PHP-DEV] Bug #13720 Updated: ftp_nlist and ftp_rawlist always return false

2001-10-22 Thread manu
ID: 13720 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: FTP related Operating System: Windows 2000 Advance Server PHP Version: 4.0.6 New Comment: I thinks is something weird: I go back to php4.0.5 and those ftp functions still working wrong. Moreover, I