Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / php.ini-dist php.ini-recommended /ext/tokenizer

2002-02-09 Thread Markus Fischer
On Sat, Feb 09, 2002 at 08:00:28AM +0100, Sebastian Bergmann wrote : Sebastian Bergmann wrote: tokenizer.c C:\home\php\php4\ext\tokenizer\tokenizer.c(328): error C2198: 'lex_scan': Not enough parameters C:\home\php\php4\ext\tokenizer\tokenizer.c(344): error C2065: 'tsrm_ls':

[PHP-DEV] Bug #15449 Updated: Bug running PHP Mod@ Win XP

2002-02-09 Thread reel_taz
ID: 15449 Updated by: [EMAIL PROTECTED] -Reported By: [EMAIL PROTECTED] +Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating System: Windows XP PHP Version: 4.1.1 New Comment: well.. this bug has been reportet

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / php.ini-dist php.ini-recommended /ext/tokenizer

2002-02-09 Thread Sebastian Bergmann
Markus Fischer wrote: You don't need (and shouldn't) call TSRMLS_FETCH() here. Declaring tokenizer() having a TSRMLS_DC and passing TSRMLS_CC when calling it should be sufficient. Stupid me, of course. The patch below fixes all compiler errors and warnings. However, I now get

[PHP-DEV] Using dll on Visual Basic

2002-02-09 Thread Edgardo Rossetto
Hi, Basically, what I want to do is call php4ts.dll (or whatever) to use highlight_string/file function on Visual Basic and return it on a ritchtextbox. Is this possible? Help! Regards, Edgardo Rossetto -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit:

[PHP-DEV] Bug #15452 Updated: undefined reference to `dn_skipname'

2002-02-09 Thread sander
ID: 15452 Updated by: [EMAIL PROTECTED] -Summary: undefined reference to `dn_skipname' Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Compile Failure Operating System: SunOS 5.8 SPARCstation-20 PHP

[PHP-DEV] Bug #15454 Updated: GMP problems with php 4.1.1

2002-02-09 Thread sander
ID: 15454 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Math related Operating System: Linux Red Hat 7.2 PHP Version: 4.1.1 New Comment: Can you post your configure line, and

[PHP-DEV] Bug #15449 Updated: Bug running PHP Mod@ Win XP

2002-02-09 Thread sander
ID: 15449 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Duplicate Bug Type: Apache related Operating System: Windows XP PHP Version: 4.1.1 New Comment: Dupe... (tnx reel_taz) Previous

[PHP-DEV] Bug #15462: Syntax Errors

2002-02-09 Thread ozlink
From: [EMAIL PROTECTED] Operating system: win95 PHP version: 4.1.1 PHP Bug Type: Feature/Change Request Bug description: Syntax Errors Nice little functions for web text would go well... Would cut web work in half ( less syntax errors). As most of the problems in PHP

[PHP-DEV] Bug #15462 Updated: Syntax Errors

2002-02-09 Thread mfischer
ID: 15462 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Feature/Change Request Operating System: win95 PHP Version: 4.1.1 New Comment: You're very vague what exactly you

[PHP-DEV] Bug #15462 Updated: Syntax checker

2002-02-09 Thread ozlink
ID: 15462 Updated by: [EMAIL PROTECTED] -Summary: Syntax Errors -Reported By: [EMAIL PROTECTED] +Reported By: [EMAIL PROTECTED] -Status: Closed +Status: Open Bug Type: Feature/Change Request Operating System: win95 PHP

[PHP-DEV] Bug #15462 Updated: Syntax Errors

2002-02-09 Thread mfischer
ID: 15462 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Feature/Change Request Operating System: win95 PHP Version: 4.1.1 New Comment: Please be _more_ specific. You just

[PHP-DEV] Bug #15462 Updated: Syntax Errors

2002-02-09 Thread ozlink
ID: 15462 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Feature/Change Request Operating System: win95 PHP Version: 4.1.1 New Comment: Then I will be more specific. PHP does

[PHP-DEV] Bug #15463: ftp_close() not functioning

2002-02-09 Thread wanderer
From: [EMAIL PROTECTED] Operating system: PHP version: 4.1.1 PHP Bug Type: Documentation problem Bug description: ftp_close() not functioning I used the example script for ftp_close() and get the error undefined function in line... I changed the script to use ftp_quit()

[PHP-DEV] Bug #15438 Updated: include_once fails when comparing output to a value

2002-02-09 Thread some
ID: 15438 Updated by: [EMAIL PROTECTED] -Reported By: [EMAIL PROTECTED] +Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: FreeBSD PHP Version: 4.1.1 New Comment: I'm not sure this is

Re: [PHP-DEV] Re: Case sensitivity: Conclusion(?)

2002-02-09 Thread Thies C. Arntzen
On Sat, Feb 09, 2002 at 01:41:21AM +0200, Zeev Suraski wrote: I think that's a nightmare, WTF-factor wise... Just my 0.02NIS how much is that in euro? Zeev At 12:14 AM 2/9/2002, Jason Greene wrote: If you are already thinking about storing the case sensitive name for the

[PHP-DEV] REQUEST_URI

2002-02-09 Thread Pierre-Alain Joye
Hello, $REQUEST_URI is not available on Iplanet 4.1 php compiled as module (plugin). Is it a server var or a php var ? If it s a server variable, it will be nice (cross server compatibility) to make it available on all server/OS. Else will submit this post in the bug list :). hth pa -- PHP

[PHP-DEV] Bug #15463 Updated: ftp_close() not functioning

2002-02-09 Thread georg
ID: 15463 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type:Documentation problem PHP Version: 4.1.1 New Comment: ftp_close is only available in current cvs version, and not in 4.1.1 There is also a note in the

[PHP-DEV] Bug #15464: readdir function bug with 0 name directory

2002-02-09 Thread laurent . colson
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.1.0 PHP Bug Type: Directory function related Bug description: readdir function bug with 0 name directory Their is a bug when using readdir function with a directory named 0 is in the list. Exemple :

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / php.ini-dist php.ini-recommended /ext/tokenizer

2002-02-09 Thread Markus Fischer
On Sat, Feb 09, 2002 at 10:33:35AM +0100, Sebastian Bergmann wrote : Markus Fischer wrote: You don't need (and shouldn't) call TSRMLS_FETCH() here. Declaring tokenizer() having a TSRMLS_DC and passing TSRMLS_CC when calling it should be sufficient. Stupid me, of course.

[PHP-DEV] Bug #15462 Updated: Syntax Errors

2002-02-09 Thread mfischer
ID: 15462 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Feature/Change Request Operating System: win95 PHP Version: 4.1.1 New Comment: By all love I can dedicate to what you

[PHP-DEV] Bug #15462 Updated: Syntax Errors

2002-02-09 Thread ozlink
ID: 15462 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Feature/Change Request Operating System: win95 PHP Version: 4.1.1 New Comment: We don't have a problem. the category

Re: [PHP-DEV] Re: Case sensitivity: Conclusion(?)

2002-02-09 Thread Zeev Suraski
At 01:24 PM 2/9/2002, Thies C. Arntzen wrote: On Sat, Feb 09, 2002 at 01:41:21AM +0200, Zeev Suraski wrote: I think that's a nightmare, WTF-factor wise... Just my 0.02NIS how much is that in euro? Not too much. About 0.005 :) Zeev -- PHP Development Mailing List

Re: [PHP-DEV] Build System V5 Update

2002-02-09 Thread Marko Karppinen
Ok, here is a new version of the build5 patch. It fixes the find issue and avoids lots of sed calls. The cli sapi builds fine on Darwin 5.2 (Mac OS X 10.1.2). (Autoconf 2.52g) The apxs build on OS X is still b0rked, as expected. I'll get on it after you commit your changes. --Marko --

[PHP-DEV] Bug #15465: magic_qoutes_gpc without control of php.ini

2002-02-09 Thread lumberjakel
From: [EMAIL PROTECTED] Operating system: Win98 PHP version: 4.1.1 PHP Bug Type: Feature/Change Request Bug description: magic_qoutes_gpc without control of php.ini When working with servers where you don't have control over php.ini, it is a pain in the ass that

[PHP-DEV] Bug #15462 Updated: Syntax Errors

2002-02-09 Thread sander
ID: 15462 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Feature/Change Request Operating System: win95 PHP Version: 4.1.1 New Comment: If you can't be more specific this bug

[PHP-DEV] Bug #15466: fucntion date returns same date with to different timestamps with 86400 sec dif

2002-02-09 Thread Webmaster
From: [EMAIL PROTECTED] Operating system: Windows95 PHP version: 4.0.6 PHP Bug Type: Date/time related Bug description: fucntion date returns same date with to different timestamps with 86400 sec dif Hi all, look to this: print date(Y-m-d,1004220001).br; print

[PHP-DEV] Bug #15466 Updated: fucntion date returns same date with to different timestamps with 86400 sec dif

2002-02-09 Thread Webmaster
ID: 15466 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Date/time related Operating System: Windows95 PHP Version: 4.0.6 -- Edit this bug report at http://bugs.php.net/?id=15466edit=1 -- PHP

[PHP-DEV] Bug #15466 Updated: fucntion date returns same date with two different timestamps

2002-02-09 Thread Webmaster
ID: 15466 Updated by: [EMAIL PROTECTED] -Summary: fucntion date returns same date with to different timestamps with 86400 sec dif Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Date/time related Operating System:

[PHP-DEV] Bug #15466 Updated: fucntion date returns same date with to different timestamps with 86400 sec dif

2002-02-09 Thread derick
ID: 15466 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Date/time related Operating System: Windows95 PHP Version: 4.0.6 New Comment: October 28th has 25 hours. Derick

[PHP-DEV] CVS Account Request: schmidt

2002-02-09 Thread Christian Schmidt
-- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Bug #15463 Updated: ftp_close() not functioning

2002-02-09 Thread wanderer
ID: 15463 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type:Documentation problem PHP Version: 4.1.1 New Comment: http://www.php.net/manual/en/ref.ftp.php shows the ftp_close in the example and does not refer to ftp_close as only being

[PHP-DEV] Bug #15467: CSS get messed up since 4.1.1

2002-02-09 Thread cd
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.1.1 PHP Bug Type: *Compression related Bug description: CSS get messed up since 4.1.1 Hi, since our provider installed 4.1.1 on our server, some of my users had problem with the site. It looks like the css

[PHP-DEV] Bug #15469: data corruption in apache logs

2002-02-09 Thread martin
From: [EMAIL PROTECTED] Operating system: windows xp PHP version: 4.1.1 PHP Bug Type: Apache related Bug description: data corruption in apache logs i noticed when i call my php script like this: http://localhost/index.php/123 etc (i tried some different data instead

[PHP-DEV] Bug #15467 Updated: CSS get messed up since 4.1.1

2002-02-09 Thread mfischer
ID: 15467 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: *Compression related Operating System: linux PHP Version: 4.1.1 New Comment: The bug system is not the appropriate forum

[PHP-DEV] Bug #15468 Updated: problem with array_key_exists

2002-02-09 Thread mfischer
ID: 15468 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Arrays related Operating System: Linux d2 2.2.20-ow1-procmax-smp PHP Version: 4.1.1 New Comment: Simple because 'ap' is

[PHP-DEV] Bug #15468 Updated: problem with array_key_exists

2002-02-09 Thread paja
ID: 15468 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Arrays related Operating System: Linux d2 2.2.20-ow1-procmax-smp PHP Version: 4.1.1 New Comment: first case: array(3) { [1]= string(2) ap [2]=

[PHP-DEV] Bug #15468 Updated: problem with array_key_exists

2002-02-09 Thread paja
ID: 15468 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Arrays related Operating System: Linux d2 2.2.20-ow1-procmax-smp PHP Version: 4.1.1 New Comment: for [EMAIL PROTECTED]: Can you explain me your

[PHP-DEV] Bug #15470: imap_headers() does not work

2002-02-09 Thread darek
From: [EMAIL PROTECTED] Operating system: Solaris 2.7 PHP version: 4.1.1 PHP Bug Type: IMAP related Bug description: imap_headers() does not work On PHP 4.0.6 this script works fine, but after upgrade to 4.1.1 there is a problem... ? $mbox =

[PHP-DEV] Bug #15468 Updated: problem with array_key_exists

2002-02-09 Thread cnewbill
ID: 15468 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Arrays related Operating System: Linux d2 2.2.20-ow1-procmax-smp PHP Version: 4.1.1 New Comment: $pole = array(1 = ap, aa, dd); |

[PHP-DEV] Bug #15468 Updated: problem with array_key_exists

2002-02-09 Thread paja
ID: 15468 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Arrays related Operating System: Linux d2 2.2.20-ow1-procmax-smp PHP Version: 4.1.1 New Comment: Got it, thanks a lot. One hint - maybe someone

Re: [PHP-DEV] Bug #15468 Updated: problem with array_key_exists

2002-02-09 Thread Markus Fischer
On Sat, Feb 09, 2002 at 07:36:19PM -, [EMAIL PROTECTED] wrote : ID: 15468 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Arrays related Operating System: Linux d2 2.2.20-ow1-procmax-smp PHP

[PHP-DEV] Bug #14798 Updated: session.gc_maxlifetime does not work (Reopen Bug ID #3793)

2002-02-09 Thread adnev
ID: 14798 Updated by: [EMAIL PROTECTED] -Reported By: [EMAIL PROTECTED] +Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: Session related Operating System: Win 2k PHP Version: 4.1.1 New Comment: I don't know if the problem is

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / php.ini-dist php.ini-recommended /ext/tokenizer

2002-02-09 Thread Sebastian Bergmann
Markus Fischer wrote: It is not publicly exposed with ZEND_API(). I can't test right now, but maybe just need to modify the zend_compile.h file and prepend the prototype definition with ZEND_API ? My desktop PC went *poof* today, in lack of a better word. I don't have a build

[PHP-DEV] Bug #15471: XML parser do not let use '' in any attribute inside XML file

2002-02-09 Thread francis
From: [EMAIL PROTECTED] Operating system: Windows XP PHP version: 4.1.0 PHP Bug Type: XML related Bug description: XML parser do not let use '' in any attribute inside XML file XML parser do not let use '' in any attribute inside XML file. Example: elem attribute=9 /

[PHP-DEV] Bug #15471 Updated: XML parser do not let use '' in any attribute inside XML file

2002-02-09 Thread chregu
ID: 15471 Updated by: [EMAIL PROTECTED] -Summary: XML parser do not let use '' in any attribute inside XML file Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: XML related Operating

[PHP-DEV] Bug #15471 Updated: XML parser do not let use '' in any attribute inside XML file

2002-02-09 Thread sander
ID: 15471 Updated by: [EMAIL PROTECTED] -Summary: XML parser do not let use '' in any attribute inside XML file Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: XML related Operating System: Windows XP PHP

[PHP-DEV] Bug #15472: Imap_open crashes php

2002-02-09 Thread dkmaster
From: [EMAIL PROTECTED] Operating system: Linux Debian SID PHP version: 4.1.1 PHP Bug Type: Reproducible crash Bug description: Imap_open crashes php Hi. Today i was installing horde into my computer, when i noticed that php crashes when login into IMP. I have installed

[PHP-DEV] Bug #15473: A typo in manual at ImageTTFBBox function description

2002-02-09 Thread hnslgs
From: [EMAIL PROTECTED] Operating system: - PHP version: 4.1.1 PHP Bug Type: Documentation problem Bug description: A typo in manual at ImageTTFBBox function description I found a typo in PHP manual at the ImageTTFBBox function documentation. Third line: ImageTTFBBox --

[PHP-DEV] Bug #15473 Updated: A typo in manual at ImageTTFBBox function description

2002-02-09 Thread torben
ID: 15473 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: - PHP Version: 4.1.1 New Comment: This bug has been fixed in CVS. Previous

[PHP-DEV] Bug #15472 Updated: Imap_open crashes php

2002-02-09 Thread sander
ID: 15472 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: Linux Debian SID PHP Version: 4.1.1 New Comment: To properly diagnose this bug,

[PHP-DEV] Bug #15472 Updated: Imap_open crashes php

2002-02-09 Thread sander
ID: 15472 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Reproducible crash Operating System: Linux Debian SID PHP Version: 4.1.1 New Comment: A configure line wouldn't hurt either... Previous

[PHP-DEV] Bug #14194 Updated: no manual entry for apache_child_terminate

2002-02-09 Thread torben
ID: 14194 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: All PHP Version: 4.0.6 New Comment: This bug has been fixed in CVS. Previous

[PHP-DEV] Bug #15474: configure: error: cannot find output from lex; giving up

2002-02-09 Thread anan
From: [EMAIL PROTECTED] Operating system: HPUX 11.11 PHP version: 4.0.6 PHP Bug Type: *Configuration Issues Bug description: configure: error: cannot find output from lex; giving up I try to configure the php-4.0.6 on HPUX 11.11 system with apache 1.3.19, but it show this

[PHP-DEV] Bug #15472 Updated: Imap_open crashes php

2002-02-09 Thread dkmaster
ID: 15472 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Reproducible crash Operating System: Linux Debian SID PHP Version: 4.1.1 New Comment: The problem seems to be when

[PHP-DEV] Bug #15472 Updated: Imap_open crashes php

2002-02-09 Thread sander
ID: 15472 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: Linux Debian SID PHP Version: 4.1.1 New Comment: Can you please provide your

[PHP-DEV] Bug #15472 Updated: Imap_open crashes php

2002-02-09 Thread dkmaster
ID: 15472 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Reproducible crash Operating System: Linux Debian SID PHP Version: 4.1.1 New Comment: By the way, i don't know if the problem is that my

[PHP-DEV] Bug #15472 Updated: Imap_open crashes php

2002-02-09 Thread dkmaster
ID: 15472 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Reproducible crash Operating System: Linux Debian SID PHP Version: 4.1.1 New Comment: The configuration line is generated by debian

[PHP-DEV] Bug #15472 Updated: Imap_open crashes php

2002-02-09 Thread dkmaster
ID: 15472 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Reproducible crash Operating System: Linux Debian SID PHP Version: 4.1.1 New Comment: sorry, i mean apt-get source php4 --build :) Previous

[PHP-DEV] Bug #15475: Call to undefined function: ocilogon() in DB/oci8.php

2002-02-09 Thread anan
From: [EMAIL PROTECTED] Operating system: HPUX 11.11 PHP version: 4.0.6 PHP Bug Type: OCI8 related Bug description: Call to undefined function: ocilogon() in DB/oci8.php I write the script as following... htmlheadtitlePHP Test/title/head body ?php

[PHP-DEV] Bug #15476: corrupted outputs when using PHP as Apache Module under Windows XP

2002-02-09 Thread blasius . riz
From: [EMAIL PROTECTED] Operating system: Windows XP PHP version: 4.1.1 PHP Bug Type: Apache related Bug description: corrupted outputs when using PHP as Apache Module under Windows XP Software: Apache 1.3.23 PHP Version 4.1.1 and 4.1.0 Problem: When running PHP as

[PHP-DEV] Bug #15476 Updated: corrupted outputs when using PHP as Apache Module under Windows XP

2002-02-09 Thread mail
ID: 15476 Updated by: [EMAIL PROTECTED] -Reported By: [EMAIL PROTECTED] +Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating System: Windows XP PHP Version: 4.1.1 -- Edit this bug report at

[PHP-DEV] Bug #15472 Updated: Imap_open crashes php

2002-02-09 Thread dkmaster
ID: 15472 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Reproducible crash Operating System: Linux Debian SID PHP Version: 4.1.1 New Comment: Here is the backtrace: #0

[PHP-DEV] Bug #15474 Updated: configure: error: cannot find output from lex; giving up

2002-02-09 Thread georg
ID: 15474 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: *Configuration Issues Operating System: HPUX 11.11 PHP Version: 4.0.6 New Comment: Is flex already installed?!

[PHP-DEV] Bug #15474 Updated: configure: error: cannot find output from lex; giving up

2002-02-09 Thread anan
ID: 15474 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: *Configuration Issues -Operating System: HPUX 11.11 +Operating System: HPUX 11.11 UNIX System PHP Version: 4.0.6

[PHP-DEV] Bug #15472 Updated: Imap_open crashes php

2002-02-09 Thread dkmaster
ID: 15472 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Linux Debian SID PHP Version: 4.1.1 New Comment: ./configure --prefix=/usr --with-apxs=/usr/bin/apxs

[PHP-DEV] Bug #15474 Updated: configure: error: cannot find output from lex; giving up

2002-02-09 Thread anan
ID: 15474 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Configuration Issues Operating System: HPUX 11.11 UNIX System PHP Version: 4.0.6 New Comment: what flex? Previous Comments:

[PHP-DEV] Bug #15475 Updated: Call to undefined function: ocilogon() in DB/oci8.php

2002-02-09 Thread anan
ID: 15475 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: OCI8 related -Operating System: HPUX 11.11 +Operating System: HPUX 11.11 UNIX System PHP Version: 4.0.6 -- Edit this bug report at

[PHP-DEV] Bug #15474 Updated: configure: error: cannot find output from lex; giving up

2002-02-09 Thread georg
ID: 15474 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: *Configuration Issues Operating System: HPUX 11.11 UNIX System PHP Version: 4.0.6 New Comment: Seems that you haven't

[PHP-DEV] Bug #15475 Updated: Call to undefined function: ocilogon() in DB/oci8.php

2002-02-09 Thread torben
ID: 15475 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: OCI8 related Operating System: HPUX 11.11 UNIX System PHP Version: 4.0.6 New Comment: Well, either Oracle support

[PHP-DEV] Bug #15473 Updated: A typo in manual at ImageTTFBBox function description

2002-02-09 Thread hnslgs
ID: 15473 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Documentation problem Operating System: - PHP Version: 4.1.1 New Comment: Quick reaction! Very nice. Previous Comments:

[PHP-DEV] Bug #15475 Updated: Call to undefined function: ocilogon() in DB/oci8.php

2002-02-09 Thread anan
ID: 15475 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: OCI8 related Operating System: HPUX 11.11 UNIX System PHP Version: 4.0.6 New Comment: I use Oracle 8.1.6i and install it under /opt/oracle

[PHP-DEV] Bug #15234 Updated: basename bug

2002-02-09 Thread torben
ID: 15234 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Filesystem function related Operating System: Linux Mandrake 8.0 PHP Version: 4.1.1 New Comment: This bug has been fixed

[PHP-DEV] Bug #15475 Updated: Call to undefined function: ocilogon() in DB/oci8.php

2002-02-09 Thread torben
ID: 15475 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Bogus Bug Type: OCI8 related Operating System: HPUX 11.11 UNIX System PHP Version: 4.0.6 New Comment: You need to read the

[PHP-DEV] Bug #15477: ereg_replace and str_replace non function

2002-02-09 Thread lee . bolding
From: [EMAIL PROTECTED] Operating system: RedHat 7.1 PHP version: 4.1.1 PHP Bug Type: Strings related Bug description: ereg_replace and str_replace non function the following script fails to work with both ereg_replace and str_replace. $sql = select table.id, table.user,

[PHP-DEV] Bug #12879 Updated: array_slice - something to be mentioned in the documentation

2002-02-09 Thread torben
ID: 12879 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: windows PHP Version: 4.0.4pl1 New Comment: This bug has been fixed in CVS.

Re: [PHP-DEV] PHP 4.0 Bug Summary Report

2002-02-09 Thread Edin Kadribasic
Could someone please remove duplicate bug reports from the summary. There are dozen reports saying scripts run from CGI output #!/usr/local/bin/php line, an issue which is solved in the current CVS. Edin -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit:

Re: [PHP-DEV] PHP 4.0 Bug Summary Report

2002-02-09 Thread Markus Fischer
On Sun, Feb 10, 2002 at 12:52:12AM +0100, Edin Kadribasic wrote : Could someone please remove duplicate bug reports from the summary. There are dozen reports saying scripts run from CGI output #!/usr/local/bin/php line, an issue which is solved in the current CVS. I closed those which I

Re: [PHP-DEV] PHP 4.0 Bug Summary Report

2002-02-09 Thread Edin Kadribasic
Could someone please remove duplicate bug reports from the summary. There are dozen reports saying scripts run from CGI output #!/usr/local/bin/php line, an issue which is solved in the current CVS. I closed those which I was pretty sure were closed. But yet I think because of

Re: [PHP-DEV] PHP 4.0 Bug Summary Report

2002-02-09 Thread Jim Winstead
Edin Kadribasic [EMAIL PROTECTED] wrote: Could someone please remove duplicate bug reports from the summary. There are dozen reports saying scripts run from CGI output #!/usr/local/bin/php line, an issue which is solved in the current CVS. i added 'Duplicate' to the list of statuses that are