[PHP-DEV] Re: Bug #12918 Updated: end_error: referenced symbol not found, while loading a php extension module

2001-08-24 Thread Joacim Zschimmer
The solution is setting the environment variable before ./configure LDFLAGS_SHLIB_EXPORT=-Xlinker -export-dynamic Joacim Joacim Zschimmer [EMAIL PROTECTED] schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... zend_error() should be read in the summary, my mistake. --

[PHP-DEV] Hello

2001-08-24 Thread Niwen
Hi, Here is something for you and the other friends... Reply me if you have time EL

[PHP-DEV] Bug #12918 Updated: end_error: referenced symbol not found, while loading a php extension module

2001-08-24 Thread sniper
ID: 12918 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Bogus Bug Type: Dynamic loading Operating System: Solaris PHP Version: 4.0.4pl1 New Comment: Most likely the problem is in your self written extension. Not PHP bug. Previous Comments:

[PHP-DEV] Bug #12939: Editing a bug is not possible, when empty password given

2001-08-24 Thread x
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: Editing a bug is not possible, when empty password given Editing a bug is not possible, when empty password given. I get this error message: The

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

2001-08-24 Thread Wico de Leeuw
At 02:00 24-8-01 +, you wrote: ID: 12929 Updated by: andrei Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: Reproducible crash Operating System: linux PHP Version: 4.0.6 Assigned To: andrei New Comment: Fixed in CVS. Previous Comments:

[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

[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...

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 http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For

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 a

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

[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

[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] 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

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 as

[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

[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 = amp; Previous Comments:

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 other

[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

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... But I will

[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

[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()

[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 #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

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.. agree?

[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

[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

[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 #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

[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] 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 gtk).

[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

[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

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 would

[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 amp; Take a look at the mbstring extension and the functions there; they are documented in

[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

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. Don't

[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 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 reducing

[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

[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] 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 system. Or

[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

[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

[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

[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 #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

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 http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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 does

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). If

[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 \

[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.  But

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 programs --

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

[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

[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

[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 #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'

[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 #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

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. Where is it

[PHP-DEV] vim600

2001-08-24 Thread jeroen
In nearly all files in CVS, there is a vim600: modeline. AFAIK, Vim versions until version 6 _ignore_ vim600:, 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 #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:

[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

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 are right,

[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 the

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;

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

[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 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_find to

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 resource

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

2001-08-24 Thread Sascha Schumann
parent process right before fork. There is no parent initializer for a php module author MINIT() is called from the parent process in forking servers. The mm storage handler uses this hook to instantiate a shared memory segment and propagate the handle to all child processes.

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: sysvsem extention