Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c incomplete_class.c php_incomplete_class.h var.c /ext/wddx wddx.c

2001-08-30 Thread Stig Sæther Bakken
[Walter Franzini [EMAIL PROTECTED]] [sorry, my English is bad] Zeev Suraski [EMAIL PROTECTED] writes: [...] Why? Whatever extension you use on your box, put them in the php.ini. dl() is never a better option. Zeev An example not solvable using php.ini: At SysNet, we access

Re: [PHP-DEV] [TOPIC CHANGE] OBDC SQLColumns patch...

2001-08-30 Thread Walter Franzini
Dan Kalowsky [EMAIL PROTECTED] writes: Was Zend/zend_alloc.c Patch discussion.. Topic change to reflect the discussion direction change... Thanks for your interest. Before I even look at this patch for the ODBC section a few questions. I think that the patch can be useful also with other

[PHP-DEV] Bug #13052: Empty $key in mcrypt_generic_init causes segmentation fault

2001-08-30 Thread naomi
From: [EMAIL PROTECTED] Operating system: GNU 1.0.3 PHP version: 4.0.6 PHP Bug Type: mcrypt related Bug description: Empty $key in mcrypt_generic_init causes segmentation fault Calling mcrypt_generic_init with an empty $key causes a segmentation fault in Apache. Obviously

[PHP-DEV] Bug #13053: oci8 error, this kill oracle-prosseces in the oracle-instance.

2001-08-30 Thread jsun
From: [EMAIL PROTECTED] Operating system: sun solaris 64 bits PHP version: 4.0.6 PHP Bug Type: OCI8 related Bug description: oci8 error, this kill oracle-prosseces in the oracle-instance. Oci statement faild: My error is: Warning: OCISessionBegin: ORA-24327: need

[PHP-DEV] Bug #13054: Perl script running as root when starting it with system()!!

2001-08-30 Thread geert
From: [EMAIL PROTECTED] Operating system: Linux (RedHat 7.1) PHP version: 4.0.6 PHP Bug Type: Apache related Bug description: Perl script running as root when starting it with system()!! Hi, Apache is running as 'apache' user in group 'www-data', started by root

[PHP-DEV] Bug #13055: When GetImgSize/ ImageSX invoked - errroneous error msg

2001-08-30 Thread mal
From: [EMAIL PROTECTED] Operating system: Win98SE UNIX PHP version: 4.0.6 PHP Bug Type: *Graphics related Bug description: When GetImgSize/ ImageSX invoked - errroneous error msg I have isolated the problem domain in the following script. Required files are below it.

[PHP-DEV] ¤»¤d¤»¦Ê¸Uµ§¥þ¥@¬É³Ì·sEmail¦W³æ

2001-08-30 Thread applebit
¤»¤d¤»¦Ê¸Uµ§¥þ¥@¬É³Ì·sEmail¦W³æ §Ú¦³¤»¤d¤»¦Ê¸Uµ§¥þ¥@¬É³Ì·sEmail¦W³æ¡A §A¥i¥H¦bªá¶O·¥¤Öªº±¡§Î¤U¡A±µÄ²¨ì¥þ¥@¬É¤»¤d¤»¦Ê¸U¤H¡I ³o¨Ç³£¬O³Ì·sªº¦a§}¡A¬O§Ú¦bºô¸ô¤W¡A¦³¨t²Î¦a¦¬¶°¤U¨Óªº¡A ¸g¹L³nÅé´ú¸Õ¡A¥u«O¯d¦³®Ä¦a§}¡A¨ÃºÉ¶q§â¤£Ä@¦¬«HªÌ±Æ°£¡C

[PHP-DEV] Bug #13045 Updated: PHP crashes when it can't find the *.exe or other binary specified within ``'s

2001-08-30 Thread sander
ID: 13045 Updated by: sander Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Windows ME (kernel 4.9.3000) PHP Version: 4.0.6 New Comment: Reproduced with Windows 2000 Professional, PHP-4.0.6 and Apache 1.3.20 (running PHP as an Apache module). A

[PHP-DEV] Bug #12995 Updated: Failed opening ... in Unknown on line 0

2001-08-30 Thread se
ID: 12995 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: SuSE Linux 7.2 PHP Version: 4.0.6 New Comment: We found out, that this errors only happen when the server runs on a load above 1.0 . Previous Comments:

[PHP-DEV] Bug #13056: creating pdf file the file not reading doc file

2001-08-30 Thread kedar222
From: [EMAIL PROTECTED] Operating system: windows PHP version: 4.0.6 PHP Bug Type: *PDF functions Bug description: creating pdf file the file not reading doc file i am creating pdf files . fgets () not able to read .doc files -- Edit bug report at:

[PHP-DEV] Bug #13057: An error in ingres_fetch_object() function

2001-08-30 Thread V . Bulov
From: [EMAIL PROTECTED] Operating system: Linux Mandrake 7.2 PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: An error in ingres_fetch_object() function An error due to 2 databases connect ion at the same time in functuion

[PHP-DEV] Bug #13058: opendir fails on remote folders with apache as a service

2001-08-30 Thread nicolas_toniazzi
From: [EMAIL PROTECTED] Operating system: WindowsNT PHP version: 4.0.6 PHP Bug Type: Apache related Bug description: opendir fails on remote folders with apache as a service I'm using php, apache and mysql from EasyPHP 1.5 with windowsNT. When launching the servers as

[PHP-DEV] [PATCH] for Bug #13052: Empty $key in mcrypt_generic_init causes segmentationfault

2001-08-30 Thread Alexander Wirtz
There's is a check on the max keysize, but no check, if the keysize is larger than 0. So the simple patch I attached to this mail should hopefully be sufficient. Regards, Alexander -- | Alexander Wirtz | eMail: [EMAIL PROTECTED]| | web@ctive GmbH| WWW:

[PHP-DEV] Bug #13038 Updated: Cookie Error in Net/Curl.php

2001-08-30 Thread olaf
ID: 13038 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: HTTP related Operating System: all PHP Version: 4.0.6 New Comment: line 319: $ret = curl_setopt($ch, CURLOPT_COOKIE, $cookie_data); may cause a warning, if cookies is an empty

RE: [PHP-DEV] Bug #13039: $submit (form) variable doesn't work

2001-08-30 Thread Emanuel Dejanu
Try if(!isset($submit) { ... //display the form } else { // process the form ... } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 8:49 PM To: [EMAIL PROTECTED] Subject: [PHP-DEV] Bug #13039: $submit (form) variable doesn't

[PHP-DEV] Bug #12245 Updated: gettype(true true) returns integer!

2001-08-30 Thread jeroen
ID: 12245 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: Variables related Operating System: Solaris PHP Version: 4.0.6 Assigned To: jeroen New Comment: Fixed in 4.0.7 Previous Comments:

[PHP-DEV] Bug #13056 Updated: creating pdf file the file not reading doc file

2001-08-30 Thread dbeu
ID: 13056 Updated by: dbeu Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *PDF functions Operating System: windows PHP Version: 4.0.6 New Comment: far to less info Previous Comments: [2001-08-30

[PHP-DEV] Bug #13028 Updated: bug with empty Class Constructors

2001-08-30 Thread dbeu
ID: 13028 Updated by: dbeu Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Scripting Engine problem Operating System: Win2000 PHP Version: 4.0.6 New Comment: be a bit more precise... what do you mean with have had problems instanciating classes and the class does not

[PHP-DEV] Re: Bug #13028 Updated: bug with empty Class Constructors

2001-08-30 Thread KR
The class will become instanciated but if you try to call a method from it PHP says you are calling a method of an undefined class - Original Message - From: Bug Database [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 30, 2001 2:49 PM Subject: Bug #13028 Updated: bug with

[PHP-DEV] Bug #13058 Updated: opendir fails on remote folders with apache as a service

2001-08-30 Thread dbeu
ID: 13058 Updated by: dbeu Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Apache related Operating System: WindowsNT PHP Version: 4.0.6 New Comment: have you setup proper access permissions? are you using the module or the cgi? if the webserver starts as service it

[PHP-DEV] Bug #13045 Updated: PHP crashes when it can't find the *.exe or other binary specified within ``'s

2001-08-30 Thread dbeu
ID: 13045 Updated by: dbeu Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Reproducible crash Operating System: Windows ME (kernel 4.9.3000) PHP Version: 4.0.6 New Comment: this should be fixed in 4.0.7rc1, please try

[PHP-DEV] Bug #13003 Updated: array-pointer set in a closs-contruktor becomes reset

2001-08-30 Thread dbeu
ID: 13003 Updated by: dbeu Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Arrays related Operating System: Win 2000 PHP Version: 4.0.6 New Comment: unable to reproduce under 4.0.7-dev. try http://www.php4win.com/~daniel/php-4.0.7rc1-win32.zip Previous Comments:

[PHP-DEV] Bug #13058 Updated: opendir fails on remote folders with apache as a service

2001-08-30 Thread nicolas_toniazzi
ID: 13058 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Apache related Operating System: WindowsNT PHP Version: 4.0.6 New Comment: I'm sorry, I read the doc but still don't understand the differences between module and cgi... I

[PHP-DEV] Bug #12943 Updated: Under new Apache, warning about compile..

2001-08-30 Thread dbeu
ID: 12943 Updated by: dbeu Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: *General Issues Operating System: Win32 PHP Version: 4.0.6 New Comment: patched apache builds aren't supported, you need to either cuild the module yourself, or use the build provided at

[PHP-DEV] Bug #13052 Updated: Empty $key in mcrypt_generic_init causes segmentation fault

2001-08-30 Thread derick
ID: 13052 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Bug Type: mcrypt related Operating System: GNU 1.0.3 PHP Version: 4.0.6 Old Assigned To: Assigned To: derick Edit this bug report at http://bugs.php.net/?id=13052edit=1 -- PHP Development Mailing

[PHP-DEV] Bug #13031 Updated: Segmentation Fault core dump on apache start

2001-08-30 Thread sniper
ID: 13031 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Bogus Bug Type: Apache related Operating System: Aix 4.3.3 PHP Version: 4.0.6 New Comment: submitted twice: #13033 Previous Comments:

[PHP-DEV] Bug #13033 Updated: egmentation Fault core dump on apache start

2001-08-30 Thread sniper
ID: 13033 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Apache related Operating System: aix 4.3.3 PHP Version: 4.0.6 New Comment: And how did you configure / compile Apache? It seems to be a bit broken.. Previous Comments:

[PHP-DEV] Bug #13027 Updated: Bug still not fixed?

2001-08-30 Thread sniper
ID: 13027 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Old Bug Type: Compile Failure Bug Type: FDF related Operating System: FreeBSD 4.2 PHP Version: 4.0.5 New Comment: You seem to have the FDFtk libs in two places, under /usr and under /usr/local. Which

Re: [PHP-DEV] [PATCH] for Bug #13052: Empty $key in mcrypt_generic_initcauses segmentation fault

2001-08-30 Thread derick
On Thu, 30 Aug 2001, Alexander Wirtz wrote: There's is a check on the max keysize, but no check, if the keysize is larger than 0. So the simple patch I attached to this mail should hopefully be sufficient. While your idea is ok, the patch is not. You simply return from the function without

[PHP-DEV] Bug #13034 Updated: Apache segfaults when acessing certain scripts

2001-08-30 Thread sniper
ID: 13034 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: RedHat Linux 7.0. PHP Version: 4.0.6 New Comment: What was the script used to generate that backtrace? Also, could you try and check if this happens with

[PHP-DEV] Bug #13036 Updated: Error compiling php-4.0.6 with oracle 8.1.6 and iplanet

2001-08-30 Thread sniper
ID: 13036 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Old Bug Type: *Compile Issues Bug Type: Compile Failure Operating System: SunOS 5.6 PHP Version: 4.0.6 New Comment: This should be fixed in CVS. Please try the latest CVS snapshot from

[PHP-DEV] Bug #13037 Updated: commandline option -c does not work

2001-08-30 Thread sniper
ID: 13037 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: *Configuration Issues Operating System: linux PHP Version: 4.0.6 New Comment: I can not reproduce this with latest CVS. Please try the latest snapshot: http://snaps.php.net/ Previous

[PHP-DEV] Bug #12368 Updated: Regexp limit the string size

2001-08-30 Thread sander
ID: 12368 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Regexps related Operating System: Linux PHP Version: 4.0.4pl1 New Comment: Unable to reproduce, see the following code: ?php $string = str_repeat(0, 1).abc.str_repeat(0, 1); echo

[PHP-DEV] Bug #13050 Updated: Crashes Cyrus mail servers

2001-08-30 Thread sniper
ID: 13050 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: IMAP related Operating System: BSDi 4.2 on i386 PHP Version: 4.0.6 New Comment: Could you please try the latest IMAP-2001:

[PHP-DEV] Bug #13051 Updated: odbc_num_rows fuction returns -1

2001-08-30 Thread sniper
ID: 13051 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Old Bug Type: *Database Functions Bug Type: ODBC related Operating System: windows PHP Version: 4.0.6 New Comment: Please ask support questions on the mailing lists: http://php.net/support.php

[PHP-DEV] Bug #3219 Updated: GDTTF error

2001-08-30 Thread sander
ID: 3219 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Suspended Status: Closed Bug Type: Feature/Change Request Operating System: Redhat Linux 6.1 PHP Version: 4.0 Beta 3 Assigned To: markonen New Comment: AFAIK, FreeType is far out of beta, and is working great with PHP4.

[PHP-DEV] Bug #13060: allow_url_fopen = On disables safe_mode UID check

2001-08-30 Thread admin
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: *Configuration Issues Bug description: allow_url_fopen = On disables safe_mode UID check When I turn off allow_url_fopen in php.ini the safe_mode UID check seems to be disabled. With

[PHP-DEV] Bug #13061: connection-timeout doesn't work

2001-08-30 Thread bastian
From: [EMAIL PROTECTED] Operating system: Linux 2.2.18 PHP version: 4.0.6 PHP Bug Type: Sockets related Bug description: connection-timeout doesn't work I have the same problem using php and linux. Here is my Code: $server = www.microsoft.com; $start = time();

[PHP-DEV] Bug #9564 Updated: wrong increment nrdels in PS_GC_FUNC(mm)

2001-08-30 Thread eiji
ID: 9564 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: *Session related Operating System: Any PHP Version: 4.0 Latest CVS (05/03/2001) New Comment: Thank you for fixed this bug at revision 1.21 (19th July 2001). Previous Comments:

[PHP-DEV] Bug #13062: session_unset() causes Apache child process to segfault

2001-08-30 Thread mgriego
From: [EMAIL PROTECTED] Operating system: RH7.1 PHP version: 4.0.6 PHP Bug Type: Session related Bug description: session_unset() causes Apache child process to segfault When using session_unset on a page where no session variables have been set, session_unset causes the

[PHP-DEV] Bug #13061 Updated: connection-timeout doesn't work

2001-08-30 Thread bastian
ID: 13061 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Sockets related Operating System: Linux 2.2.18 PHP Version: 4.0.6 New Comment: Sorry, I forgot to note, that i used no configure-options. Previous Comments:

[PHP-DEV] Bug #13063: pclose() failed. (2: unknown early startup error)

2001-08-30 Thread davincho
From: [EMAIL PROTECTED] Operating system: Solaris 2.6 PHP version: 4.0.6 PHP Bug Type: iPlanet related Bug description: pclose() failed. (2: unknown early startup error) When I start the web server, I have a [https-tr.terra]: pclose() failed. (2: unknown early startup

[PHP-DEV] Bug #13055 Updated: When GetImgSize/ ImageSX invoked - errroneous error msg

2001-08-30 Thread sniper
ID: 13055 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Old Bug Type: *Graphics related Bug Type: GetImageSize related Operating System: Win98SE UNIX PHP Version: 4.0.6 New Comment: What is the error message you get? And please add a SHORT standalone

[PHP-DEV] Bug #12943 Updated: Under new Apache, warning about compile..

2001-08-30 Thread andrew
ID: 12943 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: *General Issues Operating System: Win32 PHP Version: 4.0.6 New Comment: 1) There was no links to php4win.com at php.net so I had no idea it exisisted. 2) php.net appeared to be supporting

[PHP-DEV] Bug #13056 Updated: creating pdf file the file not reading doc file

2001-08-30 Thread sniper
ID: 13056 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *PDF functions Operating System: windows PHP Version: 4.0.6 New Comment: ask support questions on the mailing lists: http://php.net/support.php hint: RTFM too, http://www.php.net/fopen And notice the 'rb'

[PHP-DEV] Bug #13064: Apache 1.3.9 won't load libphp4.so when sablot built with expat

2001-08-30 Thread abantly
From: [EMAIL PROTECTED] Operating system: Red Hat 7.0 on Alpha PHP version: 4.0.6 PHP Bug Type: Dynamic loading Bug description: Apache 1.3.9 won't load libphp4.so when sablot built with expat ./configure --with-apxs=/usr/local/apache/bin/apxs --with-sablot Also, expat

[PHP-DEV] Bug #12368 Updated: Regexp limit the string size

2001-08-30 Thread stefanbocskai
ID: 12368 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Regexps related Operating System: Linux PHP Version: 4.0.4pl1 New Comment: Hi and thanks for your interrest! Here is an example to ilustrate my problem! I'm not sure if is a

[PHP-DEV] buildconf troubles

2001-08-30 Thread Doug MacEachern
i've done a fresh checkout and having problems building, below is the output from buildconf. % autoconf --version Autoconf version 2.13 % libtool --version ltmain.sh (GNU libtool) 1.4 (1.920 2001/04/24 23:26:18) any ideas? % ./buildconf rebuilding Makefile templates rebuilding configure

[PHP-DEV] Bug #13034 Updated: Apache segfaults when acessing certain scripts

2001-08-30 Thread dk
ID: 13034 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Reproducible crash Operating System: RedHat Linux 7.0. PHP Version: 4.0.6 New Comment: hello, please read the whole thread - i have included the script AND i have also tried

[PHP-DEV] Bug #11998 Updated: Crash on multipart file form upload

2001-08-30 Thread troels
ID: 11998 Updated by: troels Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: Reproducible crash Operating System: FreeBSD 4.2-STABLE PHP Version: 4.0CVS-2001-07-10 New Comment: The bug also exists when running PHP on Linux. And it may be reproduced with Mozilla, too. Please don't

[PHP-DEV] Bug #12075 Updated: Add sybase_ct support in dbx extension

2001-08-30 Thread mad
ID: 12075 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: Merge all db functions Old Status: Closed Status: Open Bug Type: Feature/Change Request Old Operating System: Linux HP-UX Operating System: All PHP Version: 4.0.6 New Comment: Change short description from

[PHP-DEV] Bug #10342 Updated: TSRM.DSP containing LF instead of CR/LF

2001-08-30 Thread mfischer
ID: 10342 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Analyzed Status: Closed Bug Type: Compile Failure Operating System: win32 PHP Version: 4.0 Latest CVS (11/04/2001) New Comment: Finally fixed in CVS. Previous Comments:

[PHP-DEV] Bug #11113 Updated: Problem with compile on NT

2001-08-30 Thread mfischer
ID: 3 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Compile Failure Operating System: NT PHP Version: 4.0.5 New Comment: TSRM.DSP has been fixed in CVS. - Markus Previous Comments:

[PHP-DEV] Bug #11998 Updated: Crash on multipart file form upload

2001-08-30 Thread troels
ID: 11998 Updated by: troels Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: Reproducible crash Operating System: FreeBSD 4.2-STABLE PHP Version: 4.0CVS-2001-07-10 New Comment: Some follow-up. PHP 4.0.5 does _not_ have the bug. Current CVS (August 30 2001) does have the bug. The

[PHP-DEV] Bug #13065: Error generated when I run Make from Apache

2001-08-30 Thread webmaster
From: [EMAIL PROTECTED] Operating system: Red Hat Linux 6.0 PHP version: 4.0.6 PHP Bug Type: *Web Server problem Bug description: Error generated when I run Make from Apache I compiled PHP with this line: xxx

[PHP-DEV] Bug #13066: one total bug of php is that it sucks

2001-08-30 Thread raitmanmail
From: [EMAIL PROTECTED] Operating system: w98 PHP version: 4.0.6 PHP Bug Type: *General Issues Bug description: one total bug of php is that it sucks one total bug of php is that it sucks one total bug of php is that it sucks one total bug of php is that it sucks -- Edit

[PHP-DEV] Bug #13064 Updated: Apache 1.3.9 won't load libphp4.so when sablot built with expat

2001-08-30 Thread sniper
ID: 13064 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Old Bug Type: Dynamic loading Bug Type: Sablotron XSL Operating System: Red Hat 7.0 on Alpha PHP Version: 4.0.6 New Comment: This just indicates that you haven't followed installation instructions. ie.

[PHP-DEV] Bug #13034 Updated: Apache segfaults when acessing certain scripts

2001-08-30 Thread sniper
ID: 13034 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: RedHat Linux 7.0. PHP Version: 4.0.6 New Comment: You didn't say with what version this backtrace was generated with, also is it with that script you said

[PHP-DEV] Bug #13034 Updated: Apache segfaults when acessing certain scripts

2001-08-30 Thread sniper
ID: 13034 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Reproducible crash Operating System: RedHat Linux 7.0. PHP Version: 4.0.6 New Comment: I can not reproduce this. Previous Comments:

[PHP-DEV] Bug #13034 Updated: Apache segfaults when acessing certain scripts

2001-08-30 Thread dk
ID: 13034 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Reproducible crash Operating System: RedHat Linux 7.0. PHP Version: 4.0.6 New Comment: yes - i couldn't get the crash over apache - then i tried via CGI and it crashed. it

[PHP-DEV] Bug #13068: mcrypt_module_open causes seg fault

2001-08-30 Thread scott
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: mcrypt related Bug description: mcrypt_module_open causes seg fault Running PHP 4.0.6 and libmcrypt 2.4.15 on a Linux box (2.4.x kernel). I've narrowed it down to the call to

[PHP-DEV] Bug #13066 Updated: one total bug of php is that it sucks

2001-08-30 Thread joey
ID: 13066 Updated by: joey Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *General Issues Operating System: w98 PHP Version: 4.0.6 New Comment: I almost don't even want to dignify this with a response. Previous Comments:

[PHP-DEV] Where is the bug in #13067?

2001-08-30 Thread Joey Smith
As I commented in bug #13067, it's not clear whether the manual or the source is correct...Whichever it is, I think this patch may be the right way to move from returning an int to returning a bool... Index: db.c === RCS file:

[PHP-DEV] Bug #13065 Updated: Error generated when I run Make from Apache

2001-08-30 Thread sniper
ID: 13065 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Old Bug Type: *Web Server problem Bug Type: MySQL related Operating System: Red Hat Linux 6.0 PHP Version: 4.0.6 New Comment: Add --with-zlib to your configure line. And next time search the bug database

[PHP-DEV] Bug #13057 Updated: -An error in ingres_fetch_object() function

2001-08-30 Thread sniper
ID: 13057 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Summary: An error in ingres_fetch_object() function Old Status: Open Status: Bogus Old Bug Type: Unknown/Other Function Bug Type: *Database Functions Operating System: Linux Mandrake 7.2 PHP Version: 4.0.6 New Comment: RTFM:

[PHP-DEV] Bug #13068 Updated: mcrypt_module_open causes seg fault

2001-08-30 Thread scott
ID: 13068 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: mcrypt related Operating System: Linux PHP Version: 4.0.6 New Comment: Correction, and solution. It turns out that it wasn't mcrypt_module_open that was seg faulting, but

[PHP-DEV] Bug #13070: chop/rtrim don't whack null bytes as advertised

2001-08-30 Thread scott
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Strings related Bug description: chop/rtrim don't whack null bytes as advertised trim() seems to work, but rtrim/chop don't appear to kill a null at the end of a string variable. -- Edit bug

[PHP-DEV] Bug #12894 Updated: GD crashes PHP by using GD Format

2001-08-30 Thread sniper
ID: 12894 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: GD related Operating System: i686-pc-linux-gnu PHP Version: 4.0.7-dev (latest CVS) New Comment: I can not reproduce this. Does this happen with that example script included in this report?

[PHP-DEV] Bug #12741 Updated: Array needle support for array search

2001-08-30 Thread andrei
ID: 12741 Updated by: andrei Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: Feature/Change Request Operating System: Linux 2.2 PHP Version: 4.0.5 Assigned To: andrei New Comment: Implemented in CVS. Previous Comments:

[PHP-DEV] Re: Bug #13069 Updated: Documentation

2001-08-30 Thread Machucado
What tools do I have to use then?? --- Bug Database [EMAIL PROTECTED] wrote: ID: 13069 Updated by: eschmid Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Operating System: Linux 7.1 PHP Version: 4.0.6 New Comment: This is not a bug.

[PHP-DEV] Re: Bug #13013 Updated: libphp4.so: undefined symbol: zendtext

2001-08-30 Thread Stone Yu
Dear Sir : Sorry, I tried the latest snapshot(php4-200108301935), but it still happened this time. [tmp/php4-200108301935]% sudo /www/apache-1.3.20/bin/apachectl start Syntax error on line 232 of /www/apache-1.3.20/conf/httpd.conf: Cannot load /www/apache-1.3.20/libexec/libphp4.so into

[PHP-DEV] Bug #13067: bool dbmreplace (int dbm_identifier, string key, string value)

2001-08-30 Thread holler
From: [EMAIL PROTECTED] Operating system: na PHP version: 4.0.6 PHP Bug Type: Documentation problem Bug description: bool dbmreplace (int dbm_identifier, string key, string value) in docs dbmreplace() returns bool bbool dbmreplace(int dbm_identifier, string key, string

[PHP-DEV] Bug #13069: Documentation

2001-08-30 Thread machucado2000
From: [EMAIL PROTECTED] Operating system: Linux 7.1 PHP version: 4.0.6 PHP Bug Type: Documentation problem Bug description: Documentation The pdf file documentation, can not be converted to ps book file, the pagination in incorrect. -- Edit bug report at:

[PHP-DEV] Bug #13067 Updated: bool dbmreplace (int dbm_identifier, string key, string value)

2001-08-30 Thread joey
ID: 13067 Updated by: joey Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Documentation problem Operating System: na PHP Version: 4.0.6 New Comment: I'm not sure what is the right thing to do here. There *is* a mismatch, but who is correct? The proto says: /* {{{

[PHP-DEV] Bug #13049 Updated: Invalid Link in zlib Documentation

2001-08-30 Thread georg
ID: 13049 Updated by: georg Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Operating System: all PHP Version: 4.0.6 New Comment: Changed invalid zlib link to http://www.gzip.org/zlib/ Previous Comments:

[PHP-DEV] Bug #12823 Updated: mysql_unbuffered_query missing important information

2001-08-30 Thread georg
ID: 12823 Updated by: georg Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Bug Type: Documentation problem Operating System: PHP Version: 4.0.6 Old Assigned To: Assigned To: georg Edit this bug report at http://bugs.php.net/?id=12823edit=1 -- PHP Development Mailing List

[PHP-DEV] Bug #12823 Updated: mysql_unbuffered_query missing important information

2001-08-30 Thread georg
ID: 12823 Updated by: georg Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: Documentation problem Operating System: PHP Version: 4.0.6 Assigned To: georg New Comment: mysql_unbuffered_query only accepts 2 parameters (see ext/mysql.c) Killed 3rd parameter in