[PHP-DEV] Bug #14759: Incorrect version listed as start version of feature

2001-12-30 Thread asavage
From: [EMAIL PROTECTED] Operating system: OS/2 Warp 4 PHP version: 4.1.1 PHP Bug Type: Documentation problem Bug description: Incorrect version listed as start version of feature http://www.php.net/manual/en/function.fgets.php says, in part, Note: The length parameter

[PHP-DEV] Bug #14760: Belangloser Fehler in der de Übersetzung

2001-12-30 Thread christian . hamacher
From: [EMAIL PROTECTED] Operating system: German Manual PHP version: 4.1.1 PHP Bug Type: Documentation problem Bug description: Belangloser Fehler in der de Übersetzung Hi Egon und Co, in /de/html/function.assert.html hat sich ein kleiner Fehler eingeschlichen. --

[PHP-DEV] Bug #14760 Updated: Belangloser Fehler in der de Übersetzung

2001-12-30 Thread georg
ID: 14760 Updated by: georg Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Operating System: German Manual PHP Version: 4.1.1 New Comment: typo fixed Previous Comments:

[PHP-DEV] Bug #14761: spelling error

2001-12-30 Thread asavage
From: [EMAIL PROTECTED] Operating system: OS/2 Warp 4 PHP version: 4.1.1 PHP Bug Type: Documentation problem Bug description: spelling error http://www.php.net/manual/en/function.trim.php Example 1. Usuage example of trim() should be Usage. (I figure, nobody ever

[PHP-DEV] Bug #14761 Updated: spelling error

2001-12-30 Thread georg
ID: 14761 Updated by: georg Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Operating System: OS/2 Warp 4 PHP Version: 4.1.1 New Comment: typo fixed Previous Comments:

[PHP-DEV] Bug #14762: DTD entities freeze xmldocfile()

2001-12-30 Thread mark
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.5-PRERELEASE PHP version: 4.1.1 PHP Bug Type: DOM XML related Bug description: DTD entities freeze xmldocfile() The XML document site.xml causes test.php to freeze: site.xml: --- ?xml version=1.0? !DOCTYPE site [

[PHP-DEV] Bug #14763: Make [] of arrays readable

2001-12-30 Thread linus
From: [EMAIL PROTECTED] Operating system: PHP version: 4.1.1 PHP Bug Type: Feature/Change Request Bug description: Make [] of arrays readable Currently in php, you can append to a variable by using the [] form: $a[] = 'a'; $a[] = 'b'; It would be great if you could

[PHP-DEV] Bug #14763 Updated: Make [] of arrays readable

2001-12-30 Thread georg
ID: 14763 Updated by: georg Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: PHP Version: 4.1.1 New Comment: There is no need to make an array '$a[]' readable. $a[] = foo; is short for $a[count($a)] = foo; if $a[] would be readable,

[PHP-DEV] Bug #14762 Updated: DTD entities freeze xmldocfile()

2001-12-30 Thread mfischer
ID: 14762 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: DOM XML related Operating System: FreeBSD 4.5-PRERELEASE PHP Version: 4.1.1 New Comment: This has been fixed in CVS already, unfortunately the fix didn't make it into the release. Thanks

[PHP-DEV] Bug #14291 Updated: NULLs not returned in named indices by mysql_fetch_xxx with MYSQL_BOTH

2001-12-30 Thread zak
ID: 14291 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: MySQL related Operating System: Linux x86 PHP Version: 4.0.6 Assigned To: Zak New Comment: Thanks for the report! The fix has been made and is currently available in the CVS version of

[PHP-DEV] Bug #14764: Apache Error when calling enclosed function

2001-12-30 Thread piem
From: [EMAIL PROTECTED] Operating system: Win XP PHP version: 4.0.6 PHP Bug Type: Apache related Bug description: Apache Error when calling enclosed function //Config :Apache/1.3.22 (Win32) PHP/4.0.8-dev //function to extract variables in path function

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/session session.c

2001-12-30 Thread derick
On Sun, 30 Dec 2001, Yasuo Ohgaki wrote: yohgaki Sat Dec 29 20:37:24 2001 EDT Modified files: /php4/ext/session session.c Log: Get rid of error message # These lines should be enabled when save handlers can be initialized # before session module

[PHP-DEV] Bug #14765: Compile Failure

2001-12-30 Thread websurat
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.4 PHP version: 4.1.0 PHP Bug Type: Compile Failure Bug description: Compile Failure I can not compile apache 1.3.19 with PHP(DSO) . éHelp me ! I use command ./configure --with-apxs=/home/httpd/bin/apxs --enable-versioning

[PHP-DEV] Bug #14766: color of imagefilledrectangle is not working

2001-12-30 Thread sps
From: [EMAIL PROTECTED] Operating system: Windows 98 PHP version: 4.0CVS-2001-12-30 PHP Bug Type: *Graphics related Bug description: color of imagefilledrectangle is not working Rectangle is not colored with defined color. ?php Header (Content-type: image/jpeg); $im =

[PHP-DEV] Bug #14767: Bug unsetting vars using $_SESSION

2001-12-30 Thread anders
From: [EMAIL PROTECTED] Operating system: Linux 2.4 PHP version: 4.1.1 PHP Bug Type: Session related Bug description: Bug unsetting vars using $_SESSION In a project I work on I ran into something I would say is a bug.. When I call the page with ?debug=3 the session var

[PHP-DEV] Bug #14768: Upgrade to 4.1.0 breaks database connection

2001-12-30 Thread php
From: [EMAIL PROTECTED] Operating system: Windows XP PHP version: 4.1.0 PHP Bug Type: MySQL related Bug description: Upgrade to 4.1.0 breaks database connection Today I upgraded PHP on my WinXP system from 4.0.6 to 4.1.0 as I was finding 4.0.6 slow and thought 4.1.0 may

[PHP-DEV] Bug #14768 Updated: Upgrade to 4.1.0 breaks database connection

2001-12-30 Thread php
ID: 14768 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: MySQL related Operating System: Windows XP PHP Version: 4.1.0 New Comment: Just to clarify - I'm using the standard Win32 binaries as downloadable from the php.net site. Previous Comments:

[PHP-DEV] Bug #14770: phps truncates long sources

2001-12-30 Thread Shaggy_Pyce
From: [EMAIL PROTECTED] Operating system: Linux Mandrake 8.1 kernel 2.4.8 PHP version: 4.1.0 PHP Bug Type: *General Issues Bug description: phps truncates long sources PHP 4.1.0 with Apache 1.3.22 truncates sources I have also PHP 4.0.6 with Apache 1.3.20 that does not have

[PHP-DEV] Re: [PHP-DOC] Re: [PHP-DEV] [IMPORTANT] wishes for php ...

2001-12-30 Thread Gabor Hojtsy
Ah, and btw, that's what we've the documentation team for, no? Well, no php-dev people is engaged to know DocBook XML, the doc building process, or translation related things. No phpdoc people engaged to know C, some know very few C, or have no experience with C at all. I have seen a note

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/session session.c

2001-12-30 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: On Sun, 30 Dec 2001, Yasuo Ohgaki wrote: yohgaki Sat Dec 29 20:37:24 2001 EDT Modified files: /php4/ext/session session.c Log: Get rid of error message # These lines should be enabled when save handlers can be initialized # before

[PHP-DEV] Bug #14768 Updated: Upgrade to 4.1.0 breaks database connection

2001-12-30 Thread mfischer
ID: 14768 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: MySQL related Operating System: Windows XP PHP Version: 4.1.0 New Comment: Are you using mysql_pconnect() Previous Comments:

[PHP-DEV] Bug #14769 Updated: phps source truncated( I can't see whether I'm writing anything in the textarea

2001-12-30 Thread mfischer
ID: 14769 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Unknown/Other Function Operating System: Linux Mandrake 8.1 PHP Version: 4.1.0 New Comment: Dup of #14770 Previous Comments:

[PHP-DEV] Bug #14769 Updated: phps source truncated( I can't see whether I'm writing anything in the textarea

2001-12-30 Thread mfischer
ID: 14769 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Duplicate Status: Bogus Bug Type: Unknown/Other Function Operating System: Linux Mandrake 8.1 PHP Version: 4.1.0 New Comment: Err.. submitted twice. Previous Comments:

[PHP-DEV] Bug #14771: license date a php image in package

2001-12-30 Thread goba
From: [EMAIL PROTECTED] Operating system: Windows PHP version: 4.1.1 PHP Bug Type: *General Issues Bug description: license date a php image in package Please add 2001 and 2002 to the LICENSE file in the win distro, and change php4.gif to be php.gif, without any version

Re: [PHP-DEV] Bug #14729 Updated: after phpinfo() is called, web page is still running...

2001-12-30 Thread Zeev Suraski
Upgrade to PHP 4.1.1. It should solve the problem. Zeev At 18:50 28/12/2001, [EMAIL PROTECTED] wrote: ID: 14729 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: IIS related Operating System: Windows XP PHP Version: 4.1.0 New Comment: I'm sorry, this is

[PHP-DEV] Bug #14773: Output contains always ´security properties not found'

2001-12-30 Thread os
From: [EMAIL PROTECTED] Operating system: w2k PHP version: 4.0.6 PHP Bug Type: Output Control Bug description: Output contains always ´security properties not found' After calling a java class the output always contains the text ´security properties not found. using

Re[2]: [PHP-DEV] preg_match_all() weirdness

2001-12-30 Thread Daniel Lorch
Hi, Daniel Lorch wrote: shouldn't this be [^]+ instead of [^]]+ This yields the same result. because nothing matches the whitespace character, and foo is also not matched. i would suggest following regular expression: --- snip pre ?php

[PHP-DEV] Bug #14772 Updated: some links are missing (cosmetic error)

2001-12-30 Thread goba
ID: 14772 Updated by: goba Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Website problem Bug Type: Documentation problem Operating System: n/a PHP Version: 4.1.1 New Comment: This is a docu prob. Previous Comments:

[PHP-DEV] Bug #14763 Updated: Make [] of arrays readable

2001-12-30 Thread linus
ID: 14763 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: PHP Version: 4.1.1 New Comment: $b = $a[] would be $b = $a[count($a)-1], not $b = $a[count($a)] Previous Comments:

[PHP-DEV] Bug #14763 Updated: Make [] of arrays readable

2001-12-30 Thread georg
ID: 14763 Updated by: georg Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Feature/Change Request Operating System: PHP Version: 4.1.1 New Comment: In first case, when you write to the array [] is a synonym for count($array) In second case, if you read from array

[PHP-DEV] Bug #14774: strpos with strtolower to working incorrectly

2001-12-30 Thread armtuk
From: [EMAIL PROTECTED] Operating system: Linux 2.4.9-7smp PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: strpos with strtolower to working incorrectly ?php $query=insert into users (user_name) values 'user_name'; if

[PHP-DEV] Bug #14772 Updated: some links are missing (cosmetic error)

2001-12-30 Thread mrobinso
ID: 14772 Updated by: mrobinso Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Operating System: n/a PHP Version: 4.1.1 New Comment: Fixed in cvs. Thnaks for the report. Previous Comments:

[PHP-DEV] Bug #14774 Updated: strpos with strtolower to working incorrectly

2001-12-30 Thread mfischer
ID: 14774 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Unknown/Other Function Operating System: Linux 2.4.9-7smp PHP Version: 4.0.6 New Comment: Thats the documented and expected behaviour. Previous Comments:

[PHP-DEV] Bug #14774 Updated: strpos with strtolower to working incorrectly

2001-12-30 Thread georg
ID: 14774 Updated by: georg Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Unknown/Other Function Operating System: Linux 2.4.9-7smp PHP Version: 4.0.6 New Comment: Sorry, but it works correct. In your sample $query has no insert, therefore strpos returns 0 (not found), as desribed

[PHP-DEV] Bug #14120 Updated: libtool needs help.

2001-12-30 Thread ler
ID: 14120 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Configuration Issues Operating System: OpenUNIX8 PHP Version: 4.0CVS-2001-11-19 New Comment: Anyone care at *ALL* about this? Previous Comments:

Re[2]: [PHP-DEV] preg_match_all() weirdness

2001-12-30 Thread Daniel Lorch
Hi, because nothing matches the whitespace character, and foo is also not matched. i would suggest following regular expression: Never mind, I sorted it out. Sorry for bothering. no problem. i was actually indirectly asking for advice, because this regular expression still doesn't work

[PHP-DEV] Re: Engine 2 mailing list archive

2001-12-30 Thread August Zajonc
That was me :) Fantastic, especially the fact that someone had a copy of the old messages. Might consider reflecting the archive either through the newsgroup interface or marc.theaimsgroup.com... Thanks a lot, been hoping for this for a while. - August - Original Message - From: Andi

[PHP-DEV] Bug #14733 Updated: header() not working

2001-12-30 Thread jukka . pakkanen
ID: 14733 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: HTTP related Operating System: NT4sp6a PHP Version: 4.1.0 New Comment: The webserver is Website Pro 3. Previous Comments:

[PHP-DEV] Bug #14776: httpd crashes with 4.1.1 (and 4.1.0) when safe-mode=on and header();

2001-12-30 Thread fabio
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.4-stable PHP version: 4.1.1 PHP Bug Type: Reproducible crash Bug description: httpd crashes with 4.1.1 (and 4.1.0) when safe-mode=on and header(); I'm running FreeBSD 4.4-stable, Apache 1.3.22 and PHP 4.1.1 (this bug comes

[PHP-DEV] Bug #14733 Updated: header() not working

2001-12-30 Thread daniel
ID: 14733 Updated by: daniel Reported By: [EMAIL PROTECTED] Status: Open Bug Type: HTTP related Operating System: NT4sp6a PHP Version: 4.1.0 New Comment: could you please dump your webserver's output with ethereal? http://www.ethereal.com/ thanks Previous Comments:

[PHP-DEV] Bug #14775 Updated: PHP Warning: Undefined variable:

2001-12-30 Thread jmoore
ID: 14775 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Variables related Operating System: linux RH 7.0 PHP Version: 4.1.1 New Comment: Not a bug. Configuration Error, see http://www.php.net/support.php and ask on the php-general list or read your

[PHP-DEV] Bug #14777: Style Sheets not interpreted when sent through Apache/PHP

2001-12-30 Thread webmaster
From: [EMAIL PROTECTED] Operating system: Windows ME PHP version: 4.1.0 PHP Bug Type: Apache related Bug description: Style Sheets not interpreted when sent through Apache/PHP Hi! I've got the following configuration: PHP 4.1.0 running as ISAPI-Module on Apache 1.3.22

[PHP-DEV] Bug #14777 Updated: Style Sheets not interpreted when sent through Apache/PHP

2001-12-30 Thread daniel
ID: 14777 Updated by: daniel Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating System: Windows ME PHP Version: 4.1.0 New Comment: check your DOCTYPE definition: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0//EN it's WRONG. either chose the right one or leave it

[PHP-DEV] Re: [PHP-DOC] Re: [PHP-DEV] [IMPORTANT] wishes for php ...

2001-12-30 Thread Zak Greant
On 2001-30-12 05:53, Gabor Hojtsy wrote: Ah, and btw, that's what we've the documentation team for, no? Well, no php-dev people is engaged to know DocBook XML, the doc building process, or translation related things. No phpdoc people engaged to know C, some know very few C, or have no

[PHP-DEV] Bug #14777 Updated: Style Sheets not interpreted when sent through Apache/PHP

2001-12-30 Thread daniel
ID: 14777 Updated by: daniel Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Apache related Operating System: Windows ME PHP Version: 4.1.0 New Comment: i forgot to +bogus Previous Comments:

RE: [PHP-DEV] DBA extension

2001-12-30 Thread David Robinson (AU)
This will rebuild the default configuration of the DBA module, which only supports the db3 handler. Has anyone modified the DBA module (under win32) to support other handlers? David Robinson -Original Message- From: Andrey Hristov [mailto:[EMAIL PROTECTED]] Sent: Friday, 28 December

[PHP-DEV] Bug #14120 Updated: libtool needs help.

2001-12-30 Thread ler
ID: 14120 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Configuration Issues Operating System: OpenUNIX8 PHP Version: 4.0CVS-2001-11-19 New Comment: I don't mean to have an attitude, but I submitted this more than a month ago and have offered access

Re: [PHP-DEV] Bug #14120 Updated: libtool needs help.

2001-12-30 Thread Larry Rosenman
* Markus Fischer [EMAIL PROTECTED] [011230 11:38]: On Sun, Dec 30, 2001 at 04:31:16PM -, [EMAIL PROTECTED] wrote : ID: 14120 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Configuration Issues Operating System: OpenUNIX8 PHP Version:

Re: [PHP-DEV] Bug #14120 Updated: libtool needs help.

2001-12-30 Thread Markus Fischer
On Sun, Dec 30, 2001 at 02:54:25PM -0600, Larry Rosenman wrote : I just don't like being ignored. You aren't. Sit back and think a moment about this: people are volunteering. They don't get paid. We're kind but we are no wizards either. And given the time that most are on

Re: [PHP-DEV] Bug #14120 Updated: libtool needs help.

2001-12-30 Thread Larry Rosenman
* Markus Fischer [EMAIL PROTECTED] [011230 14:59]: On Sun, Dec 30, 2001 at 02:54:25PM -0600, Larry Rosenman wrote : I just don't like being ignored. You aren't. Sit back and think a moment about this: people are volunteering. They don't get paid. We're kind but we are no

Re: [PHP-DEV] Bug #14120 Updated: libtool needs help.

2001-12-30 Thread Markus Fischer
On Sun, Dec 30, 2001 at 03:01:52PM -0600, Larry Rosenman wrote : * Markus Fischer [EMAIL PROTECTED] [011230 14:59]: On Sun, Dec 30, 2001 at 02:54:25PM -0600, Larry Rosenman wrote : I just don't like being ignored. You aren't. Sit back and think a moment about this: people

Re: [PHP-DEV] Bug #14120 Updated: libtool needs help.

2001-12-30 Thread Larry Rosenman
* Markus Fischer [EMAIL PROTECTED] [011230 15:04]: On Sun, Dec 30, 2001 at 03:01:52PM -0600, Larry Rosenman wrote : * Markus Fischer [EMAIL PROTECTED] [011230 14:59]: On Sun, Dec 30, 2001 at 02:54:25PM -0600, Larry Rosenman wrote : I just don't like being ignored. You

[PHP-DEV] zend_parse_parameters()

2001-12-30 Thread Sean R. Bright
Is the goal to existing code over to use the zend_parse_parameters() function or just those functions that take more than one parameter/ optional parameters? Sean -- === Sean Bright [EMAIL PROTECTED] / [EMAIL PROTECTED] /

[PHP-DEV] Bug #14120 Updated: libtool needs help.

2001-12-30 Thread ler
ID: 14120 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Configuration Issues Operating System: OpenUNIX8 PHP Version: 4.0CVS-2001-11-19 New Comment: Ok, taking the bull by the horns so to speak, I found that configure actually has most of the magic I

[PHP-DEV] Re: Bug #14733 Updated: header() not working

2001-12-30 Thread Jukka Pakkanen
Sure! I'm not familiar with the program, so can you tell me exactly what kind of output and how to get it. I installed the ethereal and winPcap already. - Original Message - From: Bug Database [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, December 30, 2001 9:22 PM Subject:

Re: [PHP-DEV] zend_parse_parameters()

2001-12-30 Thread Markus Fischer
On Sun, Dec 30, 2001 at 04:09:54PM -0500, Sean R. Bright wrote : Is the goal to existing code over to use the zend_parse_parameters() function or just those functions that take more than one parameter/ optional parameters? The point to use the never API is the unified error messages,

[PHP-DEV] Bug #14777 Updated: Style Sheets not interpreted when sent through Apache/PHP

2001-12-30 Thread webmaster
ID: 14777 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Apache related Operating System: Windows ME PHP Version: 4.1.0 New Comment: Thanks, I tried changing the wrong DOCTYPE-Definition (I replaced all extensions .html with .php via Search and

[PHP-DEV] Bug #14777 Updated: Style Sheets not interpreted when sent through Apache/PHP

2001-12-30 Thread imajes
ID: 14777 Updated by: imajes Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Apache related Operating System: Windows ME PHP Version: 4.1.0 New Comment: Actually, it's to do with the IE engine not interpreting css correctly. Remember, that the scroll bar code is a: microsoft proprietary,

[PHP-DEV] Bug #14120 Updated: libtool needs help.

2001-12-30 Thread ler
ID: 14120 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Configuration Issues Operating System: OpenUNIX8 PHP Version: 4.0CVS-2001-11-19 New Comment: OK, after looking around some more, I found what I needed. aclocal.m4 generates the libtool stuff

Re: [PHP-DEV] Bug #14120 Updated: libtool needs help.

2001-12-30 Thread Larry Rosenman
* Larry Rosenman [EMAIL PROTECTED] [011230 16:04]: * Larry Rosenman [EMAIL PROTECTED] [011230 15:19]: here is a patch that fixes it for me, but I don't know how to get this into the configure.in stuff... (I can't find it). snip. Ok, I found it, here are two patches, one to aclocal.m4, and

Re: [PHP-DEV] Bug #14120 Updated: libtool needs help.

2001-12-30 Thread jan
On Sun, Dec 30, 2001 at 04:58:16PM -0600, Larry Rosenman wrote: * Larry Rosenman [EMAIL PROTECTED] [011230 16:04]: * Larry Rosenman [EMAIL PROTECTED] [011230 15:19]: here is a patch that fixes it for me, but I don't know how to get this into the configure.in stuff... (I can't find it).

Re: [PHP-DEV] Bug #14120 Updated: libtool needs help.

2001-12-30 Thread Larry Rosenman
* [EMAIL PROTECTED] [EMAIL PROTECTED] [011230 17:22]: On Sun, Dec 30, 2001 at 04:58:16PM -0600, Larry Rosenman wrote: * Larry Rosenman [EMAIL PROTECTED] [011230 16:04]: * Larry Rosenman [EMAIL PROTECTED] [011230 15:19]: here is a patch that fixes it for me, but I don't know how to get

Re: [PHP-DEV] Bug #14120 Updated: libtool needs help.

2001-12-30 Thread jan
On Sun, Dec 30, 2001 at 05:29:26PM -0600, Larry Rosenman wrote: configure is generated from aclocal.m4. Fixing aclocal.m4 isn't the right place either as aclocal.m4 is generated by 'aclocal' which takes the funtions from acinclude.m4 and the M4-files from /usr/share/aclocal/ Where are the

Re: [PHP-DEV] Bug #14120 Updated: libtool needs help.

2001-12-30 Thread Larry Rosenman
* [EMAIL PROTECTED] [EMAIL PROTECTED] [011230 17:49]: On Sun, Dec 30, 2001 at 05:29:26PM -0600, Larry Rosenman wrote: configure is generated from aclocal.m4. Fixing aclocal.m4 isn't the right place either as aclocal.m4 is generated by 'aclocal' which takes the funtions from acinclude.m4

[PHP-DEV] Windows Build : XSL encoding not recognized in PHP 4.1.0 XSLT support ?

2001-12-30 Thread rashkatsa
Hi all, I've downloaded the standard windows build of latest version of PHP (4.1.0) and install it on my W2k Professionnal. I've tested the XML support (with expat) and it works fine. I've activated the extension xslt and try to transform an XML into HTML through XSLT API. questions : 1)

Re: [PHP-DEV] Bug #14120 Updated: libtool needs help.

2001-12-30 Thread jan
On Sun, Dec 30, 2001 at 05:52:36PM -0600, Larry Rosenman wrote: * [EMAIL PROTECTED] [EMAIL PROTECTED] [011230 17:49]: On Sun, Dec 30, 2001 at 05:29:26PM -0600, Larry Rosenman wrote: configure is generated from aclocal.m4. Fixing aclocal.m4 isn't the right place either as aclocal.m4 is

Re: [PHP-DEV] Bug #14120 Updated: libtool needs help.

2001-12-30 Thread Larry Rosenman
* [EMAIL PROTECTED] [EMAIL PROTECTED] [011230 18:02]: On Sun, Dec 30, 2001 at 05:52:36PM -0600, Larry Rosenman wrote: * [EMAIL PROTECTED] [EMAIL PROTECTED] [011230 17:49]: On Sun, Dec 30, 2001 at 05:29:26PM -0600, Larry Rosenman wrote: configure is generated from aclocal.m4. Fixing

Re: [PHP-DEV] Bug #14120 Updated: libtool needs help.

2001-12-30 Thread jan
On Sun, Dec 30, 2001 at 06:06:50PM -0600, Larry Rosenman wrote: * [EMAIL PROTECTED] [EMAIL PROTECTED] [011230 18:02]: On Sun, Dec 30, 2001 at 05:52:36PM -0600, Larry Rosenman wrote: * [EMAIL PROTECTED] [EMAIL PROTECTED] [011230 17:49]: On Sun, Dec 30, 2001 at 05:29:26PM -0600, Larry

Re: [PHP-DEV] Bug #14120 Updated: libtool needs help.

2001-12-30 Thread Larry Rosenman
* [EMAIL PROTECTED] [EMAIL PROTECTED] [011230 18:17]: On Sun, Dec 30, 2001 at 06:06:50PM -0600, Larry Rosenman wrote: * [EMAIL PROTECTED] [EMAIL PROTECTED] [011230 18:02]: On Sun, Dec 30, 2001 at 05:52:36PM -0600, Larry Rosenman wrote: * [EMAIL PROTECTED] [EMAIL PROTECTED] [011230

[PHP-DEV] Bug #14120 Updated: libtool needs help.

2001-12-30 Thread ler
ID: 14120 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Configuration Issues Operating System: OpenUNIX8 PHP Version: 4.0CVS-2001-11-19 New Comment: Ok, after a bunch of back and forth, and me learning about autoconf/automake and libtool, this is a

Re: [PHP-DEV] Bug #14120 Updated: libtool needs help.

2001-12-30 Thread Larry Rosenman
* Markus Fischer [EMAIL PROTECTED] [011230 15:04]: FYI, I found the bug, and it's really libtools. I submitted a patch to them, and posted it. Sorry if I got under people's skin. LER -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812

[PHP-DEV] Bug #14778: Function self-caller crash php

2001-12-30 Thread roberto
From: [EMAIL PROTECTED] Operating system: windows ME PHP version: 4.1.0 PHP Bug Type: Reproducible crash Bug description: Function self-caller crash php It's not a Bug, but crash PHP. Maybe it's proposital way to prevent a type of DoS. Sometimes it's usefull or it's need

[PHP-DEV] Bug #14779: mail() on win2k not parsing Cc: properly

2001-12-30 Thread irc-html
From: [EMAIL PROTECTED] Operating system: Win2k PHP version: 4.1.1 PHP Bug Type: Mail related Bug description: mail() on win2k not parsing Cc: properly Want to send an e-mail to 2 e-mail addresses, one normal To: and other Cc:. Simple script works on linux but not on

[PHP-DEV] Bug #14780: Segmentation fault with mm,PHP works fine with files

2001-12-30 Thread jlim
From: [EMAIL PROTECTED] Operating system: RH 7.2 PHP version: 4.1.1 PHP Bug Type: Session related Bug description: Segmentation fault with mm,PHP works fine with files When stress testing my web server with ab -n5000 -c10 url after about 1000-1500 requests the child

[PHP-DEV] Bug #14780 Updated: Segmentation fault with mm,PHP works fine with files

2001-12-30 Thread jlim
ID: 14780 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: RH 7.2 PHP Version: 4.1.1 New Comment: A simple script that reproduces the problem with mm. Works fine for a while until mm breaks under stress: ?php

[PHP-DEV] Using PHP in my own apps

2001-12-30 Thread Joe Camadine
I was wondering how i could use PHP to interpret scripts for my own apps using php4ts.dll ? -- 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