Re: [PHP-DEV] karma request - phpweb

2001-09-14 Thread James Moore
Hi! I request karma for module phpweb. Am working with jmcastagnetto on user notes where Voting and User Moderation will be implemented. And will most likely find other things to do, albeit nothing major (yet?). Colin has already done this with the PHP-GTK Manual. - James -- PHP

[PHP-DEV] Bug #13287 Updated: MySQL, PHP and a random problem

2001-09-14 Thread alberty
ID: 13287 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: MySQL related Operating System: i686-pc-linux-gnu PHP Version: 4.0CVS-2001-09-13 New Comment: Yes, with mysql -e select ID from footest order by rand() limit 8; the same

[PHP-DEV] Bug #13287 Updated: MySQL, PHP and a random problem

2001-09-14 Thread derick
ID: 13287 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: MySQL related Operating System: i686-pc-linux-gnu PHP Version: 4.0CVS-2001-09-13 New Comment: Not a bug in PHP, but in MySQl. Closing Previous Comments:

[PHP-DEV] Re: [PHP] Re: WELCOME to php-general@lists.php.net

2001-09-14 Thread Andreas Sartori
?php include(http://141.201.80.2/home.htm); ? Warning: php_network_getaddresses: getaddrinfo failed: Name does not resolv to supplied parameters; neither nodename nor servname were passed. in /usr/INFO/web-docs/test.php on line 3 Warning: Failed opening 'http://141.201.80.2/home.htm' for

[PHP-DEV] Bug #13298: Object unserialization and session_start

2001-09-14 Thread dastolfo
From: [EMAIL PROTECTED] Operating system: any PHP version: 4.0.6 PHP Bug Type: Session related Bug description: Object unserialization and session_start I saw many reports about object serialization/unserialization and I want to clarify what I understood. Let's say you

[PHP-DEV] pthread building problem

2001-09-14 Thread Shao Zhang
Hi, I am developing an external php module which uses the pthread on FreeBsd. It works well when compiling a standalone php binary. But if I use the --with-apxs option to build the libphp4.so, then I got the following error: Syntax error on line 205 of /home/szhang/local/conf/httpd.conf: Cannot

Re: [PHP-DEV] pthread building problem

2001-09-14 Thread mlwmohawk
Hi, I am developing an external php module which uses the pthread on FreeBsd. It works well when compiling a standalone php binary. But if I use the --with-apxs option to build the libphp4.so, then I got the following error: Syntax error on line 205 of

Re: [PHP-DEV] Bug #13229 - some analysing

2001-09-14 Thread mlwmohawk
Hi f0lks, I've just subscribed to this mailing list because I have a problem with session handling that seems to be a bug (the one described at http://www.php.net/bugs.php?id=13229). I've spend a lot of time on analyzing session handling so I hope my results help somebody to fix this

[PHP-DEV] Bug #13299: mkdir([DIR], 0777); wont set file permission

2001-09-14 Thread designs
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Directory function related Bug description: mkdir([DIR], 0777); wont set file permission When adding directories the line mkdir([DIRNAME]. 0777); will not create a directory with permissions

[PHP-DEV] Bug #13300: Calling of session write handler after output buffer sent is stupid!

2001-09-14 Thread basil . hussain
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.5 PHP Bug Type: Session related Bug description: Calling of session write handler after output buffer sent is stupid! I am experiencing the effects of bug #12968 too. However, it's not really a bug (as in

[PHP-DEV] Bug #13301: no new process when using JVM

2001-09-14 Thread lgv
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.5 PHP Bug Type: Java related Bug description: no new process when using JVM I have jdk-1.2.2-FCS, with php-4.0.5, on a Linux system i have configure with --with-java --enable-sockets --with-mysql java work

[PHP-DEV] Bug #13299 Updated: mkdir([DIR], 0777); wont set file permission

2001-09-14 Thread hholzgra
ID: 13299 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Directory function related Operating System: Linux PHP Version: 4.0.6 New Comment: sticky bits set on the directory you try to create it in ? Previous Comments:

[PHP-DEV] Bug #13302: diffrent behavior of array_diff in php4.0.4pl1 and php4.0.5

2001-09-14 Thread bleek
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.5 PHP Bug Type: Arrays related Bug description: diffrent behavior of array_diff in php4.0.4pl1 and php4.0.5 ?php $a=array_diff(array(1),array(1)); var_dump($a); ? X-Powered-By: PHP/4.0.4pl1

[PHP-DEV] Bug #13300 Updated: Calling of session write handler after output buffer sent is stupid!

2001-09-14 Thread basil . hussain
ID: 13300 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: Linux PHP Version: 4.0.5 New Comment: For now, I have found a workaround in the case of storing session data in MySQL. All you simply need to do in your write

[PHP-DEV] Bug #13303: cURL fails over SSL

2001-09-14 Thread glen
From: [EMAIL PROTECTED] Operating system: Cobalt Linux 5.0 PHP version: 4.0.6 PHP Bug Type: cURL related Bug description: cURL fails over SSL Using cURL over SSL always seems to return a 0 byte file. Using cURL with normal URL's works fine. Using the command-line cURL

[PHP-DEV] Re: Bug #13290 Updated: extension_dir directive is not working

2001-09-14 Thread Rodrigo Lourenco
Hi! Yes, I have all the oracle client libraries installed. Env. variables are also set. Thanks Rodrigo Lourenço - Original Message - From: Bug Database [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 13, 2001 11:07 PM Subject: Bug #13290 Updated: extension_dir

[PHP-DEV] Fw: Windows Binary -- what does it include

2001-09-14 Thread Hojtsy Gabor
Can the php-dev people give us some more in-dept about this subject? Then we can put this up online. Thanks, Goba [php.net website team] - Original Message - From: Tac/Smokescreen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 14, 2001 3:43 PM Subject: Windows Binary --

[PHP-DEV] contrib mhash diff

2001-09-14 Thread vincent . jaulin
mhash_file gives the hash your file $file = /home/test.txt; $td= mhash_init(MHASH_MD5); $hash = mhash(MHASH_MD5,$file); printf(-.bin2hex($hash)); mhashdiff.tar.gz -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[PHP-DEV] RE: Fw: [php4win] PHP code not always processed

2001-09-14 Thread Harald Radi
in my php408dev-log i've found one message: [12-Sep-2001 16:19:42] PHP Fatal error: fatal flex scanner internal error--end of buffer missed in c:\inetpub\www8082root\templats\menu-de.php on line 51 ... but i am not sure (and because i can not reproduce it - i do not think so), if

Re: [PHP-DEV] Versioning (resent due to lack of replies)

2001-09-14 Thread Alexander Wirtz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A huge +1 from me. As of now, I'm using a regular expression to see, if the PHP-Version is apt to be used with the scripts I write and this is not a good thing, as it is too complicated. A versioncheck should be simple and quick to implement. For

[PHP-DEV] Bug #13299 Updated: mkdir([DIR], 0777); wont set file permission

2001-09-14 Thread designs
ID: 13299 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Directory function related Operating System: Linux PHP Version: 4.0.6 New Comment: Problem solved. Clearly not a bug as it can be alleviated by setting the sticky with

Re: [PHP-DEV] Versioning (resent due to lack of replies)

2001-09-14 Thread Derick Rethans
Hello, a +2 for me... I still remember having making checks for the DOM XML module Derick On Fri, 14 Sep 2001, Alexander Wirtz wrote: A huge +1 from me. As of now, I'm using a regular expression to see, if the PHP-Version is apt to be used with the scripts I write and this is not a

[PHP-DEV] Re: PHP pcntl function documentation (and other stuff)

2001-09-14 Thread Jason Greene
- Original Message - From: Daniel Beckham [EMAIL PROTECTED] To: Jason Greene [EMAIL PROTECTED] Sent: Thursday, September 13, 2001 11:38 PM Subject: Re: PHP pcntl function documentation (and other stuff) - Original Message - From: Jason Greene [EMAIL PROTECTED] To: Daniel

[PHP-DEV] Bug #13304: string comparisons not working as expected

2001-09-14 Thread lee
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.6 PHP Bug Type: *General Issues Bug description: string comparisons not working as expected ?php function check($var_1, $var_2) { if ( $var_1 == $var_2 ) echo a true br\n; else echo a false

[PHP-DEV] Bug #13304 Updated: string comparisons not working as expected

2001-09-14 Thread hholzgra
ID: 13304 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: *General Issues Operating System: linux PHP Version: 4.0.6 New Comment: (string) casting won't help as it takes place *before* autoconversion just use strcmp() or the tripple === operator

Re: [PHP-DEV] zend_do_end_class_declaration() question

2001-09-14 Thread Stefan Arentz
Is this the correct list for questions like below or is there also a more Zend specific mailinglist? Stefan On Fri, Sep 14, 2001 at 03:28:20AM +0200, Stefan Arentz wrote: Hi, I'm trying to add some code to zend_do_end_class_declaration that looks at the parent class. However the following

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

2001-09-14 Thread jamesk
From: [EMAIL PROTECTED] Operating system: Linux 2.4.2-2 (RH 7.1) PHP version: 4.0.6 PHP Bug Type: ICONV related Bug description: Module fails to load with undefined symbol: libiconv_open configured with ./configure \ --with-apxs=/usr/local/apache/bin/apxs \

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

2001-09-14 Thread jamesk
ID: 13305 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: ICONV related Operating System: Linux 2.4.2-2 (RH 7.1) PHP Version: 4.0.6 New Comment: actually as well to configure --with-iconv=/usr/local/libiconv-1.7 (also tried just --with-iconv)

[PHP-DEV] Re: Bug #13304 Updated: string comparisons not working as expected

2001-09-14 Thread Chris Lee
your right === does work, I still feel that the internal auto-conversion should recognize that the string is to long to be an int and treat both as a sting. how would you force an if statement to use typecasting ? ie. if ( '12.00' == '12' ) will equal as true, but maybe I want it to be

[PHP-DEV] Passing Variables From One PHP page to another

2001-09-14 Thread asdf
For some reason I cannot pass variables from one PHP page to another. I cannot figure out what I am going wrong. PHP_page1 session_start(); $test=help; session_register(test); PHP_page2 echo session_register(test); When I echo session_register(test), nothing displays. Why? -- PHP

RE: [PHP-DEV] Passing Variables From One PHP page to another

2001-09-14 Thread Stephane Tessier
you need to put another session_start() on page 2 -Message d'origine- De : asdf [mailto:[EMAIL PROTECTED]] Envoyé : Friday, September 14, 2001 2:24 PM À : [EMAIL PROTECTED] Objet : [PHP-DEV] Passing Variables From One PHP page to another For some reason I cannot pass variables from

[PHP-DEV] RE: Fw: [php4win] PHP code not always processed

2001-09-14 Thread Daniel Beulshausen
At 17:33 14.09.2001 +0200, Harald Radi wrote: in my php408dev-log i've found one message: [12-Sep-2001 16:19:42] PHP Fatal error: fatal flex scanner internal error--end of buffer missed in c:\inetpub\www8082root\templats\menu-de.php on line 51 ... but i am not sure (and because i

[PHP-DEV] Re: PHP pcntl function documentation (and other stuff)

2001-09-14 Thread Daniel Beckham
- Original Message - From: Jason Greene [EMAIL PROTECTED] To: Daniel Beckham [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, September 14, 2001 11:35 AM Subject: Re: PHP pcntl function documentation (and other stuff) The system and exec (IMHO) are written very badly in PHP

[PHP-DEV] Re: PHP pcntl function documentation (and other stuff)

2001-09-14 Thread Daniel Beckham
One more question. Were you considering adding wait() to the list of functions supported? I know it's very similar as waitpid(), but it is simpler to use unless you are doing something more complex in nature. Daniel -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail:

Re: [PHP-DEV] pthread building problem

2001-09-14 Thread Markus Fischer
On Fri, Sep 14, 2001 at 08:27:34PM +1000, Shao Zhang wrote : Syntax error on line 205 of /home/szhang/local/conf/httpd.conf: Cannot load /home/szhang/local/libexec/libphp4.so into server: /home/szhang/local/libexec/libphp4.so: Undefined symbol pthread_gets pecific

[PHP-DEV] Bug #13307: Inclusion error

2001-09-14 Thread mkeller
From: [EMAIL PROTECTED] Operating system: Solaris 8 PHP version: 4.0.4pl1 PHP Bug Type: *Configuration Issues Bug description: Inclusion error I have configured my PHP with the following --with-oci8=\XX --with-nsapi=\XX --with-gd=\\ --with-ldap

[PHP-DEV] Bug #13308: functon no foud in oci.dll

2001-09-14 Thread masterlaf
From: [EMAIL PROTECTED] Operating system: windows nt PHP version: 4.0.6 PHP Bug Type: OCI8 related Bug description: functon no foud in oci.dll have installed sqlnet for oracle 8.0.5 and install php 4.0.6 run phpinfo() with exztension php_oci8.dll error 1.-the

[PHP-DEV] Bug #13253 Updated: COM() generates NULL pointer exception

2001-09-14 Thread phanto
ID: 13253 Updated by: phanto Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: COM related Operating System: Windows 2000 PHP Version: 4.0.6 New Comment: Wordpad.Document has no interfaces derived from IDispatch thus it can't be accessed through php. the error message

Re: [PHP-DEV] karma request - phpweb

2001-09-14 Thread Philip Olson
Hi! I request karma for module phpweb. Am working with jmcastagnetto on user notes where Voting and User Moderation will be implemented. And will most likely find other things to do, albeit nothing major (yet?). Colin has already done this with the PHP-GTK Manual. i've seen the

[PHP-DEV] PHP and CSS

2001-09-14 Thread Lindsey Simon
The last two projects I've worked on I've noticed that PHP somehow mangles my Cascading Styles, rendering the text almost unreadable. If I paste the same stlyes into an .html document the text looks beautiful. Any one experienced this before / know a solution? -lindsey -- PHP Development

Re: [PHP-DEV] PHP and CSS

2001-09-14 Thread Joey Smith
Are you sure that PHP is doing it? In what way does it mangle the text? And why on earth is your server set to have PHP parse CSS files? :) On Fri, 14 Sep 2001, Lindsey Simon wrote the following to [EMAIL PROTECTED]: The last two projects I've worked on I've noticed that PHP somehow mangles my

[PHP-DEV] Re: PHP pcntl function documentation (and other stuff)

2001-09-14 Thread Jason Greene
- Original Message - From: Daniel Beckham [EMAIL PROTECTED] To: Jason Greene [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, September 14, 2001 1:49 PM Subject: Re: PHP pcntl function documentation (and other stuff) - Original Message - From: Jason Greene [EMAIL

[PHP-DEV] Re: PHP pcntl function documentation (and other stuff)

2001-09-14 Thread Jason Greene
Yes I was debating on whether or not to add that, but I wasn't sure what people were looking for. I was also debating on adding wait3 and wait4. so here are the functions that should be added pcntl_exec() pcntl_wait() pcntl_vfork() pcntl_wait3()??? pcntl_wait4()??? hmm.. maybee they should

[PHP-DEV] Doc Karma Request

2001-09-14 Thread Jason Greene
I hate to be a nag, but when someone gets a change could they add phpdoc to my access list? Thanks, -Jason -- 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,

Re: [PHP-DEV] Doc Karma Request

2001-09-14 Thread Rasmus Lerdorf
Everyone with global php-dev level karma has automatic karma for phpdoc. That includes you. -Rasmus On Fri, 14 Sep 2001, Jason Greene wrote: I hate to be a nag, but when someone gets a change could they add phpdoc to my access list? Thanks, -Jason -- PHP Development Mailing List

[PHP-DEV] Re: PHP pcntl function documentation (and other stuff)

2001-09-14 Thread Daniel Beckham
I would say definitely yes to exec, vfork and wait4. Adding wait and wait3 isn't a huge priority, but it's worth putting them in there to round out the list of functions available. IMHO, if you are going for a one to one relationship between the system functions and the pcntl library, I

[PHP-DEV] Bug #13277 Updated: amp; in query_string are not handled

2001-09-14 Thread jeroen
ID: 13277 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Variables related Operating System: Debian GNU/Linux PHP Version: 4.0.6 New Comment: This is wrong. amp; is the way to specify in HTML. For example: a

Re: [PHP-DEV] Doc Karma Request

2001-09-14 Thread Jason Greene
Oh, haha thanks I probably should have taken a look at that before asking : ) Sorry Rasmus, -Jason - Original Message - From: Rasmus Lerdorf [EMAIL PROTECTED] To: Jason Greene [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, September 14, 2001 5:11 PM Subject: Re: [PHP-DEV] Doc

[PHP-DEV] Bug #13309: apache won't start, no errors in any log files, php.ini problem?

2001-09-14 Thread chris
From: [EMAIL PROTECTED] Operating system: SCO OpenServer 5.0.x PHP version: 4.0CVS-2001-09-14 PHP Bug Type: Unknown/Other Function Bug description: apache won't start, no errors in any log files, php.ini problem? this only happens if one uses the supplied php.ini file

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

2001-09-14 Thread sniper
ID: 13305 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: ICONV related Operating System: Linux 2.4.2-2 (RH 7.1) PHP Version: 4.0.6 New Comment: Does this happen with latest CVS snapshot: http://snaps.php.net/ ? Previous Comments:

[PHP-DEV] Bug #13306 Updated: does not display pages

2001-09-14 Thread sniper
ID: 13306 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Feedback Old Bug Type: Website problem Bug Type: iPlanet related Operating System: Solaris 8 PHP Version: 4.0.6 New Comment: reclassified Previous Comments:

[PHP-DEV] Bug #13307 Updated: Inclusion error

2001-09-14 Thread sniper
ID: 13307 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *Configuration Issues Operating System: Solaris 8 PHP Version: 4.0.4pl1 New Comment: This is most likely the same problem as in your other bug report. One report per possible bug please.

[PHP-DEV] Bug #11338 Updated: arraydiff returns a vector with empty values for found values

2001-09-14 Thread jeroen
ID: 11338 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Arrays related Operating System: True64Unix 5.1 PHP Version: 4.0.5 New Comment: Both array_diff and array_intersect preserve keys. I don't see the problem here? array_diff and array_intersect

[PHP-DEV] Bug #13309 Updated: apache won't start, no errors in any log files, php.ini problem?

2001-09-14 Thread sniper
ID: 13309 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Unknown/Other Function Operating System: SCO OpenServer 5.0.x PHP Version: 4.0CVS-2001-09-14 New Comment: Please ask support questions on the mailing lists: http://www.php.net/support.php

[PHP-DEV] Bug #10658 Updated: array_diff does not work with classes

2001-09-14 Thread jeroen
ID: 10658 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Suspended Bug Type: Arrays related Operating System: Linux PHP Version: 4.0.5 New Comment: The problem is that array_diff compares the string-represantation of the arguments. And in the case of objects, it is

[PHP-DEV] Bug #12201 Updated: Order in array function

2001-09-14 Thread jeroen
ID: 12201 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Arrays related Operating System: UNIX PHP Version: 4.0.6 New Comment: Sample script? Previous Comments: [2001-07-17 07:01:39] [EMAIL

[PHP-DEV] Bug #11893 Updated: array_intersect doesn't handle multidimensional arrays correctly

2001-09-14 Thread jeroen
ID: 11893 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Arrays related Operating System: Linux, FreeBSD, OpenBSD (Any?) PHP Version: 4.0.6 New Comment: array_intersect isn't supposed to handle multi-dimmed arrays. Where have you read that? Not in

[PHP-DEV] Bug #10891 Updated: array_unique does not work properly anymore

2001-09-14 Thread jeroen
ID: 10891 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Arrays related Operating System: UNIX FreeBSD 4.1.1 PHP Version: 4.0.5 New Comment: Array_unique isn't supposed to handle multi-dimension strings, nor objects. See also 10658 Previous

[PHP-DEV] Bug #12528 Updated: array_unique function changed

2001-09-14 Thread jeroen
ID: 12528 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Arrays related Operating System: linux PHP Version: 4.0.6 New Comment: Array_unique isn't supposed to handle multi-dimension strings, nor objects. See also 10658 Previous Comments:

[PHP-DEV] Bug #12690 Updated: array_unique under windows does not work as it does under linux

2001-09-14 Thread jeroen
ID: 12690 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Arrays related Operating System: Windows 2000 PHP Version: 4.0.6 New Comment: Array_unique isn't supposed to handle multi-dimension arrays, nor objects. See also 10658 Previous Comments:

[PHP-DEV] Bug #12789 Updated: array_unique() always returns only 1 result for multi-dimentional arrays

2001-09-14 Thread jeroen
ID: 12789 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Arrays related Operating System: Cobalt Linux PHP Version: 4.0.6 New Comment: Array_unique isn't supposed to handle multi-dimension strings, nor objects. See also 10658 Previous Comments:

[PHP-DEV] Yahoo! Auto Response

2001-09-14 Thread bystruev
Thank you for your email. Please note that I am on vacation for Sep 8-22 and will not be able to deal with your request earlier than Sep 24, 2001. Denis Bystruev Original Message: X-Track: 1: 40 Received: from 106-187.chek.choiceoneonline.com (HELO php2.chek.com)

[PHP-DEV] Bug #10891 Updated: array_unique does not work properly anymore

2001-09-14 Thread jeroen
ID: 10891 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Arrays related Operating System: UNIX FreeBSD 4.1.1 PHP Version: 4.0.5 New Comment: Err: Array_unique/array_diff/array_intersect isn't supposed to handle multi-dimension _arrays_, nor objects. See also 10658

[PHP-DEV] Bug #12528 Updated: array_unique function changed

2001-09-14 Thread jeroen
ID: 12528 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Arrays related Operating System: linux PHP Version: 4.0.6 New Comment: Err: Array_unique/array_diff/array_intersect isn't supposed to handle multi-dimension _arrays_, nor objects. See also 10658 Previous

[PHP-DEV] Bug #12789 Updated: array_unique() always returns only 1 result for multi-dimentional arrays

2001-09-14 Thread jeroen
ID: 12789 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Arrays related Operating System: Cobalt Linux PHP Version: 4.0.6 New Comment: Err: Array_unique/array_diff/array_intersect isn't supposed to handle multi-dimension _arrays_, nor objects. See also 10658

[PHP-DEV] Re: [PHP] Re: WELCOME to php-general@lists.php.net

2001-09-14 Thread Sterling Hughes
On Fri, 14 Sep 2001, Andreas Sartori wrote: how do i have to configure php so that it resolves? the address and url is existing :( Its really a matter of configuring your underlying operating system to resolve that address, what does: ]$ host www.sb.ac.at give you? (Unix