[PHP-DEV] Bug #10742: iconv failure

2001-05-09 Thread dnl
From: [EMAIL PROTECTED] Operating system: redhat7.1 PHP version: 4.0.5 PHP Bug Type: Compile Failure Bug description: iconv failure error source: if test -f $ICONV_DIR/lib/libconv.a -o -f $ICONV_DIR/lib/libiconv.so ; then AC_CHECK_LIB(iconv, iconv_open,

Re: [PHP-DEV] Zend API changes

2001-05-09 Thread Zeev Suraski
You should be using ZEND_EXTENSION_API_NO, it's an integer. Zeev At 23:32 8/5/2001, Dan Libby wrote: ok, so ZEND_VERSION_DOUBLE is crazy talk. the preprocessor doesn't like floats either. But something like ZEND_VERSION_MAJOR 4, ZEND_VERSION_MINOR 6 would satisfy it. -danda Dan Libby wrote:

[PHP-DEV] Bug #10743: class functions PHP core functions inconsistently clash ;)

2001-05-09 Thread jjones
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: class functions PHP core functions inconsistently clash ;) Okay.. this has been bugging me for a while.. consider the following: class test {

[PHP-DEV] Bug #10743 Updated: class functions PHP core functions inconsistently clash ;)

2001-05-09 Thread derick
ID: 10743 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: New and list are language contructs, and not functions in PHP. That's why those don't work. This is not

[PHP-DEV] Bug #10744: session_start() serializes exec

2001-05-09 Thread fperillo
From: [EMAIL PROTECTED] Operating system: Linux Mandrake 7.2 PHP version: 4.0.4pl1 PHP Bug Type: *Session related Bug description: session_start() serializes exec Try this in a script: ?php exec( /bin/sleep 30 /dev/null 21 /dev/null ) ; echo Done !! ; ? Now call it

[PHP-DEV] Bug #10743 Updated: class functions PHP core functions inconsistently clash ;)

2001-05-09 Thread hholzgra
ID: 10743 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Bogus Status: Open Old-Bug Type: Scripting Engine problem Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: IMHO the parser should be clever enough to get the clue when

[PHP-DEV] Bug #10745: swap problems

2001-05-09 Thread danilo . dasta
From: [EMAIL PROTECTED] Operating system: HP-UX B.11.00 PHP version: 4.0.4pl1 PHP Bug Type: Performance problem Bug description: swap problems we are using php Version 4.0.4pl1 with a zeus Web server version 3.3.6. php is running as cgi. I have tested my server with a web

Re: [PHP-DEV] Zend API changes

2001-05-09 Thread Stanislav Malyshev
DL be buildable with all of 4.x without user intervention, so I'm trying DL to figure out some way to handle the change via the pre-processor. Use ZEND_EXTENSION_API_NO, it changes every time API changes so that extensions may break. -- Stanislav Malyshev, Zend Products Engineer [EMAIL

[PHP-DEV] Bug #10746: Unable to Save Result Sets EVEN WITH mySQL PATH

2001-05-09 Thread mfurdyk
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: MySQL related Bug description: Unable to Save Result Sets EVEN WITH mySQL PATH Same as bug#4759 -- mysql spits out unable to save result set errors, even if PHP is compiled with the FULL

[PHP-DEV] unbuffered mysql_db_query for 4.0.6?

2001-05-09 Thread Wez Furlong
Hi All, Since Andi wants to RC1 4.0.6, I would like to know if you have an opinion about my recent patch for mysql_db_query() which allows you request an unbuffered rowset. Zeev suggested that using a different combination of function calls would be more optimal, and now that I have done some

[PHP-DEV] Bug #7274 Updated: odbc_execute does not accept new arguments when failing

2001-05-09 Thread edrenth
ID: 7274 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: ODBC related Operating system: redhat 6.2 linux 2.2.16-3 PHP Version: 4.0.3 Description: odbc_execute does not accept new arguments when failing OK, I'll have to live with this bug, since this version of the unify database is

[PHP-DEV] Bug #10747: buildconf fails with missing macros

2001-05-09 Thread morten
From: [EMAIL PROTECTED] Operating system: Linux 2.4.3 PHP version: 4.0 Latest CVS (2001-05-09) PHP Bug Type: Compile Failure Bug description: buildconf fails with missing macros root@Tenchi /usr/src/php4# ./buildconf buildconf: checking installation... buildconf: autoconf

[PHP-DEV] Bug #10748: LIBGD20 must be enabled manually in main/php_config.h

2001-05-09 Thread morten
From: [EMAIL PROTECTED] Operating system: Linux 2.4.3 PHP version: 4.0 Latest CVS (2001-05-09) PHP Bug Type: *Configuration Issues Bug description: LIBGD20 must be enabled manually in main/php_config.h the configure script doesn't detect libgd2 automatically it is

[PHP-DEV] Bug #10748 Updated: LIBGD20 must be enabled manually in main/php_config.h

2001-05-09 Thread wez
ID: 10748 Updated by: wez Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Configuration Issues Operating system: PHP Version: 4.0 Latest CVS (2001-05-09) Assigned To: Comments: It works for me... Can you post your configure line and email your config.log file to

[PHP-DEV] RE: [PHP-QA] Modifications to Windows Readme file

2001-05-09 Thread Liz
In the bit where you say assign php4isapi.dll to the .php extension woudlnt it be beneficial to say for the CGI version use php.exe etc.. and for the ISAPI version use the DLL? I know from my own experience that the DLL has caused me problems, but the exe is very reliable.. -- PHP Development

[PHP-DEV] Bug #10739 Updated: Zlib compile fails

2001-05-09 Thread chagenbu
ID: 10739 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Compile Failure Operating system: PHP Version: 4.0.5 Assigned To: Comments: I get the same thing, and the common link seems to be IMAP - somewhere between revision 1.27 and the current version of

[PHP-DEV] Re: [PHP-QA] Modifications to Windows Readme file

2001-05-09 Thread Cynic
PHP 4.0 for Windows comes in two flavours - a CGI executable (php.exe), and an ISAPI module (php4isapi.dll). what about php4apache.dll? shouldn't that be mentioned too? BTW, that reminds me: ASF guys have changed the names of the win32 Apache modules to match the unix names; apachefoo.dll

Re: [PHP-DEV] Re: [PHP-QA] Modifications to Windows Readme file

2001-05-09 Thread Phil Driscoll
There is a separate file called install.txt which covers installation on a wider range of servers. Ideally there would be one document - I was just soaking up a spare 10 minutes to improve things a bit! Cheers -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http://www.dialsolutions.com

[PHP-DEV] Re: [PHP-QA] Modifications to Windows Readme file

2001-05-09 Thread Phil Driscoll
In the bit where you say assign php4isapi.dll to the .php extension woudlnt it be beneficial to say for the CGI version use php.exe etc.. and for the ISAPI version use the DLL? Yes it should. I did do this a while ago, and I thought that that was in this file, but it is in fact in the install.txt

[PHP-DEV] Bug #10749: Does it exist some way how to sort Czech texts inside arrays

2001-05-09 Thread kirchner
From: [EMAIL PROTECTED] Operating system: Windows 98 PHP version: 4.0.4pl1 PHP Bug Type: Arrays related Bug description: Does it exist some way how to sort Czech texts inside arrays Czech language use ISO 8859-2 charset or WIN 1250 (which is typical Windows product) under

[PHP-DEV] Bug #10750: Seeking, reading and writing with GZIP

2001-05-09 Thread elifarley
From: [EMAIL PROTECTED] Operating system: n/a PHP version: 4.0.5 PHP Bug Type: *Compression related Bug description: Seeking, reading and writing with GZIP - Seeking in a gzip file in read only mode is not quite fast; - Seeking backwards in a gzip file in write mode is

[PHP-DEV] Bug #10751: When ever I submit the japanese sjis charset string ƒ\ƒtƒgƒEƒFƒA from the client side

2001-05-09 Thread umesh
From: [EMAIL PROTECTED] Operating system: Red Hat Linux 6.2 PHP version: 4.0.5 PHP Bug Type: Scripting Engine problem Bug description: When ever I submit the japanese sjis charset string ƒ\ƒtƒgƒEƒFƒA from the client side When ever I submit the japanese sjis charset string

[PHP-DEV] php.exe from current CVS crashes on startup

2001-05-09 Thread Cynic
Configuration: testsuite - Win32 Release_TS_Inline Build : warning : failed to (or don't know how to) build 'D:\compile\php\php4-200105090545\results.txt' Running Testsuite, please wait... Error executing c:\winnt\system32\cmd.exe. testsuite - 1

[PHP-DEV] Bug #10752: infinite loops prevents pages from loading

2001-05-09 Thread anabolic
From: [EMAIL PROTECTED] Operating system: Linux and Win2k PHP version: 4.0.4pl1 PHP Bug Type: *Programming Data Structures Bug description: infinite loops prevents pages from loading html head meta http-equiv=Content-Type content=text/html; charset=windows-1254

[PHP-DEV] Re: Serious problems with libtool 1.4..

2001-05-09 Thread Sascha Schumann
Please let me know whether the current CVS works for you. - Sascha Experience IRCG http://schumann.cx/http://schumann.cx/ircg -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP-DEV] Bug #3783 Updated: versioning + mysql impossible !

2001-05-09 Thread sniper
ID: 3783 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Critical Bug Type: Dynamic loading Operating system: PHP Version: 4.0 Assigned To: Comments: As I didn't get any answer maybe setting this to critical will get someone's attention.. --Jani Previous

[PHP-DEV] Bug #10589 Updated: buildconf not compatible with Gnu Libtool 1.4

2001-05-09 Thread sniper
ID: 10589 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Critical Bug Type: *Install and Config Operating system: PHP Version: 4.0 Latest CVS (01/05/2001) Assigned To: Comments: Reopened. There are some problems with libtool 1.4 still so we propably won't support

Re: [PHP-DEV] Re: Serious problems with libtool 1.4..

2001-05-09 Thread Sascha Schumann
And that fix of yours is a hack. Could you please revert it? As I remember you yourself told me once that we don't want to fix symptoms but the causes.. :) There are no rules without exception. In this case, the macro can be helpful to determine when you are using broken

[PHP-DEV] Bug #4630 Updated: Segmentation fault(coredump) in apache startup

2001-05-09 Thread sniper
ID: 4630 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Critical Bug Type: Compile Failure Operating system: PHP Version: 4.0.5 Assigned To: Comments: Marked as to be fixed before 4.0.6 --Jani Previous Comments:

[PHP-DEV] Bug #7822 Updated: system crash

2001-05-09 Thread sniper
ID: 7822 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Critical Bug Type: Apache related Operating system: PHP Version: 4.0.4 Assigned To: Comments: System security bugs are quite critical. This has to be addressed before 4.0.6 --Jani Previous Comments:

[PHP-DEV] Bug #10754: parsing CDATA with special characters

2001-05-09 Thread heiko
From: [EMAIL PROTECTED] Operating system: Linux (Debian) PHP version: 4.0.4pl1 PHP Bug Type: XML related Bug description: parsing CDATA with special characters Parsing a XMLdocument that contains CDATA parts produces errors. Also the parser should leave the CDATA it still

[PHP-DEV] Bug #10681 Updated: Fix for #9698 breaks more than it fixes

2001-05-09 Thread sniper
ID: 10681 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Critical Bug Type: Network related Operating system: PHP Version: 4.0 Latest CVS (05/05/2001) Assigned To: Comments: Someone who knows that part of PHP better should check the patch provided. Marked as to be

[PHP-DEV] Bug #10755: PHP work very slow with Ms Sql, 99% processor load when I process SQL instr.

2001-05-09 Thread alyak
From: [EMAIL PROTECTED] Operating system: NT4.0 Service Pack PHP version: 4.0.4pl1 PHP Bug Type: MSSQL related Bug description: PHP work very slow with Ms Sql, 99% processor load when I process SQL instr. All php pages without SQL instruction work fast, when I run code

[PHP-DEV] Bug #3783 Updated: versioning + mysql impossible !

2001-05-09 Thread hholzgra
ID: 3783 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Critical Status: Analyzed Bug Type: Dynamic loading Operating system: PHP Version: 4.0 Assigned To: Comments: strange, i thought i had already written something here ... anyway, compiling both php 3 and 4 with

[PHP-DEV] Bug #9041 Updated: Extra #! at top of web output.

2001-05-09 Thread john
ID: 9041 User Update by: [EMAIL PROTECTED] Status: Suspended Bug Type: Scripting Engine problem Operating system: Solaris 7. PHP Version: 4.0.4pl1 Description: Extra #! at top of web output. Here's a quick and dirty fix. 18:39 james`` oK open cgi_main.c 18:39 james`` and goto line 720 18:40

[PHP-DEV] Bug #3783 Updated: versioning + mysql impossible !

2001-05-09 Thread sniper
ID: 3783 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Analyzed Old-Bug Type: Dynamic loading Bug Type: Documentation problem Operating system: PHP Version: 4.0 Assigned To: Comments: reclassified as documentation problem. --Jani Previous Comments:

[PHP-DEV] bolt on libraries

2001-05-09 Thread Darren
Hi does anyone know how to write a module for php? Thanks Darren -- 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] bolt on libraries

2001-05-09 Thread Sean R. Bright
Have a look at: http://www.zend.com/zend/api.php -Original Message- From: Darren [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 11:46 AM To: [EMAIL PROTECTED] Subject: [PHP-DEV] bolt on libraries Hi does anyone know how to write a module for php? Thanks Darren

[PHP-DEV] Bug #10625 Updated: Internal Server Error 500

2001-05-09 Thread kalowsky
ID: 10625 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: ODBC related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: not sure i understand what the bug is. please provide a sample script, and relavent parts of your php.ini

[PHP-DEV] Bug #10748 Updated: LIBGD20 must be enabled manually in main/php_config.h

2001-05-09 Thread morten
ID: 10748 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: *Configuration Issues Operating system: Linux 2.4.3 PHP Version: 4.0 Latest CVS (2001-05-09) Description: LIBGD20 must be enabled manually in main/php_config.h ./configure \ --prefix=/usr \

[PHP-DEV] Bug #10756: segfault. php tried to work with non-existent pgsql connection

2001-05-09 Thread stask
From: [EMAIL PROTECTED] Operating system: linux-2.2.19 PHP version: 4.0.5 PHP Bug Type: Reproducible crash Bug description: segfault. php tried to work with non-existent pgsql connection Concerning script. It is big, it uses mysql, and it does not use postgres. ./configure

[PHP-DEV] Daily PHP snapshots for Win32

2001-05-09 Thread Zeev Suraski
I finally got around to set up the automatic Win32 snapshots. You can find it at http://www.zend.com/snapshots/ Right now it only builds the main DLL, and the CGI and ISAPI SAPI modules; We'll add more SAPI modules and extension modules as soon as we get some free time. Zeev -- PHP

Re: [PHP-DEV] unbuffered mysql_db_query for 4.0.6?

2001-05-09 Thread Andi Gutmans
I think it is best not to add this patch. Andi At 11:00 AM 5/9/2001 +0100, Wez Furlong wrote: Hi All, Since Andi wants to RC1 4.0.6, I would like to know if you have an opinion about my recent patch for mysql_db_query() which allows you request an unbuffered rowset. Zeev suggested that using

[PHP-DEV] Bug #10757: doubble writing in files

2001-05-09 Thread xavier . coudin
From: [EMAIL PROTECTED] Operating system: Linux RedHat 7.0 PHP version: Earlier? Upgrade first! PHP Bug Type: Filesystem function related Bug description: doubble writing in files Using Linux RH 7.0 / Apache 1.1.14 / php 4.01 When I am using my computer at the same time

Re: [PHP-DEV] Re: Serious problems with libtool 1.4..

2001-05-09 Thread Andi Gutmans
At 05:20 PM 5/9/2001 +0200, Sascha Schumann wrote: And that fix of yours is a hack. Could you please revert it? As I remember you yourself told me once that we don't want to fix symptoms but the causes.. :) There are no rules without exception. In this case, the macro can be

RE: [PHP-DEV] Re: [PHP-QA] Modifications to Windows Readme file

2001-05-09 Thread Liz
the readme shold be nuked as it's pretty out of date. info's not covered by install.txt should be moved there, IMO. One thing I noted when setting my windows stuff up was that there were various details in different places, makes it a little more confusing. A simple HTML file including with

Re: [PHP-DEV] Re: Serious problems with libtool 1.4..

2001-05-09 Thread Sascha Schumann
I want to branch tomorrow so why not revert the patch today and reapply it tomorrow night or the day after? Because that creates more work than reverting the patch once? Same effect but it makes more sense to me to have the tree 4.0.6-dev until we branch. I'd like to see this

[PHP-DEV] Bug #10758 Updated: php_curl.dll won't load, even if in WinNT\system32 folder

2001-05-09 Thread jmoore
ID: 10758 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: IIS related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Please contact [EMAIL PROTECTED] or [EMAIL PROTECTED] I know that all the extensions will load as I use them here.

Re: [PHP-DEV] Re: Serious problems with libtool 1.4..

2001-05-09 Thread Andi Gutmans
Whatever. I just think it makes more sense to put such patches after we branch. Andi At 07:34 PM 5/9/2001 +0200, Sascha Schumann wrote: I want to branch tomorrow so why not revert the patch today and reapply it tomorrow night or the day after? Because that creates more work than

[PHP-DEV] Bug #10760: Failure during make process

2001-05-09 Thread jorge_faria
From: [EMAIL PROTECTED] Operating system: Solaris 2.8 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: Failure during make process here is a log of make gcc -I. -I/users/packages/php-4.0.4pl1/main -I/users/packages/php-4.0.4pl1/main

[PHP-DEV] gd/config.m4 still busted

2001-05-09 Thread Sascha Schumann
Hi, the config.m4 defines several macros like this AC_DEFUN(PHP_GD_JPEG,[ .. PHP_ADD_LIBRARY_WITH_PATH(jpeg, $withval/lib) .. LIBS=$LIBS -L$withval/lib -ljpeg ]) I.e. it correctly adds the library using PHP-specific macros, but then continues in

[PHP-DEV] Bug #10757 Updated: doubble writing in files

2001-05-09 Thread sniper
ID: 10757 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Filesystem function related Operating system: PHP Version: Earlier? Upgrade first! Assigned To: Comments: Update your PHP first. If this happens with 4.0.5 too, reopen. --Jani Previous

RE: [PHP-DEV] Re: [PHP-QA] Modifications to Windows Readme file

2001-05-09 Thread Daniel Beulshausen
At 18:58 09.05.2001 +0100, James Moore wrote: Well keep the manual up to date and we can generate install.txt from this very simply.. make lynx -dump html/install.windows.html install.txt in the manual dir. I think this is probably the best way to do it. then please merge the install.txt in

[PHP-DEV] Bug #10758 Updated: php_curl.dll won't load, even if in WinNT\system32 folder

2001-05-09 Thread bryan . keller
ID: 10758 User Update by: [EMAIL PROTECTED] Status: Bogus Bug Type: IIS related Operating system: WinNT 4.0 PHP Version: 4.0.4pl1 Description: php_curl.dll won't load, even if in WinNT\system32 folder Yes there is an error when executing php.exe from the command line: The procedure entry

[PHP-DEV] Bug #10758 Updated: php_curl.dll won't load, even if in WinNT\system32 folder

2001-05-09 Thread bryan . keller
ID: 10758 User Update by: [EMAIL PROTECTED] Status: Bogus Bug Type: IIS related Operating system: WinNT 4.0 PHP Version: 4.0.4pl1 Description: php_curl.dll won't load, even if in WinNT\system32 folder Yes there is an error when executing php.exe from the command line: The procedure entry

Re: [PHP-DEV] gd/config.m4 still busted

2001-05-09 Thread Jani Taskinen
I'm working on this.. --Jani On Wed, 9 May 2001, Sascha Schumann wrote: Hi, the config.m4 defines several macros like this AC_DEFUN(PHP_GD_JPEG,[ .. PHP_ADD_LIBRARY_WITH_PATH(jpeg, $withval/lib) .. LIBS=$LIBS -L$withval/lib -ljpeg ]) I.e. it

[PHP-DEV] Bug #10758 Updated: php_curl.dll won't load, even if in WinNT\system32 folder

2001-05-09 Thread jmoore
ID: 10758 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Bogus Status: Feedback Bug Type: IIS related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Looks like it could be stale php4ts.dll's hanging about please delete any that are lying about on your computer

Re: [PHP-DEV] unbuffered mysql_db_query for 4.0.6?

2001-05-09 Thread Jani Taskinen
Remove. Actually..should that mysql_db_query() be deprecated too? Starting 4.0.6 with warning? --Jani On Wed, 9 May 2001, Wez Furlong wrote: Hi All, Since Andi wants to RC1 4.0.6, I would like to know if you have an opinion about my recent patch for mysql_db_query() which allows you request

[PHP-DEV] Bug #10760 Updated: Failure during make process

2001-05-09 Thread derick
ID: 10760 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Failure Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Hello, did you build PHP from a fresh checkout? Please try the following: ./cvsclean ./buildconf

[PHP-DEV] Bug #10759 Updated: undefined symbol: mxdriver

2001-05-09 Thread sniper
ID: 10759 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: IMAP related Operating system: PHP Version: 4.0.5 Assigned To: Comments: You haven't followed the install instructions. Check the www.php.net/imap page for more info. --Jani Previous

[PHP-DEV] Bug #10742 Updated: iconv failure

2001-05-09 Thread derick
ID: 10742 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating system: PHP Version: 4.0.5 Assigned To: Comments: Sascha, Sterling, can you please comment on this one? Previous Comments:

[PHP-DEV] Bug #10760 Updated: Failure during make process

2001-05-09 Thread derick
ID: 10760 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Compile Failure Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Hello, I just saw you are not using CVS, please try this instead: rm config.cache ./configure ... (your configure line)

[PHP-DEV] Bug #10758 Updated: php_curl.dll won't load, even if in WinNT\system32 folder

2001-05-09 Thread bryan . keller
ID: 10758 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Bogus Bug Type: IIS related Operating system: WinNT 4.0 PHP Version: 4.0.4pl1 Description: php_curl.dll won't load, even if in WinNT\system32 folder Yes there is an error when executing php.exe from the command line: The

[PHP-DEV] RE: Modifications to Windows Readme file - A HTML offering

2001-05-09 Thread Liz
Its not the greatest HTML, but I didnt want to do something that blew the world away, something simple. I think I incorporated all the changes Paul sent out - but as Im dyslexic Im not the best to spot minute wording changes. Please dont flame me. Title: PHP 4x documentation PHP 4.x Win32

[PHP-DEV] Bug #10761: Call toCall to unsupported or undefined function mysql_connect()

2001-05-09 Thread iandbigejunk
From: [EMAIL PROTECTED] Operating system: Red Hat 7 PHP version: 4.0.5 PHP Bug Type: *Configuration Issues Bug description: Call toCall to unsupported or undefined function mysql_connect() Problem: php modules for mysql are not loaded. Solution: launch php from command line

Re: [PHP-DEV] gd/config.m4 still busted

2001-05-09 Thread Sascha Schumann
On Wed, 9 May 2001, Jani Taskinen wrote: I'm working on this.. Well, then you are probably well-equipped to comment on this. The implementation of the proposal is attached. - Sascha Experience IRCG http://schumann.cx/

[PHP-DEV] Bug #10758 Updated: php_curl.dll won't load, even if in WinNT\system32 folder

2001-05-09 Thread bryan . keller
ID: 10758 User Update by: [EMAIL PROTECTED] Status: Bogus Bug Type: IIS related Operating system: WinNT 4.0 PHP Version: 4.0.4pl1 Description: php_curl.dll won't load, even if in WinNT\system32 folder okay, I think i'm getting to the heart of the issue here: when I disable the php_curl.dll

[PHP-DEV] Bug #10762: Call to unsupported or undefined function mysql_connect()

2001-05-09 Thread iandbigejunk
From: [EMAIL PROTECTED] Operating system: Red Hat 7 PHP version: 4.0.4 PHP Bug Type: MySQL related Bug description: Call to unsupported or undefined function mysql_connect() Problem: php modules for mysql are not loaded. Solution: launch php from command line

[PHP-DEV] Bug #10761 Updated: Call toCall to unsupported or undefined function mysql_connect()

2001-05-09 Thread cardinal
ID: 10761 Updated by: cardinal Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *Configuration Issues Operating system: PHP Version: 4.0.5 Assigned To: Comments: Not a bug. Previous Comments: ---

[PHP-DEV] Bug #10762 Updated: Call to unsupported or undefined function mysql_connect()

2001-05-09 Thread cardinal
ID: 10762 Updated by: cardinal Reported By: [EMAIL PROTECTED] Status: Open Bug Type: MySQL related Operating system: PHP Version: 4.0.4 Assigned To: Comments: Not a bug. Previous Comments: --- [2001-05-09 15:22:08]

[PHP-DEV] Bug #10763 Updated: MySQL Connection Failed: Can't connect to local MySQL server through socket

2001-05-09 Thread cardinal
ID: 10763 Updated by: cardinal Reported By: [EMAIL PROTECTED] Status: Open Bug Type: MySQL related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Not a bug. Previous Comments: --- [2001-05-09 15:34:53]

[PHP-DEV] Bug #10763 Updated: MySQL Connection Failed: Can't connect to local MySQL server through socket

2001-05-09 Thread cardinal
ID: 10763 Updated by: cardinal Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: MySQL related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Previous Comments: --- [2001-05-09

[PHP-DEV] Bug #10758 Updated: php_curl.dll won't load, even if in WinNT\system32 folder

2001-05-09 Thread bryan . keller
ID: 10758 User Update by: [EMAIL PROTECTED] Status: Bogus Bug Type: IIS related Operating system: WinNT 4.0 PHP Version: 4.0.4pl1 Description: php_curl.dll won't load, even if in WinNT\system32 folder Possible Solution: To use the php_curl.dll in NT 4.0, I made a copy of the msvcrt.dll

[PHP-DEV] Bug #10764: set_time_limit doesn't work

2001-05-09 Thread info
From: [EMAIL PROTECTED] Operating system: Suse 7.0 / Kernel 2.4.4 PHP version: 4.0.4pl1 PHP Bug Type: *Function Specific Bug description: set_time_limit doesn't work Set_time_limit() is completely ignored. All php.ini-values are on default (especially safe mode is off).

Re: [PHP-DEV] unbuffered mysql_db_query for 4.0.6?

2001-05-09 Thread Jon Parise
On Wed, May 09, 2001 at 08:28:55PM +0200, Jani Taskinen wrote: Remove. Actually..should that mysql_db_query() be deprecated too? Starting 4.0.6 with warning? That sounds like a good move to me (provided it's just a warning for now). It probably shouldn't be completely removed until 4.1. --

[PHP-DEV] Re: [PEAR-CVS] cvs: php4 /pear PEAR.php.in

2001-05-09 Thread Andrei Zmievski
On Fri, 20 Apr 2001, Andrei Zmievski wrote: I'll make a userland interface to zend_is_callable(). Ok, is_callable() is in. No docs yet, but the first argument is the construct to check, second optional one is whether to check just the syntax of construct or its existence in runtime tables, and

[PHP-DEV] Bug #8941 Updated: Openlink/ODBC cannot parse complex queries

2001-05-09 Thread ahill
ID: 8941 Updated by: ahill Reported By: [EMAIL PROTECTED] Status: Open Bug Type: ODBC related Operating system: PHP Version: 4.0.2 Assigned To: Comments: this issue is specific to the interaction of the Progress database and the OpenLink Agent-based cursor library once scrollable cursors

[PHP-DEV] Bug #10750 Updated: Seeking, reading and writing with GZIP

2001-05-09 Thread sr
ID: 10750 Updated by: sr Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: *Compression related Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.5 Assigned To: Comments: Reclassify as feature request. Have a look at the PHP java support, maybe you can use your

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

2001-05-09 Thread wuxinan
From: [EMAIL PROTECTED] Operating system: Windows 98 PHP version: 4.0.5 PHP Bug Type: Sockets related Bug description: timeout doesn't work timeout parameter in fsockopen() doesn't work socket_set_timeout() doesn't work. I am using PHP 4.0.5 (binary release, CGI version)

[PHP-DEV] Bug #10766: date function S qualifier doesn't work and is inconsistent

2001-05-09 Thread bmonro
From: [EMAIL PROTECTED] Operating system: solaris PHP version: 4.0.4 PHP Bug Type: Date/time related Bug description: date function S qualifier doesn't work and is inconsistent -- Edit Bug report at: http://bugs.php.net/?id=10766edit=1 -- PHP Development Mailing

[PHP-DEV] Bug #10766 Updated: date function S qualifier doesn't work and is inconsistent

2001-05-09 Thread derick
ID: 10766 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Date/time related Operating system: PHP Version: 4.0.4 Assigned To: Comments: Please provide more information and post a short script the shows your problem. Previous Comments:

Re: [PHP-DEV] Bug #10758 Updated: php_curl.dll won't load, even if in WinNT\system32 folder

2001-05-09 Thread Daniel Beulshausen
At 19:51 09.05.2001 +, [EMAIL PROTECTED] wrote: ID: 10758 User Update by: [EMAIL PROTECTED] Status: Bogus Bug Type: IIS related Operating system: WinNT 4.0 PHP Version: 4.0.4pl1 Description: php_curl.dll won't load, even if in WinNT\system32 folder Possible Solution: To use the php_curl.dll

[PHP-DEV] Bug #10767: CDATA sections not type'd or content'd

2001-05-09 Thread gregory
From: [EMAIL PROTECTED] Operating system: Linux RH 6.2 PHP version: 4.0.5 PHP Bug Type: DOM XML related Bug description: CDATA sections not type'd or content'd well, using the dom and libxml 2.3.8 (and libxml 1 was required in 4.0.4pl1 too) it (getting CDATA content)

[PHP-DEV] Bug #10768: undefined symbol: output_globals

2001-05-09 Thread jacobc
From: [EMAIL PROTECTED] Operating system: Debian 2.2r2 on Alpha platform PHP version: 4.0.5 PHP Bug Type: Dynamic loading Bug description: undefined symbol: output_globals [output] Syntax error on line 208 of /usr/local/apache/conf/httpd.conf: Cannot load

[PHP-DEV] Bug #10768 Updated: undefined symbol: output_globals

2001-05-09 Thread sniper
ID: 10768 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Dynamic loading Operating system: PHP Version: 4.0.5 Assigned To: Comments: Please try this cmd: './configure --help'. You should be using the INSTALL paths of the external resources. i.e.

[PHP-DEV] Bug #10769: sendmail_port does not work

2001-05-09 Thread mlabrot
From: [EMAIL PROTECTED] Operating system: Win32 PHP version: 4.0.5 PHP Bug Type: Mail related Bug description: sendmail_port does not work The sendmail_port INI variable has been left out of the PHP_INI var registration block. SMTP mail is forced to use port 25 in win32.

[PHP-DEV] Bug #10770: . (concatenation) preceeds mathematical operations in order of execution

2001-05-09 Thread vitaliyf
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.5 PHP Bug Type: Feature/Change Request Bug description: . (concatenation) preceeds mathematical operations in order of execution ? $i=10; print hello . $i-2 . world; ? will output: -2 world (hello

[PHP-DEV] Bug #10773: C Compiler cannot create executables

2001-05-09 Thread keller_matthew
From: [EMAIL PROTECTED] Operating system: Sun Solaris 8 PHP version: 4.0.5 PHP Bug Type: *Install and Config Bug description: C Compiler cannot create executables I am entering the following script for configure ./configure --with-nsapi=/opt/server/netscape/server

[PHP-DEV] Bug #10772 Updated: destroy_op_array

2001-05-09 Thread phplist
ID: 10772 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Class/Object related Operating system: Win2000 Server SP1 PHP Version: 4.0 Latest CVS (2001-05-09) Description: destroy_op_array Actually, this only happens if I set a variable, inside a class, to a new class (of itself, or

[PHP-DEV] Bug #10772 Updated: destroy_op_array

2001-05-09 Thread sniper
ID: 10772 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Class/Object related Operating system: PHP Version: 4.0 Latest CVS (2001-05-09) Assigned To: Comments: Add a short script which can be used to reproduce this into this bug report.

[PHP-DEV] Bug #10773 Updated: C Compiler cannot create executables

2001-05-09 Thread sniper
ID: 10773 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Install and Config Operating system: PHP Version: 4.0.5 Assigned To: Comments: Are you using GCC ? If not, get it. As this problem is with your compiler, not in PHP. And it's problem with

[PHP-DEV] Bug #10770 Updated: . (concatenation) preceeds mathematical operations in order of execution

2001-05-09 Thread sniper
ID: 10770 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.5 Assigned To: Comments: http://www.php.net/manual/en/language.operators.precedence.php . and - are equal. Use ()'s to override it.

[PHP-DEV] Bug #10772 Updated: destroy_op_array

2001-05-09 Thread phplist
ID: 10772 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Class/Object related Operating system: Win2000 Server SP1 PHP Version: 4.0 Latest CVS (2001-05-09) Description: destroy_op_array Whoa. Sorry for this. Actually all the problems went away when I deleted all

Re: [PHP-DEV] Bug #10751: When ever I submit the japanese sjis charset string $B%=%U%H%&%'%"(B from the client side

2001-05-09 Thread Yasuo Ohgaki
You are not supposed to use SJIS. Try UTF-8 or EUC-JP -- Yasuo Ohgaki [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... From: [EMAIL PROTECTED] Operating system: Red Hat Linux 6.2 PHP version: 4.0.5 PHP Bug Type: Scripting Engine problem

[PHP-DEV] Bug #10742 Updated: iconv failure

2001-05-09 Thread dnl
ID: 10742 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating system: redhat7.1 PHP Version: 4.0.5 Description: iconv failure filename is iconv/config.m4 Previous Comments: --- [2001-05-09

[PHP-DEV] Bug #10742 Updated: iconv failure

2001-05-09 Thread dnl
ID: 10742 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating system: redhat7.1 PHP Version: 4.0.5 Description: iconv failure filename is config.m4, if use error source,you cannot make iconv for php4.05. please use right replace error. error begin row 30.

[PHP-DEV] Bug #10774: SWF complill error

2001-05-09 Thread webmaster
From: [EMAIL PROTECTED] Operating system: Red Hat Linux 6.2 PHP version: 4.0.4pl1 PHP Bug Type: SWF related Bug description: SWF complill error I have attempted to compille php 4.0.4pl1 and 4.0.5 using files that I downloaded from http://reality.sgi.com/grafica/flash/; and

Re: [PHP-DEV] unbuffered mysql_db_query for 4.0.6?

2001-05-09 Thread Andi Gutmans
At 04:03 PM 5/9/2001 -0400, Jon Parise wrote: On Wed, May 09, 2001 at 08:28:55PM +0200, Jani Taskinen wrote: Remove. Actually..should that mysql_db_query() be deprecated too? Starting 4.0.6 with warning? That sounds like a good move to me (provided it's just a warning for now). It probably

[PHP-DEV] Bug #10775: Apache process in loop after allocation of first session

2001-05-09 Thread peter
From: [EMAIL PROTECTED] Operating system: NT 4.0 SP6a PHP version: 4.0.5 PHP Bug Type: *Session related Bug description: Apache process in loop after allocation of first session Using Apache 1.3.19, PHP 4.0.5, MySQL from April download. The web site has worked with several

Re: [PHP-DEV] unbuffered mysql_db_query for 4.0.6?

2001-05-09 Thread Jani Taskinen
On Thu, 10 May 2001, Andi Gutmans wrote: At 04:03 PM 5/9/2001 -0400, Jon Parise wrote: On Wed, May 09, 2001 at 08:28:55PM +0200, Jani Taskinen wrote: Remove. Actually..should that mysql_db_query() be deprecated too? Starting 4.0.6 with warning? That sounds like a good move to me (provided

  1   2   >