Re: [PHP-DEV] curl compiler failed

2001-09-24 Thread Sterling Hughes
On Mon, 24 Sep 2001, Stanislav Malyshev wrote: > SH>> > SH>> Yes, but it also affects the portability of apps when using cURL, > SH>> you have to worry not only which php version supports which > SH>> features, but also which curl version linked with php supports these > SH>> feat

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

2001-09-24 Thread Stig Venaas
On Mon, Sep 24, 2001 at 10:40:04PM +0200, Zeev Suraski wrote: > If it's a bug fix you believe to be important and the chances, in your > opinion, of it screwing things up more than it fixes are slim, go ahead and > commit it... Maybe I've already done what's needed, I'm not quite sure how this

Re: [PHP-DEV] class destructors?

2001-09-24 Thread Martin Jansen
On Mon, 24 Sep 2001 14:49:53 -0400 (EDT), [EMAIL PROTECTED] wrote: >Just a thought. I have been using PHP for a while now, and have wondered why >it does not support class destructors? It would be a very useful thing. Have a look at PEAR: We are using register_shutdown_function() to emulate dest

[PHP-DEV] Bug #13425: invalid page fault in module PHP4TS.DLL

2001-09-24 Thread thunder2
From: [EMAIL PROTECTED] Operating system: Windows 98 SE PHP version: 4.0.6 PHP Bug Type: Reproducible crash Bug description: invalid page fault in module PHP4TS.DLL Hello, I'm running PHP 4.0.6 and Apache 1.3.19 localhost on Windows 98, with the latest Zend Optimizer 1.1

[PHP-DEV] Bug #13424: imagecreatetruecolor() or imagecopyresampled()

2001-09-24 Thread gargouil
From: [EMAIL PROTECTED] Operating system: mandrake 8 PHP version: 4.0.6 PHP Bug Type: PHP options/info functions Bug description: imagecreatetruecolor() or imagecopyresampled() i use imagecreatetruecolor() or imagecopyresampled() and i have an fatal error caused by undefi

Re: [PHP-DEV] [RFC] Versioning rules for PHP/Zend/PEAR/Extensions

2001-09-24 Thread Jim Winstead
On Tue, Sep 25, 2001 at 03:00:05AM +0200, Zeev Suraski wrote: > First, you forget that for the vast majority of end users, treating RC's as > releases is going to be nightmarish. RC's are a reality check before > release, and so far, we haven't had a single RC that was release > worthy. Just

Re: [PHP-DEV] [RFC] Versioning rules for PHP/Zend/PEAR/Extensions

2001-09-24 Thread Zeev Suraski
There are some customary rules with version numbers. Ignoring them will result in lots of confusion, as most popular opensource projects use them (Linux, Apache, MySQL to name a few). Major version number signifies the 'generation', 2nd digit signifies major changes and/or big new chunks of

[PHP-DEV] CVS Account Request

2001-09-24 Thread CVS Account Request
Full name: Bernd Roemer Email: [EMAIL PROTECTED] ID:bernd Purpose: working on some PEAR-classes -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-m

[PHP-DEV] Bug #13419 Updated: strtok doesn't properly work with "#" as a token

2001-09-24 Thread ckoontz
ID: 13419 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Strings related Operating System: linux 2.4.9 (debian unstable) PHP Version: 4.0.6.7rc2 New Comment: If this is bogus.. make sure you document the change... doing strtok($moo,"#") worked fine in e

Re: [PHP-DEV] [RFC] Versioning rules for PHP/Zend/PEAR/Extensions

2001-09-24 Thread jimw
Stig Sæther Bakken <[EMAIL PROTECTED]> wrote: > Huh? Does strnatcmp() know the that 2.0RC4 is newer than 2.0b2? :-) probably not. i've always thought that the change needed to make php's version numbers make more sense is relatively small -- stop ignoring the middle digit, and use it to signify

[PHP-DEV] Bug #13423 Updated: gethostbyname() returns hostname when ip address is part of hostname

2001-09-24 Thread jimw
ID: 13423 Updated by: jimw Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Bug Type: Unknown/Other Function Operating System: PHP Version: 4.0.4pl1 New Comment: actually, what is going on is that php's gethostbyname() simply returns the name when it can't be resolved. (that see

Re: [PHP-DEV] [RFC] Versioning rules for PHP/Zend/PEAR/Extensions

2001-09-24 Thread Stig Sæther Bakken
[Andrei Zmievski <[EMAIL PROTECTED]>] > On Mon, 24 Sep 2001, Jani Taskinen wrote: > > 2. General rules for PHP, Zend and PEAR/C-extensions > > > > > > v.m.b (e.g. 4.0.8) > > > > v = Functions removed, function behaviour changed, API change

[PHP-DEV] Bug #13423: gethostbyname() returns hostname when ip address is part of hostname

2001-09-24 Thread gardner
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: gethostbyname() returns hostname when ip address is part of hostname When you pass a host name such as ip-255-255-255-255.reverse.mobilenetics.com to gethos

[PHP-DEV] Bug #13422: gethostbyname() returns hostname when ip address is part of hostname

2001-09-24 Thread gardner
From: [EMAIL PROTECTED] Operating system: Linux 2.2 SMP PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: gethostbyname() returns hostname when ip address is part of hostname When you pass a host name such as ip-255-255-255-255.reverse.mobilenetics.

[PHP-DEV] Bug #13421: Problematic MIME-Type "application/x-httpd-php"

2001-09-24 Thread php
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Apache related Bug description: Problematic MIME-Type "application/x-httpd-php" I noticed that using the MIME-Type "application/x-httpd-php" for php-Scripts produces a problem under Apache 1.3.x

Re: [PHP-DEV] curl compiler failed

2001-09-24 Thread Stanislav Malyshev
SH>> SH>> Yes, but it also affects the portability of apps when using cURL, SH>> you have to worry not only which php version supports which SH>> features, but also which curl version linked with php supports these SH>> features, this is a real headache. No, quite the opposite - i

Re: [PHP-DEV] curl compiler failed

2001-09-24 Thread Sterling Hughes
On Mon, 24 Sep 2001, Stanislav Malyshev wrote: > SH>> Try latest cvs with one of the curl pre-releases (the latest pre > SH>> release should work fine). > > Maybe it is still possible to ifdef such things? Like, support of two more > constants is not really so vital for curl usage, and if

Re: [PHP-DEV] curl compiler failed

2001-09-24 Thread Stanislav Malyshev
SH>> Try latest cvs with one of the curl pre-releases (the latest pre SH>> release should work fine). Maybe it is still possible to ifdef such things? Like, support of two more constants is not really so vital for curl usage, and if I have a choice of using unpackaged pre-release possibly

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

2001-09-24 Thread Zeev Suraski
If it's a bug fix you believe to be important and the chances, in your opinion, of it screwing things up more than it fixes are slim, go ahead and commit it... Zeev At 14:20 24-09-01, Stig Venaas wrote: >On Wed, Sep 19, 2001 at 10:05:24PM +0200, Stig Venaas wrote: > > On Tue, Sep 18, 2001 at 0

[PHP-DEV] Re: class destructors?

2001-09-24 Thread Sebastian Bergmann
[EMAIL PROTECTED] wrote: > I have been using PHP for a while now, and have wondered why > it does not support class destructors? It would be a very useful thing. http://www.zend.com/engine2/ZendEngine-2.0.pdf -- Sebastian Bergmann Measure Traffic & Usability http:

[PHP-DEV] Bug #13419 Updated: strtok doesn't properly work with "#" as a token

2001-09-24 Thread mfischer
ID: 13419 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Strings related Operating System: linux 2.4.9 (debian unstable) PHP Version: 4.0.6.7rc2 New Comment: This is not a bug. This is the way strtok() works. Although PHP uses its own implementation,

[PHP-DEV] Bug #13418 Updated: versions controvercy

2001-09-24 Thread sander
ID: 13418 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: PHP options/info functions Operating System: Win2000 PHP Version: 4.0.6 New Comment: Unable to reproduce. Did you update PHP 4.0.5 to 4.0.6? If so, try overwriting all PHP-files (like php4ts.dl

[PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Fw: Bumping PHP to support 8byteintegers

2001-09-24 Thread Jeroen van Wolffelaar
On Mon, 24 Sep 2001, Sascha Schumann wrote: > `long long´ support has only become recently adopted by > compiler vendors. There are still bugs in common > implementations like GCC-2 which is why a program which aims > at portability should not depend on it yet. I think that IF i

[PHP-DEV] Bug #13420: open_basedir breaks Apache SSI xbithack

2001-09-24 Thread wbrown
From: [EMAIL PROTECTED] Operating system: Linux mainserver2 2.4.4 PHP version: 4.0.6 PHP Bug Type: Apache related Bug description: open_basedir breaks Apache SSI xbithack Linux version 2.4.4 Apache version 1.3.19 Php version 4.0.6 When xbithack is set to FULL in .htacce

[PHP-DEV] Bug #13419: strtok doesn't properly work with "#" as a token

2001-09-24 Thread curious
From: [EMAIL PROTECTED] Operating system: linux 2.4.9 (debian unstable) PHP version: 4.0.6 PHP Bug Type: Strings related Bug description: strtok doesn't properly work with "#" as a token in the following code: $string = "#This is an example string"; $tok1 = strtok($string,

Re: [PHP-DEV] curl compiler failed

2001-09-24 Thread Sterling Hughes
On Mon, 24 Sep 2001, Holger Schopohl wrote: > Hi, > > in the current cvs tree: > > curl.c: In function `zm_startup_curl': > curl.c:196: `CURLINFO_SSL_VERIFY_RESULT' undeclared (first use in this > function) > curl.c:196: (Each undeclared identifier is reported only once > curl.c:196: for each fun

[PHP-DEV] class destructors?

2001-09-24 Thread mlwmohawk
Just a thought. I have been using PHP for a while now, and have wondered why it does not support class destructors? It would be a very useful thing. -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

[PHP-DEV] RE: Bug #13417 Updated: Cannot open file for writing

2001-09-24 Thread Keller, Mathew (ISS Atlanta)
Already did your standard fix, and updated to the latest snap.csv. Nothing changes and yes I do believe it has something to do with PHP, it works fine for all other process's. I followed the do's and dont's Markus, anything else that you dont want to input. -Original Message- From: Bug

[PHP-DEV] Bug #13417 Updated: Cannot open file for writing

2001-09-24 Thread mfischer
ID: 13417 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: GD related Operating System: solaris 8 PHP Version: 4.0.6 New Comment: Useless bug report and probably a user error. Please ask support questions at [EMAIL PROTECTED] Bogusifying. I you re

Re: [PHP-DEV] curl compiler failed

2001-09-24 Thread Derick Rethans
On Mon, 24 Sep 2001, Holger Schopohl wrote: > and also nl2br() crashes and chunk_split($string,2,' '); doesnt work ... nl2br() should be fixed can you make sure with the latest CVS, and make a backtrace of the crash? Derick -- PHP Development Mailing List To unsubsc

[PHP-DEV] curl compiler failed

2001-09-24 Thread Holger Schopohl
Hi, in the current cvs tree: curl.c: In function `zm_startup_curl': curl.c:196: `CURLINFO_SSL_VERIFY_RESULT' undeclared (first use in this function) curl.c:196: (Each undeclared identifier is reported only once curl.c:196: for each function it appears in.) curl.c: In function `zif_curl_getinfo'

[PHP-DEV] Re: [Zend Engine 2] Re: Undefining user functions/classes at runtime?

2001-09-24 Thread Stig Sæther Bakken
Andrei is writing an extension that does this (explicitly per class). - Stig ["Harald Radi" <[EMAIL PROTECTED]>] > something like the current oo api mechanism would be useful for userland > too and would possible > solve markus' problem too. > > if you call a member on an object there could be

[PHP-DEV] Bug #13418: versions controvercy

2001-09-24 Thread maxim
From: [EMAIL PROTECTED] Operating system: Win2000 PHP version: 4.0.6 PHP Bug Type: PHP options/info functions Bug description: versions controvercy Hi, after installing the windows binary of PHP v.4.0.6 I run phpinfo() and I saw that the header was still saying it is 4.0.

[PHP-DEV] Bug #13416 Updated: Compile errors on make of Apache 1.3.20, PHP & MySLQ Last Version

2001-09-24 Thread derick
ID: 13416 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: MySQL related Operating System: Slackware 8.0 2.2.19 Kernel PHP Version: 4.0.6 New Comment: Already fixed, for 4.0.6, use --with-zlib to your configure line. Derick Previous Comments:

[PHP-DEV] Bug #13415 Updated: Compile Time Error

2001-09-24 Thread gdunne
ID: 13415 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: Linux 2.0.34 PHP Version: 4.0.6 New Comment: I went into filestat.c and changed the function to this, I won't be able to use this function now, but everything comp

[PHP-DEV] Bug #13417: Cannot open file for writing

2001-09-24 Thread mkeller
From: [EMAIL PROTECTED] Operating system: solaris 8 PHP version: 4.0.6 PHP Bug Type: GD related Bug description: Cannot open file for writing get the following error when trying to create image files (png) with php. 2 Warning imagepng: unable to open '/images/image1.png

[PHP-DEV] Bug #13415 Updated: Compile Time Error

2001-09-24 Thread gdunne
ID: 13415 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Compile Failure Operating System: Linux 2.0.34 PHP Version: 4.0.6 New Comment: Slackware, not positive on the version #, but the kernel is 2.0.34 Previous Comments: ---

Re: [PHP-DEV] New Extension

2001-09-24 Thread Markus Fischer
On Mon, Sep 24, 2001 at 10:54:51AM -0500, Ben Menking wrote : > I wrote an extension over the weekend that will authenticate users to a m$ > windows domain server. Does this functionality already exist in PHP4? If > not I'd love to include it. To my knowledge there are already two existing (no

[PHP-DEV] Bug #13416: Compile errors on make of Apache 1.3.20, PHP & MySLQ Last Version

2001-09-24 Thread zonzon
From: [EMAIL PROTECTED] Operating system: Slackware 8.0 2.2.19 Kernel PHP version: 4.0.6 PHP Bug Type: MySQL related Bug description: Compile errors on make of Apache 1.3.20, PHP & MySLQ Last Version hello, I don't know if this compile bug is caused by mysql libraries or ap

Re: [PHP-DEV] [RFC] Versioning rules for PHP/Zend/PEAR/Extensions

2001-09-24 Thread Andrei Zmievski
On Mon, 24 Sep 2001, Jani Taskinen wrote: > 2. General rules for PHP, Zend and PEAR/C-extensions > > > v.m.b (e.g. 4.0.8) > > v = Functions removed, function behaviour changed, API changes, > major parts rewritten. (BC might be broke

[PHP-DEV] New Extension

2001-09-24 Thread Ben Menking
I wrote an extension over the weekend that will authenticate users to a m$ windows domain server. Does this functionality already exist in PHP4? If not I'd love to include it. -- Ben Menking <[EMAIL PROTECTED]> http://www.menking.net/ -- PHP Development Mailing List T

[PHP-DEV] Re: Bug #13415 Updated: Compile Time Error

2001-09-24 Thread Gavin B. Dunne
Linux Slackware not exactly sure what version # it is, probably 7 something... > ID: 13415 > Updated by: hholzgra > Reported By: [EMAIL PROTECTED] > Old Status: Open > Status: Feedback > Bug Type: Compile Failure > Operating System: Linux 2.0.34 > PHP Version: 4.0.6 > New Comment: > > > i gue

[PHP-DEV] Bug #13415 Updated: Compile Time Error

2001-09-24 Thread hholzgra
ID: 13415 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Compile Failure Operating System: Linux 2.0.34 PHP Version: 4.0.6 New Comment: i guess it's due to the rather old kernel? can you tell us what distribution (vendor and version) you a

[PHP-DEV] Bug #13415: Compile Time Error

2001-09-24 Thread gdunne
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: Compile Time Error Configuration Line - ./configure --with-mysql --with-gd=/usr/local --enable-track-vars --with-apxs=/usr/local/apache -1.3.20/bin/apxs Apache

[PHP-DEV] CVSup - connection refused

2001-09-24 Thread Stefan Esser
Hi, I am trying for several weeks to mirror the CVS Repository via CVSup, but i permanently get a "connection refused" error. Is there no longer a CVSup server or is there just a temporary problem? thanks, stefan esser -- PHP Development Mailing List To unsubscribe, e-ma

[PHP-DEV] Bug #12444: require_once doesn't support relative paths completely

2001-09-24 Thread Urs Hürlimann
we've got the same error on linux/php4.04 with ZendServerSuite and the Zend_IDE(w2k). is there any solution to this bug? thanks, urs hürlimann www.mondaycoffee.com mondaycoffee ag soodstrasse 55 postfach 2110 8134 adliswil 2 direktwahl 01.712.30.74 fax 01.712.30.71 -- PHP Development Mailing L

[PHP-DEV] RE: Bug #11879 Updated: error al ejecuta make

2001-09-24 Thread Galindo Cruz Guillermo
???help please... > -Mensaje original- > De: Bug Database [SMTP:[EMAIL PROTECTED]] > Enviado el: Domingo 23 de Septiembre de 2001 4:47 PM > Para: [EMAIL PROTECTED] > Asunto: Bug #11879 Updated: error al ejecuta make > > ID: 11879 > Updated by: jimw > Reported By: [EMAIL PROTECT

[PHP-DEV] Bug #13414: Include not being included

2001-09-24 Thread mail
From: [EMAIL PROTECTED] Operating system: Windows 2000 Advanced Server PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: Include not being included I keep running into the same problem with every include I try to process. I tried modifying the php.i

[PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Fw: Bumping PHP to support 8byteintegers

2001-09-24 Thread Sascha Schumann
> I didn't plan to implement it myself... yikes indeed. The question was > wether all compilers on 32bit platforms DO have long long support at > all, in other words: is it true that all compilers for which PHP needs > to compile have a C-type which is 64bit (native or not)? `long long´ suppo

[PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV]Fw: Bumping PHP to support 8byte integers

2001-09-24 Thread Jeroen van Wolffelaar
On Mon, 24 Sep 2001, Markus Fischer wrote: > Hm. You go and figure out and tell us all. :-) > > Btw, macros should _always_ be used. There is no no ever never a > reason not to do so. > > *waiting for the patch* ;-) Ithink i'm going to try wether it works, and i'll commit my huge find&replace fo

Re: [PHP-DEV] RC3

2001-09-24 Thread Stig Venaas
On Wed, Sep 19, 2001 at 10:05:24PM +0200, Stig Venaas wrote: > On Tue, Sep 18, 2001 at 06:13:54PM +0300, Zeev Suraski wrote: > > Does anybody still have anything pending for RC3? > > There seems to be a serious LDAP bug. For instance the following > simple script crashes (you should be able to te

Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Fw: Bumping PHP to support 8byte integers

2001-09-24 Thread Markus Fischer
Hm. You go and figure out and tell us all. :-) Btw, macros should _always_ be used. There is no no ever never a reason not to do so. *waiting for the patch* ;-) - Markus On Mon, Sep 24, 2001 at 09:13:35AM +0200, Jeroen van Wolffelaar wrote : > On Sun, 23 Sep 2001 [EMAIL PROTECTED] wrote: > >

[PHP-DEV] Bug #13134 Updated: ftp_put couldn't open local file

2001-09-24 Thread mfischer
ID: 13134 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Bogus Bug Type: FTP related Operating System: windows NT PHP Version: 4.0.5 New Comment: User error -> bogusifying. - Markus Previous Comments:

[PHP-DEV] cURL does not compile

2001-09-24 Thread Stanislav Malyshev
cURL from CVS does not compile with cURL 7.8. I guess it's because of using new options, etc. Can it be made so that cURL module does not require constant upgrading to latest CVS of cURL? Like, some ifdefs, etc.? Or, if this is impossible, is it possible to update configure also so it would warn t

[PHP-DEV] Bug #13413: Seg Fault when urlencoding a binary string

2001-09-24 Thread php
From: [EMAIL PROTECTED] Operating system: Linux 2.4 PHP version: 4.0.6 PHP Bug Type: URL related Bug description: Seg Fault when urlencoding a binary string If we pass a binary string which contains a byte with an ASCII value of "0" to urlencode, then PHP will segfault.

Re: [PHP-DEV] enable truetype string function in gd

2001-09-24 Thread Thomas Wentzel
Okay! Apparently I have to supply the full path when using imagettfbbox and imagettftext - This definitely changed from gd-1.8.x to gd-2.x - might be a good idea to add this to the documentation??? But still - There's still an issue about the imageftbbox and imagefttext functions... Thomas T

[PHP-DEV] ¾ÍÒµÔÚÏßÌṩ²¿·ÖÃâ·ÑÒµÎñ

2001-09-24 Thread 91online
×ð¾´µÄŮʿ/ÏÈÉú£º ÇëÄúÔÚ°Ùæ֮ÖУ¬¿´Ò»Ï´˷âÐÅ£¬»¶Ó­ºÏ×÷,¹²Í¬·¢Õ¹£¡ ¾ÍÒµÔÚÏßÍøÕ¾ÊÇÒ»¼Ò¹«ÒæÐÔ¡¢ÌṩÃâ·Ñ·þÎñµÄרҵÐÔÍøÕ¾£¬ÏÖ´ÓÊÂÓÚ£¬Ê§ÒµÕßµÄÐÄ̬·ÖÎö¡¢ÇóÖ°¹ÛÄîµÄ¸üÐÂ̽ÌÖ¡¢ÇóÖ°µÄ·½·¨½éÉÜ¡¢ÀͶ¯¼°´´ÒµÕþ²ß·¨¹æ×Éѯ¡¢½ÌÓý»òÖ°Òµ¼¼ÄÜÕÐÉúÅàѵÐÅÏ¢¡¢ÆóÒµÕй¤ÕÐƸÐÅÏ¢(°üÀ¨È˲Ž»Á÷Êг¡ÐÅÏ¢£©¡¢Ö¸»½ðµã×Ó¼°Ð¼¼Êõ·¢²

Re: [PHP-DEV] enable truetype string function in gd

2001-09-24 Thread Thomas Wentzel
I realized that just after posting my question... Though solving my configure problem I still can't get freetype to work... I had everything running under php-4.0.4 (including gd and freetype 1.x) However due to the patent issues it is necessary for me to use freetype2 which isn't too bad in itsel

[PHP-DEV] Bug #13412: IMAP don't compile propertly

2001-09-24 Thread autoinfo
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.4-RC PHP version: 4.0.6 PHP Bug Type: *General Issues Bug description: IMAP don't compile propertly I have : c-client library All headers are deployed in /usr/local/include/c-client directory. My config-file for make i

[PHP-DEV] Bug #10918 Updated: $HTTP_POST_VARS incorrectly initialized.

2001-09-24 Thread bruce
ID: 10918 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: Variables related Operating System: Linux 2.4.3 PHP Version: 4.0.5 New Comment: It appears this problem as I described earlier does exists in PHP 4.0.6. Previous Comments: --

[PHP-DEV] Bug #13134 Updated: ftp_put couldn't open local file

2001-09-24 Thread john . fleuret
ID: 13134 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: FTP related Operating System: windows NT PHP Version: 4.0.5 New Comment: Sorries, 1-Sorry, It was a human error (ok, i'm this human), my distant path was wrong 2-Sorry for the response tim

[PHP-DEV] Bug #6662 Updated: array keys of type real not allowed?

2001-09-24 Thread jeroen
ID: 6662 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Scripting Engine problem Operating System: linux PHP Version: 4.0.2 New Comment: >From the docs (by heart): in object initializers only constant scalar experssions are >allowed, no arrays, objects, or expressions