[PHP-DEV] Bug #14097 Updated: newlines in file function

2001-11-18 Thread deelee
ID: 14097 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Filesystem function related Operating System: Linux PHP Version: 4.0.6 New Comment: ID: 14097 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type:

[PHP-DEV] Re: Bugs pending for PHP 4.1.0

2001-11-18 Thread Sander Roobol
-- Bug 13711: [set_time_limit affects other requests on the same Apache process] Trying to reproduce this now. Pretty much by definition this cannot happen. We'd have to go through hoops to create this behavior

Re: [PHP-DEV] 4.1.0RC2

2001-11-18 Thread Derick Rethans
Hello, can you clarify your patches? I've no idea why they are needed. Derick -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] set_time_limit() bug - pending for PHP 4.1.0

2001-11-18 Thread Derick Rethans
On Sun, 18 Nov 2001, Sander Roobol wrote: I created two scripts. ?php set_time_limit(1); ? ?php for($i=0; $i100; $i++) { base64_encode(md5($i)); } ? Reproducing this bug on Linux is hard. On Windows, it's very easy. On Linux, you should repeatedly load both the first and the

Re: [PHP-DEV] set_time_limit() bug - pending for PHP 4.1.0

2001-11-18 Thread Zeev Suraski
Uhm, what exactly did you reproduce? Zeev At 02:19 PM 11/18/2001, Derick Rethans wrote: On Sun, 18 Nov 2001, Sander Roobol wrote: I created two scripts. ?php set_time_limit(1); ? ?php for($i=0; $i100; $i++) { base64_encode(md5($i)); } ? Reproducing this bug on Linux

Re: [PHP-DEV] set_time_limit() bug - pending for PHP 4.1.0

2001-11-18 Thread derick
On Sun, 18 Nov 2001, Zeev Suraski wrote: Uhm, what exactly did you reproduce? That set_time_limit() affects the whole apache child, and not only the current script. Derick Zeev At 02:19 PM 11/18/2001, Derick Rethans wrote: On Sun, 18 Nov 2001, Sander Roobol wrote: I created two

Re: [PHP-DEV] set_time_limit() bug - pending for PHP 4.1.0

2001-11-18 Thread Jan Lehnardt
Hi, On Sun, 18 Nov 2001 13:19:29 +0100 (CET) Derick Rethans [EMAIL PROTECTED] wrote: On Sun, 18 Nov 2001, Sander Roobol wrote: Reproducing this bug on Linux is hard. On Windows, it's very easy. On Linux, you should repeatedly load both the first and the second script. Reproducing under

Re: [PHP-DEV] set_time_limit() bug - pending for PHP 4.1.0

2001-11-18 Thread James Moore
could this be similar to the engine=on/engine=off thing that we had quite a while ago?? Or is it due to global rather than local settings being overridden in set_time_limit? - James -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP-DEV] set_time_limit() bug - pending for PHP 4.1.0

2001-11-18 Thread Zeev Suraski
Ah, well, the bug was discussing something else (I think). I'll look into it. Zeev At 02:50 PM 11/18/2001, [EMAIL PROTECTED] wrote: On Sun, 18 Nov 2001, Zeev Suraski wrote: Uhm, what exactly did you reproduce? That set_time_limit() affects the whole apache child, and not only the current

Re: [PHP-DEV] set_time_limit() bug - pending for PHP 4.1.0

2001-11-18 Thread Zeev Suraski
Looks like I misread the bug, I'll look into it. At 03:11 PM 11/18/2001, Zeev Suraski wrote: Ah, well, the bug was discussing something else (I think). I'll look into it. Zeev At 02:50 PM 11/18/2001, [EMAIL PROTECTED] wrote: On Sun, 18 Nov 2001, Zeev Suraski wrote: Uhm, what exactly did

Re: [PHP-DEV] set_time_limit() bug - pending for PHP 4.1.0

2001-11-18 Thread Zeev Suraski
Can you describe the exact steps you made in order to reproduce it? It appears to be working fine on my box. Zeev At 02:50 PM 11/18/2001, [EMAIL PROTECTED] wrote: On Sun, 18 Nov 2001, Zeev Suraski wrote: Uhm, what exactly did you reproduce? That set_time_limit() affects the whole apache

Re: [PHP-DEV] set_time_limit() bug - pending for PHP 4.1.0

2001-11-18 Thread Zeev Suraski
set_time_limit() just enforces a time limit, it doesn't save anything anywhere. The timeout is then supposed to get the global setting at the beginning of the next request, so I don't yet understand where this issue is coming from... Zeev At 03:01 PM 11/18/2001, James Moore wrote: could

[PHP-DEV] Bug #13131 Updated: Bad results with fbsql_num_rows

2001-11-18 Thread mj
ID: 13131 Updated by: mj Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: FrontBase related Operating System: Sun OS PHP Version: 4.0.6 New Comment: No feedback - Closing. Please reopen, if the problem persists. Previous Comments:

[PHP-DEV] Bug #14098: Configure PHP as an apache-module, but configure script is looking in wrong dir

2001-11-18 Thread blacknight
From: [EMAIL PROTECTED] Operating system: Debian/GNU Linux Potato 2.2r4 PHP version: 4.0.6 PHP Bug Type: *Configuration Issues Bug description: Configure PHP as an apache-module, but configure script is looking in wrong dir Your confgiurescript is looking for the httpd.h

Re: [PHP-DEV] set_time_limit() bug - pending for PHP 4.1.0

2001-11-18 Thread derick
Hallo, put this in httpd.conf: MinSpaceServers 1 MaxSpareServers 1 StartServers 1 script one: bug13711a.php: ?php set_time_limit(1); ? script two: bug13711b.php: ?php for($i=0; $i100; $i++) { base64_encode(md5($i)); } ? restart HTTPD load script one load script two That's all, Derick

[PHP-DEV] Bug #14098 Updated: Configure PHP as an apache-module, but configure script is looking in wrong dir

2001-11-18 Thread derick
ID: 14098 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *Configuration Issues Operating System: Debian/GNU Linux Potato 2.2r4 PHP Version: 4.0.6 New Comment: --with-apache should point to the source tree, not to the install tree. Not a bug bogus

Re: [PHP-DEV] set_time_limit() bug - pending for PHP 4.1.0

2001-11-18 Thread Zeev Suraski
Works fine for me :I At 03:42 PM 11/18/2001, [EMAIL PROTECTED] wrote: Hallo, put this in httpd.conf: MinSpaceServers 1 MaxSpareServers 1 StartServers 1 script one: bug13711a.php: ?php set_time_limit(1); ? script two: bug13711b.php: ?php for($i=0; $i100; $i++) { base64_encode(md5($i));

Re: [PHP-DEV] 4.1.0RC2

2001-11-18 Thread Balazs Nagy
On Sun, Nov 18 2001, Derick Rethans [EMAIL PROTECTED] wrote: I merged those patches. Can you try the latest CVS version? Works well. BTW is this a feature? ?php $a = array('a'='A', 'b'='B'); $b = array('a' = 'newA'); $c = $a + $b; $d = array_merge($a, $b); var_dump($c); var_dump($d); ?

[PHP-DEV] Bug #13511 Updated: fatal error when calculating variables

2001-11-18 Thread sterling
ID: 13511 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Sablotron XSL Operating System: linux 2.2.6 i686 PHP Version: 4.0.5 New Comment: Sablotron problem, not a php problem Previous Comments:

Re: [PHP-DEV] set_time_limit() bug - pending for PHP 4.1.0

2001-11-18 Thread Stefan Esser
What versions of apache are you guys running? -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] set_time_limit() bug - pending for PHP 4.1.0

2001-11-18 Thread derick
On Sun, 18 Nov 2001, Stefan Esser wrote: What versions of apache are you guys running? I'm running 1.3.22 Derick -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

Re: [PHP-DEV] set_time_limit() bug - pending for PHP 4.1.0

2001-11-18 Thread Markus Fischer
On Sun, Nov 18, 2001 at 03:47:22PM +0100, [EMAIL PROTECTED] wrote : On Sun, 18 Nov 2001, Stefan Esser wrote: What versions of apache are you guys running? I'm running 1.3.22 I was running 1.3.20 - Markus -- PHP Development Mailing List http://www.php.net/ To unsubscribe,

Re: [PHP-DEV] set_time_limit() bug - pending for PHP 4.1.0 (fwd)

2001-11-18 Thread derick
-- Forwarded message -- Date: Sun, 18 Nov 2001 15:52:48 -0800 From: Sander Roobol [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] set_time_limit() bug - pending for PHP 4.1.0 What versions of apache are you guys running? I'm running 1.3.22 I reproduced this

[PHP-DEV] Bug #11116 Updated: File upload sometimes work, sometimes fails

2001-11-18 Thread sander
ID: 6 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: HTTP related Operating System: win NT 4 PHP Version: 4.0.5 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #13720 Updated: ftp_nlist and ftp_rawlist always return false

2001-11-18 Thread sander
ID: 13720 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: FTP related Operating System: Windows 2000 Advance Server PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #13850 Updated: CASE within SWITCH may crash apache

2001-11-18 Thread sander
ID: 13850 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Scripting Engine problem Operating System: Windows 2000 Pro SP1 PHP Version: 4.0.4 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #13585 Updated: nonsense code

2001-11-18 Thread sander
ID: 13585 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: HTTP related Operating System: PHP Version: 4.0CVS-2001-10-07 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #13750 Updated: Warning: size of symbol changed

2001-11-18 Thread sterling
ID: 13750 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Sablotron XSL Operating System: Linux, Slackware 8.0 PHP Version: 4.0CVS-2001-10-19 New Comment: bogoid. Previous Comments:

Re: [PHP-DEV] md5sum() patch

2001-11-18 Thread Alessandro Astarita
Stig S. Bakken wrote: +1 on md5_file(). Who is the mantainer of the standard extension? I have the corrected patch. -- Alessandro 'Asterix75' Astarita [EMAIL PROTECTED] Web site: http://asterix75.capri.it E-commerce software: http://www.alfacomm.it/ -- PHP Development Mailing List

Re: [PHP-DEV] md5sum() patch

2001-11-18 Thread derick
Hello Alessandro, just mail it to me, I'll apply it for you. Derick On Sun, 18 Nov 2001, Alessandro Astarita wrote: Stig S. Bakken wrote: +1 on md5_file(). Who is the mantainer of the standard extension? I have the corrected patch. -- Alessandro 'Asterix75' Astarita [EMAIL PROTECTED]

[PHP-DEV] preg_replace() and backreferences

2001-11-18 Thread Mårten Gustafsson
When trying to make a regular expression that escapes SQL wildcards a stumbled across this: ?php # Excpected result; \%a\_ # Prints \1a\1 echo preg_replace('/(%|_)/', '\\\1', '%a_'); ? However, this snippet yields the correct result ?php echo preg_replace('/(%|_)/', '\1', '%a_'); ? Am I

[PHP-DEV] Bug #14099: POST/GET - if there is a dot in the name it's changes to _

2001-11-18 Thread galg
From: [EMAIL PROTECTED] Operating system: Linux, Red-Hat 6.2 PHP version: 4.0.6 PHP Bug Type: HTTP related Bug description: POST/GET - if there is a dot in the name it's changes to _ When i submit a form where is a dot in the name it's changes to _. for example: lt;form

[PHP-DEV] Bug #14099 Updated: POST/GET - if there is a dot in the name it's changes to _

2001-11-18 Thread galg
ID: 14099 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: HTTP related Operating System: Linux, Red-Hat 6.2 PHP Version: 4.0.6 New Comment: When i submit a form where is a dot in the name it's changes to _. for example: form action=?=$PHP_SELF;?

[PHP-DEV] Bug #14099 Updated: POST/GET - if there is a dot in the name it's changes to _

2001-11-18 Thread mfischer
ID: 14099 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: HTTP related Operating System: Linux, Red-Hat 6.2 PHP Version: 4.0.6 New Comment: That's intended behaviour. You can't have dots in variable names, the dot is already used for string

[PHP-DEV] large formular data problem with PHP and thttpd

2001-11-18 Thread Ralf Geschke
Hi ! I'm using PHP with the thttpd web server on some SuSE Linux machines (tested on a Sun Ultra 5, the primary web sever, and a x86 notebook as developing system). Now I run into trouble by submitting large formular data. When the size of submitted data grows, nothing will return, either the

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

2001-11-18 Thread fseesink
ID: 8989 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Session related Operating System: Windows NT 4 SP5(IIS4)/2000 SP2 PHP Version: 4.0.6 New Comment: You can find the example script I provided in the posting to this problem dated

[PHP-DEV] Pass ANY exam, Only for 3 days training (CHN-SH Only)

2001-11-18 Thread certification
ÉϺ£ÓîÏèÍøÂç¼¼ÊõÅàѵÊÇÒ»¼ÒרҵÌṩITÐÐÒµÈÏÖ¤¿¼ÊÔ·þÎñµÄ¹«Ë¾£¬Ó¦¹ã´óѧԱµÄÒªÇó£¬Ð ÔöÒÔÏÂÍ»»÷Åàѵ¿Î³Ì£º MCSE2000£¨3Ì죩ÊÕ1000Ôª/ÈË£¨²»º¬¿¼ÊÔ·Ñ£¬Ñ§Ô±¿ÉÒÔ500Ôª/Ì׵ļ۸ñÔÚÎÒ¹«Ë¾¹ºÂòÈ«Ì×MC SE2000½Ì²Ä£© µÚÒ»Ì죺¿Î±¾Öص㠵ڶþÌ죺Ìâ½â µÚÈýÌ죺ģÄ⿼ÊÔ+Õýʽ¿¼ÊÔ

Re[2]: [PHP-DEV] set_time_limit() bug - pending for PHP 4.1.0

2001-11-18 Thread Andrew Sitnikov
Hello , This reproducable for me to on: php4.0.5 + Linux 2.4.2 #4 SMP Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP-DEV] CVS Account Request: luk

2001-11-18 Thread Lukas Jelinek
Translating documentation to the Czech language -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] segfauls with ZEND_FETCH_RESOURCE (my first php extension...)

2001-11-18 Thread Christian Stocker
Hi I wrote today my first php-extension and so far, everything worked fine, until i used ZEND_FETCH_RESOURCE. My module seems not to be able to handle that well, 'cause if i use it like the other extensions, i get a segfault. The offending line is: ZEND_FETCH_RESOURCE(test, php_test*, arg1,

Re: [PHP-DEV] segfauls with ZEND_FETCH_RESOURCE (my first php extension...)

2001-11-18 Thread Markus Fischer
On Sun, Nov 18, 2001 at 09:36:52PM +0100, Christian Stocker wrote : BTW: at www.zend.com/apidoc are some (important) tables missing... What exactly, can you elaborate more? - Markus -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP-DEV] FYI: Apache 2.0.28 and latest CVS running fine at phorum.org

2001-11-18 Thread Brian Moon
Hi all, I am running latest CVS and Apache 2.0.28 at phorum.org on port 8080. I could not however run 4.1 RC2 because of some fixes that had to be made to load environment variables. So, FWIW, 4.1 RC2 will not work with Apache 2.0.28, the latest beta from Apache 2.0 tree. I am running Phorum

Re: [PHP-DEV] segfauls with ZEND_FETCH_RESOURCE (my first phpextension...)

2001-11-18 Thread Christian Stocker
On Sun, 18 Nov 2001, Markus Fischer wrote: On Sun, Nov 18, 2001 at 09:36:52PM +0100, Christian Stocker wrote : BTW: at www.zend.com/apidoc are some (important) tables missing... What exactly, can you elaborate more? the tables with the overview of all MACRO-Definition and more. Just

Re: [PHP-DEV] segfauls with ZEND_FETCH_RESOURCE (my first php extension...)

2001-11-18 Thread Markus Fischer
On Sun, Nov 18, 2001 at 11:26:17PM +0100, Christian Stocker wrote : On Sun, 18 Nov 2001, Markus Fischer wrote: On Sun, Nov 18, 2001 at 09:36:52PM +0100, Christian Stocker wrote : BTW: at www.zend.com/apidoc are some (important) tables missing... What exactly, can you elaborate

[PHP-DEV] Extension / calling require_once()

2001-11-18 Thread Andreas Aderhold
Hi There, can I call a php-function from inside a php extension? I mean simply doing a call to the ZE that does call the method that the php function/construct require_once() triggers. Would be very cool if this is possible. Andi -- PHP Development Mailing List http://www.php.net/ To

[PHP-DEV] Bug #14067 Updated: configure: error: libjpeg not found!

2001-11-18 Thread sniper
ID: 14067 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Compile Failure Operating System: SUN OS 2.6 PHP Version: 4.0.6 New Comment: So the configure works. This unix.h problem is not PHP problem at all. You should report it to the c-client author.

[PHP-DEV] Bug #13555 Updated: Configure doesn't seem to search /lib for libdb-3.so

2001-11-18 Thread sniper
ID: 13555 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Bogus Bug Type: Compile Failure Operating System: RedHat Linux 6.2 PHP Version: 4.0.6 New Comment: Not a bug. You need to install the devel package also: db3-devel-3.1.17-4.6x.i386.rpm Previous Comments:

[PHP-DEV] Bug #14073 Updated: Premature end of script headers

2001-11-18 Thread sniper
ID: 14073 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Reproducible crash Operating System: Win98 PHP Version: 4.0.6 New Comment: It's hard to tell whether the problem is in ODBC part or something else. This is not a bug in PHP but in your script /

[PHP-DEV] Bug #14008 Updated: $_POST/$_FILES when uploaded file is too large

2001-11-18 Thread sniper
ID: 14008 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: HTTP related Operating System: RHL 7.1 PHP Version: 4.0CVS-2001-11-10 Assigned To: sniper New Comment: This is fixed now. --Jani Previous Comments:

[PHP-DEV] Bug #14036 Updated: Segfault when using multipart form data

2001-11-18 Thread sniper
ID: 14036 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Reproducible crash Operating System: Linux 2.2.20 and 2.4.14 PHP Version: 4.0CVS-2001-11-12 New Comment: This is fixed in CVS now. --Jani Previous Comments:

[PHP-DEV] engine2 mailinglist

2001-11-18 Thread Andre Gildemeister
hi, Since 6 or 7 Days I get no more mails from the zendengine2 mailinglist at all. Rest the mailinglist because of technical problems or do the protagonists rest ;) ? best regards -Andre -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP-DEV] Bug #14021 Updated: PHP 4.2.0-dev segfaults with horde

2001-11-18 Thread sniper
ID: 14021 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Reproducible crash Operating System: Linux RH7.1 (2.4.9) PHP Version: 4.0CVS-2001-11-11 New Comment: This should be fixed in latest CVS now. --Jani Previous Comments:

[PHP-DEV] Bug #14019 Updated: Building, using changed configure settings, does not incorporate new settings

2001-11-18 Thread sniper
ID: 14019 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Compile Failure Operating System: Linux Debian Potato PHP Version: 4.0CVS-2001-11-11 New Comment: This is not actually a bug. The PHP configure checks what the GD library supports. It doesn't

[PHP-DEV] Bug #14014 Updated: Need later config.guess/config.sub

2001-11-18 Thread sniper
ID: 14014 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Compile Failure Operating System: OpenUNIX 8 PHP Version: 4.0.6 New Comment: Fixed in CVS. --Jani Previous Comments:

[PHP-DEV] Bug #13650 Updated: ImageWBMP does not make correct output.

2001-11-18 Thread sniper
ID: 13650 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: GD related Operating System: Solaris 7 (SunOS 5.7) PHP Version: 4.0.6 New Comment: Could you please attach the diff of your php.ini and the php.ini-dist from the release? (diff -u

[PHP-DEV] Bug #13988 Updated: get_meta_tags function failure if title tag contains a '

2001-11-18 Thread sniper
ID: 13988 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Unknown/Other Function Operating System: Windows 98 first edition PHP Version: 4.0.6 New Comment: All your example html files are buggy: meta name=description contentciao ciao Note the

[PHP-DEV] Bug #14015 Updated: Can't install (make install)

2001-11-18 Thread sniper
ID: 14015 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Compile Failure Operating System: UNIXWARE 7 PHP Version: 4.0.6 New Comment: Are you running 'make install' as root? Or if not, does the user you run it as have permissions to write to those

[PHP-DEV] Bug #13960 Updated: ImageCreateFromJPEG doesn't work with URLs

2001-11-18 Thread sniper
ID: 13960 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: GD related Operating System: Windows XP PHP Version: 4.0.6 New Comment: What if you use 127.0.0.1 instead of localhost ? --Jani Previous Comments:

[PHP-DEV] Bug #11891 Updated: error_reporting option broken/changed

2001-11-18 Thread sniper
ID: 11891 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: PHP options/info functions Operating System: Linux (Cobalt RaQ3) PHP Version: 4.0.6 New Comment: Are you sure your php.ini file is read by PHP ? Try setting the error_reporting in the script:

[PHP-DEV] Bug #14035 Updated: Install fails on apsx -S command under Apache 1.3.6

2001-11-18 Thread sniper
ID: 14035 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Apache related Operating System: Cobalt RAQ 3-Red Hat 5 PHP Version: 4.0.6 New Comment: Both of these problems are fixed in CVS (and in next release, 4.1.0 ) --Jani Previous Comments:

[PHP-DEV] Bug #11647 Updated: Installation Failure

2001-11-18 Thread sniper
ID: 11647 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Apache related Operating System: Linux (Intel glibc) PHP Version: 4.0.6 New Comment: Fixed in CVS. Fix will be in PHP 4.1.0. --Jani Previous Comments:

[PHP-DEV] Bug #11647 Updated: Installation Failure

2001-11-18 Thread sniper
ID: 11647 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Apache related Operating System: Linux (Intel glibc) PHP Version: 4.0.6 New Comment: Please try the latest CVS (http://snaps.php.net/ and make sure the package has date newer than 18th of November) --Jani

[PHP-DEV] Bug #14048 Updated: Configure issues

2001-11-18 Thread sniper
ID: 14048 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Unknown/Other Function Operating System: BSD/OS 4.x PHP Version: 4.0.6 New Comment: Please list shortly what does not work in latest snapshot. --Jani Previous Comments:

[PHP-DEV] Bug #14097 Updated: Add option to file() to strip \n

2001-11-18 Thread sniper
ID: 14097 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Summary: newlines in file function Old Status: Bogus Status: Analyzed Old Bug Type: Filesystem function related Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0.6 Previous Comments:

[PHP-DEV] Bug #14100: Unicode Filenames

2001-11-18 Thread ziip15
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.6 PHP Bug Type: *Directory/Filesystem functions Bug description: Unicode Filenames I have multiple files (.mp3) that have strange characters in them, and apparently, PHP doesn't recognize them as files.

[PHP-DEV] Re: [PEAR-DEV] Adoption of Metabase

2001-11-18 Thread Manuel Lemos
Hello, Morgan Christiansson wrote: At 07:54 PM 11/17/01 -0200, Manuel Lemos wrote: - Metabase API already provides true portability to database applications, so you would not need to crack your head doing what Metabase already does. Firstly, I can certainly see benefits in

[PHP-DEV] Bug #14048 Updated: Configure issues

2001-11-18 Thread msopacua
ID: 14048 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Unknown/Other Function Operating System: BSD/OS 4.x PHP Version: 4.0.6 New Comment: Ok: BSDi 4.2 i386 with GNUmake 3.79.1, autoconf 2.13, automake 1.5, libtool 1.4,

[PHP-DEV] Bug #14101: imap_sort returns irregular sort sequence

2001-11-18 Thread richard
From: [EMAIL PROTECTED] Operating system: Linux 2.4.10 (rH7.1) PHP version: 4.0.5 PHP Bug Type: IMAP related Bug description: imap_sort returns irregular sort sequence Hello folks... Imap sort works only with small mailbox... --- snip --- $newstrm = imap_open

[PHP-DEV] Bug #14102: php -l (lint) seems not work

2001-11-18 Thread pnine
From: [EMAIL PROTECTED] Operating system: linux 2.2.19 PHP version: 4.0.6 PHP Bug Type: *General Issues Bug description: php -l (lint) seems not work On earlier php versions the lint options on standalone php don't work (seg fault with 4.0.3pl1 and 4.0.4pl1) On 4.0.5 and

[PHP-DEV] Bug #14103: RPM Installation, PHP not working, no modules in /etc/httpd/modules?!

2001-11-18 Thread grichards
From: [EMAIL PROTECTED] Operating system: Red Hat 7.2 PHP version: 4.0.6 PHP Bug Type: Apache related Bug description: RPM Installation, PHP not working, no modules in /etc/httpd/modules?! PHP with MySQL support should have been installed by the Red Hat installer when I

[PHP-DEV] Bug #14103 Updated: RPM Installation, PHP not working, no modules in /etc/httpd/modules?!

2001-11-18 Thread mfischer
ID: 14103 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Apache related Operating System: Red Hat 7.2 PHP Version: 4.0.6 New Comment: Please ask support questions at [EMAIL PROTECTED] And, you're missing the 'lex' or 'flex' utility obviiously.

[PHP-DEV] Bug #14069 Updated: Need function for Informix that can return the exactly rows from SELECT

2001-11-18 Thread puawat
ID: 14069 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: Need function for Informix Status: Open Bug Type: Feature/Change Request Operating System: AIX 4.3.3 PHP Version: 4.0.6 New Comment: Can provide new function or give me the workaround (sample code) that

Re: [PHP-DEV] Bug #14030: sybase ct_init fails

2001-11-18 Thread Brian Foddy
This can be a common, but very bothersome error message with Sybase (and some other databases) (not just using PHP). I've seen it before using Solaris 2.6 and Sybase 12 also. You need to be very careful about your $SYBASE and related variables, to make sure the web server has them all set right.

[PHP-DEV] empty(0) issue

2001-11-18 Thread Chris Newbill
What ever came of this issue? Im running into a lot of instances lately where this is very annoying. Ill check the archives latter just thought Id ask. -Chris