RE: [PHP-DEV] PHP 4.0 Bug #8889 Updated: Memory is not being freed.

2001-05-01 Thread John Hamlik
I was kinda hoping the fast-cgi version would enable the best of both worlds; however, I have been unable to get it to work under apache at this point. Any comments ? -Original Message- From: Brian Foddy [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 9:18 PM To: Andi Gutmans;

[PHP-DEV] Bug #8889 Updated: Memory is not being freed.

2001-05-01 Thread andi
ID: 8889 Updated by: andi Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Performance problem PHP Version: 4.0.4 Assigned To: Comments: The main problem is that once the system's standard C library allocates heap space (with the sbrk() system call) it will never return

[PHP-DEV] Bug #10518 Updated: mcrypt_generic is padding input when using cfb and ofb modes

2001-05-01 Thread derick
ID: 10518 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Closed Bug Type: mcrypt related PHP Version: 4.0.4pl1 Assigned To: derick Comments: I applied your fix in CVS. Thanks! Previous Comments:

[PHP-DEV] Bug #10556 Updated: php does not work with php_mcrypt.dll

2001-05-01 Thread derick
ID: 10556 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: mcrypt related PHP Version: 4.0.4 Assigned To: Comments: Please try the lastest 4.0.5 release from www.php.net as soon as it's posted on the site. You probably tried the 4.0.2 module from the

[PHP-DEV] Bug #9163 Updated: mcrypt_list_algorithms doesn't work

2001-05-01 Thread derick
ID: 9163 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Assigned Bug Type: mcrypt related PHP Version: 4.0.4pl1 Assigned To: derick Comments: I'm forwarding this bugreport to the author of libmcrypt, as this does not like a php bug to me. Previous Comments:

RE: [PHP-DEV] PHP 4.0 Bug #8889 Updated: Memory is not being freed.

2001-05-01 Thread Andi Gutmans
Do you know what is causing it to grow so much? Andi At 06:42 PM 4/30/2001 -0700, John Hamlik wrote: I too have experienced this problem and can reproduce, I just changed to the cgi version instead to eliminate the problem, which I would agree, it is. I have one page on a site of hundreds of

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c

2001-05-01 Thread Andi Gutmans
At 09:14 AM 5/1/2001 +0200, Sebastian Bergmann wrote: Sterling Hughes wrote: sterlingMon Apr 30 20:48:27 2001 EDT Modified files: /php4/sapi/cgi cgi_main.c Log: fix for bug 6491, http://www.php.net/bugs.php?id=6491, removes a bit of (what I think is)

RE: [PHP-DEV] PHP 4.0 Bug #8889 Updated: Memory is not being freed.

2001-05-01 Thread Andi Gutmans
You can mail the author: Ben Mansell [EMAIL PROTECTED] Andi At 11:22 PM 4/30/2001 -0700, John Hamlik wrote: I was kinda hoping the fast-cgi version would enable the best of both worlds; however, I have been unable to get it to work under apache at this point. Any comments ? -Original

[PHP-DEV] Bug #9775 Updated: libmcrypt-2.4.9 causes random segmentation faults

2001-05-01 Thread derick
ID: 9775 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Suspended Bug Type: Reproduceable crash PHP Version: 4.0.4pl1 Assigned To: derick Comments: I can reproduce this on my own system, both thtough PHP and with a C-program. As the author of libmcrypt cannot

[PHP-DEV] Bug #10187 Updated: Warning: mcrypt module initialization failed

2001-05-01 Thread derick
ID: 10187 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Assigned Bug Type: mcrypt related PHP Version: 4.0 Latest CVS (05/04/2001) Assigned To: derick Comments: I guess this could be an OS specific problem. I've no access to a Mac OS X machine unfortunately. Previous Comments:

[PHP-DEV] Update of bundled packages

2001-05-01 Thread Sebastian Bergmann
Hi there, if I remember correctly, someone wanted to upgrade the bundled expat sources (and ext/xml accordingly) for PHP 4.0.5. By looking at ChangeLog I couldn't find a commit for this, so I guess this has not happened, but correct me if I'm wrong. If the bundled expat sources haven't

Re: [PHP-DEV] Update of bundled packages

2001-05-01 Thread Alexander Bokovoy
On Tue, May 01, 2001 at 11:24:21AM +0200, Sebastian Bergmann wrote: Hi there, if I remember correctly, someone wanted to upgrade the bundled expat sources (and ext/xml accordingly) for PHP 4.0.5. I wanted but I have no enough karma for it. ext/xml extension needs additional re-work in

[PHP-DEV] Attn: Joe Brown

2001-05-01 Thread Kee Hinckley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To the person using the email address [EMAIL PROTECTED]. If you don't want to receive email, please either stop posting messages, or go get a hotmail account. I'm tired of bouncing email sent to you (several hundred in just the last few months),

[PHP-DEV] Bug #10581: signal 6 when starting server

2001-05-01 Thread mark . faine
From: [EMAIL PROTECTED] Operating system: Solaris 2.6 PHP version: 4.0.5 PHP Bug Type: iPlanet related Bug description: signal 6 when starting server My bug is exactly the same as Bug id #10012, except for my OS/PHP/Web server version differences. I am getting exactly the

[PHP-DEV] XML works... continued...

2001-05-01 Thread Vadka
Hi! Just published 2 new patches (instead of yesterday's 2) for expat (xml parsing library, used in PHP) and PHP engine. Patches are for the correct work of PHP XML parser in the case of empty elements in XML/HTML like img / or so. Available at: http://www.legko.ru/Soft (with patches for

Re: [PHP-DEV] PHP 4.0 Bug #8889 Updated: Memory is not being freed.

2001-05-01 Thread teo
Hi Brian! On Mon, 30 Apr 2001, Brian Foddy wrote: Perhaps another possible solution is this... For those 1 in 300 web hits that the developer knows is going to use gobs of memory and assuming they can't be re-engineered to use less (through temp files, etc), create a simple function that is

[PHP-DEV] Bug #7237 Updated: PHP Isapi Filter fails after some consecutive uses

2001-05-01 Thread andi
ID: 7237 Updated by: andi Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: IIS related PHP Version: 4.0.3pl1 Assigned To: Comments: Please check 4.0.5. Some multi-threading issues have been improved and let us know if it still doesn't work for you. Previous Comments:

[PHP-DEV] Bug #10579: PHP won't Compile Because of Errors in PHP_DLL

2001-05-01 Thread x86zman
From: [EMAIL PROTECTED] Operating system: Win98 SE (Heb. Enabled) PHP version: 4.0.5 PHP Bug Type: Compile Failure Bug description: PHP won't Compile Because of Errors in PHP_DLL PHP won't Compile Because of Errors in PHP_DLL ., after a Successful Compilation of Zend ,

[PHP-DEV] Bug #10580: Access Violation using ADODB

2001-05-01 Thread jason
From: [EMAIL PROTECTED] Operating system: Win2k PHP version: 4.0.5 PHP Bug Type: COM related Bug description: Access Violation using ADODB Access Violation on this line: $fields = $rs-Fields; where $rs is the recordset from the database. Error occurs with PHP 4.0.5 final

[PHP-DEV] Bug #10025 Updated: bison reports error with 'S' parameter

2001-05-01 Thread jmoore
ID: 10025 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Compile Failure PHP Version: 4.0.4pl1 Assigned To: Comments: No feedback, this was fixed in CVS anyway. Closing Previous Comments:

[PHP-DEV] PHP 4.0 Bug Summary Report

2001-05-01 Thread php-dev
PHP 4.0 Bug Database summary - http://bugs.php.net Num Status Summary (1385 total including feature requests) ===[*Configuration Issues] 8670 Open Incorect interpretation session.gc_maxlifetime parameter 8848 Open open_basedir

[PHP-DEV] Bug #10568 Updated: error using ODBC

2001-05-01 Thread kalowsky
ID: 10568 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: ODBC related PHP Version: 4.0.4pl1 Assigned To: Comments: i'm not sure i understand the error you're receiving. can you please give a sample script that creates the error? also, are

[PHP-DEV] Bug #10064 Updated: Apache Seg Faults with XSLT and domXML usage

2001-05-01 Thread jmoore
ID: 10064 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Sablotron XSL PHP Version: 4.0 Latest CVS (29/03/2001) Assigned To: Comments: I cant reproduce this. No feedback and there were some slabtron fixes please try with 4.0.5 - James

[PHP-DEV] Bug #10085 Updated: socket support seems not loaded

2001-05-01 Thread jmoore
ID: 10085 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Sockets related PHP Version: 4.0.4pl1 Assigned To: Comments: No feedback please try again with 4.0.5 and check you have the correct configure options by running ./configure --help and

[PHP-DEV] Bug #10572 Updated: https takes forever and a day when curl is enabled

2001-05-01 Thread jmoore
ID: 10572 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: cURL related PHP Version: 4.0.5 Assigned To: Comments: Can you please provide a small simple script to reproduce this (so that we can use it) also your configure line would be useful. -

[PHP-DEV] Bug #10582: Error message corruption -- possible infinite loop

2001-05-01 Thread nick
From: [EMAIL PROTECTED] Operating system: RedHat Linux 6.0 PHP version: 4.0.5 PHP Bug Type: *General Issues Bug description: Error message corruption -- possible infinite loop I'm getting the following error message very occasionally (once daily) on a server with

[PHP-DEV] Bug #7615 Updated: Session management in thttpd / proxy problem

2001-05-01 Thread jmoore
ID: 7615 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Other web server PHP Version: 4.0.3pl1 Assigned To: Comments: Can you please try this without the firewall inbetween you and the webserver and see if the firewall delay is causing the problem

[PHP-DEV] shared extension module and 4.0.5

2001-05-01 Thread Eric Callier
Hello, I just upgrade from php4.04pl1 to 4.05. And now I got undefined symbol in my extension module on array_init function. My module is an shared object link with php4 library gcc -shared -fPIC -DPIC -L/usr/src/php/.libs -rdynamic -fexceptions -o php_mymodule.so $(MY_OBJECTS_LIST)

Re: [PHP-DEV] Bug #10582: Error message corruption -- possibleinfinite loop

2001-05-01 Thread Nick Loman
On 1 May 2001 [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] Operating system: RedHat Linux 6.0 PHP version: 4.0.5 PHP Bug Type: *General Issues Bug description: Error message corruption -- possible infinite loop I'm getting the following error message very

[PHP-DEV] Bug #10578: Serious: Mac line-feeds not recognized as linefeeds in code any more

2001-05-01 Thread troels
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.5 PHP Bug Type: Scripting Engine problem Bug description: Serious: Mac line-feeds not recognized as linefeeds in code any more Mac (\r) linefeeds seem to be parsed as non-line feeds since PHP 4.0.5 (no problem

[PHP-DEV] curl

2001-05-01 Thread Stanislav Malyshev
Trying to compile PHP tomorrow, I see a lot of undeclared errors in curl, like: /home.import/frodo/php4/ext/curl/curl.c:663: `CURLOPT_PASSWDFUNCTION' undeclared (first use in this function) etc. Can anybody tell me why it happens? It worked some days before. -- Stanislav Malyshev, Zend

Re: [PHP-DEV] curl

2001-05-01 Thread Andi Gutmans
At 04:06 PM 5/1/2001 +0300, Stanislav Malyshev wrote: Trying to compile PHP tomorrow, I see a lot of undeclared errors in curl, like: /home.import/frodo/php4/ext/curl/curl.c:663: `CURLOPT_PASSWDFUNCTION' undeclared (first use in this function) etc. Can anybody tell me why it happens? It worked

Re: [PHP-DEV] curl

2001-05-01 Thread Stanislav Malyshev
AG You need to get the latest CVS of curl itself. The header files AG have changed. Sterling posted diff's. Andi Ugh. I see. Will it work with some release of CURL on the start (or at least the end) of 4.0.6 cycle? Because releasing product depending on CVS version of something is ... well, not

[PHP-DEV] Bug #10583: T argument in Date Function

2001-05-01 Thread radiosunday
From: [EMAIL PROTECTED] Operating system: win2k PHP version: 4.0.4 PHP Bug Type: Date/time related Bug description: T argument in Date Function win2k IIS $date = date(m/d/y h:i A T , $timestamp); I have tested this thoroughly. The T argument causes PHP to encounter an

Re: [PHP-DEV] curl

2001-05-01 Thread Sterling Hughes
On Tue, 1 May 2001, Stanislav Malyshev wrote: AG You need to get the latest CVS of curl itself. The header files AG have changed. Sterling posted diff's. Andi Ugh. I see. Will it work with some release of CURL on the start (or at least the end) of 4.0.6 cycle? Because releasing product

Re: [PHP-DEV] curl

2001-05-01 Thread Alexander Bokovoy
On Tue, May 01, 2001 at 04:06:00PM +0300, Stanislav Malyshev wrote: Trying to compile PHP tomorrow, I see a lot of undeclared errors in curl, like: /home.import/frodo/php4/ext/curl/curl.c:663: `CURLOPT_PASSWDFUNCTION' undeclared (first use in this function) etc. Can anybody tell me why

[PHP-DEV] PHP 4.0 Bug #10580 Updated: Access Violation using ADODB

2001-05-01 Thread jason
ID: 10580 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: COM related Description: Access Violation using ADODB If it helps, here is the error message: PHP has encountered an Access Violation at 2474FF04 I got the following error messages when using MSXML Parser 3.01 to load an

[PHP-DEV] Bug #10574: Gets stuck on explode() when delimiter is not in the string

2001-05-01 Thread xyztheweb
From: [EMAIL PROTECTED] Operating system: WIN NT4 PHP version: 4.0.5 PHP Bug Type: Arrays related Bug description: Gets stuck on explode() when delimiter is not in the string If I perform an explode(,,$str); on $str = hi there this is a test; Php gets stuck and can

[PHP-DEV] Bug #10576: Able to Determine wwwroot

2001-05-01 Thread jwc
From: [EMAIL PROTECTED] Operating system: NT 4 Server PHP version: 3.0.17 PHP Bug Type: Other Bug description: Able to Determine lt;wwwrootgt; I've found a possible security Bug in PHP3 on NT that allows you to enumerate the root web directory. If someone would be kind

Re: [PHP-DEV] Bug #10528: I have been unable to find any documentation on the SAPI interface.

2001-05-01 Thread Allan Latham
I have got something working but I know (as you do) that there is a world of difference between this state and a reliable industry strength product. It's only too easy to so something (or not do something!) that has an impact on memory leaks or performance or even does something nasty like

[PHP-DEV] Bug #10577: EXEC() ; system() still dont work in new version

2001-05-01 Thread emailleonid
From: [EMAIL PROTECTED] Operating system: Windows 2000 Adv Srv SP1 PHP version: 4.0.5 PHP Bug Type: Program Execution Bug description: EXEC() ; system() still dont work in new version i've just downloaded today the latest release and the following code still returns only

[PHP-DEV] bug #9461 - imap_open crash when connecting to nntp with username and password

2001-05-01 Thread James Treleaven
Note: I would have added this to the bug database if I could figure out how. It seems that people can only modify their own bug reports ... not add to bug reports supported by others. Feel free to educate me on this. Like the author of bug #9461, I also tracked the problem down to mm_login() in

[PHP-DEV] Bug #10576 Updated: Able to Determine wwwroot

2001-05-01 Thread jmoore
ID: 10576 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Old-Bug Type: Other Bug Type: *General Issues PHP Version: 3.0.17 Assigned To: Comments: This is being delt with. - James Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8414 Updated: set_time_out() is acting inconsistantly

2001-05-01 Thread omakarenko
ID: 8414 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: Performance problem Description: set_time_out() is acting inconsistantly Note that under UNIX, execution time relates to the actual CPU time consumed by PHP, which may be very different (less) than the actual time that

[PHP-DEV] Bug #9837 Updated: Cannot connect with a remote MTS server

2001-05-01 Thread phanto
ID: 9837 Updated by: phanto Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: COM related PHP Version: 4.0.4pl1 Assigned To: Comments: no feedback Previous Comments: --- [2001-03-20 17:58:00] [EMAIL

[PHP-DEV] Bug #10575: installation of 4.0.5 as apxs module broke xbithack apache option

2001-05-01 Thread duvenhorst
From: [EMAIL PROTECTED] Operating system: Linux 2.2.4 PHP version: 4.0.5 PHP Bug Type: Apache related Bug description: installation of 4.0.5 as apxs module broke xbithack apache option installation of 4.0.5 as apxs module broke xbithack apache option -- Edit Bug

[PHP-DEV] COM is screwed up

2001-05-01 Thread Andi Gutmans
Hi, COM support has stopped working. It seems like this has crawled into 4.0.5 too. The simple testcom script in php4/tests doesn't work for me anymore so you can use that as a test case. Can you please let me know if you can track down the problem? Thanks, Andi -- PHP Development Mailing

Re: [PHP-DEV] COM is screwed up

2001-05-01 Thread derick
Hi, strange that this was not found during RC testing, did anyone ran the testsuite on Windows? Derick On Tue, 1 May 2001, Andi Gutmans wrote: Hi, COM support has stopped working. It seems like this has crawled into 4.0.5 too. The simple testcom script in php4/tests doesn't work for me

[PHP-DEV] Bug #10584: flush() in functions - behaviour wrong?

2001-05-01 Thread hara
From: [EMAIL PROTECTED] Operating system: Linux SuSE 6.3 - Apache PHP version: 4.0.5 PHP Bug Type: Scripting Engine problem Bug description: flush() in functions - behaviour wrong? ?php function test() { print(1); flush(); } print(0.test()); ? RESULT: 10 I

[PHP-DEV] Bug #10585: Php can't connect to MySQL database

2001-05-01 Thread ken
From: [EMAIL PROTECTED] Operating system: redhat 7 PHP version: 4.0.5 PHP Bug Type: MySQL related Bug description: Php can't connect to MySQL database mysql version 3.23.33 All MySQL connections are broken error: Warning: MySQL Connection Failed: Can't connect to local

[PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] COM is screwed up

2001-05-01 Thread James Moore
there are no com tests but I did play with it for Liz with RC3 or 4 for a while and it worked then. (I bet its that god damn COM diff that phanto made I thought he said he had tested it.. I havnt had time to yet but will build and test tonight. - James -Original Message- From: [EMAIL

[PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] COM is screwed up

2001-05-01 Thread Liz
strange that this was not found during RC testing, did anyone ran the testsuite on Windows? No, because it was on the end of a precarious link for me, but, I am now, setting down to install Vis Studio on my sacred anti MS machine just so I can compile it at home.. And therefore, will be able

[PHP-DEV] Bug #10584 Updated: flush() in functions - behaviour wrong?

2001-05-01 Thread cmv
ID: 10584 Updated by: cmv Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem PHP Version: 4.0.5 Assigned To: Comments: Well, I would say it's counter-intuitive perhaps, but not wrong. :) Think of it like a math expression, with parenthesis defining precedence:

[PHP-DEV] PHP 4.0 Bug #10581 Updated: signal 6 when starting server

2001-05-01 Thread mark . faine
ID: 10581 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: iPlanet related Description: signal 6 when starting server My bug is exactly the same as Bug id #10012, except for my OS/PHP/Web server version differences. I am getting exactly the same error. I have set everything up

[PHP-DEV] Bug #10586: Wrong parameters in docs for pdf_stringwidth

2001-05-01 Thread pete
From: [EMAIL PROTECTED] Operating system: N/A PHP version: 4.0.5 PHP Bug Type: Documentation problem Bug description: Wrong parameters in docs for pdf_stringwidth The documentation for pdf_stringwidth has incorrect parameters. It should be something like this: double

[PHP-DEV] PHP 4.0 Bug #10181 Updated: odbc_result causes Unexpected network read error

2001-05-01 Thread f . schneider
ID: 10181 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: ODBC related Description: odbc_result causes Unexpected network read error This is with the odbclib 1.0.0 from the ODBC SDK and libiodbc 2.0.12 which is included with it. I am trying to get the libiodc 2.1.3

[PHP-DEV] Bug #10563 Updated: missing #defines for ODBC

2001-05-01 Thread jmoore
ID: 10563 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Assigned Bug Type: Compile Problem PHP Version: 4.0 Latest CVS (30/04/2001) Assigned To: kalowsky Comments: Assigning to dan. Previous Comments:

[PHP-DEV] Bug #10584 Updated: flush() in functions - behaviour wrong?

2001-05-01 Thread hholzgra
ID: 10584 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem PHP Version: 4.0.5 Assigned To: Comments: what you want to do is return(1) instead of print(1) in test() Previous Comments:

[PHP-DEV] Bug #10585 Updated: Php can't connect to MySQL database

2001-05-01 Thread hholzgra
ID: 10585 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: MySQL related PHP Version: 4.0.5 Assigned To: Comments: most likely a configuration error ask a support forum like [EMAIL PROTECTED] Previous Comments:

[PHP-DEV] Bug #10581 Updated: signal 6 when starting server

2001-05-01 Thread avsm
ID: 10581 Updated by: avsm Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: iPlanet related PHP Version: 4.0.5 Assigned To: Comments: Have you tried these entries in obj.conf ? Init fn=load-modules shlib=/path/to/server4/bin/libphp4.so

[PHP-DEV] RE: Bug #10581 Updated: signal 6 when starting server

2001-05-01 Thread Faine, Mark
Yes, that was the first thing I tried, the server will start with these changes but will timeout on every page, even non-php pages. No page will load. It's Netscape iPlanet Server 4.0 SP5 Thanks Mark -Original Message- From: Bug Database [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May

[PHP-DEV] Bug #10587: Make fails

2001-05-01 Thread oli
From: [EMAIL PROTECTED] Operating system: MacOS X 10.0.1 PHP version: 4.0.5 PHP Bug Type: Compile Failure Bug description: Make fails After folloing the installation instructions for MacOS X on a HFS volume, as shown on the Stepwise site

[PHP-DEV] Bug #10581 Updated: signal 6 when starting server

2001-05-01 Thread avsm
ID: 10581 Updated by: avsm Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: iPlanet related PHP Version: 4.0.5 Assigned To: Comments: User Feedback: Yes, that was the first thing I tried, the server will start with these changes but will timeout on every page, even non-php pages.

[PHP-DEV] RE: Bug #10581 Updated: signal 6 when starting server

2001-05-01 Thread Faine, Mark
It's possible but it wouldn't be easy, for one I don't have gdb installed, AFAIK it doesn't come with Solaris so I'd have to install it. Also, I compiled with --disable-debug. Then there the fact there is no core file and I don't even know if I could get any kind of information from iPlanet

[PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] COM is screwed up

2001-05-01 Thread Andi Gutmans
At 07:37 PM 5/1/2001 +0100, Liz wrote: strange that this was not found during RC testing, did anyone ran the testsuite on Windows? No, because it was on the end of a precarious link for me, but, I am now, setting down to install Vis Studio on my sacred anti MS machine just so I can compile

[PHP-DEV] Bug #10567 Updated: Your PHP 4.05 Zip file is missing 88 bytes!

2001-05-01 Thread sniper
ID: 10567 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *General Issues PHP Version: 4.0.4pl1 Assigned To: Comments: This is fixed now. Previous Comments: --- [2001-04-30

[PHP-DEV] Bug #10588: MySQL access slows to a crawl

2001-05-01 Thread TheBOFH
From: [EMAIL PROTECTED] Operating system: RH Linux 6.2 PHP version: 4.0.5 PHP Bug Type: Performance problem Bug description: MySQL access slows to a crawl Installed 4.0.5 with Apache 1.3.19, mod_ssl 2.8.2 and OpenSSL 0.9.6a (and originally mod_perl 1.25). Installation

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

2001-05-01 Thread TheBOFH
From: [EMAIL PROTECTED] Operating system: RH Linux 6.2 PHP version: 4.0 Latest CVS (01/05/2001) PHP Bug Type: *Install and Config Bug description: buildconf not compatible with Gnu Libtool 1.4 After the problems installing 4.0.5, I got the latest CVS. Running buildconf

[PHP-DEV] Bug #10583 Updated: T argument in Date Function

2001-05-01 Thread andi
ID: 10583 Updated by: andi Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Date/time related PHP Version: 4.0.4 Assigned To: Comments: This seems to be fixed in the latest CVS and I think it was also fixed in 4.0.5. You can download PHP 4.0.5 from www.php.net. If you

[PHP-DEV] Bug #10588 Updated: MySQL access slows to a crawl

2001-05-01 Thread andi
ID: 10588 Updated by: andi Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Performance problem PHP Version: 4.0.5 Assigned To: Comments: Can you try compiling with --with-mysql (without /usr/local/mysql). Maybe the built-in client will work better for you. Please report back. Thanks.

[PHP-DEV] Bug #10549 Updated: Performance problem with Openlink ODBC drivers

2001-05-01 Thread kalowsky
ID: 10549 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: ODBC related PHP Version: 4.0.4pl1 Assigned To: Comments: before i commit such a patch, what version of OpenLink are you using? Previous Comments:

[PHP-DEV] Bug #10403 Updated: cannot prepare iODBC statements

2001-05-01 Thread kalowsky
ID: 10403 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: ODBC related PHP Version: 4.0.4pl1 Assigned To: Comments: marking as feedback after ahill's comment. Previous Comments:

[PHP-DEV] Bug #6734 Updated: SQL Error In using ODBC connection to Oracle

2001-05-01 Thread kalowsky
ID: 6734 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: ODBC related PHP Version: 4.0.2 Assigned To: Comments: no user feedback. considered fixed in current cvs. if not true, please reopen. Previous Comments:

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/session php_session.h session.c /ext/wddx php_wddx_api.h wddx.c

2001-05-01 Thread derick
Hello Alexander, We (The SRM Team) also have great interest in this. Maybe we can collaborate on this. regards, Derick Rethans On Tue, 1 May 2001, Alexander Bokovoy wrote: On Tue, May 01, 2001 at 01:16:25PM -0500, Andrei Zmievski wrote: On Tue, 01 May 2001, Alexander Bokovoy wrote: Is

[PHP-DEV] Bug #10590: Retrieving Random Rows

2001-05-01 Thread marty
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.5 PHP Bug Type: MySQL related Bug description: Retrieving Random Rows in response to some of the user contributed notes on the 'rand()' function page, a good way to pull a randmon row from a MySql database (

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/session php_session.h session.c /ext/wddx php_wddx_api.h wddx.c

2001-05-01 Thread Alexander Bokovoy
On Tue, May 01, 2001 at 11:15:56PM +0200, [EMAIL PROTECTED] wrote: Hello Alexander, We (The SRM Team) also have great interest in this. Maybe we can collaborate on this. OK. Andrei, what changes are actually need to be done in session module? On Tue, May 01, 2001 at 01:16:25PM -0500,

[PHP-DEV] Bug #10590 Updated: Retrieving Random Rows

2001-05-01 Thread derick
ID: 10590 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: MySQL related PHP Version: 4.0.5 Assigned To: Comments: Not a PHP bug (but thx for the suggestion) Jani and Derick Previous Comments:

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/session php_session.h session.c /ext/wddx php_wddx_api.h wddx.c

2001-05-01 Thread Andrei Zmievski
On Wed, 02 May 2001, Alexander Bokovoy wrote: On Tue, May 01, 2001 at 11:15:56PM +0200, [EMAIL PROTECTED] wrote: Hello Alexander, We (The SRM Team) also have great interest in this. Maybe we can collaborate on this. OK. Andrei, what changes are actually need to be done in session

[PHP-DEV] Bug #10591: file() seemingly randomly adds slashes

2001-05-01 Thread phpbug
From: [EMAIL PROTECTED] Operating system: Progeny GNU/Linux PHP version: 4.0 Latest CVS (01/05/2001) PHP Bug Type: Bug description: file() seemingly randomly adds slashes http://airbag.tss.peachnet.edu/~sam/file.php Click on Try Again and you'll see the quotes become

[PHP-DEV] Bug #10592: #include lines missing linefeed

2001-05-01 Thread lmg
From: [EMAIL PROTECTED] Operating system: Mac OS X PHP version: 4.0.5 PHP Bug Type: *Configuration Issues Bug description: #include lines missing linefeed main/internal_functions.c had some garbage #include lines after configuring --with-apxs=/usr/sbin/apxs (pretty basic

[PHP-DEV] Re: Bug #10577 Updated: EXEC() ; system() still dont work in new version

2001-05-01 Thread Leonid Vaner
please send the binaries Thans Original message from: Bug Database [EMAIL PROTECTED] ID: 10577 Updated by: andi Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Program Execution PHP Version: 4.0.5 Assigned To: Comments: This should be fixed in the latest CVS. If you

[PHP-DEV] Bug #10593: GD compile failure with GD 1.5

2001-05-01 Thread fmajid
From: [EMAIL PROTECTED] Operating system: Solaris 8 Intel (gcc 2.95.3) PHP version: 4.0.5 PHP Bug Type: Compile Failure Bug description: GD compile failure with GD 1.5 PHP 4.0.5 compilation breaks when building GD with GD 1.5 (the last version with official GIF support),

[PHP-DEV] PHP 4.0 Bug #10591 Updated: file() seemingly randomly adds slashes

2001-05-01 Thread phpbug
ID: 10591 User Update by: [EMAIL PROTECTED] Status: Open Old-Bug Type: Bug Type: *General Issues Description: file() seemingly randomly adds slashes Sorry, file.txt should work now. I saw you hit the 404. Previous Comments:

[PHP-DEV] PHP 4.0 Bug #10591 Updated: file() seemingly randomly adds slashes

2001-05-01 Thread phpbug
ID: 10591 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *General Issues Description: file() seemingly randomly adds slashes Sorry, file.txt should work now. I saw you hit the 404. Previous Comments: ---

[PHP-DEV] Bug #10563 Updated: missing #defines for ODBC

2001-05-01 Thread sniper
ID: 10563 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Closed Bug Type: Compile Problem PHP Version: 4.0 Latest CVS (30/04/2001) Assigned To: Comments: Fixed in CVS. --Jani Previous Comments:

[PHP-DEV] Bug #8126 Updated: [PATCH] undefined symbol: dbopen

2001-05-01 Thread vlad
ID: 8126 Updated by: vlad Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Sybase (dblib) related PHP Version: 4.0.3pl1 Assigned To: joey Comments: Patch for the problem below. Please, review. Apparently, dbopen() might or might not exist, depending on how you install FreeTDS. Sometimes

[PHP-DEV] Bug #10591 Updated: file() seemingly randomly adds slashes

2001-05-01 Thread zak
ID: 10591 Updated by: zak Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *General Issues PHP Version: 4.0 Latest CVS (01/05/2001) Assigned To: Comments: That does seem odd... Try get_magic_quotes_runtime() instead of get_magic_quotes_gpc() - gpc quoting only happens to

[PHP-DEV] PHP 4.0 Bug #10591 Updated: file() seemingly randomly adds slashes

2001-05-01 Thread phpbug
ID: 10591 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *General Issues Description: file() seemingly randomly adds slashes Changed. Looks like the runtime var is getting turned on and off... what's up wit dat?! :) Previous Comments:

[PHP-DEV] Bug #10591 Updated: file() seemingly randomly adds slashes

2001-05-01 Thread zak
ID: 10591 Updated by: zak Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *General Issues PHP Version: 4.0 Latest CVS (01/05/2001) Assigned To: Comments: Could you post the relevant section of your php.ini file? Previous Comments:

[PHP-DEV] PHP 4.0 Bug #10591 Updated: file() seemingly randomly adds slashes

2001-05-01 Thread phpbug
ID: 10591 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *General Issues Description: file() seemingly randomly adds slashes ; Magic quotes for incoming GET/POST/Cookie data. magic_quotes_gpc = Off ; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(),

[PHP-DEV] Bug #10570 Updated: PHP 4.0.5 - Cannot connect to mySQL database

2001-05-01 Thread sniper
ID: 10570 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MySQL related PHP Version: 4.0.4pl1 Assigned To: Comments: As you didn't tell which errors you get I have to guess this was the same problem with unix socket not being detected at configure

[PHP-DEV] Bug #10539 Updated: still - unresolved reference to compress

2001-05-01 Thread sniper
ID: 10539 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Failure PHP Version: 4.0 Latest CVS (28/04/2001) Assigned To: Comments: Should be fixed in CVS now. If not, reopen with the output of this command:

[PHP-DEV] Bug #10585 Updated: Php can't connect to MySQL database

2001-05-01 Thread sniper
ID: 10585 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Bogus Status: Closed Bug Type: MySQL related PHP Version: 4.0.5 Assigned To: Comments: There was a bug in the configure. Should be fixed in CVS now. --Jani Previous Comments:

[PHP-DEV] Bug #10591 Updated: file() seemingly randomly adds slashes

2001-05-01 Thread zak
ID: 10591 Updated by: zak Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *General Issues PHP Version: 4.0 Latest CVS (01/05/2001) Assigned To: Comments: If this: ; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.magic_quotes_runtime = Off is

[PHP-DEV] Bug #10561 Updated: sockets.c uses `SUN_LEN' unconditionally - undefined on Solaris

2001-05-01 Thread sniper
ID: 10561 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Failure PHP Version: 4.0.4pl1 Assigned To: Comments: Have you tried 4.0.5 as I think this is fixed in it. Also, you don't need to set those CPPFLAGS anymore. --Jani Previous

[PHP-DEV] PHP 4.0 Bug #10591 Updated: file() seemingly randomly adds slashes

2001-05-01 Thread phpbug
ID: 10591 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *General Issues Description: file() seemingly randomly adds slashes yea, lost a line break in there... it's as it should be in the php.ini. Sorry about that. Previous Comments:

Re: [PHP-DEV] RE: Bug #10581 Updated: signal 6 when starting server

2001-05-01 Thread Anil Madhavapeddy
Without more information it's pretty impossible to solve (I don't have access to an iPlanet installation at the moment). Can anyone else look at the problem with iPlanet 4.x? Otherwise you'll have to try to dive in yourself, Mark. Did it work with an older version of PHP? Try looking at the

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

2001-05-01 Thread sniper
ID: 10589 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Install and Config PHP Version: 4.0 Latest CVS (01/05/2001) Assigned To: Comments: Works for me just fine. Try doing './cvsclean ; ./buildconf' --jani Previous Comments:

[PHP-DEV] Bug #10591 Updated: php.ini parser not very strict

2001-05-01 Thread zak
ID: 10591 Updated by: zak Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Old-Bug Type: *General Issues Bug Type: PHP options/info functions PHP Version: 4.0 Latest CVS (01/05/2001) Assigned To: zak Comments: The php.ini parser may behave strangely when presented with broken

[PHP-DEV] PHP 4.0 Bug #10591 Updated: php.ini parser not very strict

2001-05-01 Thread phpbug
ID: 10591 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: PHP options/info functions Description: php.ini parser not very strict Semi-randomly? There are no odd lines in my php.ini... I need this to work for my app! :) Previous Comments:

  1   2   >