[PHP-DEV] PHP 4.0 Bug #8732: execution function return always -1

2001-01-16 Thread f . labanvoye
From: [EMAIL PROTECTED] Operating system: linux 2.2.16 PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: execution function return always -1 I trie to get the result code of exec, system or passthru function but i always get -1 under linux.

[PHP-DEV] Some question about upload multiple file

2001-01-16 Thread Rujira Achawanantakun
Dear Sir, I try to upload multiple files as I see from Uploading multiple file manual like this... Example 18-2. Uploading multiple forms 1 2form action="file-upload.html" method="post" enctype="multipart/form-data" 3 Send these files:br 4 input name="userfile[]"

[PHP-DEV] PHP 4.0 Bug #6795 Updated: Problem with the value of $PATH_TRANSLATED

2001-01-16 Thread sniper
ID: 6795 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: Apache related Assigned To: Comments: Reopened per user request. Problem still exists with php4.0.4pl1 --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8109 Updated: xslt_outout_begintransform() doesn't nest

2001-01-16 Thread sterling
ID: 8109 Updated by: sterling Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: Sablotron XSL Bug Type: Feature/Change Request Assigned To: Comments: Is designed this way, move to feature/change request.. Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8736: Return value of umask() not an octal number

2001-01-16 Thread ahasenack
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.4pl1 PHP Bug Type: *Directory/Filesystem functions Bug description: Return value of umask() not an octal number Shouldn't umask()'s return value be an octal number? It seems to be a decimal number:

[PHP-DEV] PHP 4.0 Bug #8735 Updated: imagecreatefromgif() becomes an undefined function after upgrading to php4

2001-01-16 Thread derick
ID: 8735 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Apache related Assigned To: Comments: If I recall correctly, you need to specify --with-gd=/path/to/install to the latest versions of PHP pleaser try this, and report back. Please also

[PHP-DEV] Re: PHP 4.0 Bug #8735 Updated: imagecreatefromgif() becomes an undefined function after upgrading to php4

2001-01-16 Thread lsiewfat
Hi. Does it means /path/to/install is another source with gd component or it means the location for installation of gd. Thanks for the fast response. - Original Message - From: "Bug Database" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 16, 2001 9:08 PM Subject: PHP 4.0

[PHP-DEV] PHP 4.0 Bug #8734 Updated: Unable to send large emails, causes a GPF - small email work fine.

2001-01-16 Thread wayne . cope
ID: 8734 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *Mail Related Description: Unable to send large emails, causes a GPF - small email work fine. I have checked the source code for the Windows version of the mail() function and have determined that there is a 4K limit to the mail

[PHP-DEV] PHP 4.0 Bug #8736 Updated: Return value of umask() not an octal number

2001-01-16 Thread zak
ID: 8736 Updated by: zak Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Bogus Bug Type: *Directory/Filesystem functions Assigned To: Comments: Flagging as bogus. Previous Comments: --- [2001-01-16 08:26:29]

[PHP-DEV] PHP 4.0 Bug #8737: Web incompatibilities list doesn't mention file uploads.

2001-01-16 Thread louis
From: [EMAIL PROTECTED] Operating system: all PHP version: 4.0.4pl1 PHP Bug Type: Documentation problem Bug description: Web incompatibilities list doesn't mention file uploads. Mention the change from $HTTP_POST_VARS["userfile-*"] to $HTTP_POST_FILES["userfile"] --

[PHP-DEV] Octal numbers and automatic conversions

2001-01-16 Thread Sergio Bruder
This snippet shows what I consider a problem: The automatic conversion string-integer doesnt interprets '070' as an octal, giving 57 in the first echo (correct) and 71 in the second (wrong). ? echo (070 +1). "BR\n"; echo ('070'+1). "BR\n"; ? Sergio Bruder -- (

Re: [PHP-DEV] Php sablot scheme handler extension

2001-01-16 Thread Sterling Hughes
Can someone commit this patch to the cvs tree? I don't have patch (shame, shame) on my computer at home (home sick for the week). thanks! -sterling carmelo wrote: hello, here is a modification I made to the sablotron module in php enabling the use of scheme handlers with an additional

[PHP-DEV] CVS Account Request

2001-01-16 Thread root
Full name: Roberth Andersson Email: [EMAIL PROTECTED] ID: roxpace Purpose: Authoring PHP documentation and web pages, and also supply bug patches for PostgreSQL and Sybase -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP-DEV] PHP 4.0 Bug #8738: PHP compiled statically into Apache dumps core at apache start

2001-01-16 Thread vahan
From: [EMAIL PROTECTED] Operating system: FreeBSD 3.4-RELEASE PHP version: 4.0.4pl1 PHP Bug Type: Apache related Bug description: PHP compiled statically into Apache dumps core at apache start PHP configuration: ./configure --enable-track-vars --enable-ftp

[PHP-DEV] PHP 4.0 Bug #8738 Updated: PHP compiled statically into Apache dumps core at apache start

2001-01-16 Thread derick
ID: 8738 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Assigned To: Comments: This is already fixed in CVS, please try a snapshot from snaps.php.net Previous Comments: ---

RE: [PHP-DEV] Octal numbers and automatic conversions

2001-01-16 Thread Sam Liddicott
I remember this showing up years ago in an online java mortgage calculator giving embarrasingly far-out results. Only there the bug was the "other way round". In this case my opinion is that it is behaving as expected and no error. If the programmer writes 070 he probably means octal, but that

[PHP-DEV] PHP 4.0 Bug #8739: gd

2001-01-16 Thread james
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.4 PHP Bug Type: *Install and Config Bug description: gd -- Edit Bug report at: http://bugs.php.net/?id=8739edit=1 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

Re: [PHP-DEV] Patch that corrects non blocked socket reading on WIN32

2001-01-16 Thread Andi Gutmans
I think the code itself should be fixed (with #ifdef or add it to the socket abstraction). It's dangerous to redefine errno because other code uses it too. Andi At 01:01 PM 1/14/2001 -0800, Christophe Thibault wrote: I just came across a bug still present in the latest php 4 release. i have

[PHP-DEV] PHP 4.0 Bug #8740: $this can't be passed by reference inside of constructor

2001-01-16 Thread florian . ortner
From: [EMAIL PROTECTED] Operating system: Win2k PHP version: 4.0.4pl1 PHP Bug Type: *General Issues Bug description: $this can't be passed by reference inside of constructor the following code-snippet illustrated the problem: - class a { var $bla; // some intvalue

RE: [PHP-DEV] Patch that corrects non blocked socket reading on WIN32

2001-01-16 Thread Christophe Thibault
Actually, it's not that dangerous as the redefinition of errno only occurs in fsock.c and errno is only used in fsock.c for retrieving socket errors... -c -Original Message- From: Andi Gutmans [mailto:[EMAIL PROTECTED]] Sent: mardi 16 janvier 2001 09:48 To: Christophe Thibault; [EMAIL

[PHP-DEV] PHP 4.0 Bug #8741: preg functions interpret { as part of variable interpolation

2001-01-16 Thread danbeck
From: [EMAIL PROTECTED] Operating system: Linux 2.x, Redhat 6.2 PHP version: 4.0.3pl1 PHP Bug Type: PCRE related Bug description: preg functions interpret { as part of variable interpolation The following code does not work properly $number = "999.00"; $precision = 2; echo

[PHP-DEV] PHP 4.0 Bug #8742: Little typo in the get_loaded_extensions-example

2001-01-16 Thread j-f
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0 Latest CVS (16/01/2001) PHP Bug Type: Documentation problem Bug description: Little typo in the get_loaded_extensions-example Should be "get_loaded_extensions" instead of "get_loadedextensions" ... -- Edit Bug

RE: [PHP-DEV] Patch that corrects non blocked socket reading on WIN32

2001-01-16 Thread Sascha Schumann
On Tue, 16 Jan 2001, Christophe Thibault wrote: Actually, it's not that dangerous as the redefinition of errno only occurs in fsock.c and errno is only used in fsock.c for retrieving socket errors... Something like this is more safer: #ifdef PHP_WIN32 #define php_sock_errno()

[PHP-DEV] PHP 4.0 Bug #8743 Updated: failure to compile when running make

2001-01-16 Thread derick
ID: 8743 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Failure Assigned To: Comments: As I said, this is not PHP's fault, check http://www.php.net/FAQ.php#6.12 Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8735 Updated: imagecreatefromgif() becomes an undefined function after upgrading to php4

2001-01-16 Thread sniper
ID: 8735 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Bogus Bug Type: Apache related Assigned To: Comments: Since PHP 4.0.4 the GD extension isn't enabled by default anymore. You need to add --with-gd into your configure line. It should work the same as

[PHP-DEV] PHP 4.0 Bug #8745 Updated: --with-zlib and --with-sablot will compile seperately but not together

2001-01-16 Thread derick
ID: 8745 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Sablotron XSL Assigned To: Comments: Try if the following works for you: 1) go to /ext/sablot 2) replace the ADD_LIBRARY(xmltok) and ADD_LIBRARY(xmlparse) in config.m4 to ADD_LIBRARY(expat)

[PHP-DEV] PHP 4.0 Bug #8740 Updated: $this can't be passed by reference inside of constructor

2001-01-16 Thread florian . ortner
ID: 8740 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: *General Issues Description: $this can't be passed by reference inside of constructor no, that's the opposite of what i wanna get. $this-b = new b($this); is instancing and assigning a new object of type b

[PHP-DEV] PHP 4.0 Bug #8746: Crash on comparing GLOBALS Variabel

2001-01-16 Thread korenhof
From: [EMAIL PROTECTED] Operating system: Win 2000 PHP version: 4.0.4 PHP Bug Type: Reproduceable crash Bug description: Crash on comparing GLOBALS Variabel I installed php 4.04 just as is. No settings are changed. I fill the globals varibel with these functions:

[PHP-DEV] MySQL client library upgrade: 3.3.31

2001-01-16 Thread Thimble Smith
Hi, all. I would like to upgrade ext/mysql/libmysql to the latest version. There is one important bug fix. Right now, the client can't connect to a server if mysqld is using a character set other than latin1. There are also numerous bug fixes and a few added features. One thing I'm not sure

Re: [PHP-DEV] MySQL client library upgrade: 3.3.31

2001-01-16 Thread Ignacio Vazquez-Abrams
On Tue, 16 Jan 2001, Thimble Smith wrote: Hi, all. I would like to upgrade ext/mysql/libmysql to the latest version. There is one important bug fix. Right now, the client can't connect to a server if mysqld is using a character set other than latin1. There are also numerous bug fixes and

[PHP-DEV] PHP 4.0 Bug #8733 Updated: ext/gd/gd.c doesn't support reading *.gif from sockets

2001-01-16 Thread sniper
ID: 8733 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: GD related Assigned To: Comments: Fixed in CVS. --Jani Previous Comments: --- [2001-01-16 07:15:10] [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #8740 Updated: $this can't be passed by reference inside of constructor

2001-01-16 Thread waldschrott
ID: 8740 Updated by: waldschrott Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *General Issues Assigned To: Comments: you did not quite understand: 1) add a , like below it should read, on the global scope: $a = new a(10); 2) remove that xtra line $a-x();

RE: [PHP-DEV] MySQL client library upgrade: 3.3.31

2001-01-16 Thread Ignacio Vazquez-Abrams
On Tue, 16 Jan 2001, Sean R. Bright wrote: Ignacio: This is my configure line: ./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/local/etc/httpd/ bin/apxs And I have a relatively new (a month?) mysql tarball and haven't received this message. How are you configuring? Sean

RE: [PHP-DEV] MySQL client library upgrade: 3.3.31

2001-01-16 Thread Sean R. Bright
Oops. I lied. I don't use the --with-apxs flag. ./configure --with-mysql=/usr/local/mysql Is my configure statement. Creates the CGI version that when run from the command line connects to the db, querys the datasource and displays the results. Sean -Original Message- From:

[PHP-DEV] odbc_statistics

2001-01-16 Thread [EMAIL PROTECTED]
This looks like it'd do what I need it to, but the docs are rather sketchy on the parameters. Can anyone clarify the params? Usage seems pretty straightforward. -Szii -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [PHP-DEV] odbc_statistics

2001-01-16 Thread André Langhorst
[EMAIL PROTECTED] wrote: This looks like it'd do what I need it to, but the docs are rather sketchy on the parameters. Can anyone clarify the params? Usage seems pretty straightforward. I remember having used this some day: to retrieve

[PHP-DEV] PHP 4.0 Bug #8717 Updated: feature request: ftp_rawlist

2001-01-16 Thread sniper
ID: 8717 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: FTP related Bug Type: Feature/Change Request Assigned To: Comments: Previous Comments: --- [2001-01-15 12:40:07] [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #8711 Updated: When I call the the ImageTTFText Function I receive a Segmentation Fault

2001-01-16 Thread sniper
ID: 8711 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: Reproduceable crash Bug Type: GD related Assigned To: Comments: Previous Comments: --- [2001-01-15 09:12:27] [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #8747: Cant send a file with more than 2607 octets

2001-01-16 Thread snono
From: [EMAIL PROTECTED] Operating system: windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: Mail related Bug description: Cant send a file with more than 2607 octets ? /* * Class mime_mail * Original implementation by Sascha Schumann [EMAIL PROTECTED] * Modified

Re: [PHP-DEV] odbc_statistics

2001-01-16 Thread [EMAIL PROTECTED]
- Original Message - From: Andr Langhorst [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED]; PHP Development [EMAIL PROTECTED] Sent: Tuesday, January 16, 2001 3:27 PM Subject: Re: [PHP-DEV] odbc_statistics [EMAIL PROTECTED] wrote: This looks like it'd do what I need it to,

Re: [PHP-DEV] odbc_statistics

2001-01-16 Thread André Langhorst
I don't see an odbc_columns() method in PHP...hmm... It is s in my current CVS (source) and it was there ca. 4-5 months ago and it is in my documentation... that should be enough evidence to convince a tribunal I guess, although I did not actually prove it by try :) andr -- Andr

[PHP-DEV] PHP 4.0 Bug #7474 Updated: ext/standard/scanf.c reports strtol/strtoul undefined reference

2001-01-16 Thread widman
ID: 7474 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Description: ext/standard/scanf.c reports strtol/strtoul "undefined reference" The snapshot of 200101160445 failed to compile with the same error as that of 4.0.4pl1. Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8748 Updated: date() and friends do not honor TZ environment variable correctly

2001-01-16 Thread sniper
ID: 8748 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Date/time related Assigned To: Comments: This should be fixed in CVS already. Please try the latest snapshot from http://snaps.php.net/ and reopen this bug report if problem still exists.

[PHP-DEV] Did anyone apply that BeOS patch?

2001-01-16 Thread Stephen van Egmond
I'm not seeing it in current CVS. Could someone confirm that they applied it? Are there any objections? -- ,,, (. .) +--ooO-(_)-Ooo --- -- - - - - | Stephen van Egmond http://bang.dhs.org/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe,

[PHP-DEV] Re: PHP 4.0 Bug #8693 Updated: Problem upgradong from 4.0.3pl1 to 4.0.4pl1

2001-01-16 Thread TheBomani
There is no error on my part. To correct this problem I only need to know the location of the files the php installs on my system so I can deleate them. I also think it would be very wise for PHP to write a make uninstall script for PHP for such situations as mine. Sulaiman - Original

[PHP-DEV] **** Access denied: Insufficient Karma (lyric|phpweb/include)

2001-01-16 Thread Simon Roberts
I'm getting the following error when commiting a change to the CVS tree. I guess it's because of the reshuffle of CVS permissions? I've done a little work on the phpweb before, perhaps someone could add me to the blessed list. The patch below is to fix phpweb for "unknown mirrors". Cheers,

[PHP-DEV] PHP manual

2001-01-16 Thread Simon Roberts
Why isn't phpweb/manual/en in CVS? -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #8749: Compile errors with IBM DB2 support

2001-01-16 Thread stuarth
From: [EMAIL PROTECTED] Operating system: Redhat 7.0 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: Compile errors with IBM DB2 support When trying to compile with --with-ibm-db2, the PHP build works fine but the Apache build fails. The errors given

[PHP-DEV] PHP 4.0 Bug #8750: /usr/local/lib/php.ini is ignored

2001-01-16 Thread ms
From: [EMAIL PROTECTED] Operating system: Linux Redhat 7.0 PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: /usr/local/lib/php.ini is ignored I have the following option in my php.ini: magic_quotes_gpc off However "php -i" shows it as "on".

[PHP-DEV] PHP 4.0 Bug #8752: Module compiled with 4.0.3 don't run with 4.0.4 and v.v.

2001-01-16 Thread j
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.4 PHP Bug Type: Dynamic loading Bug description: Module compiled with 4.0.3 don't run with 4.0.4 and v.v. When calling in PHP 4.0.4 a module developed with PHP 4.0.3, I get the following message:

Re: [PHP-DEV] PHP manual

2001-01-16 Thread Rasmus Lerdorf
Because it is generated. You can fetch it via rsync. See http://rsync.php.net/ -Rasmus On Wed, 17 Jan 2001, Simon Roberts wrote: Why isn't phpweb/manual/en in CVS? -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [PHP-DEV] PHP manual

2001-01-16 Thread Jim Winstead
In article 002001c08038$1e3b71b0$2c1e140a@barney, [EMAIL PROTECTED] wrote: Why isn't phpweb/manual/en in CVS? because it is generated. all of the generated manual files will be moving out of cvs soon. use rsync as documented in README.mirror. jim -- PHP Development Mailing List

Re: [PHP-DEV] RE: mysql_pconnect still broken (was: RE: What does this mean ?)

2001-01-16 Thread Zeev Suraski
Yep, you're right. Fixed. Thanks, Zeev At 23:24 16/1/2001, Steven Roussey wrote: OK. Look at a quick report. I've just installed php4-200101152345. It runs with mysql-3.23.27-beta. Apache 1.3.12, Solaris 2.6 (local host) and 2.4 (remote connection). What I can see is: the offending