[PHP-DEV] PHP 4.0 Bug #9023: Automatic Page Reload/Refresh

2001-01-30 Thread eltonho
From: [EMAIL PROTECTED] Operating system: WinNT PHP version: 4.0.3pl1 PHP Bug Type: Feature/Change Request Bug description: Automatic Page Reload/Refresh Does anybody know how to program in PHP(or other) so that the PHP page can automatically reload from the web server afte

Re: [PHP-DEV] SSL

2001-01-30 Thread Derick Rethans
On Tue, 30 Jan 2001, Steve Smith wrote: > Hi there, > > Is anyone working on implementing SSL connections in PHP? I'm > willing to take a try at it if no one else is. Go for it! But I think some work was already done on this by Stig (Bakken).. you should probably ask him if he already did

[PHP-DEV] PHP 4.0 Bug #9022: Selectable option for PHP_AUTH_PW

2001-01-30 Thread csy
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: Selectable option for PHP_AUTH_PW I am currently running Apache-1.3.17 with php-4.0.4pl1 . It appears that when I am using Apache's own mod_auth with

[PHP-DEV] PHP 4.0 Bug #9001 Updated: Unexpected error message

2001-01-30 Thread sjrijk
ID: 9001 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: COM related Description: Unexpected error message No, that's the strange thing. Nothing has changed in the system's registry; No programs have been (un)installed during the time. Is it perhaps possible that

[PHP-DEV] CVS Account Request

2001-01-30 Thread anonymous
Full name: Stephen van Egmond Email: [EMAIL PROTECTED] ID: svanegmond Purpose: To contribute to building PHP and its modules on the BeOS. -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

[PHP-DEV] PHP 4.0 Bug #9021: Couldn't get apache started. No bugs shown, nothing in the logs.

2001-01-30 Thread ggeorgiev
From: [EMAIL PROTECTED] Operating system: Linux Slackware 7.1 PHP version: 4.0.3pl1 PHP Bug Type: Apache related Bug description: Couldn't get apache started. No bugs shown, nothing in the logs. Problem with oci8 module. When PHP compiled as DSO - apache couldn't run (no bug

[PHP-DEV] PHP 4.0 Bug #9020 Updated: Registered variables can be set in URL on first run

2001-01-30 Thread paul_kroll
ID: 9020 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *Session related Description: Registered variables can be set in URL on first run Ref: think this is what the person was getting at in bug 8184. Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #9020: Registered variables can be set in URL on first run

2001-01-30 Thread paul_kroll
From: [EMAIL PROTECTED] Operating system: Linux/All? PHP version: 4.0.4pl1 PHP Bug Type: *Session related Bug description: Registered variables can be set in URL on first run One of the last comments on http://www.php.net/manual/en/ref.session.php by [EMAIL PROTECTED] is de

Re: [PHP-DEV] SSL

2001-01-30 Thread John Donagher
The CURL extension is relatively new; it got checked in in July. John On Tue, 30 Jan 2001, Steve Smith wrote: > On Tue, 30 Jan 2001, John Donagher wrote: > > > > > If you mean the ability to have PHP talk with an HTTPS server, it > > already exists in the form of the CURL extension. > > >

Re: [PHP-DEV] SSL

2001-01-30 Thread Steve Smith
On Tue, 30 Jan 2001, John Donagher wrote: > > If you mean the ability to have PHP talk with an HTTPS server, it > already exists in the form of the CURL extension. > > Access to some OpenSSL APIs is provided through the experimental openssl > extension. > > John Yes .. That would be the ve

[PHP-DEV] Feature Request: PHP_AUTH_REALM builtin var

2001-01-30 Thread Chris A. Henesy
For querying the current status of http authentication, PHP has PHP_AUTH_USER, PHP_AUTH_PW, and even PHP_AUTH_TYPE. The last piece of the puzzle is missing however since there is no PHP_AUTH_REALM -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] SSL

2001-01-30 Thread John Donagher
If you mean the ability to have PHP talk with an HTTPS server, it already exists in the form of the CURL extension. Access to some OpenSSL APIs is provided through the experimental openssl extension. John On Tue, 30 Jan 2001, Steve Smith wrote: > Hi there, > > Is anyone working on im

[PHP-DEV] Re: PHP 4.0 Bug #8975 Updated: modulo (%) sets the ritht operatorto the result

2001-01-30 Thread ben
holy shit, i can't believe i did that. sorry to bug you, i will now retire myself shamefully back whence i came in dishonor. On 31 Jan 2001, Bug Database wrote: > ID: 8975 > Updated by: phanto > Reported By: [EMAIL PROTECTED] > Old-Status: Feedback > Status: Closed > Bug Type: Unknown/Other F

[PHP-DEV] SSL

2001-01-30 Thread Steve Smith
Hi there, Is anyone working on implementing SSL connections in PHP? I'm willing to take a try at it if no one else is. --Steve -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contac

Re: [PHP-DEV] PHP 4.0 Bug #9005: Static classes sometimes have a $this pointer

2001-01-30 Thread Chuck Hagenbuch
Quoting "Arno A. Karner" <[EMAIL PROTECTED]>: > i dissagree $this in a static object should point to the default > declared object, > and if that is unacceptable because u want the the default data to be > read only, > then it should be allowed for methods at least. It is unacceptable because it

[PHP-DEV] PHP 4.0 Bug #8938 Updated: Segfaults

2001-01-30 Thread cecot
ID: 8938 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Reproduceable crash Description: Segfaults I got today the latest CVS and again gives segfaults but didn't manage to get core file :( Previous Comments: -

[PHP-DEV] PHP 4.0 Bug #8998 Updated: htmlspecialchars() DONT convert a string/array ONCE

2001-01-30 Thread zak
ID: 8998 Updated by: zak Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Strings related Assigned To: Comments: The code in your example does not work due to problems with your string quoting. $foo = ".."; // This is not a valid string // PHP generates a parse error after the 2nd quot

[PHP-DEV] PHP 4.0 Bug #9019: Segmentation fault using ldap_mod_del()

2001-01-30 Thread j_zuilkowski
From: [EMAIL PROTECTED] Operating system: Mandrake 7.2 - stock PHP version: 4.0.4pl1 PHP Bug Type: LDAP related Bug description: Segmentation fault using ldap_mod_del() Here is the code segment: --snip if($ACCESS == "No") {

[PHP-DEV] PHP 4.0 Bug #8361 Updated: Chinese char changed & ADODB.command,recordset can not be used

2001-01-30 Thread phanto
ID: 8361 Updated by: phanto Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: COM related Assigned To: phanto Comments: Previous Comments: --- [2000-12-21 13:52:12] [EMAIL PROTECTED] I have setup PHP to work with A

[PHP-DEV] Re-Creation of Objects in sessions

2001-01-30 Thread Thomas Stinner
Hello together, if you currently use sessions and register objects inside of a session it is necessary to include the class definition of such object in every php page to be able to access the contents of such object. This is problematic if you have a system where the main php page does not know

[PHP-DEV] Re: PHP 4.0 Bug #8951 Updated: php_mysql_do_connect -> parameter host modified when using port or socket

2001-01-30 Thread Jiri Kaderavek
Unfortunately i cannot get any response from http://snaps.php.net I've tried this from our local universtity's network with the same result. Sorry. JK. - Original Message - From: Bug Database <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, January 28, 2001 3:34 AM Subject: PHP 4

Re: [PHP-DEV] PHP 4.0 Bug #9005: Static classes sometimes have a $this pointer

2001-01-30 Thread Arno A. Karner
[EMAIL PROTECTED] wrote: i dissagree $this in a static object should point to the default declared object, and if that is unacceptable because u want the the default data to be read only, then it should be allowed for methods at least. example class lubas class { var $tbl = ""; var $fmt

[PHP-DEV] CVS Account Request

2001-01-30 Thread anonymous
Full name: Jirka Kosek Email: [EMAIL PROTECTED] ID: jkj Purpose: Add support for XSLT DocBook stylesheets into documentation -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list admi

[PHP-DEV] PHP 4.0 Bug #9006: PHP 4.0.4pl1 Crashes when compiled with FDF support

2001-01-30 Thread iane
From: [EMAIL PROTECTED] Operating system: Redhat 7.0 Intel PHP version: 4.0.4pl1 PHP Bug Type: FDF related Bug description: PHP 4.0.4pl1 Crashes when compiled with FDF support when compiled with --with-fdftk , php4.0.4pl1 crashes. Apache wont even load if you try to include

[PHP-DEV] PHP 4.0 Bug #9003: mod_ssl + php4.0.4pl1 crash

2001-01-30 Thread sherman . chan
From: [EMAIL PROTECTED] Operating system: Redhat 6.1 PHP version: 4.0.4pl1 PHP Bug Type: Reproduceable crash Bug description: mod_ssl + php4.0.4pl1 crash version of apach 1.3.14 version mod_ssl 2.7.1-1.3.14 version openssl 0.9.6 i compile & install apache with php4 + mod_ss

[PHP-DEV] PHP 4.0 Bug #9005: Static classes sometimes have a $this pointer

2001-01-30 Thread chuck
From: [EMAIL PROTECTED] Operating system: Linux 2.2 PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: Static classes sometimes have a $this pointer If you call a static method from within an object, the static method will inherit the $this pointe

[PHP-DEV] PHP 4.0 Bug #9011 Updated: Only one var allowed in a class

2001-01-30 Thread lyric
ID: 9011 Updated by: lyric Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *General Issues Assigned To: Comments: Closing Previous Comments: --- [2001-01-30 20:17:45] [EMAIL PROTECTED] You should u

[PHP-DEV] PHP 4.0 Bug #9011 Updated: Only one var allowed in a class

2001-01-30 Thread lyric
ID: 9011 Updated by: lyric Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *General Issues Assigned To: Comments: You should use $this->balance, not $this->$balance. The latter is equivalent to $this->'', where all your values are being stored. If possible, you might consider raising t

Re: [PHP-DEV] PHP 4.0 Bug #8984: Intermittent TNS-12154 (cannot resolve service name) error

2001-01-30 Thread Thomas Fromm
Hi, > This is basically a rehash of bugs #4307, #5569 & #8232. > > Running PHP 4.0.1pl1 as an Apache 3.1.12 module, I often run into this problem >during OCILogon() calls. > > Regarding the solution to #4307 - ALL oracle-related env vars I can think of are set >before Apache is started. The /

[PHP-DEV] PHP 4.0 Bug #9011: Only one var allowed in a class

2001-01-30 Thread artymiak
From: [EMAIL PROTECTED] Operating system: OpenBSD 2.7 PHP version: 4.0.3pl1 PHP Bug Type: *General Issues Bug description: Only one var allowed in a class The following class definition lists three vars, yet they are all treated as one, as the call to report() shows. I'd l

[PHP-DEV] PHP 4.0 Bug #9002: User session handler doesn't work with register_globals set "Off"

2001-01-30 Thread andre
From: [EMAIL PROTECTED] Operating system: Linux 2.2.16 PHP version: 4.0.4pl1 PHP Bug Type: *Session related Bug description: User session handler doesn't work with register_globals set "Off" Set the following variables in php.ini: register_globals = Off session.save_handler

[PHP-DEV] PHP 4.0 Bug #8991 Updated: Incorrect result from mysql_field_type()

2001-01-30 Thread elixer
ID: 8991 Updated by: elixer Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MySQL related Assigned To: Comments: This has just been fixed in CVS. Please grab the latest and see if this fixes your problem. Sean Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8956 Updated: Openldap 2.x may need "-lsasl"

2001-01-30 Thread gaa
ID: 8956 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Install and Config Description: Openldap 2.x may need "-lsasl" After rebuilding from scratch, I can't reproduce this problem. It must have been caused by some strange combination of options I used with "confi

[PHP-DEV] PHP 4.0 Bug #8975 Updated: modulo (%) sets the ritht operator to the result

2001-01-30 Thread phanto
ID: 8975 Updated by: phanto Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Unknown/Other Function Assigned To: Comments: use == to compare, = is for assignments if(($i % $rowcount) == 0) { } harald. Previous Comments: --

[PHP-DEV] Re: PHP 4.0 Bug #8486 Updated: Error parsing form data field names in rfc1867.c

2001-01-30 Thread Nalin Dahyabhai
On Fri, Jan 19, 2001 at 10:24:34AM -0500, Nalin Dahyabhai wrote: > It looks like the variable name is cut at the \n which follows the name, > but there's a \r before it. I'm attaching a patch for this. After some additional checks (and a more thorough reading of the parsing function), I've revis

[PHP-DEV] PHP 4.0 Bug #9008: define()-ed values as assoc array keys don't work

2001-01-30 Thread colin
From: [EMAIL PROTECTED] Operating system: RH 7.0 PHP version: 4.0 Latest CVS (30/01/2001) PHP Bug Type: Class/Object related Bug description: define()-ed values as assoc array keys don't work Take this script: "hello" ); } $x = new test_class;

[PHP-DEV] PHP 4.0 Bug #9017: AC_CHECK_HEADERS needs ieeefp.h

2001-01-30 Thread anj
From: [EMAIL PROTECTED] Operating system: Solaris 8 PHP version: 4.0.4pl1 PHP Bug Type: *Install and Config Bug description: AC_CHECK_HEADERS needs ieeefp.h Building on Solaris 8 using gcc 2.95.2, the first file compiled (in the Zend subdirectory) failed because finite() un

[PHP-DEV] PHP 4.0 Bug #9015 Updated: LIKE X* as Operator in SELECT statement using ODBC to MS-ACCESS does not work

2001-01-30 Thread phanto
ID: 9015 Updated by: phanto Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: ODBC related Assigned To: Comments: the wildcard for sql is % not * . reopen if i misunderstood you. harald. Previous Comments:

[PHP-DEV] RE: PHP 4.0 Bug #7091 Updated: Failure to compile using --with-java and kaffe 1.0.6

2001-01-30 Thread Mike Nerone
Well, it still happens with the latest release. I don't have an extra non-production machine on which to try a cvs snapshot. Mike Nerone General Manager Internet Direct, Inc. > -Original Message- > From: Bug Database [mailto:[EMAIL PROTECTED]] > Sent: Tuesday,

[PHP-DEV] PHP 4.0 Bug #6831 Updated: COM does not support variant type 1 (NULL)

2001-01-30 Thread phanto
ID: 6831 Updated by: phanto Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Closed Bug Type: COM related Assigned To: phanto Comments: fixed in cvs use is_null() to check if the returned value is NULL; Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9010: Compiler fails with --enable-sockets flag

2001-01-30 Thread mikhail
From: [EMAIL PROTECTED] Operating system: SCO OpenServer 5.05 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: Compiler fails with --enable-sockets flag gcc -I. -I/u2/nobackup/tmp/php-4.0.4pl1/ext/sockets -I/u2/nobackup/tmp/php-4.0.4pl1/main -I/u2/nobac

[PHP-DEV] PHP 4.0 Bug #9007: strtotime cannot cope correctly with time zones

2001-01-30 Thread andre
From: [EMAIL PROTECTED] Operating system: Linux 2.2.16 PHP version: 4.0.4pl1 PHP Bug Type: Date/time related Bug description: strtotime cannot cope correctly with time zones strtotime cannot evaluate timestamps like this: "2001-1-29 14:35:12 +1:00" Only string time zones ar

[PHP-DEV] PHP 4.0 Bug #9012: PHP don't execute UNC path

2001-01-30 Thread gaspar_arias
From: [EMAIL PROTECTED] Operating system: WIndows 2000 PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: PHP don't execute UNC path When I try to configure IIS to run PHP use the UNC nomenclature "\\computer_nem\share\archive.php" php returns a e

[PHP-DEV] PHP 4.0 Bug #9016: PHP/Apache seg fault when serializing complex objects

2001-01-30 Thread dave . bonora
From: [EMAIL PROTECTED] Operating system: RedHat 6.1 PHP version: 4.0.4pl1 PHP Bug Type: Reproduceable crash Bug description: PHP/Apache seg fault when serializing complex objects I'm getting segmentation faults whenever I use the serialize function to serialize a tree of

[PHP-DEV] PHP 4.0 Bug #9001: Unexpected error message

2001-01-30 Thread sjrijk
From: [EMAIL PROTECTED] Operating system: Win 2000 / IIS 5.0 PHP version: 4.0.3pl1 PHP Bug Type: COM related Bug description: Unexpected error message When the following commands are executed: $word = new COM("word.application") or die("Unable to instantiate Word"); the fo

[PHP-DEV] PHP 4.0 Bug #9009: build problem with informix esql 9.30 and iODBC 2.50.3

2001-01-30 Thread mg
From: [EMAIL PROTECTED] Operating system: Linux 2.2.16 PHP version: 4.0.4 PHP Bug Type: Compile Failure Bug description: build problem with informix esql 9.30 and iODBC 2.50.3 make fails with Informix-ESQL and iODBC configured both. when only one of both modules is configure

[PHP-DEV] Re: PHP 4.0 Bug #8144 Updated: apache dumps core after libphp.soloaded

2001-01-30 Thread David Birnbaum
Oops. This problem was due to LARGEFILE being enabled in the web server. Patches to 4.0.4RC4 were supplied by another developer, who said he was going to put them into CVS, but I do not know if they made it in yet. After several rounds of testing/updating, the patches appear to fix the problem.

[PHP-DEV] PHP 4.0 Bug #9014: Content-Type included in uploaded files

2001-01-30 Thread sveinrn
From: [EMAIL PROTECTED] Operating system: RedHat 7 PHP version: 4.0.4pl1 PHP Bug Type: HTTP related Bug description: Content-Type included in uploaded files I am using RedHat 7 with all the latest bugfixes and security fixes ("up2date -u"). This weekend I updated to RedHat'

[PHP-DEV] PHP 4.0 Bug #9004: Can not serialize($HTTP_SESSION_VARS);

2001-01-30 Thread vgo
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.4 PHP Bug Type: *Session related Bug description: Can not serialize($HTTP_SESSION_VARS); The server crashes when executing this code ??? May be this is brohibited? -- Edit Bug report at: http://bugs.p

[PHP-DEV] Re: PHP 4.0 Bug #6491 Updated: $PHP_SELF evaluates to improper address if directory name ends with ".php"

2001-01-30 Thread Frank Seesink
Yes, the issue is still occurring in v4.0.4pl1, though I've only tested the CGI version (as I have been avoiding the ISAPI module for awhile now). On 1/12/01 at 11:06 AM Bug Database wrote: >ID: 6491 >Updated by: cynic >Reported By: [EMAIL PROTECTED] >Old-Status: Open >Status: Feedback >

[PHP-DEV] PHP 4.0 Bug #9013: --enable-sigchild causes invalid return values

2001-01-30 Thread tduffey
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.1 PHP version: 4.0.4pl1 PHP Bug Type: Program Execution Bug description: --enable-sigchild causes invalid return values When PHP 4.0.4pl1 is compiled as an Apache module like: './configure' '--with-apxs=/usr/local/apache/1

[PHP-DEV] PHP 4.0 Bug #9018: Cannot start with ISAPI option

2001-01-30 Thread eltonho
From: [EMAIL PROTECTED] Operating system: WinNT PHP version: 4.0.3pl1 PHP Bug Type: *Install and Config Bug description: Cannot start with ISAPI option My environment is : WinNT Server4.0 SP6 and IIS4.0. I am trying to install php (php4.0.3pl) with php4isapi.dll option (not

[PHP-DEV] Re: strncasecmp() not working correctly?

2001-01-30 Thread Sean R. Bright
Well, it seems to work fine from CVS. Sorry about that. Thanks, -- === Sean Bright [EMAIL PROTECTED] / [EMAIL PROTECTED] / http://www.seanbright.com/ === -- PHP Deve

[PHP-DEV] strncasecmp() not working correctly?

2001-01-30 Thread Sean R. Bright
I was just messing around with strncasecmp() and it doesn't seem to produce the correct values. For example: echo strncasecmp("http://","http://www.php.net/",7); Does not print 0 as expected. I looked at the code and it doesn't seem to be too complicated a function. Just wondering if a

[PHP-DEV] Re: PHP 4.0 Bug #8101 Updated: mysql_insert_id

2001-01-30 Thread tetherow
On 30 Jan, Bug Database wrote: > ID: 8101 > Updated by: sniper > Reported By: [EMAIL PROTECTED] > Old-Status: Feedback > Status: Closed > Bug Type: MySQL related > Assigned To: > Comments: > > No feedback and an user error. > > --Jani > > > Previous Comments: > ---

[PHP-DEV] Re: PHP 4.0 Bug #8975 Updated: modulo (%) sets the ritht operator to the result

2001-01-30 Thread ben
hmm... ok, i'll dig out what i actually did. it was in the middle of a for loop, using the counter as the first argument. something like for ( $i = 0; $i < array_count_values($whatever); $i++ ) { print($whatever[$i]); if ( $i % $rowcount = 0) { print(""); }

[PHP-DEV] PHP 4.0 Bug #9001 Updated: Unexpected error message

2001-01-30 Thread phanto
ID: 9001 Updated by: phanto Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: COM related Assigned To: Comments: since this is a windows error message and not a php one, i can only imagine that there's something wrong with your office installation. have you changed som

[PHP-DEV] PHP 4.0 Bug #9015: LIKE X* as Operator in SELECT statement using ODBC to MS-ACCESS does not work

2001-01-30 Thread Wolfgang . Herden
From: [EMAIL PROTECTED] Operating system: NT 4.0 PHP version: 4.0.3pl1 PHP Bug Type: ODBC related Bug description: LIKE X* as Operator in SELECT statement using ODBC to MS-ACCESS does not work The following SQL statements do not lead to any selection. But direct tests via

[PHP-DEV] CVS Account Request

2001-01-30 Thread anonymous
Full name: Joshua Eichorn Email: [EMAIL PROTECTED] ID: jeichorn Purpose: To work on phpdoc in pear, Ulf Wendel said that I would need karma for this -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #9000: echo `cat /etc/passwd` -- bypasses open_basedir .

2001-01-30 Thread henka
From: [EMAIL PROTECTED] Operating system: linux 2218 PHP version: 4.0.4pl1 PHP Bug Type: *Configuration Issues Bug description: echo `cat /etc/passwd` -- bypasses open_basedir . Even with open_basedir . configured in php.ini, the following bypasses it with concerning ease:

[PHP-DEV] PHP 4.0 Bug #8999: difference ftp_fget() cgi and module

2001-01-30 Thread rolf . lehmann
From: [EMAIL PROTECTED] Operating system: Windows PHP version: 4.0.4pl1 PHP Bug Type: FTP related Bug description: difference ftp_fget() cgi and module Until now I was using PHP4 in CGI-Mode. Now I want to change to Apache Module. So I made the nessecary changes in httpd.co

[PHP-DEV] PHP 4.0 Bug #8998 Updated: htmlspecialchars() DONT convert a string/array ONCE

2001-01-30 Thread lopez
ID: 8998 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Strings related Description: htmlspecialchars() DONT convert a string/array ONCE ReEdit... Please note: $foo = ".."; $foo = htmlspecialchars($foo); //now $foo is "& lt;a href="foo"& gt;..& lt;/a& gt;" $foo = ".."; //

[PHP-DEV] PHP 4.0 Bug #8998: htmlspecialchars() DONT convert a string/array ONCE

2001-01-30 Thread lopez
From: [EMAIL PROTECTED] Operating system: Debian/Linux PHP version: 4.0.4pl1 PHP Bug Type: Strings related Bug description: htmlspecialchars() DONT convert a string/array ONCE Please note: $foo = ".."; $foo = htmlspecialchars($foo); //now $foo is ".." $

[PHP-DEV] PHP 4.0 Bug #8997: Bad data from html forms

2001-01-30 Thread gabbrielli
From: [EMAIL PROTECTED] Operating system: linux redhat7 PHP version: 4.0.4pl1 PHP Bug Type: HTTP related Bug description: Bad data from html forms I had just upgraded php to last version 4.0.4pl1-3 and now every data coming from html form submitting come with strange charact

[PHP-DEV] PHP 4.0 Bug #8996: Netscape Enterprise 4.1 problem during make

2001-01-30 Thread prana
From: [EMAIL PROTECTED] Operating system: Solaris 8 PHP version: 4.0.4pl1 PHP Bug Type: Compile Problem Bug description: Netscape Enterprise 4.1 problem during make ./configure --with-mysql=/usr/local/mysql --with-nsapi=/usr/netscape/server4 --enable-track-vars --enable-lib

[PHP-DEV] some function in PHP 3.0.15 doesn't work

2001-01-30 Thread Michele Cerioni
I installed PHP3.0.15 . I noted that some function doesn't work properly. For example: ereg, ereg_replace, file and others. On PHP Manual written by PHP Documentation Group there is the example: http://www.php.net'); while (list ($line_num, $line) = each ($fcontents)) { echo "Line $line_n

[PHP-DEV] PHP 4.0 Bug #8995: Linebreakes is added to form input

2001-01-30 Thread affe
From: [EMAIL PROTECTED] Operating system: RedHat Linux 7.0 PHP version: 4.0.4pl1 PHP Bug Type: Filesystem function related Bug description: Linebreakes is added to form input In PHP 4.0.4pl1 form input started to behave strange. The problem is simular to Bug 8940 but also i

[PHP-DEV] PHP 4.0 Bug #8994: socket_set_timeout works only once

2001-01-30 Thread tom . anheyer
From: [EMAIL PROTECTED] Operating system: Any PHP version: 4.0.4pl1 PHP Bug Type: Network related Bug description: socket_set_timeout works only once socket_set_timeout() works only once. This is because the internal function php_sock_fgets() checks the timout flag before

[PHP-DEV] PHP 4.0 Bug #8495 Updated: Bug #6818 continued

2001-01-30 Thread sniper
ID: 8495 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Variables related Assigned To: Comments: This is not a bug. --Jani Previous Comments: --- [2001-01-10 14:43:05] [EMAI

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

2001-01-30 Thread sniper
ID: 8734 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: *Mail Related Bug Type: Mail related Assigned To: Comments: reclassify Previous Comments: --- [2001-01-16 11:47:11] [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #6200 Updated: fputs doesn't send, do not fflush after fgets.

2001-01-30 Thread sniper
ID: 6200 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: Misbehaving function Bug Type: Sockets related Assigned To: Comments: reclassify Previous Comments: --- [2000-08-17 04:42:03] [EMAIL P

[PHP-DEV] PHP 4.0 Bug #5480 Updated: set_socket_blocking($fp, False) don't work !

2001-01-30 Thread sniper
ID: 5480 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: Misbehaving function Bug Type: Sockets related Assigned To: Comments: Previous Comments: --- [2000-07-09 06:54:14] [EMAIL PROTECTED] $f

[PHP-DEV] PHP 4.0 Bug #5945 Updated: PHP (CGI) + IIS4 Hangs When connecting to Oracle

2001-01-30 Thread sniper
ID: 5945 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Feedback Old-Bug Type: Oracle related Bug Type: OCI8 related Assigned To: Comments: Previous Comments: --- [2000-08-03 17:38:17] [EMAIL PROTECTED] i have

[PHP-DEV] PHP 4.0 Bug #8984 Updated: Intermittent TNS-12154 (cannot resolve service name) error

2001-01-30 Thread sniper
ID: 8984 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: Oracle related Bug Type: OCI8 related Assigned To: Comments: reclassified Previous Comments: --- [2001-01-29 11:27:27] [EMAIL PROTECTE

[PHP-DEV] PHP 4.0 Bug #8673 Updated: ora-01034 when accessing remote SID

2001-01-30 Thread sniper
ID: 8673 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: Oracle related Bug Type: OCI8 related Assigned To: Comments: reclassified Previous Comments: --- [2001-01-14 17:27:41] [EMAIL PROTECTE

[PHP-DEV] PHP 4.0 Bug #8246 Updated: OCILogOff() cann't free the conection with Oracle8

2001-01-30 Thread sniper
ID: 8246 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: Oracle related Bug Type: OCI8 related Assigned To: Comments: reclassified Previous Comments: --- [2000-12-13 21:09:48] [EMAIL PROTECTE

[PHP-DEV] PHP 4.0 Bug #8232 Updated: 12154 oci_open_server

2001-01-30 Thread sniper
ID: 8232 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Old-Bug Type: Oracle related Bug Type: OCI8 related Assigned To: Comments: Try setting the required environment vars mentioned at http://www.php.net/oci8 --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8153 Updated: ora-12154 problem

2001-01-30 Thread sniper
ID: 8153 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Old-Bug Type: Oracle related Bug Type: OCI8 related Assigned To: Comments: Have you set the required environment vars mentioned at http://www.php.net/oci8 ?? --Jani Previous Comments:

Re: [PHP-DEV] PHP 4.0 Bug #8889: Memory is not being freed.

2001-01-30 Thread Stanislav Malyshev
BM>> Yes, but it would be really nice if it was returned. Systems BM>> with 128MB or RAM run out quickly if there is a script ( like a BM>> long Phorum thread ) that takes a good chunk. Of course the BM>> argument can be made that the box needs more RAM but if the BM>> memory can be returned (ma

Re: [PHP-DEV] PHP 4.0 Bug #8982: socket support not compiled

2001-01-30 Thread chrisv
On 29 Jan 2001 [EMAIL PROTECTED] wrote: > From: [EMAIL PROTECTED] > Operating system: Windows 2000 > PHP version: 4.0.3pl1 > PHP Bug Type: Feature/Change Request > Bug description: socket support not compiled > > Since compiling source code in Windows incorporates the use o

[PHP-DEV] PHP 4.0 Bug #6770 Updated: ora_numrows always returns 1

2001-01-30 Thread sniper
ID: 6770 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: Oracle related Bug Type: OCI8 related Assigned To: Comments: reclassified. Previous Comments: --- [2000-09-23 00:03:59] [EMAIL PROTECT

[PHP-DEV] PHP 4.0 Bug #8992 Updated: exec($cmd,$ret,$status) always return $status is -1

2001-01-30 Thread yasushi_takahashi
ID: 8992 User Update by: [EMAIL PROTECTED] Status: Open Old-Bug Type: Scripting Engine problem Bug Type: Program Execution Description: exec($cmd,$ret,$status) always return $status is -1 Previous Comments: --- [2001-01-30

[PHP-DEV] PHP 4.0 Bug #6434 Updated: OCIFetchStatement() returns no data

2001-01-30 Thread sniper
ID: 6434 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: Oracle related Bug Type: OCI8 related Assigned To: Comments: reclassified. Previous Comments: --- [2000-08-30 08:13:45] [EMAIL PROTECT

[PHP-DEV] PHP 4.0 Bug #6089 Updated: ociplogon sometimes gives bus error

2001-01-30 Thread sniper
ID: 6089 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: Oracle related Bug Type: OCI8 related Assigned To: Comments: Previous Comments: --- [2000-12-30 11:53:43] [EMAIL PROTECTED] No feedback

Re: [PHP-DEV] PHP 4.0 Bug #8889: Memory is not being freed.

2001-01-30 Thread Stanislav Malyshev
BM>> It is not a leak exactly but more of a greed. It seems to be a BM>> semi-intentional but not necessary thing. It seems that the way BM>> Zend/PHP is allocating memory is not allowing it to be returned BM>> to the system. Once PHP has some memory it will not let it go, BM>> but it will reus

[PHP-DEV] PHP 4.0 Bug #8645 Updated: makeconfig warning/PHP doesn't work

2001-01-30 Thread sniper
ID: 8645 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Compile Warning Assigned To: Comments: reopen if problem still exists with latest CVS. (works for me just fine.. :) --Jani Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #8923 Updated: Serious bug -- Memory leak in gzencode() function

2001-01-30 Thread sniper
ID: 8923 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: Zlib Related Bug Type: Output Control Assigned To: Comments: reclassified. Previous Comments: --- [2001-01-25 21:03:15] [EMAIL PROTE

[PHP-DEV] PHP 4.0 Bug #8263 Updated: com_invoke

2001-01-30 Thread sniper
ID: 8263 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: COM related Assigned To: Comments: Previous Comments: --- [2000-12-14 18:00:24] [EMAIL PROTECTED] I had exactly the

[PHP-DEV] CVS Account Request

2001-01-30 Thread anonymous
Full name: Adam Dickmeiss Email: [EMAIL PROTECTED] ID: dickmeiss Purpose: Development/documentation for extension YAZ -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrat

[PHP-DEV] PHP 4.0 Bug #8372 Updated: '?' bug not yet fixed

2001-01-30 Thread sniper
ID: 8372 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: COM related Assigned To: Comments: Fixed.. --Jani Previous Comments: --- [2000-12-28 04:27:30] [EMAIL PROTECTED

[PHP-DEV] PHP 4.0 Bug #8360 Updated: Malloc Error

2001-01-30 Thread sniper
ID: 8360 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: *Mail Related Assigned To: Comments: No feedback. And using an old php.ini file (not from 4.0.x releases) is not recommented. --Jani Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #8066 Updated: php.ini file not accessible via symbolic link

2001-01-30 Thread sniper
ID: 8066 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: *Configuration Issues Assigned To: Comments: No feedback. --Jani Previous Comments: --- [2000-12-12 05:07:11] [

[PHP-DEV] PHP 4.0 Bug #8071 Updated: quotes being added with readfile()

2001-01-30 Thread sniper
ID: 8071 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: *Session related Assigned To: Comments: This should be fixed in PHP 4.0.4pl1 (or at least in the latest CVS, try a snapshot from http://snaps.php.net/ ) --Jani Previous Comments: -

[PHP-DEV] PHP 4.0 Bug #7745 Updated: crash in starting Apache

2001-01-30 Thread sniper
ID: 7745 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Reproduceable crash Assigned To: Comments: No feedback. If problem still exists with PHP 4.0.4pl1 reopen this bug report. --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #7988 Updated: invalid page fault in module PHP4TS.DLL

2001-01-30 Thread sniper
ID: 7988 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Apache related Assigned To: Comments: No feedback. If problem still exists with PHP 4.0.4pl1 reopen this bug report. --Jani Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #8191 Updated: Can't compile apache with --with-snmp in PHP

2001-01-30 Thread sniper
ID: 8191 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Apache related Assigned To: Comments: Please read the INSTALL file and follow the instructions. If that doesn't help, please ask further support questions on [EMAIL PROTECTED] mailing list.

[PHP-DEV] PHP 4.0 Bug #8101 Updated: mysql_insert_id

2001-01-30 Thread sniper
ID: 8101 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: MySQL related Assigned To: Comments: No feedback and an user error. --Jani Previous Comments: --- [2000-12-07 18

[PHP-DEV] PHP 4.0 Bug #8122 Updated: 2.2.12-29.4smp Redhat 6.1

2001-01-30 Thread sniper
ID: 8122 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Compile Problem Assigned To: Comments: No feedback. Considered solved. --Jani Previous Comments: --- [2000-12-05

[PHP-DEV] PHP 4.0 Bug #8144 Updated: apache dumps core after libphp.so loaded

2001-01-30 Thread sniper
ID: 8144 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Apache related Assigned To: Comments: No feedback. --Jani Previous Comments: --- [2000-12-06 19:42:18] [EMAIL PR

[PHP-DEV] PHP 4.0 Bug #8184 Updated: session security bug(?)

2001-01-30 Thread sniper
ID: 8184 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: *Session related Assigned To: Comments: No feedback. --Jani Previous Comments: --- [2000-12-11 05:29:14] [EMAIL PR

  1   2   >