[PHP-DEV] PHP 4.0 Bug #8757 Updated: PHP Warning: Unable to load dynamic library 'e:\distrib\php\extensions\php_yaz.

2001-01-18 Thread dickmeiss
ID: 8757 Updated by: dickmeiss Reported By: [EMAIL PROTECTED] Status: Open Bug Type: IIS related Assigned To: Comments: php_yaz.dll depends on yaz.dll. The yaz.dll should be part of the distribution. Please copy yaz.dll to c:\%systemroot%\system Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #8776: strftime("%V")

2001-01-18 Thread miroslav . sulc
From: [EMAIL PROTECTED] Operating system: Windows 98 PHP version: 4.0.4pl1 PHP Bug Type: Date/time related Bug description: strftime("%V") Function strftime("%V") does not return any value. Should return ISO number of week. -- Edit Bug report at: http://bugs.php.net/?id=8

[PHP-DEV] PHP 4.0 Bug #8777: Error in mssql_query

2001-01-18 Thread j_cerezo
From: [EMAIL PROTECTED] Operating system: W32 PHP version: 4.0.4pl1 PHP Bug Type: MSSQL related Bug description: Error in mssql_query for INSERT,UPDATE,DELETE $Sql="INSERT INTO $phpAds_tbl_session (Cod_Sessions,moses_SessionID,moses_SessionData,moses_LastUpdate)VALUES ($M

[PHP-DEV] Refreshing a form starting from a combo box change

2001-01-18 Thread Luiz Augusto G Flores (Amix)
I'm new in this list (subscribed yesterday, at night) and already new in PHP Programming. I guess sombebody has already answered this question: How can I procced to update a form from a combo box change, bringing the rest of values necessary to fill the form ? An example: A form with Name: -> t

Re: [PHP-DEV] Refreshing a form starting from a combo box change

2001-01-18 Thread Adam Wright
What you're asking to do is generally a client side thing (getting the browser to fill in a form is normally done with javascript). You *could*, I guess, get the combo box to submit the form, which PHP then prints out prepopulated, but its rather a waste of resources. Unless, of course, you need t

Re: [PHP-DEV] Refreshing a form starting from a combo box change

2001-01-18 Thread Derick Rethans
On Thu, 18 Jan 2001, Luiz Augusto G Flores (Amix) wrote: > I'm new in this list (subscribed yesterday, at night) and already new in PHP > Programming. I ethink that you subscribed to the wrong list. This list (PHP-DEV) is for developing the language PHP, not for developing WITH PHP. You should s

Re: [PHP-DEV] Redirecting output to a file

2001-01-18 Thread Malcolm Locke
> You might want to look at the Optput Buffer stuff: > >http://www.php.net/manual/en/html/ref.outcontrol.html > Many thanks, this is exactly what I need. My apologies for not finding t in the first place -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL

[PHP-DEV] Error connecting to MySQL server

2001-01-18 Thread Rosen
Hi, When I try to connect to MySQL server I get message "Can't connect to MySQL server on (10060 )! Please Help! -- -- 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 #8310 Updated: Coredump when running php

2001-01-18 Thread sniper
ID: 8310 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: PDF related Assigned To: Comments: Do you have the Oracle related environment variables set when you run ./php ? (Are you using PHP on the command line OR as a CGI? ) Check www.php.net/oci

[PHP-DEV] PHP 4.0 Bug #8778: Cannot load libphp4.so

2001-01-18 Thread ydegauquier
From: [EMAIL PROTECTED] Operating system: AIX 4.3.3 PHP version: 4.0.4pl1 PHP Bug Type: Apache related Bug description: Cannot load libphp4.so I did the compilation with : ./configure --with-mysql=/usr/local --with-apxs=/usr/local/apache/bin/apxs --with-jpeg-dir --with-gd

[PHP-DEV] PHP 4.0 Bug #8776 Updated: strftime("%V")

2001-01-18 Thread sniper
ID: 8776 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Date/time related Assigned To: Comments: This works for me in Linux just fine. (latest CVS) Maybe this is yet another 'Windows only' bug? --Jani Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #8772 Updated: user level session storage fails when register_globals off

2001-01-18 Thread sniper
ID: 8772 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Session related Assigned To: Comments: Feedback by Sascha Schumann <[EMAIL PROTECTED]>: - And did you assign your data to $HTTP_SESSION_VARS

[PHP-DEV] PHP 4.0 Bug #8774 Updated: undefined versioned symbol name __ns_name_unpack@@GLIBC2.1

2001-01-18 Thread sniper
ID: 8774 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Compile Failure Assigned To: Comments: This is not any bug in PHP. Your system is not quite well atm. If you compile GLIBC then you should know what you're doing. Otherwise it is just asking

Re: [PHP-DEV] Error connecting to MySQL server

2001-01-18 Thread Derick Rethans
Hello, this list is not for support, please ask your question on php-general or php-db (@lists.php.net) Derick On Thu, 18 Jan 2001, Rosen wrote: > Hi, > When I try to connect to MySQL server I get message "Can't connect to MySQL > server on (10060 )! > > Please Help! > -- > > > > > -- > P

[PHP-DEV] PHP 4.0 Bug #8776 Updated: strftime("%V")

2001-01-18 Thread miroslav . sulc
ID: 8776 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Date/time related Description: strftime("%V") I don't know the relation of the function to OS. But when I use this code: echo "%V: ".strftime("%V")."\n"; echo "%U: ".strftime("%U")."\n"; echo "%W: ".strfti

[PHP-DEV] More OOP

2001-01-18 Thread Thomas Watson
Hi I'm writing to the PHP Development mailing list because I have some questions and I don't know of any other place to ask. Pleaze correct me if I'm wrong, but you are the guys with the code, so you should be the people to consult. So here it goes: I think that there are to basic flaws with the

[PHP-DEV] PHP 4.0 Bug #8779: @foreach() does not denote error-message

2001-01-18 Thread peo
From: [EMAIL PROTECTED] Operating system: Cobalt Linux RaQ3 PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: @foreach() does not denote error-message Hi Just a feature on the control structure foreach(). It would be nice to be able to denote the w

[PHP-DEV] PHP 4.0 Bug #8780: difference in fwrite with cgi/apachemodule

2001-01-18 Thread rolf . lehmann
From: [EMAIL PROTECTED] Operating system: Windows NT/2000 PHP version: 4.0.3pl1 PHP Bug Type: Filesystem function related Bug description: difference in fwrite with cgi/apachemodule If I use PHP as CGI with Apache 1.3.12, I must add chr(13).chr(10) to textfiles, when I writ

RE: [PHP-DEV] More OOP

2001-01-18 Thread Sam Liddicott
> -Original Message- > From: Thomas Watson [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 18, 2001 12:35 > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] More OOP > > 1: If you are overriding an existing method in a class, it is then not > possible to call the original method. Its a v

RE: [PHP-DEV] More OOP

2001-01-18 Thread Cynic
At 14:27 18.1. 2001, Sam Liddicott wrote the following: -- >Sounds a good idea. $super though is identical to $this in plain value but >has a different type. >For $super you mean $this but treated as if it were a parent class. Maybe >t

RE: [PHP-DEV] More OOP

2001-01-18 Thread Sam Liddicott
> -Original Message- > From: Cynic [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 18, 2001 01:41 > To: Sam Liddicott; Thomas Watson; [EMAIL PROTECTED] > Subject: RE: [PHP-DEV] More OOP > > > At 14:27 18.1. 2001, Sam Liddicott wrote the following: > ---

[PHP-DEV] buildconf fails on linux and solaris

2001-01-18 Thread Sam Liddicott
Just done a cvs checkout a few seconds ago, and ./buildconf fails with: [root@rhodes php4]# ./buildconf make[1]: *** [Zend/Makefile.am] Error 1 make: *** [all] Error 2 This: make -s -f build/build.mk AMFLAGS= is as far as my "make" skills allow me to trace the problem. Sam -- PHP Develo

Re: [PHP-DEV] buildconf fails on linux and solaris

2001-01-18 Thread Sascha Schumann
On Thu, 18 Jan 2001, Sam Liddicott wrote: > Just done a cvs checkout a few seconds ago, and > > ./buildconf > > fails with: > > [root@rhodes php4]# ./buildconf > make[1]: *** [Zend/Makefile.am] Error 1 > make: *** [all] Error 2 And you do have a Zend/TSRM checkout? Try a ./cvsclean firs

RE: [PHP-DEV] PHP 4.0 Bug #8778: Cannot load libphp4.so

2001-01-18 Thread Sam Liddicott
You might need to run ldconfig Sam > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 18, 2001 11:16 > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] PHP 4.0 Bug #8778: Cannot load libphp4.so > > > From: [EMAIL PROTECTED] > Opera

AW: [PHP-DEV] More OOP

2001-01-18 Thread Harald Radi
see http://www.mm4.de/php4win/tips.php3?id=1 > -Ursprüngliche Nachricht- > Von: Sam Liddicott [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 18. Jänner 2001 14:39 > An: Cynic; Sam Liddicott; Thomas Watson; [EMAIL PROTECTED] > Betreff: RE: [PHP-DEV] More OOP > > > > > > -Original M

[PHP-DEV] PHP 4.0 Bug #5222 Updated: hebrev/hebrevc dont work properly

2001-01-18 Thread sniper
ID: 5222 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Suspended Status: Closed Bug Type: *Languages/Translation Assigned To: Comments: The fribidi extension is now included in PHP 4.0.4pl1. --Jani Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #7040 Updated: hebrev() and hebrevc() performance

2001-01-18 Thread sniper
ID: 7040 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Strings related Assigned To: Comments: No feedback. Previous Comments: --- [2000-12-14 05:13:38] [EMAIL PROTECTED] Pl

[PHP-DEV] PHP 4.0 Bug #8781: Undeleting the session variable

2001-01-18 Thread jungle
From: [EMAIL PROTECTED] Operating system: windows me PHP version: 4.0.4pl1 PHP Bug Type: *Session related Bug description: Undeleting the session variable After unset and destroy session variable it is removed from the php session variable folder. If I go back in the browse

Re: [PHP-DEV] Timezone offset differences

2001-01-18 Thread Andrei Zmievski
On Wed, 17 Jan 2001, Chuck Hagenbuch wrote: > For the record, I reported a similar problem on win32 a while ago, though it > was with date('r') (rfc822 date), but showed the same thing - wrong sign for > the timezone offset. Fixed. -Andrei "Music expresses that which can not be said and on w

[PHP-DEV] PHP 4.0 Bug #5440 Updated: Major Design Flaw(s) in FilePro access

2001-01-18 Thread sniper
ID: 5440 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: filePro related Assigned To: Comments: If you have made some improvements for the code, please send a patch made against the latest CVS (cvs diff -u) and someone will commit it if it is good

[PHP-DEV] PHP 4.0 Bug #8339 Updated: new preg_replace back reference handling not working

2001-01-18 Thread andrei
ID: 8339 Updated by: andrei Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PCRE related Assigned To: Comments: The backreferences used in the replacement string are not handled by the underlying PCRE library, so the semantics can be different. Basically, if you want to

[PHP-DEV] PHP 4.0 Bug #8781 Updated: Undeleting the session variable

2001-01-18 Thread sniper
ID: 8781 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *Session related Assigned To: Comments: This isn't any bug. PHP does what you tell it to do. And by refreshing you just resent the info thus re-register the variable into the session data. An

[PHP-DEV] PHP 4.0 Bug #7699 Updated: date and gmdate not working

2001-01-18 Thread sniper
ID: 7699 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Date/time related Assigned To: Comments: This should be fixed in CVS now. Fix will be included in 4.0.5 when it is released. --Jani Previous Comments: ---

[PHP-DEV] Problem with gettext support - Solaris 2.7

2001-01-18 Thread Albert Novak
Hi! When I try to compile PHP 4.0.4 as Apache module with gettext support, the gettext support doesn't function. But when I compile PHP as CGI, the gettext support works fine. Where is the the problem (other functions works fine in both case)? I use Apache 1.3.14 with DSO support, GNU gettext 0.

[PHP-DEV] PHP 4.0 Bug #8782: scripts run from CGI output "#!/usr/local/bin/php" line

2001-01-18 Thread verrue . jean-pierre
From: [EMAIL PROTECTED] Operating system: AIX 4.3.2 PHP version: 4.0.4 PHP Bug Type: Performance problem Bug description: scripts run from CGI output "#!/usr/local/bin/php" line I have the same problem as that described in bug # 7503. I use cgi PHP with Netscape E.S. 3.51 on

[PHP-DEV] PHP 4.0 Bug #8783: mssql_query() function returns empty result after succesfull UPDATE or DELETE

2001-01-18 Thread yuri_kruglov
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: MSSQL related Bug description: mssql_query() function returns empty result after succesfull UPDATE or DELETE $foo = mssql_query("DELETE FROM session WHERE ABS(DATEDIFF(hh,GETDATE(),La

Re: [PHP-DEV] More OOP

2001-01-18 Thread Thomas Watson
Hi I looked at your link "http://www.mm4.de/php4win/tips.php3?id=1" and found that "parent::classname()" worked. But how? Usualy PHP uses a "->" like "$this->classname()". I've never before seen the two "::" - Can someone explain? - It works though... thanks :) /watson - Original Message -

[PHP-DEV] CVS build, PEAR install fails

2001-01-18 Thread Sam Liddicott
Any idea why? I checked out Zend and TSRM this time... Sam # make install for prog in phpextdist; do \ /usr/share/src/php/build/shtool install -c -m 755 /usr/share/src/php/pear/scripts/$prog /usr/local/bin/$prog; \ done cp: cannot access /usr/share/src/php/pear/scripts/phpextdist make

[PHP-DEV] PHP 4.0 Bug #8784: using Informix with PHP CGI

2001-01-18 Thread verrue . jean-pierre
From: [EMAIL PROTECTED] Operating system: AIX 4.3.2 PHP version: 4.0.4 PHP Bug Type: Informix related Bug description: using Informix with PHP CGI It is not possible to use PHP cgi with NETSCAPE E.S. 3.51 and INFORMIX because it is imperatively necessary to have INFORMIXSER

[PHP-DEV] PHP 4.0 Bug #8785: using Informix with PHP CGI

2001-01-18 Thread verrue . jean-pierre
From: [EMAIL PROTECTED] Operating system: AIX 4.3.2 PHP version: 4.0.4 PHP Bug Type: Program Execution Bug description: using Informix with PHP CGI The PHP function getlastmod always return 0 when I use it with PHP cgi 4.0.4 and Netscape E.S. 3.51. When I run the same script

[PHP-DEV] PHP 4.0 Bug #8786: odbc_insert_id()

2001-01-18 Thread stuarth
From: [EMAIL PROTECTED] Operating system: Any PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: odbc_insert_id() Some way of accessing the most recently-inserted row would be very useful. This could be done either by an odbc version of mysql_inser

[PHP-DEV] PHP 4.0 Bug #8786 Updated: odbc_insert_id()

2001-01-18 Thread kara
ID: 8786 Updated by: kara Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request Assigned To: Comments: There is no way to get this information through ODBC. A possible solution could be to wrap your inserts into a stored procedure (more exactly funct

[PHP-DEV] PHP 4.0 Bug #8310 Updated: Coredump when running php

2001-01-18 Thread s . piton
ID: 8310 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: PDF related Description: Coredump when running php It happens only when I compile php with pdflib, not when I compile php with Oracle. All is right with oci8. But when I try pdflib, I can't run php (c

[PHP-DEV] PHP 4.0 Bug #8787: Only Source Code shown on the Browser.

2001-01-18 Thread voscak
From: [EMAIL PROTECTED] Operating system: WINNT4.0 PHP version: 4.0.3pl1 PHP Bug Type: PHP options/info functions Bug description: Only Source Code shown on the Browser. I´m running Php on a Apache Server (Ver. 1.3.14). When I want to open a php-file like phpinfo.php the br

Re: [PHP-DEV] PHP 4.0 Bug #8310 Updated: Coredump when running php

2001-01-18 Thread Jani Taskinen
On 18 Jan 2001 [EMAIL PROTECTED] wrote: >ID: 8310 >User Update by: [EMAIL PROTECTED] >Old-Status: Feedback >Status: Open >Bug Type: PDF related >Description: Coredump when running php > >It happens only when I compile php with pdflib, not when I compile php with >Oracle. >All is right wi

[PHP-DEV] PHP 4.0 Bug #8787 Updated: Only Source Code shown on the Browser.

2001-01-18 Thread sniper
ID: 8787 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: PHP options/info functions Assigned To: Comments: This isn't any bug in PHP. Please ask these kind of support questions on [EMAIL PROTECTED] and preferrably check the FAQ! http://www.php.net/

RE: [PHP-DEV] More OOP

2001-01-18 Thread Cynic
probably not documented yet At 14:39 18.1. 2001, Sam Liddicott wrote the following: -- >> see $parent > >I can't find reference to this on the site, although >http://www.php.net/manual/en/ref.classobj.php seems very useful. > >Sam Cyni

Re: [PHP-DEV] More OOP

2001-01-18 Thread Alexander Wirtz
Hi Tom, >I looked at your link "http://www.mm4.de/php4win/tips.php3?id=1" and found >that "parent::classname()" worked. But how? Usualy PHP uses a "->" like >"$this->classname()". I've never before seen the two "::" - Can someone >explain? This syntax is borrowed from C++ (or Java) and is a way

[PHP-DEV] PHP 4.0 Bug #8788: unable to install php module for apache

2001-01-18 Thread kumar
From: [EMAIL PROTECTED] Operating system: windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: *Install and Config Bug description: unable to install php module for apache unable to install php module for apache: i cut & paste the LoadModule & Addtype directives from the insta

[PHP-DEV] Re: PHP 4.0 Bug #5181 Updated: 'No input file specified' error in CGI mode / location of bugs in code

2001-01-18 Thread Patrick Doyle
Yes, it appears to work now, thanks! - Patrick Doyle Bug Database wrote: > > ID: 5181 > Updated by: sniper > Reported By: [EMAIL PROTECTED] > Old-Status: Suspended > Status: Closed > Old-Bug Type: Installation problem > Bug Type: *General Issues > Assigned To: > Comments: > > This should be f

[PHP-DEV] PHP 4.0 Bug #8788 Updated: unable to install php module for apache

2001-01-18 Thread sniper
ID: 8788 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *Install and Config Assigned To: Comments: This is BUG system, not SUPPORT system. Ask these kind of questions on [EMAIL PROTECTED] mailing list. You should also check the manual and FAQ:

[PHP-DEV] PHP 4.0 Bug #8778 Updated: Cannot load libphp4.so

2001-01-18 Thread sniper
ID: 8778 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Apache related Assigned To: Comments: What does ldd say about libphp4.so? ie. # ldd /usr/local/apache/libexec/libphp4.so --Jani Previous Comments:

Re: [PHP-DEV] PHP 4.0 Bug #8780: difference in fwrite withcgi/apachemodule

2001-01-18 Thread Ignacio Vazquez-Abrams
On 18 Jan 2001 [EMAIL PROTECTED] wrote: > From: [EMAIL PROTECTED] > Operating system: Windows NT/2000 > PHP version: 4.0.3pl1 > PHP Bug Type: Filesystem function related > Bug description: difference in fwrite with cgi/apachemodule > > If I use PHP as CGI with Apache 1.3.12,

[PHP-DEV] PHP 4.0 Bug #8789: PHP can't compile: libtool library libinformix.la

2001-01-18 Thread pdon
From: [EMAIL PROTECTED] Operating system: SUN Solaris 2.6 PHP version: 4.0.4pl1 PHP Bug Type: Informix related Bug description: PHP can't compile: libtool library libinformix.la Compiling PHP4.0.4pl1 with --with-pgsal --with-informix When make'ing, aborts with: libtool: li

[PHP-DEV] PHP 4.0 Bug #8790: set global in function

2001-01-18 Thread koyama
From: [EMAIL PROTECTED] Operating system: FreeBSD-4.1 PHP version: 4.0.3pl1 PHP Bug Type: Scripting Engine problem Bug description: set global in function If set global variables as global in function, first time works fine, but second wrong. === \n"; } a

[PHP-DEV] Compiling

2001-01-18 Thread Derick Rethans
Configure gives this when configuring with the latest CVS: creating Zend/Makefile creating main/build-defs.h creating pear/pear sed: can't read ./pear/pear.in: No such file or directory creating pear/phpize sed: can't read ./pear/phpize.in: No such file or directory creating pear/php-config sed:

[PHP-DEV] PHP 4.0 Bug #8791: core dump when trying to get_class_vars on a class with a hash variable

2001-01-18 Thread rduarte
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.3pl1 PHP Bug Type: Reproduceable crash Bug description: core dump when trying to get_class_vars on a class with a hash variable TEST SCRIPT: 'df', 'b' => 'dd', 'c' => 'fd'); } $arr = get_class_vars('xyz'); wh

Re: [PHP-DEV] Compiling

2001-01-18 Thread Sascha Schumann
On Thu, 18 Jan 2001, Derick Rethans wrote: > Configure gives this when configuring with the latest CVS: Try running buildconf. Those files have been moved weeks ago. - Sascha -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

[PHP-DEV] PHP 4.0 Bug #8792: Web browser hangs when I try to access a .php file

2001-01-18 Thread phil
From: [EMAIL PROTECTED] Operating system: Windows \'95 PHP version: 4.0.4pl1 PHP Bug Type: Reproduceable crash Bug description: Web browser hangs when I try to access a .php file I installed PHP with Apache Server 1.3 on my Windows '95 machine. I checked to make sure all t

[PHP-DEV] style question

2001-01-18 Thread Boian Bonev
hi, in the vpopmail module there are two possible implementations of the domain functions. one is to call library function, another to exec external binary. both are needed in different cases - when php is run as root we may call library, when php is run as someuser, we need a suid operation an

[PHP-DEV] PHP 4.0 Bug #8792 Updated: Web browser hangs when I try to access a .php file

2001-01-18 Thread phil
ID: 8792 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Reproduceable crash Description: Web browser hangs when I try to access a .php file This is the error I get in the error.log file when I try to access a .php script and the browser hangs. [Thu Jan 18 13:50:34 2001] [error] [cli

[PHP-DEV] PHP 4.0 Bug #8793: Apache 2.0 alpha 9 e PHP 4

2001-01-18 Thread rockguitarist
From: [EMAIL PROTECTED] Operating system: Linux Debian PHP version: 4.0.4pl1 PHP Bug Type: Apache related Bug description: Apache 2.0 alpha 9 e PHP 4 I have some problem to compile PHP 4.0.4pl1 with Apache 2.0 alpha 9. PHP don't find httpd.h file with --with-apache directiv

[PHP-DEV] RE: PHP 4.0 Bug #8774 Updated: undefined versioned symbol name __ns_name_unpack@@GLIBC2.1

2001-01-18 Thread Mark Olbert
Given that I've recompiled and re-installed glibc.2.1.3, how could it not be a bug in php? I thought that versioning problems come about when the compiled program "requires" a specific version of an exported function, and the source library doesn't have that version. BTW, what does "atm" (as in '

[PHP-DEV] PHP 4.0 Bug #8367 Updated: Wordwrap not cutting correctly

2001-01-18 Thread derick
ID: 8367 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Closed Bug Type: Strings related Assigned To: derick Comments: Fixed in CVS Previous Comments: --- [2001-01-08 13:31:38] [EMAIL PROTECT

[PHP-DEV] PHP 4.0 Bug #8215 Updated: passthru() orphans processes if aborted

2001-01-18 Thread dig
ID: 8215 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Program Execution Description: passthru() orphans processes if aborted Checked with 4.0.4pl1 -- still buggy. Previous Comments: --- [200

[PHP-DEV] php_ini_search_path

2001-01-18 Thread Edin Kadribasic
This line in main/php_ini.c has cost me an hour of headache: sprintf(php_ini_search_path, ".%c%s%c%s", ZEND_PATHS_SEPARATOR, env_location, ZEND_PATHS_SEPARATOR, default_location); I had an old php.ini file in the directory from which I was trying to start apache (/root), and all the wrong parame

Re: [PHP-DEV] PHP 4.0 Bug #8773: sql_regcase

2001-01-18 Thread Ignacio Vazquez-Abrams
On 18 Jan 2001 [EMAIL PROTECTED] wrote: > From: [EMAIL PROTECTED] > Operating system: Linux PPC > PHP version: 4.0.4pl1 > PHP Bug Type: *Regular Expressions > Bug description: sql_regcase > > sql_regcase does not behave like the manual page illustrates > > manual: > > echo s

[PHP-DEV] CVS Account Request

2001-01-18 Thread root
Full name: Alex Antropoff Email: [EMAIL PROTECTED] ID: alant Purpose: For getting freshest version of php -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail:

RE: [PHP-DEV] CVS Account Request

2001-01-18 Thread Sean R. Bright
You don't need a CVS account get the latest version of PHP. The only time you need an account is if you want to write code into the codebase. Here is the information you need: http://www.php.net/version4/cvs.php As noted on this page, anything you get from CVS is developmental code and is ther

[PHP-DEV] PHP 4.0 Bug #8794: preg_grep changed behavior by design?

2001-01-18 Thread instigator
From: [EMAIL PROTECTED] Operating system: GNU/Linux PHP version: 4.0.4pl1 PHP Bug Type: PCRE related Bug description: preg_grep changed behavior by design? "; } # This works as expected, [0] is result, [1] is whatever. $b = preg_grep( "/^foo/", $a ); echo "try to find foo a

[PHP-DEV] PHP 4.0 Bug #8658 Updated: Php DSO complains of missing structure member

2001-01-18 Thread tmuller
ID: 8658 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Problem Description: Php DSO complains of missing structure member Well, another fun solaris include bugmore macros. It seems after consulting a more knowledgable person, that solaris is #defining open to open64 i

[PHP-DEV] PHP 4.0 Bug #8440 Updated: fopen on a url returns "success" as an error

2001-01-18 Thread david
ID: 8440 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: HTTP related Description: fopen on a url returns "success" as an error It's nothing to do with redirects, no. It doesn't return a redirect response. Previous Comments: -

[PHP-DEV] PHP 4.0 Bug #8714 Updated: Adding LDAP entries drops credentials if update is referred

2001-01-18 Thread sniper
ID: 8714 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: *Directory Services problems Bug Type: LDAP related Assigned To: Comments: Previous Comments: --- [2001-01-15 10:52:17] [EMAIL PROTECTE

[PHP-DEV] PHP 4.0 Bug #8620 Updated: Function ImageJPEG can't open temporary file if image filename is not specified

2001-01-18 Thread sniper
ID: 8620 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: *Graphics related Bug Type: GD related Assigned To: Comments: Previous Comments: --- [2001-01-09 18:09:32] [EMAIL PROTECTED] Even with

[PHP-DEV] PHP 4.0 Bug #6908 Updated: rmdir fails after using dir()

2001-01-18 Thread sniper
ID: 6908 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Directory function related Assigned To: Comments: Does this happen with PHP 4.0.4pl1 ? --Jani Previous Comments: ---

[PHP-DEV] Re: [PHP-PEAR] Merging PHPLIB into PEAR

2001-01-18 Thread Chuck Hagenbuch
Quoting Paul Meagher <[EMAIL PROTECTED]>: > Personally, I don't see the big deal if someone wants to call a method like > this $this->empy_cart versus $this->emptyCart. The point is consistency. If every class in PEAR uses the same method naming conventions, then it will be easier for developer

[PHP-DEV] ¶©ÔÄÓʼþÁбí

2001-01-18 Thread Çå·ç
-- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #8795: Recieved POST-form-data is unexpectedly escaped with backslashes

2001-01-18 Thread mogens
From: [EMAIL PROTECTED] Operating system: Windows 2000, SunOS and Linux ( PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: Recieved POST-form-data is unexpectedly escaped with backslashes When using the -tag, the posted result is unexpectedly cha

Re: [PHP-DEV] PHP 4.0 Bug #8795: Recieved POST-form-data is unexpectedly escaped with backslashes

2001-01-18 Thread Toby Butzon
Umm, I think this is magic_quotes, but I'm not 100% on that because I prefer not to use it. Check for magic_quotes being on in your php config file. As a side note, check this link out ;) http://witca.dk/php/source.php?file=/etc/passwd --Toby - Original Message - From: <[EMAIL PROTECTED

[PHP-DEV] Re: [PHP] Gear Head -- From Home Pages to Popularity

2001-01-18 Thread php3
Addressed to: [EMAIL PROTECTED] [EMAIL PROTECTED] ** Reply to note from [EMAIL PROTECTED] Thu, 18 Jan 2001 22:41:53 MST Sorry about the double post. I hit the wrong button on my email program. Also in the second message, sorry to Gear Head, for the mis-spelled name in the body.

Re: [PHP-DEV] PHP 4.0 Bug #8440 Updated: fopen on a url returns "success" as an error

2001-01-18 Thread Stig Venaas
On Fri, Jan 19, 2001 at 01:36:58AM -, [EMAIL PROTECTED] wrote: > ID: 8440 > User Update by: [EMAIL PROTECTED] > Old-Status: Feedback > Status: Open > Bug Type: HTTP related > Description: fopen on a url returns "success" as an error > > It's nothing to do with redirects, no. It doesn't return

[PHP-DEV] odbc_columns() and DB2

2001-01-18 Thread szii
Okay, here's the problemo. I make a connection to the DB2 database, and run an odbc_tables() call on it. No problem. I run an odbc_columns() on it just fine. Now I call a SECOND odbc_columns() (on a different table) and get a SIGSEGV and a core dump. *blink* I cracked open php_odbc.c and p

[PHP-DEV] PHP 4.0 Bug #8796: $foo->bar->baz should not be ambiguous

2001-01-18 Thread rick
From: [EMAIL PROTECTED] Operating system: All PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: $foo->bar->baz should not be ambiguous In PHP4 it is possible to construct an object and refer to a member using the notation: $foo->bar where foo is

[PHP-DEV] PHP 4.0 Bug #8776 Updated: strftime("%V")

2001-01-18 Thread miroslav . sulc
ID: 8776 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Date/time related Description: strftime("%V") I have tried all possible formatting characters ... echo "%a: ".strftime("%a")."\n"; echo "%A: ".strftime("%A")."\n"; echo "%b: ".strftime("%b")."\n"; echo "%B: ".strftime("%B")."

[PHP-DEV] PHP 4.0 Bug #8797: There is no way to use REC_VERSION transaction parameter

2001-01-18 Thread iamhere
From: [EMAIL PROTECTED] Operating system: Any PHP version: 4.0.4pl1 PHP Bug Type: InterBase related Bug description: There is no way to use REC_VERSION transaction parameter I found, there is no way to use REC_VERSION constant in transaction parameters. This constant is usin

Re: [PHP-DEV] Re: [PHP-PEAR] Merging PHPLIB into PEAR

2001-01-18 Thread Sebastian Bergmann
Chuck Hagenbuch wrote: > If we put our standards and conventions up for discussion every time > someone decides to contribute a decent chunk of code to PEAR, we'll > never get anywhere. I agree completely. -- sebastian bergmann e-mail : [EMAIL PROTECTED]

[PHP-DEV] Gear Head -- From Home Pages to Popularity

2001-01-18 Thread php3
Addressed to: [EMAIL PROTECTED] [EMAIL PROTECTED] The current column for Gear Head, (AKA Mark Gibbs) in Network World magazine is all about PHP and Zend Technonogies. Since you hang around on this mailing list, you may not learn much but rejoice in the thought that his column is po

[PHP-DEV] Gear Head -- From Home Pages to Popularity

2001-01-18 Thread php3
Addressed to: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] In his current column for Network World, Gear Hear (AKA Mark Gibbs) talks about PHP and Zend Technologies. Since you hang out on this mailing list, you may not learn much, but go ahead and take a look