Re: [PHP-DEV] Versioning (resent AGAIN due to lack of replies)

2001-09-17 Thread Sander Steffann
Hi, > >Very big +1 on this one (or something similar). What also would be useful is > >a built-in way to determine optional parts of extensions, like something to > >check if GD supports GIF/PNG/etc. This way, you can check the version and > >the optional parts. > > You mean this: > http://www.ph

[PHP-DEV] Bug #13332 Updated: PWS not configured correctly using php406-installer

2001-09-17 Thread phildriscoll
ID: 13332 Updated by: phildriscoll Reported By: [EMAIL PROTECTED] Status: Open Bug Type: PWS related Operating System: Windows 98 PHP Version: 4.0.6 Old Assigned To: Assigned To: phildriscoll New Comment: Will sort it out as soon as I have a spare hour Previous Comments: -

[PHP-DEV] Bug #13322 Updated: Still SIGSEGV with DOMXML / double free()

2001-09-17 Thread ih
ID: 13322 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Debian Linux 2.2 PHP Version: 4.0CVS-2001-09-15 New Comment: Problem is on shutdown and destroy/freeing alocated memory. Breakpoint 2, main (argc=2, argv=0xbff

[PHP-DEV] Bug #13335: bug in the eregi_replace

2001-09-17 Thread normalpeople
From: [EMAIL PROTECTED] Operating system: Linux server0023 PHP version: 4.0.6 PHP Bug Type: Regexps related Bug description: bug in the eregi_replace this function incorectly works with national symbols echo eregi_replace("ààà","ááá","ÀÀÀáðà") shoud return "ðà"

[PHP-DEV] Bug #13335 Updated: bug in the eregi_replace

2001-09-17 Thread normalpeople
ID: 13335 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Regexps related Operating System: Linux server0023 PHP Version: 4.0.6 New Comment: maybe it's server troubles.. Previous Comments: --

Re: [PHP-DEV] Versioning (resent AGAIN due to lack of replies)

2001-09-17 Thread Stig Sæther Bakken
[Jani Taskinen <[EMAIL PROTECTED]>] > On Sun, 16 Sep 2001, Sterling Hughes wrote: > > >+1, perhaps from an api perspective we could have something like: > > > >$vn = php_get_version(GD); > > > >or if the argument is empty, return the main php version: > > > >$phpVer = php_get_vers

Re: [PHP-DEV] Versioning (resent AGAIN due to lack of replies)

2001-09-17 Thread Stig Sæther Bakken
[[EMAIL PROTECTED] (Stig Sæther Bakken)] > [Jani Taskinen <[EMAIL PROTECTED]>] > > On Sun, 16 Sep 2001, Sterling Hughes wrote: > > > > >+1, perhaps from an api perspective we could have something like: > > > > > >$vn = php_get_version(GD); > > > > > >or if the argument is empty, retur

[PHP-DEV] Bug #13336: file php4ts.dll crash-problem

2001-09-17 Thread rpfeiffer
From: [EMAIL PROTECTED] Operating system: Windows ME PHP version: 4.0.4pl1 PHP Bug Type: Reproducible crash Bug description: file php4ts.dll crash-problem Hello, I use: Apache 1.3.20 (Win32), PHPversion 4.0.4pl1, also tested with phpversion4.0.5 in order to send a mai

[PHP-DEV] Bug #13336 Updated: file php4ts.dll crash-problem

2001-09-17 Thread rpfeiffer
ID: 13336 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Windows ME PHP Version: 4.0.4pl1 New Comment: Sorry, this must be: "..php4ts.dll in 018f:1008e5ea . Ralf Previous Comments:

[PHP-DEV] Bug #13336 Updated: file php4ts.dll crash-problem

2001-09-17 Thread derick
ID: 13336 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: Windows ME PHP Version: 4.0.4pl1 New Comment: Can you try version 4.0.6, and if that fails one of the snapshots from www.zend.com/snapshots ? Derick Pr

[PHP-DEV] Bug #13337: cookie issues

2001-09-17 Thread tr909
From: [EMAIL PROTECTED] Operating system: any? PHP version: 4.0.6 PHP Bug Type: Variables related Bug description: cookie issues Regarding the Set_cookie() function and cookie behaviour. if you specify a path, the cookie vars are only available in those directories! And

[PHP-DEV] Bug #13305 Updated: Module fails to load with "undefined symbol: libiconv_open"

2001-09-17 Thread jamesk
ID: 13305 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: ICONV related Operating System: Linux 2.4.2-2 (RH 7.1) PHP Version: 4.0.6 New Comment: OK I had a think and changed the configure statement to: './configure' '--with-apxs=/us

[PHP-DEV] Bug #13338: PATH_TRANSLATED variable incorrectly set in v4.0.5

2001-09-17 Thread schaefer
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.5 PHP Bug Type: Unknown/Other Function Bug description: PATH_TRANSLATED variable incorrectly set in v4.0.5 Hi, between version 4.0.4 and 4.0.5 the setting of the PATH_TRANSLATED variable changed. In version

[PHP-DEV] Bug #13337 Updated: cookie issues

2001-09-17 Thread hholzgra
ID: 13337 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Variables related Operating System: any? PHP Version: 4.0.6 New Comment: what about adding a final slash to the pathname? /test/ should not match /testme/ Previous Comments: -

[PHP-DEV] Bug #13339: sscanf returns wrong result

2001-09-17 Thread dev
From: [EMAIL PROTECTED] Operating system: Windows NT 4.0 PHP version: 4.0.6 PHP Bug Type: Variables related Bug description: sscanf returns wrong result I've tried this: list($x) = sscanf( 'ac10', '%x' ); printf("%x",$x); And I got "7fff", weird. -- Edit bug

[PHP-DEV] Bug #13339 Updated: sscanf returns wrong result

2001-09-17 Thread derick
ID: 13339 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Variables related Operating System: Windows NT 4.0 PHP Version: 4.0.6 New Comment: This is not weird, PHP's int are signed integers. 0xac0 is too large for that. Derick Previous Comments:

[PHP-DEV] Bug #13340: get_defined_constants crashed on default value of constant DEFAULT_INCLUDE_PATH

2001-09-17 Thread dacota
From: [EMAIL PROTECTED] Operating system: Win32 PHP version: 4.0CVS-2001-09-17 PHP Bug Type: Reproducible crash Bug description: get_defined_constants crashed on default value of constant DEFAULT_INCLUDE_PATH PHP_INCLUDE_PATH defined as NULL in in config.win32.h (#define

[PHP-DEV] Bug #13341: Seffault in outputbuffers

2001-09-17 Thread wico
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.6 PHP Bug Type: Reproducible crash Bug description: Seffault in outputbuffers Hiya, Using the same var from the function and changing will sefault, copying it first to another var will work... but should not

[PHP-DEV] Bug #13342: A ! every 2041 letters

2001-09-17 Thread btrinquier
From: [EMAIL PROTECTED] Operating system: Linux/Apache PHP version: 4.0.4pl1 PHP Bug Type: Mail related Bug description: A ! every 2041 letters Hello, The script : $mail_body = ""; for ($i=0; $i <500; $i++) { $mail_body .= "aaa

[PHP-DEV] Bug #13341 Updated: Segfault in outputbuffers

2001-09-17 Thread wico
ID: 13341 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: Seffault in outputbuffers Status: Open Bug Type: Reproducible crash Operating System: linux PHP Version: 4.0.6 New Comment: Fixed typo; Btw where did the bug reporters stats go? It looks good to be on top

[PHP-DEV] Bug #13342 Updated: A ! every 2041 letters

2001-09-17 Thread hholzgra
ID: 13342 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Mail related Operating System: Linux/Apache PHP Version: 4.0.4pl1 New Comment: most likely sendmail related as PHP mail() for unix just passes the message text to the local sendmail binary

[PHP-DEV] Bug #13343: debian sid installs domxml include files in /usr/include/libxml2/libxml/

2001-09-17 Thread chregu
From: [EMAIL PROTECTED] Operating system: linux debian unstable PHP version: 4.0CVS-2001-09-17 PHP Bug Type: DOM XML related Bug description: debian sid installs domxml include files in /usr/include/libxml2/libxml/ debian sid installs domxml include files in /usr/include/li

[PHP-DEV] Bug #13344: sablot bites ext/java (sun jdk 1.3.1)

2001-09-17 Thread chregu
From: [EMAIL PROTECTED] Operating system: debian unstable PHP version: 4.0CVS-2001-09-17 PHP Bug Type: Java related Bug description: sablot bites ext/java (sun jdk 1.3.1) If i compile php wit ext/xslt and ext/java, new java segfaults. here the system: jdk 1.3.1 from s

[PHP-DEV] Bug #13342 Updated: A ! every 2041 letters

2001-09-17 Thread swm
ID: 13342 Updated by: swm Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Mail related Operating System: Linux/Apache PHP Version: 4.0.4pl1 New Comment: I cannot recreate this 4.0.5 or current CVS. As for line length, RFC 821 says the following: text line The maximum total lengt

[PHP-DEV] Bug #13340 Updated: get_defined_constants crashed on default value of constant DEFAULT_INCLUDE_PATH

2001-09-17 Thread dacota
ID: 13340 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Win32 PHP Version: 4.0CVS-2001-09-17 New Comment: This also apply to PHP_EXTENSION_DIR, which is defined as NULL in config.win32.h PHP_EXTENSION_DIR also shou

[PHP-DEV] Bug #12861 Updated: get_defined_constants gots AV

2001-09-17 Thread dacota
ID: 12861 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Arrays related Operating System: WindowsNT PHP Version: 4.0CVS-2001-08-27 New Comment: See bug #13340 Previous Comments: ---

[PHP-DEV] is it posslible to use a class in session_register();

2001-09-17 Thread Bernd Zohner
i wanna use a class in all php sites and i need the values and methods of the class in every page. who can i solve that problem. or can i define the class global? thx Bernd -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

Re: [PHP-DEV] is it posslible to use a class in session_register();

2001-09-17 Thread Markus Fischer
Hi Bernd, please ask support questions at [EMAIL PROTECTED] or, more appropriate for you, try some german mailing lists at php-center.de (if I'm right?). To your question: yes you can. but session variable _need_ to be global. So if you want a property of your object being part of the session yo

[PHP-DEV] Bug #13316 Updated: CGI dies (Premature end of script headers) with URLs with /x after script name

2001-09-17 Thread ahill
ID: 13316 Updated by: ahill Reported By: [EMAIL PROTECTED] Status: Open Bug Type: URL related Operating System: Windows 2000 SP1 PHP Version: 4.0.6 New Comment: I can conform this also occurs on linux 2.2.19. Best regards, Andrew Previous Comments: -

[PHP-DEV] Bug #13345: PHP hangs

2001-09-17 Thread wissam
From: [EMAIL PROTECTED] Operating system: Windows Advanced Server PHP version: 4.0.6 PHP Bug Type: Reproducible crash Bug description: PHP hangs I have installed sucessfully PHP 4.0.6 on my Windows Advanced Server with IIS 5.0. And I have tested the phpinfo() several times h

[PHP-DEV] Bug #13346: visual fox pro

2001-09-17 Thread mf18
From: [EMAIL PROTECTED] Operating system: windows98 PHP version: 4.0.6 PHP Bug Type: *Database Functions Bug description: visual fox pro hi, im use win98,apache for win, visual fox pro, i want to know, how can i save field memo in PHP? thx -- Edit bug report at: http:/

[PHP-DEV] Bug #12853 Updated: Crash when open_file_for_scanning is adding handle to CG(open_files)

2001-09-17 Thread dacota
ID: 12853 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Reproducible crash Operating System: Windows NT 4.0 SP5 PHP Version: 4.0CVS-2001-08-27 New Comment: Fixed sapi/apache/mod_php4.h in version 1.15 Previous Comments: --

[PHP-DEV] [patch] avoiding TSRMLS_FETCH (custom sorting functions)

2001-09-17 Thread Sterling Hughes
Hey, Attached is a patch which replaces the use of libc's quicksort and uses our own custom quicksort for quicksort sorting, giving the immediate benefit of allowing us to pass TSRMLS_CC to the callbacks, and avoid a TSRMLS_FETCH(). The patch also applies the changes to o

[PHP-DEV] Bug #13347: Implode on $foo[] instead of $foo seems to make PHP give up

2001-09-17 Thread alester
From: [EMAIL PROTECTED] Operating system: Solaris 7 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: Implode on $foo[] instead of $foo seems to make PHP give up Note the implode. $foo[] should be $foo, but PHP doesn't give an error. It just gives no output

[PHP-DEV] Bug #13348: require() on a non-existent file makes PHP give up w/o an error

2001-09-17 Thread alester
From: [EMAIL PROTECTED] Operating system: Solaris 7 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: require() on a non-existent file makes PHP give up w/o an error If you require() or require_once() on a file that's not found anywhere in the library search

[PHP-DEV] Bug #13347 Updated: Implode on $foo[] instead of $foo seems to make PHP give up

2001-09-17 Thread hholzgra
ID: 13347 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Compile Failure Operating System: Solaris 7 PHP Version: 4.0.6 New Comment: i get PHP Fatal error: Cannot use [] for reading in - on line 7 what are your error_reporting settings ? Prev

[PHP-DEV] Bug #13346 Updated: visual fox pro

2001-09-17 Thread sander
ID: 13346 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *Database Functions Operating System: windows98 PHP Version: 4.0.6 New Comment: Ask support questions on the appropiate mailinglist (see http://www.php.net/support.php) Previous Comments: --

[PHP-DEV] Re: #13347 and bad pw

2001-09-17 Thread Hartmut Holzgraefe
[EMAIL PROTECTED] wrote: > > I'm not able to add a bugnote, since the bug tracker says I gave it a wrong > password. I didn't enter any password when I created the bug. I had it > mail me the password, and it just sent me a "the password is ." message, > with no password. > > Anyway, the bumme

[PHP-DEV] Bug #12861 Updated: get_defined_constants gots AV

2001-09-17 Thread sniper
ID: 12861 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Bogus Bug Type: Arrays related Operating System: WindowsNT PHP Version: 4.0CVS-2001-08-27 New Comment: The other bug report contains better information. Bogused this one. Previous Comments: ---

[PHP-DEV] Bug #13349: books.php page has parse error

2001-09-17 Thread stephen . hutton
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: books.php page has parse error when I attempt to enter your new books page books.php, I get a parse error I did not know where else to post this so notifie

[PHP-DEV] Bug #13278 Updated: enhancement for ldap_start_tls function

2001-09-17 Thread kuenne
ID: 13278 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: LDAP related Operating System: Solaris 7 PHP Version: 4.0.6 Old Assigned To: venaas Assigned To: New Comment: I tried to use ldap_open first, I believe, but it didn't work as

[PHP-DEV] Bug #13350: Installation of php in module for apache 1.3.20

2001-09-17 Thread loic
From: [EMAIL PROTECTED] Operating system: Linux RedHat 7.1 PHP version: 4.0.6 PHP Bug Type: *Compile Issues Bug description: Installation of php in module for apache 1.3.20 If i use this config : ./configure --with-apache=../apache_1.3.20/ --with-mysql=/usr/local/mysql/

[PHP-DEV] Bug #13350 Updated: Installation of php in module for apache 1.3.20

2001-09-17 Thread sniper
ID: 13350 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Old Bug Type: *Compile Issues Bug Type: Compile Failure Operating System: Linux RedHat 7.1 PHP Version: 4.0.6 New Comment: Please ask support questions (after you have read INSTALL file) on the mailing list

[PHP-DEV] Bug #8377 Updated: File uploads with POST methods takes full Server processing capacity and memory

2001-09-17 Thread sniper
ID: 8377 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Critical Status: Assigned Bug Type: Feature/Change Request Operating System: Windows NT4/2000 PHP Version: 4.0.4 Old Assigned To: Assigned To: sniper New Comment: I've been working on this issue. The fix won't be in 4.0.7/4.

[PHP-DEV] Re: Bug #13212 Updated: virus

2001-09-17 Thread Rene Nieuwburg
It was an original zip file I downloaded. I checked it and it has the name: php-4.0.4pl1-Win32.zip I don't want to argue, just for you to know and keep an eye on. If you want I can send you the DLL to make sure your scanner detects it. The up dated Norton Antivirus I have at work did not see the

[PHP-DEV] NEED HELP: select box repeat

2001-09-17 Thread User Name
OK I am trying to write a script that will bring data out of a database into a select box. But what I need it to do is repeat 5 times or more depending on what it brings out. I can only get it to display one select box. Here is what I got so far: Flavors Select "> Please HE

Re: [PHP-DEV] NEED HELP: select box repeat

2001-09-17 Thread Markus Fischer
Argl. Really, this isn't a support forum. Please ask on [EMAIL PROTECTED] . On Mon, Sep 17, 2001 at 11:11:28AM -0700, User Name wrote : [support question skipped] -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

[PHP-DEV] Bug #13351: wordwrap ignores split character when counting input characters

2001-09-17 Thread jon
From: [EMAIL PROTECTED] Operating system: Linux 2.2.19 PHP version: 4.0.6 PHP Bug Type: Strings related Bug description: wordwrap ignores split character when counting input characters When word-wrapping text, the wordwrap function fails to reset its character count when enc

[PHP-DEV] Bug #13352: trim/rtrim/ltrim do not work as advertised

2001-09-17 Thread kevin . way
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: trim/rtrim/ltrim do not work as advertised if you specify a character class as the second argument (like the documentation states is legal), you get r

[PHP-DEV] Bug #13351 Updated: wordwrap ignores split character when counting input characters

2001-09-17 Thread rasmus
ID: 13351 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Bug Type: Strings related Operating System: Linux 2.2.19 PHP Version: 4.0.6 New Comment: Hrm.. Unable to reproduce. And the code does pre-scan the line to see if it contains a break char. This co

[PHP-DEV] Bug #13352 Updated: trim/rtrim/ltrim do not work as advertised

2001-09-17 Thread mfischer
ID: 13352 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Unknown/Other Function Operating System: Linux PHP Version: 4.0.6 New Comment: Verified to work with latest CVS. 4.0.6 had no support for second paramter so I might guess your version number

[PHP-DEV] Bug #13352 Updated: trim/rtrim/ltrim do not work as advertised

2001-09-17 Thread rasmus
ID: 13352 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Unknown/Other Function Operating System: Linux PHP Version: 4.0.6 New Comment: The documentation states: Note: The second parameter was added in PHP 4.0.7 Previous Comments: --

[PHP-DEV] Bug #13353: function calling causes error with varable

2001-09-17 Thread knightemu
From: [EMAIL PROTECTED] Operating system: win 98 box PHP version: 4.0.4pl1 PHP Bug Type: Variables related Bug description: function calling causes error with varable I am not sure if this is a bug or php is just not built to handle something like this, but when i call a fun

[PHP-DEV] Bug #13351 Updated: wordwrap ignores split character when counting input characters

2001-09-17 Thread sniper
ID: 13351 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Analyzed Status: Feedback Bug Type: Strings related Operating System: Linux 2.2.19 PHP Version: 4.0.6 New Comment: status -> feedback (analyzed should be used when bug can be reproduced..) Previous Comments: ---

[PHP-DEV] Bug #13353 Updated: function calling causes error with varable

2001-09-17 Thread rasmus
ID: 13353 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Variables related Operating System: win 98 box PHP Version: 4.0.4pl1 New Comment: Variable default values are not supported. A workaround would be to assign it a bogus value and check for that

[PHP-DEV] Re: Bug #13352 Updated: trim/rtrim/ltrim do not work as advertised

2001-09-17 Thread Kevin Way
I hadn't noticed the note at the bottom of the page, was instead looking at the top of the page, where the PHP version specifications are deceivingly listed. -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR

[PHP-DEV] Bug #13193 Updated: PHP4,jdk1.2.2

2001-09-17 Thread chregu
ID: 13193 Updated by: chregu Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Java related Operating System: PHP Version: 4.0.6 New Comment: see http://php.chregu.tv/java-debian.html for some hints/installation tips. And please report back here (http://cvs.php.net

[PHP-DEV] Bug #13353 Updated: function calling causes error with varable

2001-09-17 Thread jeroen
ID: 13353 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Bogus Bug Type: Variables related Operating System: win 98 box PHP Version: 4.0.4pl1 Previous Comments: [2001-09-17 16:26:15] [EMAIL PR

[PHP-DEV] Bug #13355: reproduceable Apache Bomb w/ xslt

2001-09-17 Thread php4
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0CVS-2001-09-17 PHP Bug Type: XSLT related Bug description: reproduceable Apache Bomb w/ xslt having compiled php4.0.7RC2 w/ --enable-xslt --with-xslt-sablot using sablot .65.1, here is my lovely backtrace, please h

[PHP-DEV] Bug #13355 Updated: reproduceable Apache Bomb w/ xslt

2001-09-17 Thread php4
ID: 13355 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: XSLT related Operating System: PHP Version: 4.0CVS-2001-09-17 New Comment: sheesh. forgot to add offending script: My Data $xml, "/_xsl" => $xsl); $data = xslt_process($xh, "arg:/_xml", "arg:

[PHP-DEV] Bug #13355 Updated: reproduceable Apache Bomb w/ xslt

2001-09-17 Thread php4
ID: 13355 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: XSLT related Operating System: PHP Version: 4.0CVS-2001-09-17 New Comment: yeah, yeah. I know, there are typos in the xml string line... it's late. My fingers aren't working all that well. The

[PHP-DEV] Bug #13356: ADODB Recordset issue

2001-09-17 Thread jason
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0CVS-2001-09-17 PHP Bug Type: COM related Bug description: ADODB Recordset issue I'm testing on PHP version 4.0.8-dev (Sept 10, 2001). When retrieving a recordset using ADODB, it reports: "Warning: T

[PHP-DEV] Bug #13357: TEXTAREA not accepting variable value

2001-09-17 Thread nelsonm
From: [EMAIL PROTECTED] Operating system: Unix PHP version: 4.0.6 PHP Bug Type: Output Control Bug description: TEXTAREA not accepting variable value print("") ;I The above TEXTAREA tag will not accept a variable. The INPUT tag will accept the same varible.

[PHP-DEV] Bug #13357 Updated: TEXTAREA not accepting variable value

2001-09-17 Thread fmk
ID: 13357 Updated by: fmk Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Output Control Operating System: Unix PHP Version: 4.0.6 New Comment: This is not a bug in PHP. Try $note - Frank Previous Comments: --

[PHP-DEV] Compile Errors and Warnings

2001-09-17 Thread Sebastian Bergmann
zend_llist.c D:\home\php\php4\Zend\zend_llist.c(208) : warning C4013: 'zend_qsort' undefined math.c D:\home\php\php4\ext\standard\math.c(736) : warning C4307: '+' : Overflow of an integer constant rand.c D:\home\php\php4\ext\standard\rand.c(268) : warning C4244: '=' : Conversion of 'double '

Re: [PHP-DEV] Compile Errors and Warnings

2001-09-17 Thread Sterling Hughes
On Tue, 18 Sep 2001, Sebastian Bergmann wrote: > zend_llist.c > D:\home\php\php4\Zend\zend_llist.c(208) : warning C4013: 'zend_qsort' > undefined > > math.c > D:\home\php\php4\ext\standard\math.c(736) : warning C4307: '+' : > Overflow of an integer constant > > rand.c > D:\home\php\php4\ext\stand

[PHP-DEV] Bug #13348 Updated: require() on a non-existent file makes PHP give up w/o an error

2001-09-17 Thread derick
ID: 13348 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Scripting Engine problem Operating System: Solaris 7 PHP Version: 4.0.6 New Comment: To what is your errorlevel set in php.ini? Derick Previous Comments: ---

[PHP-DEV] Bug #13357 Updated: TEXTAREA not accepting variable value

2001-09-17 Thread derick
ID: 13357 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Bogus Bug Type: Output Control Operating System: Unix PHP Version: 4.0.6 New Comment: Not a PHP bug > Bogus Previous Comments: [2001-09

[PHP-DEV] Bug #13358: Berkeley DB3 and the DBA functions

2001-09-17 Thread mark
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: Berkeley DB3 and the DBA functions I have noticed that a similar bug has been reported (Bug id #11732) - however I can report more details and I have another s

Re: [PHP-DEV] Compile Errors and Warnings

2001-09-17 Thread Sebastian Bergmann
Sterling Hughes wrote: > Anybody have a win32 testing environment I could use to test all > these changes? The following patch fixes this issue: Index: ZendTS.dsp === RCS file: /repository/Zend/ZendTS.dsp,v retrieving revision 1.3

[PHP-DEV] Bug #13358 Updated: Berkeley DB3 and the DBA functions

2001-09-17 Thread mark
ID: 13358 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Unknown/Other Function Operating System: PHP Version: 4.0.6 New Comment: Um. yeah, I am using BerkeleyDB3.1.17 which came rpm installed as part of the standard install. Previous Comments: ---

[PHP-DEV] Bug #13339 Updated: sscanf returns wrong result

2001-09-17 Thread derick
ID: 13339 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: Variables related Operating System: Windows NT 4.0 PHP Version: 4.0.6 New Comment: Please use the Web system for answerring. User update: You said php4 uses signed integers, so please explain

[PHP-DEV] Bug #13339 Updated: sscanf returns wrong result

2001-09-17 Thread derick
ID: 13339 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Variables related Operating System: Windows NT 4.0 PHP Version: 4.0.6 New Comment: This was my result (On linux): 7ff 4294967295 8 Previous Comments: