[PHP-DEV] Bug #12955 Updated: Pal Pilot Docs problems

2001-08-24 Thread eschmid
ID: 12955 Updated by: eschmid Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Operating System: W2k, Red Hat 7.1 PHP Version: 4.0.6 New Comment: This is not a bug. You can find downloadable Palm Pilot formats at http://php.net/download-docs.php. Pr

[PHP-DEV] Bug #12956: libgd2 + TTF = ugly fonts.

2001-08-24 Thread php-bugs
From: [EMAIL PROTECTED] Operating system: Debian GNU/Linux PHP version: 4.0CVS-2001-08-25 PHP Bug Type: GD related Bug description: libgd2 + TTF = ugly fonts. It all started when my boss wanted better looking thumbnails. I found that imagecopyresampled() would make better t

Re: [PHP-DEV] concatenating strings

2001-08-24 Thread Zeev Suraski
At 00:06 25-08-01, Peter Bowen wrote: >I am getting a SIGSEGV with this function. I am probably just missing >something. I was hoping for a function with the prototype > >strcatl(zval **z, char *s, int l); >strcat(zval **z, char *s); > >Lacking those, I tried >zval **data; >/* call to zend_hash_

Re: [PHP-DEV] concatenating strings

2001-08-24 Thread Peter Bowen
On 25 Aug 2001 00:32:59 +0300, Zeev Suraski wrote: > > Ok, I can improve add_string_to_string() to support empty strings. > > Zeev I have managed to avoid the problem, now that I know that I can't have an empty string as the first op, so it works. Once I release the extension, I am sure that p

Re: [PHP-DEV] concatenating strings

2001-08-24 Thread Peter Bowen
I am getting a SIGSEGV with this function. I am probably just missing something. I was hoping for a function with the prototype strcatl(zval **z, char *s, int l); strcat(zval **z, char *s); Lacking those, I tried zval **data; /* call to zend_hash_find to set data */ zval *tmp; MAKE_STD_ZVAL(

[PHP-DEV] Bug #12951: function: printer_open()

2001-08-24 Thread daniel . lima
From: [EMAIL PROTECTED] Operating system: Daniel PHP version: 4.0.6 PHP Bug Type: Output Control Bug description: function: printer_open() I am working with PHP 4.0.6, and I do not obtain to send given of the page for the printer. I use function " PRINTER_OPEN() ", I make th

Re: [PHP-DEV] for the php-gtk people

2001-08-24 Thread Sterling Hughes
On Fri, 24 Aug 2001, Andrei Zmievski wrote: > On Fri, 24 Aug 2001, Sterling Hughes wrote: > > Some people prefer having all applications on the same platform look > > the same. ie, GTK programs look a bit odd, compared to your normal > > win32 apps (or on KDE for example). > > You ar

[PHP-DEV] Bug #12954 Updated: imap_uid does not return the uid

2001-08-24 Thread joey
ID: 12954 Updated by: joey Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: IMAP related Operating System: Windows NT 4, SP6 PHP Version: 4.0.6 New Comment: I'm not sure what's going on in #7486, but if you look in the documentation for the IMAP c-client library, you'll s

[PHP-DEV] Bug #12941 Updated: &PHPSESSID appended to links causes invalud html.

2001-08-24 Thread loopyfx
ID: 12941 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Session related Operating System: Windows 2000 Adv Server PHP Version: 4.0.5 New Comment: I tried doing that, but it does the same thing still. Copied out of c:\winnt\php.ini: arg_separator.out

[PHP-DEV] vim<600

2001-08-24 Thread jeroen
In nearly all files in CVS, there is a "vim<600:" modeline. AFAIK, Vim versions until version 6 _ignore_ vim<600:, since they don't recognize the syntax: they only recognize "vim:", "vi:" and "ex:", and nothing else. Then why is that modeline there? Jeroen -- PHP Development Mailing List

[PHP-DEV] Bug #12955: Pal Pilot Docs problems

2001-08-24 Thread fach
From: [EMAIL PROTECTED] Operating system: W2k, Red Hat 7.1 PHP version: 4.0.6 PHP Bug Type: Documentation problem Bug description: Pal Pilot Docs problems Hello! Where and why I can see the PHP Docs for Palm Pilot? I have installed and I can't found it on my Palm, I'd

Re: [PHP-DEV] concatenating strings

2001-08-24 Thread Peter Bowen
On 25 Aug 2001 00:18:10 +0300, Zeev Suraski wrote: > At 00:06 25-08-01, Peter Bowen wrote: > >I am getting a SIGSEGV with this function. I am probably just missing > >something. I was hoping for a function with the prototype (snip) > > > >What am I missing? > > Nothing I can see off hand. Wher

[PHP-DEV] Bug #12951 Updated: function: printer_open()

2001-08-24 Thread derick
ID: 12951 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Output Control Operating System: Daniel PHP Version: 4.0.6 New Comment: You use the print_open in a wrong way, and that function thus fails. You should ask support questions on the [EMAIL PROTECT

[PHP-DEV] Bug #12954: imap_uid does not return the uid

2001-08-24 Thread dev0987
From: [EMAIL PROTECTED] Operating system: Windows NT 4, SP6 PHP version: 4.0.6 PHP Bug Type: IMAP related Bug description: imap_uid does not return the uid This same bug was reported in bug#7486 and its current status is "Bogus", that's why I'm reporting this problem again.

[PHP-DEV] Bug #12952: Output buffering misbehaving

2001-08-24 Thread ryan_sokol
From: [EMAIL PROTECTED] Operating system: RedHat 6.2 PHP version: 4.0.6 PHP Bug Type: Session related Bug description: Output buffering misbehaving Here's my configure line: './configure' '-with-apxs' '--enable-track-vars' '--disable-debug' '--enable-sysvshm' '-enable-sysvs

[PHP-DEV] Possible Bug: Why is the object destroyed?

2001-08-24 Thread Jeremiah Bellomy
Why does the following result in the object $test->elements['one'] being wiped out? Although, I could possibly understand it remaining in it's original state if get_element() is actually returning a copy and not a reference to the object, I just don't understand why the object is destroyed. Seems

Re: [PHP-DEV] for the php-gtk people

2001-08-24 Thread Andrei Zmievski
On Fri, 24 Aug 2001, Sterling Hughes wrote: > Some people prefer having all applications on the same platform look > the same. ie, GTK programs look a bit odd, compared to your normal > win32 apps (or on KDE for example). You are right, but look at it from this perspective. An applic

Re: [PHP-DEV] for the php-gtk people

2001-08-24 Thread Sterling Hughes
On Fri, 24 Aug 2001, Andrei Zmievski wrote: > On Fri, 24 Aug 2001, Sterling Hughes wrote: > > My understanding is that it provides "native" support -- ie, you > > write for wxWindows and then when compiling for Win32 systems, it > > will use the native win32 interface (unlike GTK prog

[PHP-DEV] Computer Network Dealers Wholesale Exchange

2001-08-24 Thread Direct Electronic Marketing Innovators
Title: Q: What is the #1 reason businesses fail Q: What is the #1 reason business failure? A: Too much overhead compared to income?   Q: What the fastest way to correct the problem? A: Sell excess inventory, and buy new inventory at higher margins? Hi,   Sounds simple doesn’t it.  Bu

[PHP-DEV] Bug #12950: cannot load libphp4.so into server...

2001-08-24 Thread lwillmann
From: [EMAIL PROTECTED] Operating system: Red Hat 7.1 i686 PHP version: 4.0.6 PHP Bug Type: Dynamic loading Bug description: cannot load libphp4.so into server... Compiled using: ./configure \ --with-apxs=/usr/local/apache/bin/apxs \ --enable-versioning \ --with-mysql=/u

Re: [PHP-DEV] for the php-gtk people

2001-08-24 Thread Andrei Zmievski
On Fri, 24 Aug 2001, Sterling Hughes wrote: > My understanding is that it provides "native" support -- ie, you > write for wxWindows and then when compiling for Win32 systems, it > will use the native win32 interface (unlike GTK programs -- which > look the same on win32 and linux)

Re: [PHP-DEV] for the php-gtk people

2001-08-24 Thread Sterling Hughes
On Fri, 24 Aug 2001, Andrei Zmievski wrote: > On Fri, 24 Aug 2001, Marc Boeren wrote: > > I've been looking at crossplatform gui-development, and one of the > > things that is easily found is the wxWindows tools (www.wxwindows.org). > > > > This looks to be sort of the same as php-gtk, but it doe

Re: [PHP-DEV] Help help help ... or something like that

2001-08-24 Thread Markus Fischer
[snipped support question] Dan, this is for developing the PHP language, not with. Please ask on a support forum like [EMAIL PROTECTED] . - Markus -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Bug #12948 Updated: Reference to gdImageGif causes compile fail in gd.c

2001-08-24 Thread sniper
ID: 12948 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Closed Old Bug Type: Compile Failure Bug Type: GD related Operating System: FreeBSD 4.3-RELEASE PHP Version: 4.0.6 New Comment: Sorry, I read this report too quickly. Thanks for the excellent analyze. This is

[PHP-DEV] Bug #12945 Updated: GD 1.8.4 still has gdImageCreateFromGif but not gdImageGif

2001-08-24 Thread sniper
ID: 12945 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Closed Bug Type: GD related Operating System: FreeBSD 4.3 PHP Version: 4.0.6 New Comment: Sorry. I read this report too quickly. Fixed now in CVS. Thanks for reporting this. --Jani Previous Comments:

[PHP-DEV] Bug #12902 Updated: trouble with TTF fonts

2001-08-24 Thread sniper
ID: 12902 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: GD related Old Operating System: Win'Me Operating System: Win\'Me PHP Version: 4.0.6 New Comment: This is still fixed. I should have mentioned that it's fixed in CVS. Thus you need to wait for

Re: [PHP-DEV] Re: Re: sysvsem extention question

2001-08-24 Thread Tom May
Chris Chabot <[EMAIL PROTECTED]> writes: > Hey Jason, i do see your point. > > However, something still illudes me in my reasoning i think.. > > In a web envirioment, you are most likely to be in one of two situations when using >semaphores. > > - Plain standard lock (with ability of doing re

[PHP-DEV] Help help help ... or something like that

2001-08-24 Thread Dan McCullough
I have a burning question that needs to be looked at, and see if someone can give me an idea of a way to get the desired result. Are you ready. Here is my problem, I need to strip out of an mbox file everything but the body of the email, now to complicate matters this is an extremly large file

[PHP-DEV] Bug #12902 Updated: trouble with TTF fonts

2001-08-24 Thread dmpavlov
ID: 12902 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: GD related Old Operating System: Win'Me Operating System: Win\'Me PHP Version: 4.0.6 New Comment: Yes. Problem doesn't appear in 4.0.4pl1 (I have tested same script, All is fine).

Re: [PHP-DEV] Re: Re: sysvsem extention question

2001-08-24 Thread Jason Greene
- Original Message - From: "Chris Chabot" <[EMAIL PROTECTED]> To: "Jason Greene" <[EMAIL PROTECTED]> Cc: "Sascha Schumann" <[EMAIL PROTECTED]>; "Tom May" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, August 24, 2001 11:30 AM Subject: Re: [PHP-DEV] Re: Re: s

[PHP-DEV] RE: Bug #12948 Updated: Reference to gdImageGif causes compile fail in gd.c

2001-08-24 Thread Hatfield, Jim
Hi, > -Original Message- > From: Bug Database [mailto:[EMAIL PROTECTED]] > Sent: 24 August 2001 17:47 > To: [EMAIL PROTECTED] > Subject: Bug #12948 Updated: Reference to gdImageGif causes > compile fail > in gd.c > > > ID: 12948 > > You have conflicting GD libraries/headers in your sy

[PHP-DEV] Bug #12949 Updated: ldap_bind issues warning

2001-08-24 Thread sniper
ID: 12949 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Old Bug Type: Output Control Bug Type: LDAP related Operating System: linux PHP Version: 4.0.6 New Comment: If you want to suppress error messages, either set the error_reporting to the level you like or

[PHP-DEV] Bug #12948 Updated: Reference to gdImageGif causes compile fail in gd.c

2001-08-24 Thread sniper
ID: 12948 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Compile Failure Operating System: FreeBSD 4.3-RELEASE PHP Version: 4.0.6 New Comment: You have conflicting GD libraries/headers in your system. Or the GD library provided is buggy. Not a PHP prob

Re: [PHP-DEV] zend_parse_parameters

2001-08-24 Thread Andrei Zmievski
On Fri, 24 Aug 2001, Wez Furlong wrote: > I understand, and yes, they would. > > It just seems a shame to have to declare those ints when they are not > used. If you come up with a solution that covers both fronts, I promise we'll consider it. :) > zend_parse_parameters does a great job of redu

[PHP-DEV] Bug #12947 Updated: Https does not work

2001-08-24 Thread sniper
ID: 12947 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: HTTP related Operating System: Linux PHP Version: 4.0.6 New Comment: Please ask support questions on the mailing lists: http://www.php.net/support.php Previous Comments: ---

Re: [PHP-DEV] zend_parse_parameters

2001-08-24 Thread Wez Furlong
On 24/08/01, "Andrei Zmievski" <[EMAIL PROTECTED]> wrote: > Initially, I had another specifier that would let you receive just the > string pointer, but in discussions with Andi we agreed that it would be > good to always return the length as well. Binary safety was a major > consideration in this

[PHP-DEV] Bug #12949: ldap_bind issues warning

2001-08-24 Thread rbohn
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.6 PHP Bug Type: Output Control Bug description: ldap_bind issues warning possible bug: inside the ldap_bind, if the credentials are invalid, php issues a warning. I think it should JUST return false. Is th

Re: [PHP-DEV] Re: Re: sysvsem extention question

2001-08-24 Thread Chris Chabot
Hey Jason, i do see your point. However, something still illudes me in my reasoning i think.. In a web envirioment, you are most likely to be in one of two situations when using semaphores. - Plain standard lock (with ability of doing resource count) - All web servers connect to a external pro

[PHP-DEV] Bug #12938 Updated: htmlspecialchars() which doesn't strip unicode html

2001-08-24 Thread wez
ID: 12938 Updated by: wez Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Feature/Change Request Operating System: linux PHP Version: 4.0.6 New Comment: Not a bug; & is encoded as & Take a look at the mbstring extension and the functions there; they are documented in the

Re: [PHP-DEV] zend_parse_parameters

2001-08-24 Thread Andrei Zmievski
On Fri, 24 Aug 2001, Wez Furlong wrote: > When parsing strings from parameters with zend_parse_parameters, it is > required that the programmer pass in an int to receive the length of the > string. > > Could we relax this and allow a NULL instead if we do not need the length > of the string? It

[PHP-DEV] Bug #12948: Reference to gdImageGif causes compile fail in gd.c

2001-08-24 Thread jim . hatfield
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.3-RELEASE PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: Reference to gdImageGif causes compile fail in gd.c It would appear that the configuraton utility looks for the function gdImageCreateFromGif in t

[PHP-DEV] Bug #12947: Https does not work

2001-08-24 Thread m . k . evans
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: HTTP related Bug description: Https does not work Hi When switching to a https site the page loads ok but there is no padlock in the lower right hand corner of IE 5 to say that the site is se

Re: [PHP-DEV] for the php-gtk people

2001-08-24 Thread Andrei Zmievski
On Fri, 24 Aug 2001, Marc Boeren wrote: > I've been looking at crossplatform gui-development, and one of the > things that is easily found is the wxWindows tools (www.wxwindows.org). > > This looks to be sort of the same as php-gtk, but it does windows, motif > os/2 and mac as well (aside from g

[PHP-DEV] Bug #12946 Updated: Warning: Can't connect to local MySQL server through socket '/var/lib/mysql/mys

2001-08-24 Thread sniper
ID: 12946 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: MySQL related Operating System: linux mandrake 8.0 PHP Version: 4.0.5 New Comment: Fixed in PHP 4.0.6 Previous Comments: ---

Re: [PHP-DEV] Re: Re: sysvsem extention question

2001-08-24 Thread Jason Greene
- Original Message - From: "Sascha Schumann" <[EMAIL PROTECTED]> To: "Jason T.Greene" <[EMAIL PROTECTED]> Cc: "Tom May" <[EMAIL PROTECTED]>; "Chris Chabot" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, August 24, 2001 1:49 AM Subject: Re: [PHP-DEV] Re: Re: s

[PHP-DEV] Bug #12945 Updated: GD 1.8.4 still has gdImageCreateFromGif but not gdImageGif

2001-08-24 Thread sniper
ID: 12945 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: GD related Operating System: FreeBSD 4.3 PHP Version: 4.0.6 New Comment: Nothing wrong with the configure. You just have conflicting versions of GD library in your system. Remove all of them and

[PHP-DEV] [Fwd: Bug #12946: Warning: Can't connect to local MySQL server through socket '/var/lib/mysql/mys]

2001-08-24 Thread gvlsivarao
Original Message Subject: Bug #12946: Warning: Can't connect to local MySQL server through socket '/var/lib/mysql/mys From: PHP Bug Database <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] From: [EMAIL PROTECTED] Operating system: linux mandrake 8.0 PHP version: 4.0.5

[PHP-DEV] Bug #12946: Warning: Can't connect to local MySQL server through socket '/var/lib/mysql/mys

2001-08-24 Thread gvlsivarao
From: [EMAIL PROTECTED] Operating system: linux mandrake 8.0 PHP version: 4.0.5 PHP Bug Type: MySQL related Bug description: Warning: Can't connect to local MySQL server through socket '/var/lib/mysql/mys Hi, I am getting the following when i try to open my crm applicatio

[PHP-DEV] Build warning

2001-08-24 Thread Wez Furlong
In file included from php_apache_http.h:6, from php_apache.c:45: /usr/include/apache/ap_config.h:1316: warning: `XtOffsetOf' redefined /home/wez/src/phpbuild/main/php.h:344: warning: this is the location of the previous definition In file included from /usr/include/apache/httpd.h

Re: [PHP-DEV] Re: Bug #12929 Updated: crash in array_map with associative arrays

2001-08-24 Thread Andrei Zmievski
They won't be preserved if you work with more than 1 array. > >I can fix the crash, but what should be done with the keys? Should they be > >just ignored? I think it only makes sense to preserve them if you are > >mapping a single arrays, in case there are 2 or more, the keys are > >useless..

[PHP-DEV] Bug #12945: GD 1.8.4 still has gdImageCreateFromGif but not gdImageGif

2001-08-24 Thread chris
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.3 PHP version: 4.0.6 PHP Bug Type: GD related Bug description: GD 1.8.4 still has gdImageCreateFromGif but not gdImageGif I'm building PHP4 4.0.6 from the FreeBSD ports tree and enabling GD support. The version of GD in the

[PHP-DEV] Bug #12944 Updated: new date() and getdate() feature

2001-08-24 Thread derick
ID: 12944 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: linux redhat 7.0 PHP Version: 4.0.4pl1 New Comment: strftime already supports this: (from the manual notes): Week number: print strftime("%W"); Previous Comments: -

[PHP-DEV] Bug #12944: new date() and getdate() feature

2001-08-24 Thread gandon
From: [EMAIL PROTECTED] Operating system: linux redhat 7.0 PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: new date() and getdate() feature It would be nice is the php date() function could return the ISO-defined week of year. getdate() could

[PHP-DEV] htmlentities and charset awareness: --> str_convert_encoding

2001-08-24 Thread Wez Furlong
Hi, I'm putting together a new PHP function called str_convert_encoding which will convert a string from one encoding to another using the features of the system. It works like this: string str_convert_encoding(string srcstring, string fromenc, string toenc) // No change; return source if (fro

Re: [PHP-DEV] for the php-gtk people

2001-08-24 Thread teo
Hi Marc! On Fri, 24 Aug 2001, Marc Boeren wrote: > > > > > There exists wxPython and wxPerl... why not wxPHP? > > > > > Marc, it would be an absolutely cool idea :) > > That's what I thought :-) > > > So actually the question is, who has the time to start it? > > Well, not right now... > B

[PHP-DEV] zend_parse_parameters

2001-08-24 Thread Wez Furlong
Hi, When parsing strings from parameters with zend_parse_parameters, it is required that the programmer pass in an int to receive the length of the string. Could we relax this and allow a NULL instead if we do not need the length of the string? It would make the calling code more pretty because

RE: [PHP-DEV] for the php-gtk people

2001-08-24 Thread Marc Boeren
> > There exists wxPython and wxPerl... why not wxPHP? > > > Marc, it would be an absolutely cool idea :) That's what I thought :-) > So actually the question is, who has the time to start it? Well, not right now... But I will probably be using wxWin over the next couple of months for some

[PHP-DEV] Bug #12941 Updated: &PHPSESSID appended to links causes invalud html.

2001-08-24 Thread sniper
ID: 12941 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Session related Operating System: Windows 2000 Adv Server PHP Version: 4.0.5 New Comment: Use this php.ini directive: arg_separator.output = "&" Previous Comments:

[PHP-DEV] Bug #12943: Under new Apache, warning about compile..

2001-08-24 Thread andrew
From: [EMAIL PROTECTED] Operating system: Win32 PHP version: 4.0.6 PHP Bug Type: *Compile Issues Bug description: Under new Apache, warning about compile.. Date of report: 24 Aug 2001 Config: Apache 1.3.20 (Latest release) Win32 PHP 4.0.6 *Note* Current and future Apa

Re: [PHP-DEV] for the php-gtk people

2001-08-24 Thread teo
Hi Marc! On Fri, 24 Aug 2001, Marc Boeren wrote: > > Hi, > > I've been looking at crossplatform gui-development, and one of the > things that is easily found is the wxWindows tools (www.wxwindows.org). > > This looks to be sort of the same as php-gtk, but it does windows, motif > os/2 and mac

[PHP-DEV] SINGLE variable type in ActiveX call

2001-08-24 Thread Lars Nielsen
Hi, I'm trying to call a ActiveX/COM object method that uses a SINGLE variable type parameter. It fails constantly with this kind of error message: Warning: Invoke() failed: Type conflict. in c:\www\php\mypage.php4 on line 42 Obviously it must be the SINGLE variables that triggers this, which is

[PHP-DEV] Bug #12942 Updated: Spelling error english .chm manual

2001-08-24 Thread derick
ID: 12942 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Operating System: Windows 2000 PHP Version: 4.0.6 New Comment: Thx! This is fixed in CVS... CHM's will be up to date in a three days or something. Derick Previous Commen

[PHP-DEV] Bug #12942: Spelling error english .chm manual

2001-08-24 Thread gpex
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.6 PHP Bug Type: Documentation problem Bug description: Spelling error english .chm manual Chapter Language Reference -> Basic syntax -> Escaping from HTML Just below the title it shows the following:

[PHP-DEV] Bug #12941: &PHPSESSID appended to links causes invalud html.

2001-08-24 Thread loopyfx
From: [EMAIL PROTECTED] Operating system: Windows 2000 Adv Server PHP version: 4.0.5 PHP Bug Type: Session related Bug description: &PHPSESSID appended to links causes invalud html. URI: http://loopy.2y.net/main.php Server: Microsoft-IIS/5.0 Character encoding: unknown

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

2001-08-24 Thread HENAFF Mari-mai FTRD/DMI/LAN
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 M. Henaff -Message d'origine- De : Bug Database [mailto:[EMAIL PROT

Re: [PHP-DEV] mcrypt issues

2001-08-24 Thread derick
Hello, crashes that are related to closing modules are probably because a change in the mcrypt library... I just found this in the manual: The library is closed by calling mcrypt_module_close(), but you should not call that function if mcrypt_generic_end() is called before. and: int m

Re: [PHP-DEV] concatenating strings

2001-08-24 Thread Zeev Suraski
Look at add_string_to_string(). At 04:14 24-08-01, Peter Bowen wrote: >I am writing an extension, and trying to figure out how to append to an >existing string. I have a pointer to a zval that is a string, and a >pointer to another string, along with the other string's length. I have >looked for

Re: [PHP-DEV] ext/standard/html.c breakage

2001-08-24 Thread Wez Furlong
On 24/08/01, "Doug MacEachern" <[EMAIL PROTECTED]> wrote: > one the php tests (tests/strings/003.phpt) that has been ported to > httpd-test is failing with current cvs: Fixed; thanks! --Wez. -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

[PHP-DEV] for the php-gtk people

2001-08-24 Thread Marc Boeren
Hi, I've been looking at crossplatform gui-development, and one of the things that is easily found is the wxWindows tools (www.wxwindows.org). This looks to be sort of the same as php-gtk, but it does windows, motif os/2 and mac as well (aside from gtk). There exists wxPython and wxPerl... wh

[PHP-DEV] Bug #1 Updated: test

2001-08-24 Thread
ID: 1 Updated by: Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Unknown/Other Function Operating System: linux suse 7.2 PHP Version: 4.0.6 New Comment: bugussified Previous Comments: [2001-08-24