[PHP-DEV] Bug #13102: adfa d

2001-09-03 Thread ddanggo
From: [EMAIL PROTECTED] Operating system: win PHP version: 4.0.6 PHP Bug Type: *General Issues Bug description: adfa d af asfa -- Edit bug report at: http://bugs.php.net/?id=13102edit=1 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

[PHP-DEV] Bug #13102 Updated: adfa d

2001-09-03 Thread sebastian
ID: 13102 Updated by: sebastian Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *General Issues Operating System: win PHP Version: 4.0.6 Edit this bug report at http://bugs.php.net/?id=13102edit=1 -- PHP Development Mailing List http://www.php.net/ To unsubscribe,

[PHP-DEV] Rand

2001-09-03 Thread jeroen
I am really furious now, and this is why: * People here seem to read things here VERY selectively. On August 4th I submitted a first proposal, and Rasmus (and ONLY Rasmus) had some problems with it, being that this would break BC if ppl rely on the reproducibilty of rand() sequences. THAT WAS

[PHP-DEV] german umlauts!

2001-09-03 Thread Andre Lacour
strtoupper() strtoulower() does not work with german umlauts (äöü/ÄÖÜ). -- 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 PROTECTED]

RE: [PHP-DEV] german umlauts!

2001-09-03 Thread Sam Liddicott
-Original Message- From: Andre Lacour [mailto:[EMAIL PROTECTED]] Sent: 03 September 2001 09:28 To: Php-Dev Subject: [PHP-DEV] german umlauts! strtoupper() strtoulower() does not work with german umlauts (äöü/ÄÖÜ). Perhaps it depends on what your php locale is (as opposed

[PHP-DEV] Bug #13103: Image output functions doesn't work properly with output buffering.

2001-09-03 Thread tais . hansen
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.2 PHP version: 4.0.4pl1 PHP Bug Type: Output Control Bug description: Image output functions doesn't work properly with output buffering. Example: $im = imageCreateFromPNG( test-ob.png ); ob_start(); imagePNG( $im );

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / NEWS

2001-09-03 Thread derick
On Mon, 3 Sep 2001, Jani Taskinen wrote: I'm not going to discuss this anymore, sorry... I asked dozens of times for comments, but didn't get any. Isn't it a bit late to question it now? I was waiting for you to tell that now the branch works and I could test it and say 'good, this works

[PHP-DEV] Bug #13100 Updated: Apache 1.3.20 - php 406. API Version problem

2001-09-03 Thread sniper
ID: 13100 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Unknown/Other Function Operating System: Debian Linux 2.2 unstable PHP Version: 4.0.6 New Comment: Obviously you're doing something wrong. Anyway, not a bug in PHP. Ask more help on [EMAIL

[PHP-DEV] Bug #13104: GD problem

2001-09-03 Thread endeeuk
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: GD related Bug description: GD problem I have installed php with GD like ./configure' '--with-apache=../apache_1.3.19' '--prefix=/opt/apache' '--with-pgsql=/opt/postgres/'

[PHP-DEV] Bug #13105: COM: Unsupported variant type (ARRAY of OBJECTS)

2001-09-03 Thread chatzoulis
From: [EMAIL PROTECTED] Operating system: windows 2000 PHP version: 4.0.6 PHP Bug Type: COM related Bug description: COM: Unsupported variant type (ARRAY of OBJECTS) Hello everybody! . . . the SECOND of the following two LINEs of code: //next line successfully

[PHP-DEV] Bug #13097 Updated: strange linebreaks in decoded base64 string

2001-09-03 Thread simon
ID: 13097 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: IMAP related Operating System: WinNT 4.0 PHP Version: 4.0.4pl1 New Comment: Hello I got the body of the file with imap_fetchbody (), then decoded it with imap_base64 and

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] RC2

2001-09-03 Thread Sascha Schumann
On Mon, 3 Sep 2001, Jani Taskinen wrote: http://marc.theaimsgroup.com/?l=php-qam=99792019528309w=2 Please supply the following data: 1. The output of a complete configure run with set -x added at the top of the configure script; 2. And the output (stdout/err) of make(1) when

[PHP-DEV] Bug #13106: session_set_save_handler is unstable

2001-09-03 Thread mats
From: [EMAIL PROTECTED] Operating system: RedHat Linux 7.1 PHP version: 4.0.6 PHP Bug Type: Session related Bug description: session_set_save_handler is unstable When I use session_set_save_handler, php core dumped. It seems simple problem, because php core dumped at many

[PHP-DEV] fcall_begin_handler_func_t (Zend extensions)

2001-09-03 Thread Wez Furlong
Hi, This is probably more for Andi and Zeev, but I thought I'd ask here in case someone else knows... In a Zend extension in the fcall_begin_handler_func_t, is it possible to get the name of the function being called? From what I can make of the Zend engine (zend_execute.c), in order to get

[PHP-DEV] Bug #13107: php_ini.c:197 coding bug

2001-09-03 Thread nick
From: [EMAIL PROTECTED] Operating system: All PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: php_ini.c:197 coding bug Probably should be sizeof(char*) rather than sizeof(zval) here as zend extension paths are stored as a strings rather than

[PHP-DEV] Re: python dictionary-like % (percent) substitution in php (was: Good idea in % (percent) substitutions in string)

2001-09-03 Thread Marcus
Very nice of cause, but i would like to add something first: when handling multilanguage support you will of cause have an array of supported languages like $languages=array(en_GB,de_DE...) and a default language $def_language=en_GB thean you may have an array for each language used for the

Re: [PHP-DEV] Re: python dictionary-like % (percent) substitution in php (was: Good idea in % (percent) substitutions in string)

2001-09-03 Thread Wez Furlong
On 03/09/01, Marcus [EMAIL PROTECTED] wrote: first: when handling multilanguage support you will of cause have an array of supported languages like $languages=array(en_GB,de_DE...) [...] Why not use gettext()? something like this: setlocale(LC_ALL, en_GB); bindtextdomain(mytranslations,

[PHP-DEV] Bug #13108: the timeout argument of fsocketopen don't work...

2001-09-03 Thread sillee
From: [EMAIL PROTECTED] Operating system: Linux RedHat 7.1 PHP version: 4.0.6 PHP Bug Type: Sockets related Bug description: the timeout argument of fsocketopen don't work... When I set the timeout value 10 and the target server was down, this function do not work well, .

Re: [PHP-DEV] Re: base_convert() broken

2001-09-03 Thread Stanislav Malyshev
SB No, it's related to me. I added this warning, by request of ... SB hmm, sorry, not remember exactly, I can look up if you want. It's SB a right thing to do - the number is indeed too long to fit long, SB so converting it to long will not give you the right results. SB Actually, the Even

[PHP-DEV] ¥X°â¶Ç¯u¸¹½X

2001-09-03 Thread vcb_2gklf3lycqk
¶Ç¯u¸¹½X¥X°â §Ú¦³¥_°Ï02_¶}ÀY¶Ç¯u¸¹½X¡A¦@¬°77270µ§ ¬O§Ú±q¦U­Ó¦P·~¤½·|¡B¹q¸Üï¡B¶À­¶¡B¼x«H©Ò¡B ºô»Úºô¸ô¡A¥úºÐ¤ù...µ¥µ¥¡A ¸g¦~²Ö¤ë¤@µ§¤@µ§¥´¤J¦¬¶°¤U¨Óªº¡A¶O¤F«Ü¤jªº¥\¤Ò¡C ¥úªá¿ú¶R¼x«H©Ò¥Xªºªº¥U¤l¡A´Nªá¤F¤£¤Ö¿ú¡A ¦A¸g¹L²Î­p¤èªk¾ã²z¡A©Ò¥H¨S¦³¥ô¦ó¤@µ§¬O­«½Æªº¡A

Re: [PHP-DEV] fcall_begin_handler_func_t (Zend extensions)

2001-09-03 Thread Wez Furlong
OK, I found op_array-function_name but had discarded it because copying it was causing segfaults (I don't know why). So, I sprintf it into a stack buffer and then dup that (all using malloc). Now, the question is, how do I get the class name for a method call? --Wez. On 03/09/01, Wez Furlong

[PHP-DEV] Bug #9875 Updated: bicubic jpg resize

2001-09-03 Thread sander
ID: 9875 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: Unix PHP Version: 4.0.4pl1 New Comment: PHP 4.0.6 supports bicubic resize with GD 2.0 See http://www.php.net/manual/en/function.imagecopyresampled.php

[PHP-DEV] Bug #13104 Updated: GD problem

2001-09-03 Thread sander
ID: 13104 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: GD related Operating System: Linux PHP Version: 4.0.6 New Comment: You need to install the PNG library from http://www.libpng.org/pub/png/ BTW: ask support questions on the PHP-GENERAL

[PHP-DEV] Bug #13108 Updated: the timeout argument of fsocketopen don't work...

2001-09-03 Thread sander
ID: 13108 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Sockets related Operating System: Linux RedHat 7.1 PHP Version: 4.0.6 New Comment: Dupe of 10765 Previous Comments:

[PHP-DEV] Bug #13061 Updated: connection-timeout doesn't work

2001-09-03 Thread sander
ID: 13061 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Sockets related Operating System: Linux 2.4.9 PHP Version: 4.0.3pl1 New Comment: Dupe of 10765 Previous Comments:

[PHP-DEV] Re: Bug #13104 Updated: GD problem

2001-09-03 Thread Erdenemandal Bat-Erdene
Thanks , But I allready installed it. __ Do You Yahoo!? Get email alerts NEW webcam video instant messaging with Yahoo! Messenger http://im.yahoo.com -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] Re: python dictionary-like % (percent) substitution in php (was: Good idea in % (percent) substitutions in string)

2001-09-03 Thread Marcus
Wez Furlong [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On 03/09/01, Marcus [EMAIL PROTECTED] wrote: first: when handling multilanguage support you will of cause have an array of supported languages like $languages=array(en_GB,de_DE...) [...] Why not

Re: [PHP-DEV] PHP Building problem with Freetype

2001-09-03 Thread Sander Roobol
Ask support questions on PHP-GENERAL. - Original Message - From: Florent CHANTRET To: [EMAIL PROTECTED] Sent: Monday, September 03, 2001 4:42 PM Subject: [PHP-DEV] PHP Building problem with Freetype Hi there, I want to compile PHP 4.0.6 with GD (it

Re: [PHP-DEV] Re: Bug #13104 Updated: GD problem

2001-09-03 Thread Sander Roobol
But you didn't specify it. Configure --with-png-dir=/path/to/png Sander - Original Message - From: Erdenemandal Bat-Erdene [EMAIL PROTECTED] To: Bug Database [EMAIL PROTECTED] Sent: Monday, September 03, 2001 4:42 PM Subject: [PHP-DEV] Re: Bug #13104 Updated: GD problem Thanks , But

[PHP-DEV] Pulling a random image

2001-09-03 Thread Brad R. C.
Hello everyone... I have been working on this random function for awhile now.. and it is close to being complete. It works as for a random function. But what my goal was is to make it where it goes through all the images before showing a random twice. Kind of like you put all the images in

Re: [PHP-DEV] Re: base_convert() broken

2001-09-03 Thread Sebastian Bergmann
Stanislav Malyshev wrote: See current CVS, I've added a patch that should fix it. Note: the functions like decbin still don't use the zval-ed functions, so they work only on longs as of now. I'll try, as soon as I can build HEAD again. -- Sebastian Bergmann Measure

[PHP-DEV] Bug #13110: Bus Error or Segmentation Fault With apache 1.3.20 in solaris8

2001-09-03 Thread skarges
From: [EMAIL PROTECTED] Operating system: Solaris8 PHP version: 4.0.6 PHP Bug Type: Apache related Bug description: Bus Error or Segmentation Fault With apache 1.3.20 in solaris8 for ($rub=0; $rub$nb_news; $rub++) { // dans le cas ou cette rubrique

Re: [PHP-DEV] fcall_begin_handler_func_t (Zend extensions)

2001-09-03 Thread Wez Furlong
Got it. I was too busy trying to get the info from the op_array to realize that CG and EG were where I should be looking... --Wez. On 03/09/01, Wez Furlong [EMAIL PROTECTED] wrote: OK, I found op_array-function_name but had discarded it because copying it was causing segfaults (I don't

[PHP-DEV] Bug #13107 Updated: php_ini.c:197 coding bug

2001-09-03 Thread rasmus
ID: 13107 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Scripting Engine problem Operating System: All PHP Version: 4.0.6 New Comment: Fixed - good catch Previous Comments:

[PHP-DEV] Bug #13111: compare two string via ==

2001-09-03 Thread olivier . sow
From: [EMAIL PROTECTED] Operating system: WINDOWS 2000 SERVER PHP version: 4.0.5 PHP Bug Type: Strings related Bug description: compare two string via == ? if( '00d' == '00e' ) { echo For Mr PhP '00d' == '00e' :)BR;

Re: [PHP-DEV] Re: Detecting multiple execution of the script. (trace log?)

2001-09-03 Thread George Schlossnagle
Ooops. http://apc.communityconnect.com/sources/apd-cvs.tar.gz :) George On Monday, September 3, 2001, at 07:15 AM, Yasuo Ohgaki wrote: George Schlossnagle wrote: Check out APD (http://apc.communityconnect.com/apd-cvs.tar.gz). It does what you're looking for as an engine extension.

Re: [PHP-DEV] Pulling a random image

2001-09-03 Thread Sander Roobol
Please ask support questions on the PHP-GENERAL mailinglist. - Original Message - From: Brad R. C. To: [EMAIL PROTECTED] Sent: Monday, September 03, 2001 5:00 PM Subject: [PHP-DEV] Pulling a random image Hello everyone... I have been working on this

[PHP-DEV] Bug #13109 Updated: Differences in echoing 01 to 07 and 08 to 09

2001-09-03 Thread sander
ID: 13109 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Variables related Operating System: Windows NT 4.0 build 1381 PHP Version: 4.0.6 New Comment: The 0 means that the number is in octal representation. Octal 8 doesn't exists, octal uses only 0-7.

[PHP-DEV] Bug #13112: problems writing files when PHP is run from command line

2001-09-03 Thread hugo
From: [EMAIL PROTECTED] Operating system: windows PHP version: 4.0.6 PHP Bug Type: Filesystem function related Bug description: problems writing files when PHP is run from command line There is a problem when i use PHP as a command script. When i write some string with

Re: [PHP-DEV] fcall_begin_handler_func_t (Zend extensions)

2001-09-03 Thread Andi Gutmans
object.ptr is supposed to point to the object you are calling. It would be something like object.ptr-obj.ce-name. Anyway I think that's pretty much it without checking the code. Andi At 03:20 PM 9/3/2001 +0100, Wez Furlong wrote: OK, I found op_array-function_name but had discarded it

[PHP-DEV] Bug #13111 Updated: compare two string via ==

2001-09-03 Thread hholzgra
ID: 13111 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Strings related Operating System: WINDOWS 2000 SERVER PHP Version: 4.0.5 New Comment: try using the === operator to avoid type conversion and you will see the solution Previous Comments:

Re: [PHP-DEV] fcall_begin_handler_func_t (Zend extensions)

2001-09-03 Thread Wez Furlong
Hi Andi, There isn't an object var in the fcall_begin_handler, or in the zend_op_array. I used CG(class_entry).name in the end. BTW: whats the difference between class_entry and active_class_entry? --Wez. On 03/09/01, Andi Gutmans [EMAIL PROTECTED] wrote: object.ptr is supposed to point to

Re: [PHP-DEV] Rand Changes

2001-09-03 Thread Zeev Suraski
Ok, We're now in a situation that has to be resolved. I think there are 3 issues: - The way php-dev behaved was flawed. While there's truth in what Sterling said about opensource projects, I have to say that the amount Jeroen put into the RFC about the subject is not very common. Thus, I

[PHP-DEV] Bug #13113: rpm install - curl_global_init undefined

2001-09-03 Thread bro
From: [EMAIL PROTECTED] Operating system: linux 2.2.15 PHP version: 4.0.6 PHP Bug Type: *General Issues Bug description: rpm install - curl_global_init undefined This is probably my own config problem, and not a real bug, but... Just installed php-4.0.6-6.i386.rpm after

[PHP-DEV] Bug #13112 Updated: problems writing files when PHP is run from command line

2001-09-03 Thread mfischer
ID: 13112 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Filesystem function related Operating System: windows PHP Version: 4.0.6 New Comment: With which application do you view the file? Try redirecting stdout to a file and see if you can see

[PHP-DEV] Bug #13113 Updated: rpm install - curl_global_init undefined

2001-09-03 Thread bro
ID: 13113 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *General Issues Old Operating System: linux 2.2.15 Operating System: RH 6.2+linux 2.2.15 PHP Version: 4.0.6 New Comment: fwiw: (gdb) run php Starting program: /usr/bin/php php then: then/endif

[PHP-DEV] Bug #13114: User defined error-handler seems to miss some types of errors

2001-09-03 Thread mikkelj
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: User defined error-handler seems to miss some types of errors When defining ones own error handler function using set_error_handler(), it seems that not

[PHP-DEV] Bug #13113 Updated: rpm install - curl_global_init undefined

2001-09-03 Thread sterling
ID: 13113 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: *General Issues Operating System: RH 6.2+linux 2.2.15 PHP Version: 4.0.6 New Comment: You need to update your cURL installation to the latest version and then it should work. Previous

[PHP-DEV] Re: Rand

2001-09-03 Thread Daniel Andersson
i'm not even close to being a phpdeveloper, so i should really shut up. but i won't. i read the interesting stuff on php-dev (!bugs that is) and i find this rand-story quite childish. jeroen, you've done everything one would expect someone committing something new/changing to do. the rest of

[PHP-DEV] Bug #13114 Updated: User defined error-handler seems to miss some types of errors

2001-09-03 Thread rasmus
ID: 13114 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0.6 New Comment: Fatal errors are by definition not catchable in user space since they are a result of some fatal problem which

Re: [PHP-DEV] Re: Rand

2001-09-03 Thread Rasmus Lerdorf
the rest of you, STOP MOANING. either moan _BEFORE_ the commit OR give him CONSTRUCTIVE feedback OR shut up. i thought the whole php-dev-group was mature. guess i was wrong. It has more to do with lack of attentiveness than maturity. Jeroen was playing with code in a branch and nobody was

[PHP-DEV] Bug #13009 Updated: ext/sablot.c compile fails w/ Forte 4 cc compiler.

2001-09-03 Thread sterling
ID: 13009 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Sablotron XSL Operating System: Solaris 2.6 PHP Version: 4.0.6 New Comment: The code is C99 compliant, odd. Fixed in CVS, thanks. (btw, It's better to use the new XSLT extension,

[PHP-DEV] Bug #12836 Updated: PHP stops interpretting page after error in parser.

2001-09-03 Thread sterling
ID: 12836 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Sablotron XSL Operating System: Debian GNU Linux (woody) PHP Version: 4.0.5 New Comment: You'll want the new XSLT extension, ext/xslt, please upgrade, these problems should go bye-bye :)

[PHP-DEV] Bug #12931 Updated: Cannot use http:// url in xslt_run

2001-09-03 Thread sterling
ID: 12931 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Sablotron XSL Operating System: Linux 2.2.19 PHP Version: 4.0.6 New Comment: Not a PHP bug, report to the Sablotron Folks Previous Comments:

[PHP-DEV] Bug #12931 Updated: Cannot use http:// url in xslt_run

2001-09-03 Thread sterling
ID: 12931 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Bogus Bug Type: Sablotron XSL Operating System: Linux 2.2.19 PHP Version: 4.0.6 New Comment: Sorry Jani :) Previous Comments:

[PHP-DEV] Bug #12974 Updated: some curl bugs found patched

2001-09-03 Thread sterling
ID: 12974 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: cURL related Operating System: freebsd PHP Version: 4.0.6 New Comment: relevant patches committed, thanks. Previous Comments:

Re: [PHP-DEV] Re: Rand

2001-09-03 Thread Sebastian Bergmann
Rasmus Lerdorf wrote: When he merged his branch into the HEAD branch everyone suddenly noticed because everyone keeps track of the HEAD branch. That's the point, I think. I for one expected Jeroen to post a message like I'm done with my rewrite, have a look at the branch, or something

[PHP-DEV] Bug #11168 Updated: Problem with serializing more dimensional array with references ...

2001-09-03 Thread joey
ID: 11168 Updated by: joey Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Arrays related Operating System: RedHat PHP Version: 4.0.5 New Comment: This is fixed in CVS. It will be part of 4.0.7. Thanks for both the report and tracking down the change. :) Previous

[PHP-DEV] Bug #13115: .htaccess password secured Script is run twice

2001-09-03 Thread matthias-php
From: [EMAIL PROTECTED] Operating system: RedHat Linux 7.1 PHP version: 4.0.4pl1 PHP Bug Type: Apache related Bug description: .htaccess password secured Script is run twice given: a directory secured with http basic authentication and only accessible by using username and

[PHP-DEV] Bug #13115 Updated: .htaccess password secured Script is run twice

2001-09-03 Thread mfischer
ID: 13115 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Apache related Operating System: RedHat Linux 7.1 PHP Version: 4.0.4pl1 New Comment: That's how it is supposed to work. The browser accesses the page, get's a not authorized error (401), and,

Re: [PHP-DEV] RE: Bug #12276 Updated: error orbit_object

2001-09-03 Thread David Eriksson
On Friday 24 August 2001 10:21, HENAFF Mari-mai FTRD/DMI/LAN wrote: Hi, I can't access this site because it's on the port 1081 (http://universe.2good.nu:1081) May be it's because I'm behind a firewall. Is it possible to make it available from another port (80, for example) ??? thanks

[PHP-DEV] Bug #13116: setcookie would not work when expire is set

2001-09-03 Thread gotenforward
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.3 PHP version: 4.0.6 PHP Bug Type: HTTP related Bug description: setcookie would not work when expire is set I pretty much get the same error as this link http://www.php.net/bugs.php?id=11478edit=1 Over a couple

[PHP-DEV] Bug #13116 Updated: setcookie would not work when expire is set

2001-09-03 Thread gotenforward
ID: 13116 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: HTTP related Operating System: FreeBSD 4.3 PHP Version: 4.0.6 New Comment: Another user experience the same problem like mine http://www.php.net/bugs.php?id=11492edit=1 It looks like they are

[PHP-DEV] Bug #13115 Updated: .htaccess password secured Script is run twice

2001-09-03 Thread matthias-php
ID: 13115 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Open Bug Type: Apache related Operating System: RedHat Linux 7.1 PHP Version: 4.0.4pl1 New Comment: ok, sorry! remove this report!! My script code was indeed executed twice but as a result of

Re: [PHP-DEV] Re: Rand

2001-09-03 Thread Joey Smith
Ditto. I have no conceptual issues with Jeroen's patch, but I would have preferred a please review on the branch before comitting to HEAD. I like Zeev's suggestions. Is someone already on it, or should I get started? ;) Jeroen, I was waiting for you tell us the branch was stable before I began

Re: [PHP-DEV] Bug #13113 Updated: rpm install - curl_global_initundefined

2001-09-03 Thread Sterling Hughes
On 3 Sep 2001 [EMAIL PROTECTED] wrote: ID: 13113 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: *General Issues Operating System: RH 6.2+linux 2.2.15 PHP Version: 4.0.6 New Comment: I grabbed libcurl.so.2 in the ConnectivaLinux

[PHP-DEV] Bug #13115 Updated: .htaccess password secured Script is run twice

2001-09-03 Thread mfischer
ID: 13115 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Apache related Operating System: RedHat Linux 7.1 PHP Version: 4.0.4pl1 New Comment: Bogusified (again?) on user request. - Markus Previous Comments:

[PHP-DEV] Bug #13117: Error loading php4apache.dll

2001-09-03 Thread jean_philippe_reis
From: [EMAIL PROTECTED] Operating system: Windows 98 PHP version: 4.0.4 PHP Bug Type: Apache related Bug description: Error loading php4apache.dll When I start Apache (ver. 1.3.19), it gives me the following error Syntax error on line 190 of c:/programas/apache

[PHP-DEV] Patch for improved autoconf 2.50 compatibility

2001-09-03 Thread Steve Langasek
Hello, For purposes of backwards compatibility, Debian provides both autoconf 2.52 and autoconf 2.13 and autodetects whether features from autoconf 2.50 are required. PHP CVS has a stated dependency on autoconf 2.50, but this dependency isn't obvious enough for the autodetection to pick up on

[PHP-DEV] Patch: conflicting defines in PHP extensions should be made private

2001-09-03 Thread Steve Langasek
Hello, It's come to my attention that it's not possible to the Sybase extension and the IBM DB2 extension into PHP at the same time because they have conflicting declarations of `RETCODE'. Both of these extensions are built on top of legacy, proprietary APIs which it's not possible to change,

[PHP-DEV] Range literal (proposal)

2001-09-03 Thread Anders Johannsen
It would be nice addition to have a Range literal in PHP. The range() implements the functionality in part, but in an extremly ineffecient manner. What I would like to see, is a builtin Range 'type', which only holds the start and end points. Let's consider some practical applications:

Re: [PHP-DEV] Patch: conflicting defines in PHP extensions should be made private

2001-09-03 Thread Andi Gutmans
Steve, I commited your patch. Please check out the latest CVS and test that it's OK. I can't check it. Andi At 06:52 PM 9/3/2001 -0500, Steve Langasek wrote: Hello, It's come to my attention that it's not possible to the Sybase extension and the IBM DB2 extension into PHP at the same time

[PHP-DEV] Bug #13118: Error with character-set

2001-09-03 Thread stephan
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: MySQL related Bug description: Error with character-set Hi, I get an error-message: File '/usr/share/mysql/charsets/?.conf' not found (Errcode: 2) Character set '#5' is not a compiled

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard array.c php_rand.h rand.crand_mt.c rand_sys.c

2001-09-03 Thread Sebastian Bergmann
Daniel Beulshausen wrote: Log: fix zts+win32 build Now only this warning rand.c D:\home\php\php4\ext\standard\rand.c(74) : warning C4013: '_getpid' undefined; Guess: extern with return type int persists. -- Sebastian Bergmann Measure Traffic Usability

[PHP-DEV] Reverting Rand Changes

2001-09-03 Thread Sterling Hughes
Hey all, Just giving notice, I'll be reverting the recent rand changes tomorrow (well, technically later today) -Sterling -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP-DEV] Bug #13119: Compile error with GDIOCTX

2001-09-03 Thread n2wog
From: [EMAIL PROTECTED] Operating system: Linux 2.4.9 PHP version: 4.0.6 PHP Bug Type: GD related Bug description: Compile error with GDIOCTX I ran the following configure script: ./configure --with-apxs=/usr/local/apache/bin/apxs --enable-dbase --enable-ftp

[PHP-DEV] Crash Bug in current CVS (Win32)

2001-09-03 Thread Sebastian Bergmann
phpMyAdmin 2.2.0 crashes with latest CVS, CGI/Win32 in ext/standard/string.c:585: php_trim2(*str, *what, return_value, 3 TSRMLS_CC); -- Sebastian Bergmann Measure Traffic Usability http://sebastian-bergmann.de/http://phpOpenTracker.de/ -- PHP

Re: [PHP-DEV] Crash Bug in current CVS (Win32)

2001-09-03 Thread Sterling Hughes
On Tue, 4 Sep 2001, Sebastian Bergmann wrote: phpMyAdmin 2.2.0 crashes with latest CVS, CGI/Win32 in ext/standard/string.c:585: php_trim2(*str, *what, return_value, 3 TSRMLS_CC); Fixed in CVS, thanks ;) -Sterling No Sex, No Alchohol, No Weed, PHP is all I need

Re: [PHP-DEV] Crash Bug in current CVS (Win32)

2001-09-03 Thread Sebastian Bergmann
Sterling Hughes wrote: Fixed in CVS, thanks ;) Testing now... No Sex, No Alchohol, No Weed, PHP is all I need -Sebastian Bergmann Quote correctly, see http://stats.distributed.net/rc5-64/psummary.php3?id=200999 :-) -- Sebastian Bergmann Measure

Re: [PHP-DEV] Crash Bug in current CVS (Win32)

2001-09-03 Thread Sterling Hughes
On Tue, 4 Sep 2001, Sebastian Bergmann wrote: Sterling Hughes wrote: Fixed in CVS, thanks ;) Testing now... K... No Sex, No Alchohol, No Weed, PHP is all I need -Sebastian Bergmann Quote correctly, see