[PHP-DEV] PHP 4.0 Bug #8330 Updated: Crash

2001-01-29 Thread mbretter
ID: 8330 User Update by: [EMAIL PROTECTED] Status: Bogus Bug Type: OCI8 related Description: Crash The Oracle-Client was not missing. Before, I had installed an 8.0.4 Oracle-Client Previous Comments: --- [2001-01-29 19:03:

[PHP-DEV] Re: [PHP-QA] Resurrecting the Function Renaming Thread

2001-01-29 Thread Zak Greant
Anyone else want to pipe in on this thread? I believe that the naming is still a significant issue. Just last week Jim - Jim fer diety's sake - made the is_set != isset mistake. All that I am trying to do is get a group concensus so that I can get some work done. :) --zak -- PHP Development M

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

2001-01-29 Thread yasushi_takahashi
From: [EMAIL PROTECTED] Operating system: Linux 2.2.13-33 PHP version: 4.0.3pl1 PHP Bug Type: Scripting Engine problem Bug description: exec($cmd,$ret,$status) always return $status is -1 PHP scripts $status is always -1 (accidential it is 0). May be PHP's source code file

[PHP-DEV] Patch for bug 8932

2001-01-29 Thread Vanhanen, Reijo
--- time.c Wed Jun 16 20:06:54 1999 +++ time1.c Tue Jan 30 09:15:59 2001 @@ -21,22 +21,88 @@ #include #include +int getfilesystemtime(struct timeval *time_Info) +{ +FILETIME ft; +__int64 ff; + +GetSystemTimeAsFileTime(&ft); /* 100 ns blocks since 01-Jan-1641 */ +

[PHP-DEV] Ответ: PHP 4.0 Bug #8981 Updated: Apache fails to load PHP module

2001-01-29 Thread Kiselev Andrew
> ID: 8981 > > Could you please try PHP 4.0.4pl1 ? This should be fixed.. [Andrew] I'm can't unzip PHP 4.0.4pl1 :-(, gunzip failed. php-4.0.4pl1.tar.gz loaded from http://www.php.net/downloads.php bash-2.04$ cd targz bash-2.04$ gunzip -c php-4.0.4pl1.tar.gz | tar xf - gunzip: php-4.0.4pl1.ta

Re: [PHP-DEV] Passing of sequences of structures from CORBA to PHP

2001-01-29 Thread David Eriksson
On Monday 29 January 2001 16:49, Oleg Sharoiko wrote: >>Hello! > >I've found a bug in Satellite (CORBA access module for PHP) which prevent > from passing sequences of structures from CORBA servant objects to PHP. > I made a patch for satellite and it seems to be Ok now. (The patch is in > the at

[PHP-DEV] /ext/curl/php_curl.h problem

2001-01-29 Thread Nold, Mark
- Disclaimer: The information contained in this email is intended only for the use of the person(s) to whom it is addressed and may be confidential or contain legally privileged information. If you are no

[PHP-DEV] RE: PHP 4.0 Bug #8924 Updated: Opening manual.chm results in "hh.exe has generated errors and will be closed."

2001-01-29 Thread Gary Sherman
Ok, thanks. I know I have the whole file as I have checked it against a working version on NT4. I have checked many .chm files (including those from a win98 install on my dual boot machine) and have had no trouble with any but the manual.chm. Sorry for the trouble... -gary -Original Message--

[PHP-DEV] PHP 4.0 Bug #6683 Updated: Cannot pass COM object as parameter to another COM object

2001-01-29 Thread phanto
ID: 6683 Updated by: phanto Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Closed Bug Type: COM related Assigned To: phanto Comments: fixed in cvs now. Previous Comments: --- [2001-01-29 17:19:12] [EMAIL PROTEC

[PHP-DEV] FYI: pfpro extension

2001-01-29 Thread John Donagher
About a month ago Verisign released a new SDK (albeit with somewhat limited platform support) which fixes the problems previously discussed regarding using the pfpro extension inside another program which has been linked against an SSL library. You can download the new SDK from within the mana

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

2001-01-29 Thread wchu010
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: MySQL related Bug description: Incorrect result from mysql_field_type() For data type "YEAR" in MySQL, the function mysql_field_type() returns "unknown" as type. I notice this problem with

[PHP-DEV] PHP 4.0 Bug #8958 Updated: File uploads append Content-Type string

2001-01-29 Thread medvitz
ID: 8958 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Unknown/Other Function Description: File uploads append Content-Type string Being that it happens to every file uploaded, I don't know how helpful this will be but.. $file = $HTTP_POST_FILES['file']['

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

2001-01-29 Thread Boian Bonev
hi, i'd disagree on this - imagine you have a webserver with reasonable load and 99.9% of php page requests use max 10mb ram. you have 1% that use 100mb ram. then it not a good idea to upgrade to 1g ram just for these 0.1% since each httpd process will hold 100mb ram after certain time (the 0.1%

[PHP-DEV] Re: PHP 4.0 Bug #7570 Updated: "PHP has encountered an Access Violation at 014B7CA8"

2001-01-29 Thread Stevie Kennedy
At 09:08 PM 1/28/01 -, you wrote: >ID: 7570 >Updated by: jmoore >Reported By: [EMAIL PROTECTED] >Old-Status: Open >Status: Feedback >Bug Type: IIS related >Assigned To: >Comments: > >Can you provide more information about your setup and see if the access violations occur on pages without db a

[PHP-DEV] PHP 4.0 Bug #8943 Updated: configure doesn't recognize pdflib-3.03

2001-01-29 Thread robr
ID: 8943 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PDF related Description: configure doesn't recognize pdflib-3.03 Upon further inspection it seems I might have a system/ld problem. Am reinstalling from scratch and assuming it's not a php problem. Thanks to

Re: [PHP-DEV] PHP 4.0 Bug #8932 Updated: gettimeofday improvementsuggestion

2001-01-29 Thread Jani Taskinen
On 29 Jan 2001 [EMAIL PROTECTED] wrote: >ID: 8932 >User Update by: [EMAIL PROTECTED] >Status: Open >Bug Type: Date/time related >Description: gettimeofday improvement suggestion > >I have a solution for this now, also for microtime >and usleep. How can I get the code to appropriate >place ?? Jus

[PHP-DEV] PHP 4.0 Bug #8129 Updated: ereg returns incorrect results

2001-01-29 Thread sniper
ID: 8129 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Bogus Bug Type: Regexps related Assigned To: Comments: the script is buggy: ereg($e, $regexp) should be ereg($regexp, $e) --Jani Previous Comments:

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

2001-01-29 Thread Jason Greene
What is your typical apache process size, and number of current running procs? Jason - Original Message - From: "Brian Moon" <[EMAIL PROTECTED]> To: "Rasmus Lerdorf" <[EMAIL PROTECTED]> Cc: "Filip Sielimowicz" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, January 29, 2001 6:23

[PHP-DEV] PHP 4.0 Bug #8608 Updated: shm_write causes segfault

2001-01-29 Thread sniper
ID: 8608 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Semaphore related Assigned To: Comments: I tried the example script found at http://www.php.net/manual/en/ref.shmop.php with the latest CVS of PHP4 and it works just fine for me. Could you please try the la

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

2001-01-29 Thread Brian Moon
Ok, so what are the benefits of not returning memory to the system? It seems that no one who can do it wants to so there must be a good reason. Brian Moon -- Phorum Dev Team - http://phorum.org Making better forums with PHP

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

2001-01-29 Thread Jason Greene
MaxRequestsPerChild is perfectly safe, and I always believe in setting it. Keep in mind that if you compile all modules into apache statically, it takes up far more base mem per process. If you use all DSO's, you can significantly reduce memory usage. To find out what's in use on RH7 cat /proc//

[PHP-DEV] PHP 4.0 Bug #8966: Newline before variables in forms with ENCTYPE="multipart/form-data"

2001-01-29 Thread brecht
From: [EMAIL PROTECTED] Operating system: RedHat Linux 7.0 PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: Newline before variables in forms with ENCTYPE="multipart/form-data" Hi, I upgraded to php-4.0.4pl1-3 and found that most of my fileupload f

[PHP-DEV] PHP 4.0 Bug #8964 Updated: spaces befor form variables

2001-01-29 Thread sniper
ID: 8964 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Unknown/Other Function Assigned To: Comments: Duplicate of #8966. Only ONE bug report per bug, please. --Jani Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #8990: PHP as servlet crashes, Java trying to call php4ts.dll with entry point error

2001-01-29 Thread bdutton
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: Other web server Bug description: PHP as servlet crashes, Java trying to call php4ts.dll with entry point error 1) install PHP in c:\php 2) install java servlet API for PHP(phpsrvlt.

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

2001-01-29 Thread sniper
ID: 8975 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Unknown/Other Function Assigned To: Comments: This works for me (tm) just fine. ie. prints 2. Could you please try again (with the script below)? --Jani Previous Comments: -

[PHP-DEV] PHP 4.0 Bug #8963 Updated: using shared PHP libraries in safe_mode

2001-01-29 Thread sniper
ID: 8963 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: *Configuration Issues Bug Type: Feature/Change Request Assigned To: Comments: safe_mode has to be rewritten anyway..reclassified as feature/change request. --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8968 Updated: Apache Fails to start with php

2001-01-29 Thread sniper
ID: 8968 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Apache related Assigned To: Comments: Please try the latest CVS snapshot from http://snaps.php.net/ and if that doesn't work either, please generate a gdb backtrace of the crash. --Jani P

[PHP-DEV] PHP 4.0 Bug #8330 Updated: Crash

2001-01-29 Thread sniper
ID: 8330 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: OCI8 related Assigned To: Comments: It was the missing client that caused this.. Previous Comments: --- [2001-01-29 02:1

[PHP-DEV] PHP 4.0 Bug #8969: Gettext does not work

2001-01-29 Thread teejun
From: [EMAIL PROTECTED] Operating system: Linux RedHat 7.0 PHP version: 4.0.4pl1 PHP Bug Type: Gettext related Bug description: Gettext does not work 1) Just to show that gettext works in the system: A script: [teemu@jolly Test]$ cat loca2.sh #!/bin/sh LANG=fi export LANG TE

[PHP-DEV] PHP 4.0 Bug #8988 Updated: preg_grep return array returns incorrect array indices

2001-01-29 Thread sniper
ID: 8988 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: PCRE related Assigned To: Comments: not enough info Previous Comments: --- [2001-01-29 17:51:43] [EMAIL PROTECTED] -

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

2001-01-29 Thread Rasmus Lerdorf
> It is not a leak exactly but more of a greed. It seems to be a > semi-intentional but not necessary thing. It seems that the way Zend/PHP is > allocating memory is not allowing it to be returned to the system. Once PHP > has some memory it will not let it go, but it will reuse it. So, if a >

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

2001-01-29 Thread Rasmus Lerdorf
On Mon, 29 Jan 2001, Filip Sielimowicz wrote: > > A quick fix would be to set your MaxRequestsPerChild to a lower value. > > Have you ever tried to measure the time of killing and > starting httpd process ? You can see that with a bare human eye. Sure. But that isn't something that happens on a

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

2001-01-29 Thread Rasmus Lerdorf
> Yes, yes, I agree ! But this is the problem ! Unfortunatelly "memory > hungry script" happens from time to time and there's no chance to prevent > httpd processes from keeping memory (which is not used again in most > cases). Maybe it is not a problem for you, but it is for us. A quick fix woul

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

2001-01-29 Thread Rasmus Lerdorf
Seems to me like it would be a lot easier just to add more RAM. $89 for 256M these days. RAM is cheap. -Rasmus On Mon, 29 Jan 2001, Brian Moon wrote: > That is what we are doing now. We have it at 5. Any higher and we are > running out. There is only 128MB of RAM in our machine. I am cons

[PHP-DEV] PHP 4.0 Bug #8981 Updated: Apache fails to load PHP module

2001-01-29 Thread sniper
ID: 8981 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Dynamic loading Assigned To: Comments: Could you please try PHP 4.0.4pl1 ? This should be fixed.. --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8924 Updated: Opening manual.chm results in "hh.exe has generated errors and will be closed."

2001-01-29 Thread derick
ID: 8924 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Closed Bug Type: Documentation problem Assigned To: derick Comments: We could not reproduce it on Win95/98/NT and Win2K. I think you either didn't download the whole manual, or your setup is broken. Closin

[PHP-DEV] PHP 4.0 Bug #8980 Updated: session_destroy() abort

2001-01-29 Thread sniper
ID: 8980 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *Session related Assigned To: Comments: not enough info. Previous Comments: --- [2001-01-29 10:06:25] [EMAIL PROTECTED]

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

2001-01-29 Thread sniper
ID: 8938 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Reproduceable crash Assigned To: Comments: Does this happen with the latest CVS snapshot from http://snaps.php.net/ ?? And if it does, please include a gdb backtrace of the crash into this bu

[PHP-DEV] PHP 4.0 Bug #8970: Cannot compile PHP 4.0.4pl1 w/ pgsql

2001-01-29 Thread erikb
From: [EMAIL PROTECTED] Operating system: Slackware Version 3.1.0 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: Cannot compile PHP 4.0.4pl1 w/ pgsql Using the following commands: ./configure --with-gd=/usr/local/gd/ \ --with-mysql \ --

[PHP-DEV] PHP 4.0 Bug #8944 Updated: php.exe crashes for no apparent reason...

2001-01-29 Thread sniper
ID: 8944 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Reproduceable crash Assigned To: Comments: Does this happen with PHP 4.0.4pl1 ?? --Jani Previous Comments: --- [2001

[PHP-DEV] PHP 4.0 Bug #8973 Updated: In php3 it works, in php4 goes on file permission denied..installation problem?

2001-01-29 Thread sniper
ID: 8973 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Filesystem function related Assigned To: Comments: So where does the error occur? I bet this is caused by not having the directory/file readable/writable by the user with which the webserver

[PHP-DEV] PHP 4.0 Bug #8977 Updated: Cannot load /usr/lib/apache/libphp4.so into server:

2001-01-29 Thread sniper
ID: 8977 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *Install and Config Assigned To: Comments: You should add the install path of curl to --with-curl option. e.g. --with-curl=/opt/curl And also you have to put the path of the libraries into /et

[PHP-DEV] PHP 4.0 Bug #8967 Updated: Fix for MySQL charset problem

2001-01-29 Thread sniper
ID: 8967 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: MySQL related Assigned To: Comments: Could you please try the latest CVS snapshot from http://snaps.php.net/ to check if this is now fixed. The bundled mysql clientlibs were updated recently.

[PHP-DEV] PHP 4.0 Bug #8983 Updated: gd tries to use gif functions

2001-01-29 Thread sniper
ID: 8983 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Compile Failure Assigned To: Comments: You have some old gd.h laying around in your system. Just remove every instance of the old library, then 'make install' again for gd. Then go to the php4

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

2001-01-29 Thread ben
From: [EMAIL PROTECTED] Operating system: FreeBSD PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: modulo (%) sets the ritht operator to the result $a = 0; $b = 2; $c = $a % $b print($b) // $b will be set to 0. does nasty thing to for loops :)

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

2001-01-29 Thread Brian Moon
Yes, but it would be really nice if it was returned. Systems with 128MB or RAM run out quickly if there is a script ( like a long Phorum thread ) that takes a good chunk. Of course the argument can be made that the box needs more RAM but if the memory can be returned (maybe even with a php.ini s

[PHP-DEV] PHP 4.0 Bug #8965: Superclass constructor not invoked when subclass also contains a constructor

2001-01-29 Thread jeff
From: [EMAIL PROTECTED] Operating system: RedHat 7.0 PHP version: 4.0.4pl1 PHP Bug Type: Class/Object related Bug description: Superclass constructor not invoked when subclass also contains a constructor If we have 2 classes: class A { ... // constructor function A() {

[PHP-DEV] Re: 198.186.203.51 (toye/bonsai/cvs/lxr...) is down

2001-01-29 Thread Cynic
OIC, lists.php.net is on the same machine. :) >Is there anybody out there? > >Might be it's something on the way, but ping is timed out >(the DNS seems to be resolved properly)... Could someone >have a look at it? Cynic: A member

[PHP-DEV] PHP 4.0 Bug #8968: Apache Fails to start with php

2001-01-29 Thread goro
From: [EMAIL PROTECTED] Operating system: Cobalt - Linux PHP version: 4.0.4pl1 PHP Bug Type: Apache related Bug description: Apache Fails to start with php Apache returns: Floating Point Exception when I try to start it up. Tests: Apache without php - Fine Apache with 4.0

[PHP-DEV] PHP 4.0 Bug #8979: Dr. Watson Error when stopping Apache

2001-01-29 Thread adam_trickett
From: [EMAIL PROTECTED] Operating system: Windows NT, SP6a PHP version: 4.0.4pl1 PHP Bug Type: Reproduceable crash Bug description: Dr. Watson Error when stopping Apache On two separate NT4/SP6a systems running Apache 1.3.14 I get a Dr Watson error when I close Apache down e

[PHP-DEV] PHP 4.0 Bug #8330 Updated: Crash

2001-01-29 Thread mbretter
ID: 8330 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: OCI8 related Description: Crash It worked with Apache 1.3.14 and PHP4.0.4pl1, but not with Apache 1.3.12 and PHP4.0.4. I also installed the Oracle 8.1.6 Client. Previous Comments:

[PHP-DEV] Destruct order/What is reference counted?

2001-01-29 Thread Sam Liddicott
Are resources refence counted, or variables? I have a muscat_module method I wrote which is of the form: $new_resource=make_new_object($old_resource); each resource is a C++ object, and I have to stop $old_resource being disposed of until $new_resource has also been disposed of. This is a stri

[PHP-DEV] PHP 4.0 Bug #8946 Updated: configure could not find libxml library

2001-01-29 Thread sniper
ID: 8946 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Install and Config Assigned To: Comments: Fixed in CVS. Thank you for noticing this! (libxml.a|so is in some systems named as libxml2.a|so) --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8953 Updated: in_array returning number of 'hits'

2001-01-29 Thread andrei
ID: 8953 Updated by: andrei Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request Assigned To: Comments: I would not want to do this, because it will slow down the execution of the scripts on average, since in_array() will have to traverse the entire ar

[PHP-DEV] static IBM DB2 ODBC client library (libdb2.a) for linux

2001-01-29 Thread alex
Hi guys, Do you have an idea from where one can download a static IBM DB2 client library for linux? In the morning I thought - from the site of IBM but after several hours browsing/downloading/reading of docs I felt myself totally disoriented and decided to ask for help. Until now, I could not f

[PHP-DEV] PHP 4.0 Bug #8989: Bug#5493 resurfaced

2001-01-29 Thread fseesink
From: [EMAIL PROTECTED] Operating system: Windows NT 4 SP5/IIS4 PHP version: 4.0.4pl1 PHP Bug Type: *Session related Bug description: Bug#5493 resurfaced v4.0.4pl1 CGI version, with or without v1 of Zend Optimizer, is once again demonstrating similar session file generation

[PHP-DEV] PHP 4.0 Bug #8932 Updated: gettimeofday improvement suggestion

2001-01-29 Thread reijo . vanhanen
ID: 8932 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Date/time related Description: gettimeofday improvement suggestion I have a solution for this now, also for microtime and usleep. How can I get the code to appropriate place ?? Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8964: spaces befor form variables

2001-01-29 Thread brecht
From: [EMAIL PROTECTED] Operating system: RedHat Linux 7.0 PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: spaces befor form variables Hi, I run several websites which use PHP. Every week I update the with latest RedHat packages. This week RedHat

[PHP-DEV] PHP 4.0 Bug #8983 Updated: gd tries to use gif functions

2001-01-29 Thread ben
ID: 8983 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Description: gd tries to use gif functions OK OK, ignore all that other crap I've already posted I REALLY DONT KNOW WHAT I AM TALKING ABOUT... Anyways, got trouble compiling 4.0.4pl1 and also the latest sna

[PHP-DEV] PHP 4.0 Bug #5274 Updated: missing symbols - and a crude fix

2001-01-29 Thread jmoore
ID: 5274 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Compile Failure Assigned To: Comments: No user feedback. Closing Previous Comments: --- [2000-12-18 10:56:35] [EMA

[PHP-DEV] PHP 4.0 Bug #5773 Updated: ISAPI filter won't function with long directory name

2001-01-29 Thread jmoore
ID: 5773 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: IIS related Assigned To: Comments: No user feedback, cant reproduce, Workaround supplied. Closing James Previous Comments:

[PHP-DEV] 198.186.203.51 (toye/bonsai/cvs/lxr...) is down

2001-01-29 Thread Cynic
Is there anybody out there? Might be it's something on the way, but ping is timed out (the DNS seems to be resolved properly)... Could someone have a look at it? Cynic: A member of a group of ancient Greek philosophers who taught

[PHP-DEV] PHP 4.0 Bug #6809 Updated: Bad Performance

2001-01-29 Thread jmoore
ID: 6809 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: IIS related Assigned To: Comments: No user feedback. lack of general information. Closing Previous Comments: --- [200

[PHP-DEV] PHP 4.0 Bug #6603 Updated: ISAPI Several bugs

2001-01-29 Thread jmoore
ID: 6603 Updated by: jmoore Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: IIS related Assigned To: Comments: Hmm I cant get this to happen for me at all, Im running IIS 5 under win2k can you give me more information about your setup too and possibly create backtraces as you obvious

[PHP-DEV] PHP 4.0 Bug #8985: shm_put_var wont put the given var into memory

2001-01-29 Thread fuf
From: [EMAIL PROTECTED] Operating system: linux-2.2.18 PHP version: 4.0.4pl1 PHP Bug Type: Semaphore related Bug description: shm_put_var wont put the given var into memory hello, this is the same bug as described in #7046. a call to shm_put_var() returns true all the ti

[PHP-DEV] PHP 4.0 Bug #8815 Updated: allow_fopen_url = On & include("URL") don't work

2001-01-29 Thread mklinux
ID: 8815 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: *Configuration Issues Description: allow_fopen_url = On & include("URL") don't work tring that gives me the same 'document contains no data' in netscape. There is a firewall so it cannot get out of port 80.

[PHP-DEV] PHP 4.0 Bug #8988: preg_grep return array returns incorrect array indices

2001-01-29 Thread greg
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.1 PHP version: 4.0.4 PHP Bug Type: PCRE related Bug description: preg_grep return array returns incorrect array indices -- Edit Bug report at: http://bugs.php.net/?id=8988&edit=1 -- PHP Development Mailing List

[PHP-DEV] PHP 4.0 Bug #7858 Updated: Access Violation at 0D884CE6

2001-01-29 Thread jmoore
ID: 7858 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: IIS related Assigned To: Comments: Dont have much to go on really. Does it occur after a certain script is called? do all the scripts have certain function calls in common? do they all connect

[PHP-DEV] PHP 4.0 Bug #8963: using shared PHP libraries in safe_mode

2001-01-29 Thread js
From: [EMAIL PROTECTED] Operating system: Linux Red Hat 7.0 / i386 PHP version: 4.0.4pl1 PHP Bug Type: *Configuration Issues Bug description: using shared PHP libraries in safe_mode When I set include_path = ".:/usr/share/php" to access shared libraries and safe_mode = On

[PHP-DEV] PHP 4.0 Bug #8983 Updated: gd tries to use gif functions

2001-01-29 Thread ben
ID: 8983 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Description: gd tries to use gif functions There seems to be some errors while trying to compile php (with gd). I just removed the few gif functions from ext/gd/gd.c and compiled fine. Maybe it would be a good

[PHP-DEV] PHP 4.0 Bug #8978: Add a 'readonly' possibility to the session module

2001-01-29 Thread Maxim Derkachev
From: Maxim Derkachev <[EMAIL PROTECTED]> Operating system: PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: Add a 'readonly' possibility to the session module Just faced the fact that the possibility to call session 'readonly' should be added.

[PHP-DEV] RE: PHP 4.0 Bug #8987 Updated: arg returned from function comes back as string 'ready', regardless of actual

2001-01-29 Thread Gordon Lillibridge
Thanks for your prompt attention: Here is the relevant calling code with the actual calling statement at line 3: $dateparts=date("m/d/Y"); for ($i=1;$i<31;$i++) { $dateval = incdate($dateparts,$i); if ($edit == "EDIT" && $dateval = $il_status) { $did = 1; echo("" .

[PHP-DEV] Re: PHP 4.0 Bug #7782 Updated: Cannot use PATH_INFO fully with phpisapi

2001-01-29 Thread Auke van Slooten
Hi, thanks for looking into the matter, but I think you are not entirely right. PATH_INFO _is_ supported under IIS, but not like Apache (and it is indeed buggy under some circumstances). As I said, the PHP engine seems to be started correctly, but it doesn't parse the path to the php script righ

[PHP-DEV] PHP 4.0 Bug #8972: Referenced variables and unset()

2001-01-29 Thread aulbach
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.3pl1 PHP Bug Type: Scripting Engine problem Bug description: Referenced variables and unset() I found another bug (see id #8937) in connection with unset(). [Unset dosn´t work properly since august 1999] Th

[PHP-DEV] Session Help

2001-01-29 Thread Graeme Canivet
Hi, I've got sessions setup on my php site, using cookies, and the whole standard thing.   It seems, if I connect to a page in one browser, and the session is set with all the variables about the user viewing the site  (ie SESSION["user"]["ip"] = $REMOTE_ADDR) then, if the user opens a s

[PHP-DEV] PHP 4.0 Bug #8986 Updated: preg_replace: "$dd" pattern in replacement string treated as a backreference

2001-01-29 Thread andrei
ID: 8986 Updated by: andrei Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PCRE related Assigned To: Comments: This is documented in the online manual. Please use \\ in front of $ to escape it (latest CVS). Previous Comments: --

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

2001-01-29 Thread Brian Moon
Hi Rasmus, It is not a leak exactly but more of a greed. It seems to be a semi-intentional but not necessary thing. It seems that the way Zend/PHP is allocating memory is not allowing it to be returned to the system. Once PHP has some memory it will not let it go, but it will reuse it. So, if

[PHP-DEV] PHP 4.0 Bug #6966 Updated: Com Error with ISAPI Module

2001-01-29 Thread phanto
ID: 6966 Updated by: phanto Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: COM related Assigned To: Comments: fixed in cvs Previous Comments: --- [2000-09-30 23:19:46] [EMAIL PROTECTED] FROM MANUA

[PHP-DEV] PHP 4.0 Bug #8973: In php3 it works, in php4 goes on file permission denied..installation problem?

2001-01-29 Thread scratched
From: [EMAIL PROTECTED] Operating system: UNIX/Linux PHP version: 4.0.4pl1 PHP Bug Type: Filesystem function related Bug description: In php3 it works, in php4 goes on file permission denied..installation problem? HTML> Senhas RA: hs

[PHP-DEV] PHP 4.0 Bug #8971: fopen("http://my.url.com","r") hangs my script

2001-01-29 Thread andreas
From: [EMAIL PROTECTED] Operating system: Redhat Linux 7.0 (fully updated) PHP version: 4.0.4pl1 PHP Bug Type: Filesystem function related Bug description: fopen("http://my.url.com","r") hangs my script The problem is that when I open a web-page with the fopen("url","r") fun

[PHP-DEV] PHP 4.0 Bug #7691 Updated: unable to pass an array to COM object.

2001-01-29 Thread phanto
ID: 7691 Updated by: phanto Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Assigned Bug Type: COM related Assigned To: phanto Comments: working on it Previous Comments: --- [2000-11-08 02:08:14] [EMAIL PROTECTED] I

Re: [PHP-DEV] Proper IP

2001-01-29 Thread Graeme Canivet
Hi, Well, your exactly right, of my problem, but my relevance to PHP is finding if someone knows how to retrieve the headers that show forwarded ips. Or, wether or not this isn't a php problem, and that perhaps my caching server does not forward my proper ip with their requests to my server. -

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

2001-01-29 Thread phanto
ID: 6831 Updated by: phanto Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Assigned Bug Type: COM related Assigned To: phanto Comments: working on it Previous Comments: --- [2000-12-18 04:36:12] [EMAIL PROTECTED] H

[PHP-DEV] PHP 4.0 Bug #6683 Updated: Cannot pass COM object as parameter to another COM object

2001-01-29 Thread phanto
ID: 6683 Updated by: phanto Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Assigned Bug Type: COM related Assigned To: phanto Comments: working on it Previous Comments: --- [2000-09-12 19:09:37] [EMAIL PROTECTED] T

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

2001-01-29 Thread phanto
ID: 8361 Updated by: phanto Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: COM related Assigned To: Comments: this should be fixed in cvs please try a snapshot from http://snaps.php.net and give me feedback. Previous Comments: -

[PHP-DEV] PHP 4.0 Bug #8987 Updated: arg returned from function comes back as string 'ready', regardless of actual

2001-01-29 Thread derick
ID: 8987 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Unknown/Other Function Assigned To: Comments: Could you post the calling code as .txt on the web somewhere for us to see. This is almost certain a user error and not a bug. Previous Comments: -

[PHP-DEV] PHP 4.0 Bug #8981: Apache fails to load PHP module

2001-01-29 Thread ToKisa
From: [EMAIL PROTECTED] Operating system: HPUX.11 PHP version: 4.0.3pl1 PHP Bug Type: Dynamic loading Bug description: Apache fails to load PHP module Cannot start httpd /usr/lib/dld.sl: Unresolved symbol: DL_UNLOAD (code) from /home/akiselev/apache/libexec/libphp4.sl Sy

[PHP-DEV] PHP 4.0 Bug #7917 Updated: ISAPI module hangs IIS5

2001-01-29 Thread jmoore
ID: 7917 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: IIS related Assigned To: Comments: Cant reproduce this, can you please provide more information IE whats in the scripts/you general setup. James Previous Comments:

[PHP-DEV] sessions and register_globals=off (with patch)

2001-01-29 Thread Marc . Pohl
Hi, i have found a great problem (but small fix) with the generation of sessions when register_globals=off. this is also described in bug #8772. this bug is in 4.0.4 and 4.0.4pl1, but i have not checked the lastest cvs. the problem in ext/session/session.c is, that the session data of a new ses

[PHP-DEV] PHP 4.0 Bug #8980: session_destroy() abort

2001-01-29 Thread bontemps . francois
From: [EMAIL PROTECTED] Operating system: Windows NT PHP version: 4.0.2 PHP Bug Type: *Session related Bug description: session_destroy() abort -- Edit Bug report at: http://bugs.php.net/?id=8980&edit=1 -- PHP Development Mailing List To unsubs

[PHP-DEV] PHP 4.0 Bug #7782 Updated: Cannot use PATH_INFO fully with php isapi

2001-01-29 Thread jmoore
ID: 7782 Updated by: jmoore Reported By: [EMAIL PROTECTED] Status: Open Bug Type: IIS related Assigned To: Comments: Verified under win2k IIS, will look into it further although this might be a general difference between IIS and Apache PHP has no control over. James Previous Comments: -

[PHP-DEV] PHP 4.0 Bug #7116 Updated: Passing values By Reference into a VB DLL

2001-01-29 Thread phanto
ID: 7116 Updated by: phanto Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: COM related Assigned To: Comments: this is fixed in cvs now. short example: $foo = new COM("object"); $bar = new VARIANT(); // or VARINAT($var); // or VARINAT("

[PHP-DEV] PHP 4.0 Bug #8967: Fix for MySQL charset problem

2001-01-29 Thread frank
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: MySQL related Bug description: Fix for MySQL charset problem I had the same problem with a german charset. I could solve it doing the following thing: The file ctype_autoconf.c must be copie

[PHP-DEV] PHP 4.0 Bug #7570 Updated: "PHP has encountered an Access Violation at 014B7CA8"

2001-01-29 Thread jmoore
ID: 7570 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: IIS related Assigned To: Comments: Can you provide more information about your setup and see if the access violations occur on pages without db access as well pls. Do you have a C compiler so

[PHP-DEV] PHP 4.0 Bug #7116 Updated: Passing values By Reference into a VB DLL

2001-01-29 Thread phanto
ID: 7116 Updated by: phanto Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: COM related Assigned To: Comments: this is fixed in cvs now. short example: $foo = new COM("object"); $bar = new VARIANT(); // or VARINAT($var);

Re: [PHP-DEV] FPEs on FreeBSD

2001-01-29 Thread Zeev Suraski
At 19:53 21/12/2000, Sascha Schumann wrote: > FreeBSD's nawk uses this code: > > fpsetround(FP_RN); /* round to nearest */ > fpsetmask(0L); > > Is there any reason why we cannot use the same settings? I guess since nothing good can happen from a SIGFPE, setting the mask to 0 is n

[PHP-DEV] PHP 4.0 Bug #7701 Updated: loads include files twice

2001-01-29 Thread jmoore
ID: 7701 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Feedback Bug Type: IIS related Assigned To: Comments: Can reproduce this on Win2k IIS 5.0, please upgrade to latest verison of PHP and report if it still doesnt work James Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8976: Oci8 connection return error

2001-01-29 Thread f . labanvoye
From: [EMAIL PROTECTED] Operating system: Windows 2000 pro PHP version: 4.0.4pl1 PHP Bug Type: Apache related Bug description: Oci8 connection return error When i load php404pl1 as a apache module and start apache as a service, i can't connect to my oracle 8i serveur. It's

[PHP-DEV] PHP 4.0 Bug #8986 Updated: preg_replace: "$dd" pattern in replacement string treated as a backreference

2001-01-29 Thread gwh
ID: 8986 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: PCRE related Description: preg_replace: "$dd" pattern in replacement string treated as a backreference By the way, no variable replacement is taking place with the "$10.00". It fails if the script is: as well. The input t

[PHP-DEV] PHP 4.0 Bug #8934 Updated: Execution of script aborted

2001-01-29 Thread phanto
ID: 8934 Updated by: phanto Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: COM related Assigned To: Comments: use $word = new COM("Word.application"); or use the com_propget, com_propput, com_invoke functions after the print command. Previous Comments: ---

  1   2   >