[PHP-DEV] Bug #14063 Updated: unset($array[]) causes apache 1.3.20 to coredump

2001-11-14 Thread derick
ID: 14063 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Reproducible crash Bug Type: Scripting Engine problem Operating System: FreeBSD 4.4-STABLE PHP Version: 4.0CVS-2001-11-14 New Comment: Changing type to 'Scripting Engine problem' as this is a bug in the Zend En

[PHP-DEV] Bug #14066: Can't suppress warnigns on accessing invalid string offset

2001-11-14 Thread mfischer
From: [EMAIL PROTECTED] Operating system: Any PHP version: 4.0CVS-2001-11-15 PHP Bug Type: Scripting Engine problem Bug description: Can't suppress warnigns on accessing invalid string offset When setting error_reporting(E_ALL) the following occurs: The last line shou

Re: [PHP-DEV] Re: PHP extension

2001-11-14 Thread Derick Rethans
Hello, there is no documentation yet for this, but there is an example hidden in the code, in ext/standard/basic_functions.c, search for 'test_class'. Derick On Thu, 15 Nov 2001, Yorgo Sun wrote: > how can i make a php module base on class not base on function > > thanx > > -- > Yorgo Sun > Pr

[PHP-DEV] Bug #14034 Updated: Error compile on Solaris 2.7 on SUN E4500

2001-11-14 Thread derick
ID: 14034 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Compile Failure Operating System: Solaris 2.7 on SUN E4500 PHP Version: 4.0.6 New Comment: Fixed, so closing. Previous Comments: -

[PHP-DEV] Bug #14065 Updated: Annotated doc lists function 'key_exists()' as 'array_key_exists()'

2001-11-14 Thread derick
ID: 14065 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Operating System: FreeBSD PHP Version: 4.0.6 New Comment: This is correct. In the new and upcoming PHP version 4.1.0 this function has been renamed array_key_exists. Updat

Re: [PHP-DEV] Re: Bug #14063: unset($array[]) causes apache 1.3.20to coredump

2001-11-14 Thread Derick Rethans
Hello, On Thu, 15 Nov 2001, Yasuo Ohgaki wrote: > Suggested fix. This fixes the symtom, not the problem Derick > > Index: zend_execute.c > === > RCS file: /repository/Zend/zend_execute.c,v > retrieving revision 1.282.2.3 > di

[PHP-DEV] CVS Account Request: visualmind

2001-11-14 Thread Salah Faya
Translating the documentation to Arabic Language -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Bug #14064 Updated: Arrays defined as object properties treat defined constants differently.

2001-11-14 Thread derick
ID: 14064 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Class/Object related Operating System: i386-redhat-linux-gnu PHP Version: 4.0.6 New Comment: Seems to be fix in php-4.2.0dev, the (correct) output I get is: Array ( [1] => TEST1 [2] =

[PHP-DEV] Bug #14063 Updated: unset($array[]) causes apache 1.3.20 to coredump

2001-11-14 Thread derick
ID: 14063 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: FreeBSD 4.4-STABLE PHP Version: 4.0CVS-2001-11-14 New Comment: Reproduced with latest CVS version. Previous Comments: --

[PHP-DEV] Bug #14062 Updated: Wrong filetype displayed

2001-11-14 Thread derick
ID: 14062 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *Directory/Filesystem functions Operating System: win98SE PHP Version: 4.0.6 New Comment: Then it's not a bug. Filetype works from the current directory, not from the directory you used with open

[PHP-DEV] Bug #14063 Updated: unset($array[]) causes apache 1.3.20 to coredump

2001-11-14 Thread mfischer
ID: 14063 Updated by: mfischer Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: FreeBSD 4.4-STABLE PHP Version: 4.0CVS-2001-11-14 New Comment: Nice thingy :) Also reproduced with 4.0.6 on Linux. Previous Comments: --

[PHP-DEV] Re: apache 2.0.28 and php 4.1rc2

2001-11-14 Thread Alonso
try on php.qa group. "Ben Woodhead" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello Everybody > > I am working on testing these together, I am compiled them both (DSO - > apxs2). Everything seemed fine, i have an additional directory called > modules > i

[PHP-DEV] Re: apache 2.0.28 and php 4.1rc2

2001-11-14 Thread Sebastian Bergmann
Ben Woodhead wrote: > AddType application/x-httpd-php .php .html > AddType application/x-httpd-php-source .phps You need SetOutputFilter PHP SetInputFilter PHP in your httpd.conf. -- Sebastian Bergmann http://sebastian-bergmann.de/ htt

Re: [PHP-DEV] PHP Conference pics

2001-11-14 Thread Sebastian Bergmann
Pierre-Alain Joye wrote: > http://www.bttr.org/phpconf/5/show.php?idx=6 Rasmus and a powerbook ;)) AFAIK it's not a powerbook, he just has an Apple sticker on a notebook :-) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you?

[PHP-DEV] -=- UnoMp3 -=-

2001-11-14 Thread » UnoMp3 «
Title: Ahora Podes Comprar tu CD de MP3 Con Los Ultimos EXITOS AHORA PODES COMPRAR TU CD DE MP3 CON LOS ULTIMOS EXITOS!!! SOLO POR $13 CON GASTOS DE ENVIO INCLUIDOS A TODO EL PAIS!

[PHP-DEV] apache 2.0.28 and php 4.1rc2

2001-11-14 Thread Ben Woodhead
Hello Everybody I am working on testing these together, I am compiled them both (DSO - apxs2). Everything seemed fine, i have an additional directory called modules in my apache root directory. My config file has LoadModule php4_modulemodules/libphp4.so AddType application/x-httpd-php .

[PHP-DEV] Re: PHP extension

2001-11-14 Thread Yorgo Sun
how can i make a php module base on class not base on function thanx -- Yorgo Sun Project Manager Technology Dept. Tom.com Email:[EMAIL PROTECTED] Mobile:13701243390 Phone:65283399-121 TomQ ID:yorgo http://www.ruisoft.com "Charles Viard" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">

[PHP-DEV] Bug #14062 Updated: Wrong filetype displayed

2001-11-14 Thread zak
ID: 14062 Updated by: zak Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Directory/Filesystem functions Operating System: win98SE PHP Version: 4.0.6 New Comment: I cannot reproduce this under Linux. File types are returned correctly. Could someone with Win32 test this? Previous Co

[PHP-DEV] Bug #14034 Updated: Error compile on Solaris 2.7 on SUN E4500

2001-11-14 Thread tps
ID: 14034 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Compile Failure Operating System: Solaris 2.7 on SUN E4500 PHP Version: 4.0.6 New Comment: Thank you very much, It works now. Previous Comments: --

[PHP-DEV] Bug #14065: Annotated doc lists function 'key_exists()' as 'array_key_exists()'

2001-11-14 Thread patl+php
From: [EMAIL PROTECTED] Operating system: FreeBSD PHP version: 4.0.6 PHP Bug Type: Documentation problem Bug description: Annotated doc lists function 'key_exists()' as 'array_key_exists()' The annotated documentation on PHP.net lists an array function named 'array_key_exis

[PHP-DEV] Re: Bug #14063: unset($array[]) causes apache 1.3.20 to coredump

2001-11-14 Thread Yasuo Ohgaki
Suggested fix. Index: zend_execute.c === RCS file: /repository/Zend/zend_execute.c,v retrieving revision 1.282.2.3 diff -u -r1.282.2.3 zend_execute.c --- zend_execute.c 2001/08/30 12:06:50 1.282.2.3 +++ zend_execute.c 20

[PHP-DEV] Re: Bug #14063: unset($array[]) causes apache 1.3.20 to coredump

2001-11-14 Thread Yasuo Ohgaki
Forgot to attach backtrace. (4.1.0RC2 CGI) Yasuo Ohgaki (gdb) run test.php Program received signal SIGSEGV, Segmentation fault. 0x08178582 in execute (op_array=0x82281dc) at ./zend_execute.c:2201 (gdb) bt #0 0x08178582 in execute (op_array=0x82281dc) at ./zend_execute.c:2201 #1 0x0815574e in z

[PHP-DEV] Re: Bug #14063: unset($array[]) causes apache 1.3.20 to coredump

2001-11-14 Thread Yasuo Ohgaki
Reproduced on 4.1.0RC2 and 4.2.0 CVS. -- Yasuo Ohgaki [EMAIL PROTECTED] wrote: > From: [EMAIL PROTECTED] > Operating system: FreeBSD 4.4-STABLE > PHP version: 4.0CVS-2001-11-14 > PHP Bug Type: Reproducible crash > Bug description: unset($array[]) causes apache 1.3.20 to cor

[PHP-DEV] Re: Respected developers !

2001-11-14 Thread Yasuo Ohgaki
Manuel Lemos wrote: > Apply for a CVS account. Somebody should reply to those requests. I got no response also. Although, Zeev suggested to do that. It seems most of requests are ignored. I don't mind it though. :) -- Yasuo Ohgaki -- PHP Development Mailing List To unsu

Re: [PHP-DEV] PHP Conference pics

2001-11-14 Thread Pierre-Alain Joye
http://www.bttr.org/phpconf/ http://www.bttr.org/phpconf/6/show.php?idx=21 the Team http://www.bttr.org/phpconf/5/show.php?idx=6 Rasmus and a powerbook ;)) On Wed, 14 Nov 2001 16:24:58 -0600 Andrei Zmievski <[EMAIL PROTECTED]> wrote: > Did anyone take pics at the conference in Frankfurt and if so

[PHP-DEV] Bug #11868 Updated: Improper character encoding

2001-11-14 Thread fmk
ID: 11868 Updated by: fmk Reported By: [EMAIL PROTECTED] Status: Open Bug Type: MSSQL related Operating System: Windows 2000 PHP Version: 4.0.6 New Comment: In the "MS SQL Server Client Network Utility" tool under "DB-Library Option" you can specify Automatic ANSI to OEM convertion. Change this

[PHP-DEV] Bug #9071 Updated: Wide Charater problems

2001-11-14 Thread fmk
ID: 9071 Updated by: fmk Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: MSSQL related Operating System: windows2000server PHP Version: 4.0.4 New Comment: nchar, nvarchar and ntext columns used to store national character values are not supported by the DB library functi

[PHP-DEV] Bug #11593 Updated: varchar(8000) field in MSSQL returns only 4096 chars

2001-11-14 Thread fmk
ID: 11593 Updated by: fmk Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: MSSQL related Operating System: NT4.0 PHP Version: 4.0.6 New Comment: The DB Library used for the MSSQL extension does not support char and varchar columns with more than 256 characters. char an

[PHP-DEV] Bug #14064: Arrays defined as object properties treat defined constants differently.

2001-11-14 Thread andre
From: [EMAIL PROTECTED] Operating system: i386-redhat-linux-gnu PHP version: 4.0.6 PHP Bug Type: Class/Object related Bug description: Arrays defined as object properties treat defined constants differently. It appears that using defined constants to index an array within a

[PHP-DEV] Re: PHP Conference pics

2001-11-14 Thread Sascha Schumann
Sites I know about: http://www.php-conference.de/2001/images/PHP_Konferenz/ http://www.bttr.org/phpconf/ http://www.photoalbum.nohn.net/PHPConference2001 On Wed, 14 Nov 2001, Andrei Zmievski wrote: > Did anyone take pics at the conference in Frankfurt and if so, are they > avail

[PHP-DEV] PHP Conference pics

2001-11-14 Thread Andrei Zmievski
Did anyone take pics at the conference in Frankfurt and if so, are they available online? -Andrei Commitment, n.: Commitment can be illustrated by a breakfast of ham and eggs. The chicken was involved, the pig was committed. -- PHP Development Mailing List To unsubscribe,

[PHP-DEV] Bug #14063: unset($array[]) causes apache 1.3.20 to coredump

2001-11-14 Thread pgl
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.4-STABLE PHP version: 4.0CVS-2001-11-14 PHP Bug Type: Reproducible crash Bug description: unset($array[]) causes apache 1.3.20 to coredump I'm not actually using version 4.0CVS-2001-11-14, but I updated 2001-11-08 (6 days a

[PHP-DEV] Bug #14062 Updated: Wrong filetype displayed

2001-11-14 Thread corwin1974
ID: 14062 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Directory/Filesystem functions Operating System: win98SE PHP Version: 4.0.6 New Comment: Sorry, the script is : \n"; } closedir($h); ?> The previous script is a workaround to get the rig

[PHP-DEV] Bug #14062: Wrong filetype displayed

2001-11-14 Thread corwin1974
From: [EMAIL PROTECTED] Operating system: win98SE PHP version: 4.0.6 PHP Bug Type: *Directory/Filesystem functions Bug description: Wrong filetype displayed When running this script : \n"; } closedir($h); ?> the wrong filetype is displayed (files and directories a

[PHP-DEV] Bug #14061 Updated: Cannot find file "c:\php\extensions\php_sablot.dll" - could not load module

2001-11-14 Thread derick
ID: 14061 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Sablotron XSL Operating System: IIS5 / Win2K PHP Version: 4.0.6 New Comment: Not a bug, and it's explained very well in the INSTALL file. Derick Previous Comments:

[PHP-DEV] Bug #14061: Cannot find file "c:\php\extensions\php_sablot.dll" - could not load module

2001-11-14 Thread tim . lokot
From: [EMAIL PROTECTED] Operating system: IIS5 / Win2K PHP version: 4.0.6 PHP Bug Type: Sablotron XSL Bug description: Cannot find file "c:\php\extensions\php_sablot.dll" - could not load module The error message this is reporting is incorrect. To fix this you need to copy

[PHP-DEV] Re: Respected developers !

2001-11-14 Thread Manuel Lemos
Hello, Andrew Sitnikov wrote: > > Hello, > > Respected developers! > > From http://www.php.net/cvs-php.php > = > If you are contributing a patch, a small fix, or another minor change > you do not need to ask for a CVS account

[PHP-DEV] Respected developers !

2001-11-14 Thread Andrew Sitnikov
Hello, Respected developers! >From http://www.php.net/cvs-php.php = If you are contributing a patch, a small fix, or another minor change you do not need to ask for a CVS account before submitting it. Just send your patch to [EM

Re: [PHP-DEV] wxWindows

2001-11-14 Thread Markus Fischer
On Wed, Nov 14, 2001 at 10:51:28AM -0800, Alain Samoun wrote : > What about porting wxWindows to PHP? > Did anybody work on that already? Search php-dev for gtk and you'll find a thread started at August 24th about wxwindows. However, it looked like nothing hat happened since then. - Markus --

[PHP-DEV] Bug #12601 Updated: Error loading oci8.dll, a entry point is missing .

2001-11-14 Thread derick
ID: 12601 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: OCI8 related Operating System: windows 2000 profesional PHP Version: 4.0.6 New Comment: User reported: what i meant was that i found how to solve the bug 12601, but don't know how to report it

[PHP-DEV] Bug #14060 Updated: This is the Solution Problem 12601

2001-11-14 Thread derick
ID: 14060 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: OCI8 related Operating System: windows 2000 profesional PHP Version: 4.0.6 New Comment: Ok, thx! Closing them... Previous Comments: ---

[PHP-DEV] Bug #14060 Updated: This is the Solution Problem 12601

2001-11-14 Thread hernanm
ID: 14060 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: OCI8 related Operating System: windows 2000 profesional PHP Version: 4.0.6 New Comment: what i meant was that i found how to solve the bug 12601, but don't know how to report

[PHP-DEV] Bug #14060 Updated: This is the Solution Problem 12601

2001-11-14 Thread derick
ID: 14060 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: OCI8 related Operating System: windows 2000 profesional PHP Version: 4.0.6 New Comment: Sorry, but I don't understand what you mean. DO you mean this is the solution to bug no #12601? The mess

[PHP-DEV] Bug #14060: This is the Solution Problem 12601

2001-11-14 Thread hernanm
From: [EMAIL PROTECTED] Operating system: windows 2000 profesional PHP version: 4.0.6 PHP Bug Type: OCI8 related Bug description: This is the Solution Problem 12601 This is the Solution Problem 12601 I am install Oracle 8.1.7 Personal edition and run OK. The problem not

[PHP-DEV] http://www.php.net/license/

2001-11-14 Thread Colin Viebrock
I suppose the text here needs to be revamped in light of the Zend license change. - Colin -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTE

[PHP-DEV] Bug #14055 Updated: Install MS SQL Server 'client connectivity' before using php_mssql.dll

2001-11-14 Thread fmk
ID: 14055 Updated by: fmk Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Operating System: Windows NT/2000 PHP Version: 4.0.6 New Comment: I have added this to the documentation under php.net/mssql. It will be available at the next update. Previou

Re: [PHP-DEV] Bug #14058 Updated: binary and

2001-11-14 Thread Jan Lehnardt
Hi, On Wed, 14 Nov 2001 19:48:14 +0100 (CET) <[EMAIL PROTECTED]> wrote: > Hello, > > ANd is it fixed in the PHP_4_0_7 branch? (ie, php4.1.0rc2?) php4.1.0rc2(FreeBSD): 4294967295 & 67633152 = 67633152 Jan -- Q: Thank Jan? A: http://geschenke.an.dasmoped.net -- PHP Development Mailing List

[PHP-DEV] wxWindows

2001-11-14 Thread Alain Samoun
What about porting wxWindows to PHP? Did anybody work on that already? A+ Alain -- PHP Development Mailing List 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] Bug #14058 Updated: binary and

2001-11-14 Thread derick
Hello, ANd is it fixed in the PHP_4_0_7 branch? (ie, php4.1.0rc2?) Derick On 14 Nov 2001 [EMAIL PROTECTED] wrote: > ID: 14058 > Updated by: cardinal > Reported By: [EMAIL PROTECTED] > Old Status: Open > Status: Closed > Bug Type: Scripting Engine problem > Operating System: Linux 2.2.14 & Wind

[PHP-DEV] Bug #14058 Updated: binary and

2001-11-14 Thread cardinal
ID: 14058 Updated by: cardinal Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Scripting Engine problem Operating System: Linux 2.2.14 & Windows NT 5.0 PHP Version: 4.0.6 New Comment: Reproduced with 4.0.6, can't reproduce with 4.2.0-dev Previous Comments: --

[PHP-DEV] Bug #14059 Updated: session_detroy() Warning message

2001-11-14 Thread derick
ID: 14059 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Session related Operating System: Win2000 Pro PHP Version: 4.0.5 New Comment: This is most likely fixed. Please try a snapshot from www.php4win.com, and reopen if it's not fixed. Derick Prev

[PHP-DEV] Bug #14059: session_detroy() Warning message

2001-11-14 Thread moetaller_2000
From: [EMAIL PROTECTED] Operating system: Win2000 Pro PHP version: 4.0.5 PHP Bug Type: Session related Bug description: session_detroy() Warning message My bug is like bug ID #5231 When I call Session_destroy I have "Warning: Session object destruction failed..." (If the

[PHP-DEV] Bug #10361 Updated: make don't work for Oracle 8i on 64bit Solaris kernel

2001-11-14 Thread mfischer
ID: 10361 Updated by: mfischer Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: OCI8 related Operating System: Solaris 5.7 PHP Version: 4.0.4pl1 New Comment: User reporting: The problem is fixed with 4.0.6. (However, status unchanged ;-) Previous Comments: --

[PHP-DEV] Bug #14056 Updated: Large amounts of fileuploads in a page cause segmentation fault

2001-11-14 Thread mfischer
ID: 14056 Updated by: mfischer Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Reproducible crash Operating System: Redhat 7.0 PHP Version: 4.0.6 New Comment: Cannot reproduce with current CVS. Previous Comments:

[PHP-DEV] RBug #10361 Updated: make don't work for Oracle 8i on 64bit Solaris kernel

2001-11-14 Thread Jens-Uwe Walther
Sorry for the delay - I was on vacation. The problem is fixed with 4.0.6. Thanks Uwe -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PRO

[PHP-DEV] Bug #14058: binary and

2001-11-14 Thread dimon
From: [EMAIL PROTECTED] Operating system: Linux 2.2.14 & Windows NT 5.0 PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: binary and echo "4294967295 & 67633152 = ". (4294967295 & 67633152); //under Windows: 4294967295 & 67633152 = 67633152 ok //

[PHP-DEV] Bug #14056 Updated: Large amounts of fileuploads in a page cause segmentation fault

2001-11-14 Thread derick
ID: 14056 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: Redhat 7.0 PHP Version: 4.0.6 New Comment: Can you try a snapshot from snaps.php.net and report back if that fixes the problem? Derick Previous Comments

[PHP-DEV] Bug #14056: Large amounts of fileuploads in a page cause segmentation fault

2001-11-14 Thread michiel
From: [EMAIL PROTECTED] Operating system: Redhat 7.0 PHP version: 4.0.6 PHP Bug Type: Reproducible crash Bug description: Large amounts of fileuploads in a page cause segmentation fault $val\n"; # changing max to 33 will not cause the segfault, 34 will. $msx = 34;

[PHP-DEV] Bug #14055 Updated: Install MS SQL Server 'client connectivity' before using php_mssql.dll

2001-11-14 Thread derick
ID: 14055 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: MSSQL related Bug Type: Documentation problem Operating System: Windows NT/2000 PHP Version: 4.0.6 New Comment: Thanks for notifying, but making this a documentation problem. Derick Previous Comments: -

[PHP-DEV] Bug #14054 Updated: Error evaluating the Intval function

2001-11-14 Thread derick
ID: 14054 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *Regular Expressions Operating System: Windows 2000 Server PHP Version: 4.0.4pl1 New Comment: This is not a bug, please ask support questions on the [EMAIL PROTECTED] mailinglist. Derick Prev

[PHP-DEV] <±¤°í>ÆÐƼ½¬¸Þ´Ï¾Æ´ÔµéÈñ¼Ò½Ä

2001-11-14 Thread ÆÐƼ½¬
Á¤¸» º¼¸¸ÇÑ ÆÐƼ½¬´Â ¾ø´Â°¡¿ä? ÇÏ´Â Áú¹®À» ¸¹ÀÌ Á¢Çϸç ÀÚ½ÅÀÖ°Ô ¼Ò°³ÇÕ´Ï´Ù. ¿¡·ÎÆÐƼ½¬¸¦ ¸ð¸£¸é ÆÐƼ½¬¸¦ ¸» ÇÒ¼ö ¾ø½À´Ï´Ù. °áÄÚ ÈÄȸÇÏÁö ¾ÊÀ» ÆÐƼ½¬¸¦ ¸¸³ªº¸½Ã±â ¹Ù¶ø´Ï´Ù. ¿¡·ÎÆÐƼ½¬   -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

[PHP-DEV] Bug #14055: Install MS SQL Server 'client connectivity' before using php_mssql.dll

2001-11-14 Thread johann . schadler
From: [EMAIL PROTECTED] Operating system: Windows NT/2000 PHP version: 4.0.6 PHP Bug Type: MSSQL related Bug description: Install MS SQL Server 'client connectivity' before using php_mssql.dll I have read the install.txt more than once, I have searched the online documentat

[PHP-DEV] Bug #14054: Error evaluating the Intval function

2001-11-14 Thread shiva
From: [EMAIL PROTECTED] Operating system: Windows 2000 Server PHP version: 4.0.4pl1 PHP Bug Type: *Regular Expressions Bug description: Error evaluating the Intval function Hi, See this simple script If i put a string in $val...for example "ABC" ad i run the script..

[PHP-DEV] Bug #10185 Updated: compile fails when using --with-oci8

2001-11-14 Thread xbezdek
ID: 10185 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Compile Failure Operating System: IRIX 6.5 PHP Version: 4.0.4pl1 New Comment: with PHP 4.0.6 I get the same errors... I don't try compile the latest CVS snapshot yet, so... no results Previous

[PHP-DEV] Bug #14053: Memory leak when using BIG array (>160MBytes)

2001-11-14 Thread ingo . bez
From: [EMAIL PROTECTED] Operating system: Linux (2.2.x/2.4.x) PHP version: 4.0.6 PHP Bug Type: Reproducible crash Bug description: Memory leak when using BIG array (>160MBytes) We do query a database and put the fetched result into some array, whichs keys are the first field

[PHP-DEV] Bug #14052: ftp_rawlist: Hangs up

2001-11-14 Thread msjackson
From: [EMAIL PROTECTED] Operating system: Win2K PHP version: 4.0.6 PHP Bug Type: FTP related Bug description: ftp_rawlist: Hangs up I think there is really a problem with repeated ftp_rawlist (Reported in #7897). I write a script which make several ftp_rawlists to indexing a

Re: [PHP-DEV] PHP extension

2001-11-14 Thread Rasmus Lerdorf
A good place to start is README.EXT_SKEL in the PHP distribution. -Rasmus On 14 Nov 2001, Charles VIARD wrote: > > > hello, > > I want to make a PHP module, but i didn't find any doc on how > to do it! > Especially PHP type, code return and structure of a module. > can somebody help me? > >

Re: [PHP-DEV] PHP extension

2001-11-14 Thread Markus Fischer
On Wed, Nov 14, 2001 at 02:35:17PM +0100, Bjørn Johansen wrote : > > try zend.com/apidocs and .. use the source luke! more specific > > question can be answered also :) > > I got a 404 trying the above url, but http://zend.com/zend/api.php worked > fine though :) I know, lazy me .. its zend.com

Re: [PHP-DEV] PHP extension

2001-11-14 Thread Bjørn Johansen
> try zend.com/apidocs and .. use the source luke! more specific > question can be answered also :) I got a 404 trying the above url, but http://zend.com/zend/api.php worked fine though :) Bjørn -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED]

[PHP-DEV] CVS Account Request: kaser01

2001-11-14 Thread Bandar A.
Our group ( php4arab.com ) asked you for a permession to translate the php doucment into arabic, and i need the CVS account to start working Thank u -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

[PHP-DEV] Bug #14044 Updated: GD(PNG) support stops working

2001-11-14 Thread sander
ID: 14044 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: GD related Operating System: Solaris 2.8 (Sparc) PHP Version: 4.0.6 New Comment: OK. If it's works, let's close this one. Previous Comments: --

[PHP-DEV] Bug #14044 Updated: GD(PNG) support stops working

2001-11-14 Thread csvieira
ID: 14044 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: GD related Operating System: Solaris 2.8 (Sparc) PHP Version: 4.0.6 New Comment: It works ok. I already used --with-zlib, apache wont compile without it. Previous Comments: ---

Re: [PHP-DEV] PHP extension

2001-11-14 Thread Zak Greant
On November 14, 2001 05:07 am, Andrey Hristov wrote: > There is a book from the people who make www.phpwizard.net. The price > is from $30 to $40 depending on the bookstore you use(Amazon has > lowest price). The other way is to get it in PDF. on #bookwarez > channel on irc.nullus.net, you can fin

Re: [PHP-DEV] [CVS] Memleak when assigning a class being propertyof another class the class

2001-11-14 Thread Stanislav Malyshev
MF>> on shutdown. MF>> MF>> If I remove the reference operator (thus make a copy of the object [which I MF>> don't want]) at any point there is no leak. I guess you've got circular reference case there (it's when variable X references Y which in turn references X or part of X). It's known to ca

Re: [PHP-DEV] PHP extension

2001-11-14 Thread Andrey Hristov
There is a book from the people who make www.phpwizard.net. The price is from $30 to $40 depending on the bookstore you use(Amazon has lowest price). The other way is to get it in PDF. on #bookwarez channel on irc.nullus.net, you can find it. - Original Message - From: "Markus Fische

[PHP-DEV] Bug #13516 Updated: fpassthru uses too much memory

2001-11-14 Thread sander
ID: 13516 Updated by: sander Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Reproducible crash Bug Type: Feature/Change Request Operating System: Irix PHP Version: 4.0.6 New Comment: Not a bug. Reclasified as a feature/change request. Previous Comments: ---

[PHP-DEV] Bug #8715 Updated: ifx_get_blob ifx_fetch_row and NULLS

2001-11-14 Thread sander
ID: 8715 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Informix related Operating System: Tru64 Unix 5.0 PHP Version: 4.0.4 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #8767 Updated: user name prepended to table names in query

2001-11-14 Thread sander
ID: 8767 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Informix related Operating System: RH 6.2 PHP Version: 4.0.3pl1 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #8267 Updated: Warning: ifx_pconnect : E [SQLSTATE=IX 000 SQLCODE=-439]

2001-11-14 Thread sander
ID: 8267 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Informix related Operating System: Linux PHP Version: 4.0.3pl1 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #13751 Updated: .alloca missing

2001-11-14 Thread sander
ID: 13751 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Compile Failure Operating System: AIX 4.3 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments: [

[PHP-DEV] Bug #13669 Updated: 10.1 Compile Error with apxs

2001-11-14 Thread sander
ID: 13669 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Compile Failure Operating System: Mac OSX 10.1 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments: --

[PHP-DEV] Bug #13601 Updated: File download with Content-Length specified fails with IE5.5

2001-11-14 Thread sander
ID: 13601 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Apache related Operating System: Linux (Red Hat 7) PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments: --

[PHP-DEV] Bug #13597 Updated: "MAKE" error with Mac OS X 10.1 (Darwin 1.4)

2001-11-14 Thread sander
ID: 13597 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Compile Failure Operating System: Mac OS X 10.1 (Darwin 1.4) PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #13552 Updated: Unresolved symbol: mysql_*

2001-11-14 Thread sander
ID: 13552 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: MySQL related Operating System: HPUX 11.00 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #13544 Updated: gcc fails on reentrancy.lo

2001-11-14 Thread sander
ID: 13544 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Compile Failure Operating System: Solaris 8 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #13541 Updated: url_scanner.h:23: warning: parameter names (without types) in function declarat

2001-11-14 Thread sander
ID: 13541 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Compile Failure Operating System: PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments: [2001-10

[PHP-DEV] Bug #13305 Updated: Module fails to load with "undefined symbol: libiconv_open"

2001-11-14 Thread sander
ID: 13305 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: ICONV related Operating System: Linux 2.4.2-2 (RH 7.1) PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments: --

[PHP-DEV] Bug #12842 Updated: TSRM/tsrm_virtual_cwd.c:568: `mode_t' is promoted to `int'

2001-11-14 Thread sander
ID: 12842 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Compile Failure Operating System: HP-UX 10.20 and 11.0 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments: --

[PHP-DEV] Bug #12559 Updated: make fails

2001-11-14 Thread sander
ID: 12559 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Compile Failure Operating System: Digital Unix 5.1 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments: --

[PHP-DEV] Bug #12534 Updated: Fatal Error: No definition for inline function: scan_set_error_return

2001-11-14 Thread sander
ID: 12534 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Compile Failure Operating System: Compaq Tru64 UNIX 5.1 patch 3 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments: -

[PHP-DEV] Bug #12279 Updated: error 2 (bu21)

2001-11-14 Thread sander
ID: 12279 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Compile Failure Operating System: unixware 7.1.1 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #12147 Updated: Very similar to 10185, but with Oracle 8.0.3

2001-11-14 Thread sander
ID: 12147 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Compile Failure Operating System: IRIX PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments: [200

[PHP-DEV] Bug #12145 Updated: the same as 10636, but on IRIX

2001-11-14 Thread sander
ID: 12145 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: OCI8 related Operating System: IRIX PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments: [2001-1

[PHP-DEV] Bug #12207 Updated: shared library created not loadable

2001-11-14 Thread sander
ID: 12207 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Compile Failure Operating System: HP-UX 11 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #9901 Updated: When running the make it fails

2001-11-14 Thread sander
ID: 9901 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Compile Failure Operating System: Digital Unix 5.1 PHP Version: 4.0.4pl1 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #10185 Updated: compile fails when using --with-oci8

2001-11-14 Thread sander
ID: 10185 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Compile Failure Operating System: IRIX 6.5 PHP Version: 4.0.4pl1 New Comment: No feedback. Closing. Previous Comments: ---

[PHP-DEV] Bug #10564 Updated: feof bug isn't fixed in windows versions.

2001-11-14 Thread sander
ID: 10564 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Filesystem function related Operating System: win NT 4.0 PHP Version: 4.0.4pl1 New Comment: No feedback. Closing. Previous Comments: -

[PHP-DEV] Bug #7731 Updated: compilation with deprecated abi (no -n32)

2001-11-14 Thread sander
ID: 7731 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Compile Failure Operating System: IRIX 6.5 (6.5.8m) PHP Version: 4.0.3pl1 New Comment: No feedback. Closing. Previous Comments: ---

[PHP-DEV] Bug #7152 Updated: Can't close a connexion to a database

2001-11-14 Thread sander
ID: 7152 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Informix related Operating System: LINUX REDHAT 6.1 PHP Version: 4.0.2 New Comment: No feedback. Closing. Previous Comments: --

[PHP-DEV] Bug #7173 Updated: Invalid IFX link resource

2001-11-14 Thread sander
ID: 7173 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Informix related Operating System: Solaris 2.6 PHP Version: 4.0.3 New Comment: No feedback. Closing. Previous Comments: ---

  1   2   >