[PHP-DEV] PHP 4.0 Bug #9227 Updated: php module crashes without content-type header.

2001-03-17 Thread sniper
ID: 9227 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Reproduceable crash Assigned To: Comments: Fixed in CVS. --Jani Previous Comments: --- [2001-03-07 08:15:08] [EMAIL

Re: [PHP-DEV] Remade the YP/NIS diffs against the CVS tree.

2001-03-17 Thread Andi Gutmans
Instead of the following code you have in a few places: zval_dtor(status); FREE_ZVAL(status); You should use zval_ptr_dtor(&status); The user function might change the reference count of these zval's and there might be a situation where they shouldn't be destructed/freed. Andi At 10:31 PM 3/1

[PHP-DEV] PHP 4.0 Bug #9816: FATAL: emalloc(): Unable to allocate

2001-03-17 Thread shazlista
From: [EMAIL PROTECTED] Operating system: windows 2000 sp1 PHP version: 4.0.4pl1 PHP Bug Type: ODBC related Bug description: FATAL: emalloc(): Unable to allocate When I query a "Query" from access with only 2087 rows( each row is 210 bytes size), I get this error: FATAL:

[PHP-DEV] PHP 4.0 Bug #9815: cannot include/require files on network shares

2001-03-17 Thread djanix
From: [EMAIL PROTECTED] Operating system: win32 PHP version: 4.0 Latest CVS (17/03/2001) PHP Bug Type: Filesystem function related Bug description: cannot include/require files on network shares using latest exe from php4win.de... php cannot open network shares like include(

[PHP-DEV] PHP 4.0 Bug #9812 Updated: Connection to a MySQL DB

2001-03-17 Thread sniper
ID: 9812 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: MySQL related Assigned To: Comments: I can reproduce this one with this script: It's mysql_error() in mysql itself that is broken. I can reproduce this within the mysql shell too..

[PHP-DEV] PHP 4.0 Bug #9814: can't extract any files

2001-03-17 Thread wangxinyi2
From: [EMAIL PROTECTED] Operating system: redhat linux JP7.0 PHP version: 4.0.4pl1 PHP Bug Type: Compile Problem Bug description: can't extract any files I downloaded this Ver php4.0.4pl1.tar.gz, but I can not extract any files, because the error happened when I extract the

[PHP-DEV] PHP 4.0 Bug #9422 Updated: Apache hangs when Win goes to standby

2001-03-17 Thread php
ID: 9422 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Description: Apache hangs when Win goes to standby same with Sambar Server 4.4 Previous Comments: --- [2001-02-23 10:43:53] [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #9764 Updated: Extensions from php.ini get loaded several times per process

2001-03-17 Thread sniper
ID: 9764 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PHP options/info functions Assigned To: Comments: Fixed in CVS. (By Zeev, but not with this patch..) --Jani Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #9809 Updated: Extensions can't be loaded at startup

2001-03-17 Thread sniper
ID: 9809 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Configuration Issues Assigned To: Comments: Fixed in CVS. --Jani Previous Comments: --- [2001-03-17 16:44:28] [EMA

Re: [PHP-DEV] "Independent" comments on a bug.

2001-03-17 Thread Joey Smith
Only if you are a developer. You may want to try requesting a developer account. I know the QA/QC team can always use more helping closing reports and fixing bugs... http://www.php.net/cvs-php.php On Sat, 17 Mar 2001, Fredrik Ohrn wrote the following to [EMAIL PROTECTED] : > > In the bug track

[PHP-DEV] Quick solution for bug 5906 (ClibPDF + IMAP)

2001-03-17 Thread Fredrik Ohrn
Bug 5906 is a fatal compile error which occurs when including both IMAP and ClibPDF support. Problem: IMAP headers define T, which collide with a cpdflib function declaration. Solution: Get rid of it before incuding cpdflib.h. T is unused anyway, but if someone someday decides to use T in the i

[PHP-DEV] PHP 4.0 Bug #9813 Updated: Activating LoadModule for PHP4 causes Apache not to run, no error reported.

2001-03-17 Thread ulairi
ID: 9813 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Description: Activating LoadModule for PHP4 causes Apache not to run, no error reported. Apache's "config.status" header: CC="gcc" \ LIBS="-lpthread -lposix4" \ EAPI_MM="SYSTEM" \ SSL_BASE="/usr2/OpenSSL" \ ./c

[PHP-DEV] PHP 4.0 Bug #9813 Updated: Activating LoadModule for PHP4 causes Apache not to run, no error reported.

2001-03-17 Thread ulairi
ID: 9813 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Description: Activating LoadModule for PHP4 causes Apache not to run, no error reported. Compiled-in modules: http_core.c mod_env.c mod_log_config.c mod_mime.c mod_negotiation.c mod_status.c mod

[PHP-DEV] PHP 4.0 Bug #9813: Activating LoadModule for PHP4 causes Apache not to run, no error reported.

2001-03-17 Thread ulairi
From: [EMAIL PROTECTED] Operating system: Solaris 2.7 PHP version: 4.0.4pl1 PHP Bug Type: Apache related Bug description: Activating LoadModule for PHP4 causes Apache not to run, no error reported. Environment: Solaris 2.7 gcc 2.95.2 Apache 1.3.19 OpenSSL 0.9.6 ModSSL 2.8

[PHP-DEV] PHP 4.0 Bug #9809 Updated: Extensions can't be loaded at startup

2001-03-17 Thread sniper
ID: 9809 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: *Configuration Issues Assigned To: Comments: Reopened: This has not been fixed yet. --Jani Previous Comments: ---

[PHP-DEV] Remade the YP/NIS diffs against the CVS tree.

2001-03-17 Thread Fredrik Ohrn
See my post form earlier today for details on the patch.B -- Do fish get thirsty? Fredrik Öhrn Chalmers University of Technology [EMAIL PROTECTED] Sweden Index: php_yp.h ===

[PHP-DEV] Remade the ClibPDF diffs against the CVS tree.

2001-03-17 Thread Fredrik Ohrn
See my post form earlier today for details on the patch. -- Do fish get thirsty? Fredrik Öhrn Chalmers University of Technology [EMAIL PROTECTED] Sweden Index: cpdf.c ==

[PHP-DEV] CVS Account Request

2001-03-17 Thread CVS Account Request
Full name: Fredrik Öhrn Email: [EMAIL PROTECTED] ID: ohrn Purpose: To work on the YP/NIS and ClibPDF modules. -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-m

[PHP-DEV] Re: PHP 4.0 Bug #9812 Updated: Connection to a MySQL DB

2001-03-17 Thread Laurent LEVIER
I thought it was enough, but here it is: $db=mysql_connect("localhost", "user", ""); if ($db<=0) { print (""); print ("SQL Server error, cannot connect server"); exit; } $rc=mysql_select_db($database,$db); if ($rc<=0) { print (""); print ("SQL Server error, cann

[PHP-DEV] PHP 4.0 Bug #9812 Updated: Connection to a MySQL DB

2001-03-17 Thread sniper
ID: 9812 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: MySQL related Assigned To: Comments: Previous Comments: --- [2001-03-17 15:46:01] [EMAIL PROTECTED] mysql_connect("loc

[PHP-DEV] PHP 4.0 Bug #9812 Updated: Connection to a MySQL DB

2001-03-17 Thread sniper
ID: 9812 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Bug Type: MySQL related Assigned To: Comments: Can you please add a shortest possible script into this report which can be used to reproduce this? --Jani Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #9811 Updated:

2001-03-17 Thread sniper
ID: 9811 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: MySQL related Assigned To: Comments: submitted twice Previous Comments: --- [2001-03-17 15:44:39] [EMAIL PROTECTED] --

[PHP-DEV] PHP 4.0 Bug #9812: Connection to a MySQL DB

2001-03-17 Thread llevier
From: [EMAIL PROTECTED] Operating system: Linux RH 6.2 PHP version: 4.0.4pl1 PHP Bug Type: MySQL related Bug description: Connection to a MySQL DB mysql_connect("localhost","user","") report an error that should not exist: SQL Server error, cannot select databaseAccess denie

[PHP-DEV] PHP 4.0 Bug #9811:

2001-03-17 Thread llevier
From: [EMAIL PROTECTED] Operating system: Linux RH 6.2 PHP version: 4.0.4pl1 PHP Bug Type: MySQL related Bug description: -- Edit Bug report at: http://bugs.php.net/?id=9811&edit=1 -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL

[PHP-DEV] YP/NIS functions reworked.

2001-03-17 Thread Fredrik Ohrn
Hello! I spent some time cleaning up and adding new functionality to the YP/NIS module. General changes: All functions now maintain a global 'errno' variable with the returnvalue of the last yp call. All functions now call php_error with a warning message on failure (this might me overkill).

[PHP-DEV] PHP 4.0 Bug #9806 Updated: fwrite doesn't work on Windows 2000 with Apache Server.

2001-03-17 Thread leonardo
ID: 9806 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: Filesystem function related Description: fwrite doesn't work on Windows 2000 with Apache Server. Now that's ok! Thank you. You're great. Previous Comments: ---

Re: [PHP-DEV] Re: PHP 4.0 Bug #9793 Updated: ldap_mod_add with badparams cause Segfault

2001-03-17 Thread Jani Taskinen
On 17 Mar 2001, [iso-8859-2] Ondøej Surý wrote: Could you please answer using the web interface found at: http://www.php.net/bugs.php?id=9793&edit=2 And answer to those questions I asked. BTW. Have you tried the latest CVS snapshot from http://snaps.php.net/ ? --Jani -- PHP Development Maili

[PHP-DEV] PHP 4.0 Bug #9806 Updated: fwrite doesn't work on Windows 2000 with Apache Server.

2001-03-17 Thread sniper
ID: 9806 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Filesystem function related Assigned To: Comments: Note: I just added a note into the docs for fwrite() functions about this. --Jani Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #9806 Updated: fwrite doesn't work on Windows 2000 with Apache Server.

2001-03-17 Thread sniper
ID: 9806 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Filesystem function related Assigned To: Comments: RTFM: http://www.php.net/fopen ie. Just add the 'b': fopen("http://www.some_site.com/some_picture.jpg", "rb" fopen("http://www.some_site

[PHP-DEV] PHP 4.0 Bug #9541 Updated: New Feature Patch

2001-03-17 Thread dirk
ID: 9541 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: PostgreSQL related Description: New Feature Patch Is this going to make it into 4.0.5? Previous Comments: --- [2001-03-04 01:16:57] [EMAIL PROTECTED] Hi -

[PHP-DEV] Re: PHP 4.0 Bug #9793 Updated: ldap_mod_add with bad params cause Segfault

2001-03-17 Thread Ondřej Surý
ldap.php.strace -- Ondřej Surý <[EMAIL PROTECTED]> Globe Internet s.r.o. http://globe.cz/ Tel: +420235365000 Fax: +420235365009 Pláničkova 1, 162 00 Praha 6 Mob: +420605204544 ICQ: 24944126 Mapa: http://globe.namape.cz/ GPG fingerprint: CC91 8F02 8CDE 91

[PHP-DEV] PHP 4.0 Bug #9806 Updated: fwrite doesn't work on Windows 2000 with Apache Server.

2001-03-17 Thread leonardo
ID: 9806 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Filesystem function related Description: fwrite doesn't work on Windows 2000 with Apache Server. Thank you Jani! This is the code: if($fd_url = fopen("http://www.some_site.com/some_picture.jpg", "r")) {

[PHP-DEV] PHP 4.0 Bug #9531 Updated: make fails at "make ." -> /usr/bin/ld: cannot open -lxmltok

2001-03-17 Thread sniper
ID: 9531 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Compile Failure Assigned To: Comments: You pressed ctrl+c to interrupt the make process. Please ask further install questions on [EMAIL PROTECTED] mailing list. --Jani Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #9806 Updated: fwrite doesn't work on Windows 2000 with Apache Server.

2001-03-17 Thread sniper
ID: 9806 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Filesystem function related Assigned To: Comments: What was the fopen() line you have used? --Jani Previous Comments: -

[PHP-DEV] PHP 4.0 Bug #9804 Updated: Incorrect File type check

2001-03-17 Thread sniper
ID: 9804 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: GD related Assigned To: Comments: Please add a shortest possible script into this bug report which can be used to reproduce this problem. --Jani Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #8053 Updated: PGSQL doesn't detects on FBSD4

2001-03-17 Thread sniper
ID: 8053 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: PostgreSQL related Assigned To: Comments: User feedback: -- It was a bug of 4.0.3plX version, with 4.0.4 it seems to be OK - Closed. --Jani Previous Comm

[PHP-DEV] PHP 4.0 Bug #9605 Updated: There is no file: sqlcli1.h.

2001-03-17 Thread sniper
ID: 9605 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Failure Assigned To: Comments: works -> closed. --Jani Previous Comments: --- [2001-03-17 01:05:29] [EMAIL P

[PHP-DEV] PHP 4.0 Bug #9803 Updated: php.ini not being parsed at start up

2001-03-17 Thread sniper
ID: 9803 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Old-Bug Type: *General Issues Bug Type: *Configuration Issues Assigned To: Comments: By default, PHP looks for php.ini in /usr/local/lib Is that the directory you have php.ini in? --Jani Previous

[PHP-DEV] PHP 4.0 Bug #8392 Updated: crash with --enable-debug, backtrace sourcefile

2001-03-17 Thread sniper
ID: 8392 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Reproduceable crash Assigned To: Comments: Not able to reproduce -> closed. (reopen if you get it to crash again.. :) --Jani Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #9661 Updated: PHP sometimes dumps core

2001-03-17 Thread sniper
ID: 9661 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Reproduceable crash Assigned To: Comments: Closed per user request. Previous Comments: --- [2001-03-16 21:00:37] [EMAI

[PHP-DEV] PHP 4.0 Bug #9809 Updated: Extensions can't be loaded at startup

2001-03-17 Thread loic-info
ID: 9809 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Configuration Issues Description: Extensions can't be loaded at startup Ok, a fix has been posted to the developer mailing-list (message from Alexander Bokovoy on On Sat, Mar 17, 2001 at 16:51). So I close m

[PHP-DEV] PHP 4.0 Bug #9264 Updated: Using session_encode with user-level session storage functions causes a crash

2001-03-17 Thread lolo
ID: 9264 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *Session related Description: Using session_encode with user-level session storage functions causes a crash Hi! I've done a test with the new php4.0.5-RC1 from php4win.de and the crash still occurs. Regards, Loïc Previous

[PHP-DEV] PHP 4.0 Bug #9810: Apache 1.3.17 & 19 crash at shutdown

2001-03-17 Thread loic-info
From: [EMAIL PROTECTED] Operating system: win 98SE PHP version: 4.0 Latest CVS (17/03/2001) PHP Bug Type: Reproduceable crash Bug description: Apache 1.3.17 & 19 crash at shutdown Hi! I'm under win 98SE, Apache 1.3.17 or 19, php4.0.5-RC1 from php4win.de as an Apache module

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-03-17 Thread php-dev
PHP 3.0 Bug Database summary - http://bugs.php.net Num Status Summary (526 total including feature requests) ===[*General Issues]== 4180 Open is_link returns false when target doesnt exist (should return true) 9610 Bogus Dea

Re: [PHP-DEV] PHP 4.0 Bug #9809: Extensions can't be loaded at startup

2001-03-17 Thread Alexander Bokovoy
On Sat, Mar 17, 2001 at 04:48:07PM -, [EMAIL PROTECTED] wrote: > From: [EMAIL PROTECTED] > Operating system: win 98SE > PHP version: 4.0 Latest CVS (17/03/2001) > PHP Bug Type: *Configuration Issues > Bug description: Extensions can't be loaded at startup > > Hi! > > I'

[PHP-DEV] PHP 4.0 Bug #9809: Extensions can't be loaded at startup

2001-03-17 Thread loic-info
From: [EMAIL PROTECTED] Operating system: win 98SE PHP version: 4.0 Latest CVS (17/03/2001) PHP Bug Type: *Configuration Issues Bug description: Extensions can't be loaded at startup Hi! I'm under Win 98SE, Apache 1.3.19 and php4.0.5-RC1 (from www.php4win.de) as an Apache

Re: [PHP-DEV] PHP 4.0 Bug #9808 Updated: crypt function not supported

2001-03-17 Thread Daniel Beulshausen
At 16:14 17.03.2001 +, [EMAIL PROTECTED] wrote: >ID: 9808 >Updated by: derick >Reported By: [EMAIL PROTECTED] >Status: Open >Old-Bug Type: Strings related >Bug Type: Feature/Change Request >Assigned To: >Comments: > > From the manual: > >crypt() will return an encrypted string using the standa

[PHP-DEV] PHP 4.0 Bug #9808 Updated: crypt function not supported

2001-03-17 Thread manandhar_sachin
ID: 9808 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Description: crypt function not supported what other option to crypt function that would be compactable with windows system. Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #9808 Updated: crypt function not supported

2001-03-17 Thread derick
ID: 9808 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: Strings related Bug Type: Feature/Change Request Assigned To: Comments: >From the manual: crypt() will return an encrypted string using the standard Unix DES encryption method. It only works on Unix, so

[PHP-DEV] PHP 4.0 Bug #9808: crypt function not supported

2001-03-17 Thread manandhar_sachin
From: [EMAIL PROTECTED] Operating system: windows ME PHP version: 4.0.4pl1 PHP Bug Type: Strings related Bug description: crypt function not supported i use personal web server when i try to use crypt function i get error message function called not supported -- Edit Bug

Re: [PHP-DEV] RE: 4.0.5RC1 static build with Apache 1.3.19 problem

2001-03-17 Thread Andi Gutmans
Did you configure Apache after you did the make install from PHP? In the PHP directory run make install-sapi and see that PHP copies everything to the right directory. Andi At 07:12 PM 3/16/2001 -0800, Steven Roussey wrote: > > Subject: 4.0.5RC1 static build with Apache 1.3.19 problem > >Also

[PHP-DEV] PHP 4.0 Bug #9807: ereg_replace returns "Warning: Invalid content of \{\}"

2001-03-17 Thread ppavlovic
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.1 PHP Bug Type: *Function Specific Bug description: ereg_replace returns "Warning: Invalid content of \{\}" I also encountered this problem. I called ereg_replace from function such as this: function replace_v

[PHP-DEV] PHP 4.0 Bug #9695 Updated: memory leak when using fsockopen & fclose

2001-03-17 Thread sas
ID: 9695 Updated by: sas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Sockets related Assigned To: Comments: Not reproducible. The latest PHP CVS with AOLserver 3.3.1 on FreeBSD 4.3-BETA does not exhibit this behaviour. Previous Comments: -

[PHP-DEV] "Independent" comments on a bug.

2001-03-17 Thread Fredrik Ohrn
In the bug tracker, is it possible to add a comment to a bug already filed by someone else? If it is, please explain coz I'm to dumb to figure it out. Regards, Fredrik -- Do fish get thirsty? Fredrik Öhrn Chalmers University of Technology [EMAIL PROTECTED]

[PHP-DEV] New functions with patch: cpdf_set_font_directories andcpdf_set_font_map_file

2001-03-17 Thread Fredrik Ohrn
Hello! Let's try again, this time I'm sure the functionality doesn't already exist. :) void cpdf_set_font_directories(int pdfdoc, string pfmdir, string pfbdir) Set the directories in which PFM and PFB files are located. See the ClibPDF Manual for further details. void cpdf_set_font_map_fil

[PHP-DEV] PHP 4.0 Bug #9531 Updated: make fails at "make ." -> /usr/bin/ld: cannot open -lxmltok

2001-03-17 Thread php
ID: 9531 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Compile Failure Description: make fails at "make ." -> /usr/bin/ld: cannot open -lxmltok Joy! We're getting further! :-) But what's that: gcc -I. -I/home/family/php-4.0.4pl1/ext/standard -I/home/family/php

[PHP-DEV] PHP 4.0 Bug #9806: fwrite doesn't work on Windows 2000 with Apache Server.

2001-03-17 Thread leonardo
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: Filesystem function related Bug description: fwrite doesn't work on Windows 2000 with Apache Server. I have two web servers with Windows 2000 running on them. One of them uses as a web

Re: [PHP-DEV] New functions (patch included): str_uri_escape andunescape

2001-03-17 Thread Fredrik Ohrn
On Sat, 17 Mar 2001, Gavin Sherry wrote: > What's wrong with rawurl(en)(de)code() ? > > Gavin > Well, nothing I guess, except that I didnt find them... :) They do encode a lot of characters that are allowed thou. I'll just write it off as practice. Regards, Fredrik -- Do fish get thirsty?

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

2001-03-17 Thread hholzgra
ID: 8981 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Analyzed Bug Type: Dynamic loading Assigned To: Comments: dynamic libraries on HP-UX are implemented different, on needs a very recent(?) HP-UX or wrapper code to fix this Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #9805: ob_start("my_gzhandler1"); - not worked

2001-03-17 Thread vvtk
From: [EMAIL PROTECTED] Operating system: RedHat 6.1 PHP version: 4.0 Latest CVS (17/03/2001) PHP Bug Type: Output Control Bug description: ob_start("my_gzhandler1"); - not worked In latest CVS, my Script can't work. With php-4.0.4pl1 - all work fine. -- Edit Bug rep

[PHP-DEV] PHP 4.0 Bug #9804 Updated: Incorrect File type check

2001-03-17 Thread the_man01
ID: 9804 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: GD related Description: Incorrect File type check in my original post, I made refernce to WBMP files. that should have been GIF files, not WBMP. So the problem im having is with GIF, and JPEG files. Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #9804: Incorrect File type check

2001-03-17 Thread the_man01
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: GD related Bug description: Incorrect File type check I'm attempting to create a script that accepts bmp and jpg files uploaded by a user and converts them into jpg or bmp files as requeste

[PHP-DEV] New Version Released. Upgrade Online

2001-03-17 Thread Support
Title: Click Here To Visit Our Site at www.mewsoft.com Dear Mewsoft Customer, Great News. Mewsoft released Auction Software version 3.00 the unbeatable in its features and prices. Now only special offer get 50% off and if you already have any software from any competitor get more 4