[PHP-DEV] PHP 4.0 Bug #9951: cannot read $userfile in upload...

2001-03-23 Thread blchoo
From: [EMAIL PROTECTED] Operating system: Windows NT PHP version: 4.0.0 PHP Bug Type: Unknown/Other Function Bug description: cannot read $userfile in upload... i encountered problem to upload a image file in windows NT. i have put the tagenctype="multipart/form-data" and

[PHP-DEV] PHP 4.0 Bug #9816 Updated: FATAL: emalloc(): Unable to allocate

2001-03-23 Thread shazlista
ID: 9816 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: ODBC related Description: FATAL: emalloc(): Unable to allocate win2000 sp1 php4.0.2 - 4.0.4pl1 ? $a=odbc_connect("oh","",""); $r=odbc_prepare($a,"SELECT 'a' FROM xx"); odbc_execute($r); odbc_free_result($r); odbc_close($a);

[PHP-DEV] PHP 4.0 Bug #6554 Updated: file_exists not working with UNC names

2001-03-23 Thread dbeu
ID: 6554 Updated by: dbeu Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Closed Bug Type: Scripting Engine problem Assigned To: Comments: fixed in cvs, but you'll have to wait for 4.0.6 Previous Comments: ---

Re: [PHP-DEV] builtin functions / constructs

2001-03-23 Thread Stefan Livieratos
Hi, "Cynic" [EMAIL PROTECTED] schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Is there a way to get names of available "language constructs" in a PHP program? I mean, I don't think there's currently a way a PHP script can know if e. g. zend_version() is available (other

[PHP-DEV] PHP 4.0 Bug #9930 Updated: only small psubset of rfc1867 accepted

2001-03-23 Thread andreas
ID: 9930 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *General Issues Description: only small psubset of rfc1867 accepted One comment to the listing of the diff, above: The second argument to the function strpbrk starts with a blank and a tabulator. This is not (easily) recognized

[PHP-DEV] PHP 4.0 Bug #9917 Updated: left open Oracle cursors break mail() function

2001-03-23 Thread andrewmc
ID: 9917 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Oracle related Description: left open Oracle cursors break mail() function closing the cursors was a red herring, it worked for a bit then same problem occurred again. From having done some research and changing some scripts it

[PHP-DEV] Re: [PHP-QA] 4.0.5RC2

2001-03-23 Thread Zeev Suraski
I just realized my letter about the RC2 release was never actually queued and sent (it was up since Sunday evening). At any rate - http://www.php.net/distributions/php-4.0.5RC2.tar.gz. I believe this would be the last RC for 4.0.5, with a release towards the end of next week (assuming nobody

Re: [PHP-DEV] builtin functions / constructs

2001-03-23 Thread Hartmut Holzgraefe
Stefan Livieratos wrote: Hi, "Cynic" [EMAIL PROTECTED] schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Is there a way to get names of available "language constructs" in a PHP program? I mean, I don't think there's currently a way a PHP script can know if e. g.

[PHP-DEV] PHP 4.0 Bug #9953: memory leak

2001-03-23 Thread teo
From: [EMAIL PROTECTED] Operating system: SuSE7.0 PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: memory leak zend_hash.c(1032) : Freeing 0x0824400C (17 bytes), script=/usr/local/cvsdevel/php/a/htdocs/index.php Last leak repeated 14 times

[PHP-DEV] PHP 4.0 Bug #9921 Updated: Wrong File Created Date and Wrong Filesize

2001-03-23 Thread sniper
ID: 9921 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Filesystem function related Assigned To: Comments: Can you please add the output of this? ie. How are the date and size wrong? --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9924 Updated: Warning: Undefined index: Service[1]

2001-03-23 Thread sniper
ID: 9924 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Bogus Bug Type: Arrays related Assigned To: Comments: send twice.. (#9926) Previous Comments: --- [2001-03-22 10:14:00] [EMAIL

[PHP-DEV] PHP 4.0 Bug #9931 Updated: under Communicator 4.76 {basename(PHP_SELF) doesn't return value}

2001-03-23 Thread sniper
ID: 9931 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Function Specific Assigned To: Comments: Your example code doesn't work. This works for me just fine: (of course the undefined vars don't work..) ?php $retStr= 'a href="'

[PHP-DEV] PHP 4.0 Bug #9929 Updated: Symbol referencing errors

2001-03-23 Thread sniper
ID: 9929 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Problem Assigned To: Comments: What was the configure line used? I guess you're trying to compile PHP as static module into Apache? Did you read the INSTALL file? Did you first run

[PHP-DEV] PHP 4.0 Bug #9952 Updated: get_defined_functions appends whitespace to returned values

2001-03-23 Thread cynic
ID: 9952 Updated by: cynic Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Unknown/Other Function Assigned To: Comments: turned out it's not a whitespace, it's null: $x = get_defined_functions() ; $x = array_shift( $x['internal'] ) ; for( $i = 0 ; $i strlen( $x ) ; $i++ ) {

[PHP-DEV] PHP 4.0 Bug #9954: php.exe hangs when executing external batch file

2001-03-23 Thread dave973
From: [EMAIL PROTECTED] Operating system: Windows NT 4.0/SP6 PHP version: 4.0.4pl1 PHP Bug Type: *General Issues Bug description: php.exe hangs when executing external batch file Platform/configuration = (NT4/SP6) I have created a batch file that opens MS Access and runs a

[PHP-DEV] Re: PHP 4.0 Bug #9929 Updated: Symbol referencing errors

2001-03-23 Thread Jason Gulledge
I used: make clean;make install ..and that Fixed it.. recreated those object files ..etc. Thanks, Jason __ Reply Separator _ Subject: PHP 4.0

[PHP-DEV] PHP 4.0 Bug #9955: Problem Connecting to the Database

2001-03-23 Thread chris
From: [EMAIL PROTECTED] Operating system: NT 4.0 PHP version: 4.0.0 PHP Bug Type: ODBC related Bug description: Problem Connecting to the Database OS: WinNT 4.0 SP PHP version: 4.0.0 Database: DB2 (remote on network) Network protocol: TCP/IP In a previous note from

[PHP-DEV] PHP 4.0 Bug #9952 Updated: get_defined_functions appends whitespace to returned values

2001-03-23 Thread andrei
ID: 9952 Updated by: andrei Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Unknown/Other Function Assigned To: Comments: Fixed in CVS - thanks. Previous Comments: --- [2001-03-23 09:08:58] [EMAIL

[PHP-DEV] PHP 4.0 Bug #9929 Updated: Symbol referencing errors

2001-03-23 Thread hholzgra
ID: 9929 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Compile Problem Assigned To: Comments: Previous Comments: --- [2001-03-22 11:33:31] [EMAIL PROTECTED] ===

Re: [PHP-DEV] builtin functions / constructs

2001-03-23 Thread Zeev Suraski
What's the point of returning the language constructs though? By definition, each of them has its own semantics, so I can't see any use for that... Zeev At 15:08 23/3/2001, Hartmut Holzgraefe wrote: Stefan Livieratos wrote: Hi, "Cynic" [EMAIL PROTECTED] schrieb im Newsbeitrag

Re: [PHP-DEV] builtin functions / constructs

2001-03-23 Thread Hartmut Holzgraefe
Stefan Livieratos wrote: "Hartmut Holzgraefe" [EMAIL PROTECTED] schrieb im Newsbeitrag does this return things like unset()? no it doesn't! there's a difference between builtin functions and language constructs You are right of course. I was misled by the example Cynic used. On the

[PHP-DEV] PHP 4.0 Bug #9898 Updated: gd and mck fail to link but did in 4.0.4pl1

2001-03-23 Thread wez
ID: 9898 Updated by: wez Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Problem Assigned To: Comments: On 2001-03-23 13:00:49, Jani Taskinen [EMAIL PROTECTED] wrote: On 22 Mar 2001 [EMAIL PROTECTED] wrote: jstring? dbg ?? mailparse? mbregex? savi? jstring and

[PHP-DEV] PHP 4.0 Bug #9898 Updated: gd and mck fail to link but did in 4.0.4pl1

2001-03-23 Thread wez
ID: 9898 Updated by: wez Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Compile Problem Assigned To: Comments: Completely clean CVS checkout fixes problem -- Bogus. Sorry for wasting your time Jani. --Wez. Previous Comments:

Re: [PHP-DEV] builtin functions / constructs

2001-03-23 Thread Cynic
At 16:12 23.3. 2001, Hartmut Holzgraefe wrote the following: -- Stefan Livieratos wrote: "Hartmut Holzgraefe" [EMAIL PROTECTED] schrieb im Newsbeitrag there's a difference between builtin functions and language constructs You are

Re: [PHP-DEV] builtin functions / constructs

2001-03-23 Thread Zeev Suraski
unset() is not a function, and using it has very different semantics than a function call (e.g., you can't use unset() as a part of a bigger expression, but only as a full 'unset();' statement). There aren't too many built-in constructs that behave exactly like functions, as a matter of

Re: [PHP-DEV] builtin functions / constructs

2001-03-23 Thread Zeev Suraski
At 18:20 23/3/2001, Cynic wrote: As for the sensible purpose: I'm writing phLXR. It's like LXR, except it's written in PHP, for PHP programs, and (me being still firmly rooted in the NT world) with portability in mind - no Glimpse. I want the internal PHP stuff (be it a function, a "language

Re: [PHP-DEV] builtin functions / constructs

2001-03-23 Thread Hartmut Holzgraefe
Zeev Suraski wrote: The language constructs PHP supports aren't a moving target, so there's no much sense in having a function that returns them. You should be quite safe hardcoding these constructs in your application. it should be even more save to hardcode them in PHP itself -- Hartmut

[PHP-DEV] Re: PHP 4.0 Bug #9931 Updated: under Communicator 4.76 {basename(PHP_SELF) doesn't return value}

2001-03-23 Thread Ieleja
my situation: is common.function.php function_abc() { $return_string = basename($PHP_SELF); return $return_string; } un ir listing.php { include("common.functions.inc.php"); ? echo function_abc(); ? } and there

Re: [PHP-DEV] Re: PHP 4.0 Bug #9931 Updated: under Communicator 4.76 {basename(PHP_SELF) doesn't return value}

2001-03-23 Thread Hartmut Holzgraefe
Ieleja wrote: my situation: is common.function.php function_abc() { $return_string = basename($PHP_SELF); return $return_string; } un ir listing.php { include("common.functions.inc.php"); ? echo function_abc();

[PHP-DEV] PHP 4.0 Bug #9958: configure script does not link libldap into PHP

2001-03-23 Thread brinel
From: [EMAIL PROTECTED] Operating system: Solaris 8 MU3 PHP version: 4.0.4pl1 PHP Bug Type: Compile Problem Bug description: configure script does not link libldap into PHP The configure script, run with the '--with-ldap' does not link php with libldap . PHP will compile

[PHP-DEV] PHP 4.0 Bug #9938 Updated: Incorrect documentation in Spanish Session handler fuctions

2001-03-23 Thread lilloxx1
ID: 9938 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Description: Incorrect documentation in Spanish Session handler fuctions I don't speak in English so good, so i go to the spanish section of the session handling functions, and i had a really big headache,

Re: [PHP-DEV] builtin functions / constructs

2001-03-23 Thread Phil Driscoll
it should be even more save to hardcode them in PHP itself sticking nose in where it's not wanted ...or better still not to have language constructs at all so that everything that looks like a function also works like a function. /sticking nose in where it's not wanted :) -- Phil Driscoll Dial

Re: [PHP-DEV] builtin functions / constructs

2001-03-23 Thread Zeev Suraski
At 18:49 23/3/2001, Hartmut Holzgraefe wrote: Zeev Suraski wrote: The language constructs PHP supports aren't a moving target, so there's no much sense in having a function that returns them. You should be quite safe hardcoding these constructs in your application. it should be even more

Re: [PHP-DEV] builtin functions / constructs

2001-03-23 Thread Zeev Suraski
There's no real motivation to do that actually. These constructs are very unique, and the fact they have construct-specific syntax doesn't have any negative impact, as it's still within the standard syntax rules of PHP (all but echo, which is a remnant of PHP/FI 2, and perhaps it was a

RE: [PHP-DEV] 4.0.5 RC2 Win32 Binaries?

2001-03-23 Thread James Moore
Any chance in getting the Win32 4.0.5 RC2 binaries built? The 4.0.5 RC1 binaries did not include crypt() support, so I could not fully test them on our test server. Ill pop a build up later although I dont know if I can get crypt support in there.. Ill try James -- PHP Development

RE: [PHP-DEV] 4.0.5 RC2 Win32 Binaries?

2001-03-23 Thread Daniel Beulshausen
At 19:30 03.04.2001 +0100, James Moore wrote: Any chance in getting the Win32 4.0.5 RC2 binaries built? The 4.0.5 RC1 binaries did not include crypt() support, so I could not fully test them on our test server. Ill pop a build up later although I dont know if I can get crypt support in

RE: [PHP-DEV] 4.0.5 RC2 Win32 Binaries?

2001-03-23 Thread Matt White
Daniel; No, I suppose not for the RC. For the final release, yes. =) - Matt Daniel Beulshausen [EMAIL PROTECTED] 03/23/01 03:12PM At 19:30 03.04.2001 +0100, James Moore wrote: Any chance in getting the Win32 4.0.5 RC2 binaries built? The 4.0.5 RC1 binaries did not include crypt()

[PHP-DEV] PHP 4.0 Bug #9959: can't open manual - receive invalid header error

2001-03-23 Thread annie
From: [EMAIL PROTECTED] Operating system: nt4 PHP version: 4.0.4pl1 PHP Bug Type: Documentation problem Bug description: can't open manual - receive invalid header error I am trying to oen the english version of the manual in text for html form, and receive the following

[PHP-DEV] PHP 4.0 Bug #9960: IIS Crashes

2001-03-23 Thread astano
From: [EMAIL PROTECTED] Operating system: Windows 2000 Sp1 PHP version: 4.0 Latest CVS (23/03/2001) PHP Bug Type: IIS related Bug description: IIS Crashes Php is installed as isapi in IIS after some time of using php pages the web server hangs and stops responding Stopping

[PHP-DEV] PHP 4.0 Bug #9961: CGI Error

2001-03-23 Thread stephan
From: [EMAIL PROTECTED] Operating system: Windows NT Terminal Server PHP version: 4.0.4pl1 PHP Bug Type: IIS related Bug description: CGI Error I've got an IIS 4.0 on my WinNT Terminal Server. When I even call the simpliest script my Browser gets following message:

[PHP-DEV] PHP 4.0 Bug #9960 Updated: IIS Crashes

2001-03-23 Thread jmoore
ID: 9960 Updated by: jmoore Reported By: [EMAIL PROTECTED] Status: Open Bug Type: IIS related Assigned To: Comments: Not enough information.. please provide more information and reopen the bug report. We have no idea of your setup really.. any modules your using when it crashes or what causes

[PHP-DEV] PHP 4.0 Bug #9960 Updated: IIS Crashes

2001-03-23 Thread jmoore
ID: 9960 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: IIS related Assigned To: Comments: closing Previous Comments: --- [2001-03-23 15:43:33] [EMAIL PROTECTED] Not enough

[PHP-DEV] PHP 4.0 Bug #9961 Updated: CGI Error

2001-03-23 Thread phildriscoll
ID: 9961 Updated by: phildriscoll Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: IIS related Assigned To: Comments: This error occurs when php doesn't output anything. In this instance, it is almost always because IUSR_machinename doesn't have sufficient permissions

[PHP-DEV] PHP 4.0 Bug #9956 Updated:

2001-03-23 Thread sniper
ID: 9956 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Unknown/Other Function Assigned To: Comments: Please use [EMAIL PROTECTED] to report these kind of errors. --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #6275 Updated: ODBC_Prepare/ODBC_Execute fails with parameters

2001-03-23 Thread kalowsky
ID: 6275 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: ODBC related Assigned To: kalowsky Comments: Tried updating to the latest MDAC (2.6) and this provided no change in the given example. It did fix one or two issues, but in generally hasn't helped any.

[PHP-DEV] PHP 4.0 Bug #5595 Updated: ORACLE ODBC ver 8.01.55.00 can't make subselects and funcition odbc_exec

2001-03-23 Thread kalowsky
ID: 5595 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Status: Open Bug Type: ODBC related Assigned To: Comments: and again, is this still occuring in the latest CVS? Previous Comments: --- [2000-09-05 03:05:38]

[PHP-DEV] PHP 4.0 Bug #9962: php.ini-dist is setup for unix.

2001-03-23 Thread sean . m . alderman
From: [EMAIL PROTECTED] Operating system: Windows NT PHP version: 4.0.4pl1 PHP Bug Type: *Install and Config Bug description: php.ini-dist is setup for unix. Just noticed that all of the paths in the [session] section of the php.ini-dist file are set to unix paths. I

[PHP-DEV] PHP 4.0 Bug #9955 Updated: Problem Connecting to the Database

2001-03-23 Thread kalowsky
ID: 9955 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Status: Open Bug Type: ODBC related Assigned To: Comments: do try the latest 4.0.4pl1 or even one of the RC's for 4.0.5 and see if this continues for you Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9943 Updated: Php y mysql

2001-03-23 Thread sniper
ID: 9943 Updated by: sniper Reported By: [EMAIL PROTECTED];alejandrogarcia_zav Old-Status: Open Status: Feedback Bug Type: *General Issues Assigned To: Comments: Please use english when submitting bug reports. There aren't so many spanish speakers who handle these.. --Jani Previous

[PHP-DEV] PHP 4.0 Bug #9944 Updated: Sablot and zlib

2001-03-23 Thread sniper
ID: 9944 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Install and Config Assigned To: Comments: Remove the '/lib' parts. ie. don't use /usr/local/lib in configure options but /usr/local --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9947 Updated: function mssql undefine

2001-03-23 Thread sniper
ID: 9947 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *Install and Config Assigned To: Comments: Previous Comments: --- [2001-03-22 22:35:22] [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #9944 Updated: Sablot and zlib

2001-03-23 Thread uros
ID: 9944 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: *Install and Config Description: Sablot and zlib Nothing helps. It's no mater what path i use. Every time the same error. It helps only if I disable sablot. But i need both. On some machine i was able to install with sablot

[PHP-DEV] PHP 4.0 Bug #9944 Updated: Sablot and zlib

2001-03-23 Thread uros
ID: 9944 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: *Install and Config Description: Sablot and zlib Nothing helps. It's no mater what path i use. Every time the same error. It helps only if I disable sablot. But i need both. On some machine i was able to

RE: [PHP-DEV] RE: 4.0.5RC1 static build with Apache 1.3.19 problem

2001-03-23 Thread Steven Roussey
RC2 builds fine with my rebuild script (always good for testing :). Sincerely, Steven Roussey Network54.com http://network54.com/?pp=e -Original Message- From: Steven Roussey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 6:40 PM To: [EMAIL PROTECTED] Subject: RE:

[PHP-DEV] PHP 4.0 Bug #9963: strtr behaves differently than unix tr

2001-03-23 Thread chris_abbey
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.2 PHP Bug Type: Strings related Bug description: strtr behaves differently than unix tr $str = "abcdefghij"; $str = strtr($str, "abcdef", "XYZ"); results in "XYZdefghij" where as in standard unix: echo

[PHP-DEV] PHP 4.0 Bug #9964: Unresolved symbols

2001-03-23 Thread shmengie_2000
From: [EMAIL PROTECTED] Operating system: Win NT 4.0 PHP version: 4.0 Latest CVS (24/03/2001) PHP Bug Type: Compile Failure Bug description: Unresolved symbols Trying to build php from recent cvs snaps php4-200103231245 and one from a day earlier. Compile is smooth, except

[PHP-DEV] PHP 4.0 Bug #9965: email command gives 'Warning: Failed to Receive '

2001-03-23 Thread rockhbrown
From: [EMAIL PROTECTED] Operating system: Windows 98 2nd edition (PWS) PHP version: 4.0.4pl1 PHP Bug Type: *Mail Related Bug description: email command gives 'Warning: Failed to Receive ' I am using the Windows binary version of 4.0.4pl1, nothing else added. Server is the