[PHP-DEV] Bug #11071: probs displaying backslash with HERE statements

2001-05-23 Thread simon
a left curly brace ( \{ ) . It's fine with a right curly brace ( \} ). looking at the script below version 1 does not display the first slash, version 2 does (only because I escaped the slash first). This seems to be a bug, so I hope this is the right place to inform you about it. best wishes Simon R

[PHP-DEV] Bug #12031: Problems running IMAP and MYSLQ

2001-07-10 Thread simon
From: [EMAIL PROTECTED] Operating system: Linux RedHat 7.1 PHP version: 4.0.6 PHP Bug Type: MySQL related Bug description: Problems running IMAP and MYSLQ '; openIMAP('INBOX'); openSQL(); print nbTel() . ''; print nbEmail() . ''; mysql_close; imap_close($mbox);

[PHP-DEV] PHP 4.0 Bug #10194: crypt() doesn't do md5

2001-04-05 Thread simon
From: [EMAIL PROTECTED] Operating system: OpenBSD 2.7 PHP version: 4.0.4pl1 PHP Bug Type: *Encryption and hash functions Bug description: crypt() doesn't do md5 I have not tested with other crypts, but the constant CRYPT_MD5 is true. All crypted strings come out as DES. (t

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

2001-09-02 Thread simon
From: [EMAIL PROTECTED] Operating system: WinNT 4.0 PHP version: 4.0.4pl1 PHP Bug Type: IMAP related Bug description: strange linebreaks in decoded base64 string imap_base64 seems to produce strang linebreaks in a decoded string. For example, I've a JPEG file to decode. The

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

2001-09-03 Thread simon
t open the file. (of course I can open it, but the programm will put out an error message and nothing else). This problem appears only with base64 decoding. I don't have troubles with the imap_qprint () function. so long, Simon http://www.hornweb.ch (I can't bring you an o

[PHP-DEV] CVS Account Request: simon

2003-01-18 Thread Simon Wheeler
Hi, I would like to contribute to the php-gtk documentation Steph Fox suggested I request a cvs account I am requesting access to php/php-gtk-doc -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] include() and sessions

2003-02-11 Thread Lindsey Simon
I have a situation involving my session and an include(). I'm trying to include() a page using the full path. My session is registered and I can verify all is well with it. I want to retain the session from within the page I'm including. So: I'm pasting my code here (please ignore the variable

Re: [PHP-DEV] include() and sessions

2003-02-11 Thread Lindsey Simon
rom. > If you must use a URL and you want to retain session, you will have to pass > your session identifier on the URL. (see above) > Chris > > --- Lindsey Simon <[EMAIL PROTECTED]> wrote: > > I have a situation involving my session and an include(). > > >

[PHP-DEV] PHP 4.0 Bug #9028: ImagePSText does not draw text

2001-01-31 Thread simon . tuckwell
From: [EMAIL PROTECTED] Operating system: Linux RedHat 7.0 PHP version: 4.0.4pl1 PHP Bug Type: GD related Bug description: ImagePSText does not draw text The ImagePS...() functions are reporting success, but not drawing the text onto the image. Otherwise gd is working fine

[PHP-DEV] suscribe

2001-03-03 Thread Simon Tseng
-- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Rsync and CVS

2001-03-05 Thread Simon Roberts
he DB. My local setup actually does that, but loading those files requires a semi-backdoor into www.php.net, which I'm a bit uncomfortable about. I know, installing a DB on the mirror and loading it with a dump of the master is another option, but rsync'd files is just *simpler*. Thanks, S

RE: [PHP-DEV] Rsync and CVS

2001-03-06 Thread Simon Roberts
works much nicer, but I didn't want to commit it until we had rsync (a far better way than fetching notes from http://www.php.net/get-user-notes.php). Once that's done, we can write the usernotes from cron, and install the following code into shared-manual.inc Sounds simple? :) Simon

RE: [PHP-DEV] Rsync and CVS

2001-03-06 Thread Simon Roberts
and feel" parameters. The CPU load in formatting comments is pretty insignificant, especially compared to the other things it does at the same time. There might be some arguements for caching the comments in the filesystem (on www.php.net), but the gains are probably not worth the hassle, IMHO

Re: [PHP-DEV] Rsync and CVS

2001-03-07 Thread Simon Roberts
on www.php.net, and transferred by rsync. Vry simple, and no DB. All the code is done, it just needs group approval, and someone with rsync/cron access to install on www.php.net Simon -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED]

[PHP-DEV] PSPELL with PHP

2001-07-03 Thread Lindsey Simon
I've just compiled and installed php-4.0.6 --with-pspell support. However, the pspell_new function gives me the following error: Warning: PSPELL couldn't open the dictionary. reason: I'm sorry I can't find any suitable word lists for the language-tag "en". the line causing the error reads: $pspe

Re: [PHP-DEV] PSPELL with PHP

2001-07-03 Thread Lindsey Simon
t dictionaries, languages, etc.), so I > might be able to help you a bit if it is not installed correctly, but > not much. > > Vlad > > > > Lindsey Simon wrote: > > >I've just compiled and installed php-4.0.6 --with-pspell support. However, > >the pspell_

Re: [PHP-DEV] PSPELL with PHP

2001-07-03 Thread Lindsey Simon
gt; > This solves the chicken-and-egg problem when you can't build aspell without > having pspell in place, yet pspell needs to know that aspell (or ispell) > exists to function properly. It is also described in pspell README. > ----

Re: [PHP-DEV] PSPELL with PHP

2001-07-05 Thread Lindsey Simon
> is the easiest to do a default install of pspell and aspell, without > creating any new dictionaries by hand and all that kind of stuff. Once > you have this working with php, you can wonder off and do whatever > custom stuff you need.. > > Vlad > > > Lindsey Simon wrote:

Re: [PHP-DEV] PSPELL with PHP

2001-07-06 Thread Lindsey Simon
> > > ? Finished versions of what? I wrote support for pspell library, it has > most of the functionality pspell provides. If you need anything else > that pspell can provide but I have not implemented, write to me and I'll > try to implement it. By the way, I do not work on development of pspe

Re: [PHP-DEV] PSPELL with PHP

2001-07-09 Thread Lindsey Simon
pile order? > > Thanks, > -Jonathan > > - Original Message ----- > From: "Lindsey Simon" <[EMAIL PROTECTED]> > To: "Vlad Krupin" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Thursday, July 05, 2001 4:05 PM > Subject: Re: [PHP-DEV]

[PHP-DEV] Bug description: Mail Cc header problem

2001-07-12 Thread Simon Sander
ine 2 Cannot send mail I have tested this on the Windows 2000 proffesional and IIS 5.0 with PHP 4.0.4pl1 installed as ISAPI module. I have tested it with PHP 4.0.6 too and still didn't work :(( Is there any solution for this problem? Thanks for any help Simon -- PHP Development Mailing

[PHP-DEV] Function suggestion

2001-04-10 Thread Lindsey Simon
I'm not positive I'm mailing to the right list, but I have a function that might be useful to others. I often use php to retrieve a name from a database and then let a user upload a file and I name that file by as $user.mp3(in this case). I need to convert all of the international characters to

Re: [PHP-DEV] Function suggestion

2001-04-10 Thread Lindsey Simon
Oh yes, and I see I forgot to excape the x in the first five.. Rasmus Lerdorf in message Re: [PHP-DEV] Function suggestion (Tue, 04/10 12:43): > Using str_replace() would speed this function up by an order of magnitude. > > On Tue, 10 Apr 2001, Lindsey Simon wrote: > > > I&

[PHP-DEV] Re: Bug #10846 Updated: Enabling output buffering causes wholepages to be logged as errors

2001-05-14 Thread Simon Stewart
Works a treat. Thanks for the help. Simon >>> Bug Database <[EMAIL PROTECTED]> 14/05/01 12:38:51 >>> ID: 10846 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Apache related Operating system: PHP Version: 4.0.4pl1 Assig

[PHP-DEV] Creating extension module for PHP

2002-05-14 Thread Simon Fogg
programmer I am not quite sure how these extensions present themselves on the Mac (or even if they exist at all). Any help will be much appreciated. Regards, Simon Fogg. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: Creating extension module for PHP

2002-05-14 Thread Simon Fogg
UNIX based systems - am I right? Simon. "Martin Wickman" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Simon Fogg wrote: > > Hi, > > > > I am a newcomer to PHP so I apologise in advance if my question seems >

Re: [PHP-DEV] Probably a simple answer...

2002-05-14 Thread Simon Fogg
I believe you hijacked my thread - The original subject was: 'Creating extension module for PHP'! "Brad Lafountain" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Well i do believe that the zval string SHOULD be null termiated and have the > length stored. > >

Re: [PHP-DEV] Probably a simple answer...

2002-05-14 Thread Simon Fogg
ED]">news:[EMAIL PROTECTED]... > Simon Fogg wrote: > > > > I believe you hijacked my thread - The original subject was: 'Creating > > extension module for PHP'! > > I was asking about specific information about specific functionality, > your thread asks abo

[PHP-DEV] PHP 4.0 Bug #8652: exec and system always return -1

2001-01-11 Thread simon . king
From: [EMAIL PROTECTED] Operating system: RedHat Linux 6.2 PHP version: 4.0.4 PHP Bug Type: Program Execution Bug description: exec and system always return -1 &1", &$lines, $rc); if ($rc) { print("\n"); print("$errmsg\n\n"); print("Command : $command\nReturne

[PHP-DEV] **** Access denied: Insufficient Karma (lyric|phpweb/include)

2001-01-16 Thread Simon Roberts
wn mirrors". Cheers, Simon Index: include/site.inc === RCS file: /repository/phpweb/include/site.inc,v retrieving revision 1.123 diff -u -r1.123 site.inc --- include/site.inc2001/01/12 20:45:59 1.123 +++ include/site.i

[PHP-DEV] PHP manual

2001-01-16 Thread Simon Roberts
Why isn't phpweb/manual/en in CVS? -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Current CVS crash (latest Zend changes)

2001-08-08 Thread Simon Roberts
Seems like the Zend changes that were just committed broke something - all scripts are causing a segfault. I'm looking at what changed now. Script: Configure: ./configure \ --with-apxs \ --without-midgard

Re: [PHP-DEV] Current CVS crash (latest Zend changes)

2001-08-08 Thread Simon Roberts
CG(increment_lineno) = 1; + } retval = ';'; /* implicit ; */ break; case T_OPEN_TAG_WITH_ECHO: - Original Message - From: "Zeev Suraski" <[EMAIL PROTECTED]> To: "Simo

Re: [PHP-DEV] Current CVS crash (latest Zend changes)

2001-08-08 Thread Simon Roberts
40 077 076 012 014 Attached as .gz so mail transports don't mess with cr/lf etc. - Original Message - From: "Zeev Suraski" <[EMAIL PROTECTED]> To: "Simon Roberts" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, August 09, 2001 10:35

Re: [PHP-DEV] Current CVS crash (latest Zend changes)

2001-08-08 Thread Simon Roberts
ing a null pointer by -1 and -2 :) Time for some more snooping, but I expect someone to fix this before I figure out how it works... - Original Message ----- From: "Simon Roberts" <[EMAIL PROTECTED]> To: "Zeev Suraski" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECT

Re: [PHP-DEV] Current CVS crash (latest Zend changes)

2001-08-08 Thread Simon Roberts
Aiee! I'd just done that, when I got your message. I'd deleted my entire php4 source dir, downloaded from CVS, rebuilt, and it appears to be working. Aiee. I'll keep an eye on it. Bugger (Sorry Zeev) - Original Message - From: "Andrei Zmievski" <[

Re: [PHP-DEV] Latest CVS Problem

2001-08-09 Thread Simon Roberts
S/he might have had the same problem as I did, with a slight messy build. It was that issue that I was chasing at the time :) Make a completely clean build, see if it helps. - Original Message - From: "Stanislav Malyshev" <[EMAIL PROTECTED]> To: "Zeev Suraski" <[EMAIL PROTECTED]> Cc: <[E

[PHP-DEV] PHP and CSS

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

[PHP-DEV] PHP/Zend Virtual Machine Documentation

2001-09-26 Thread Simon Wistow
n gradually start adding conversion routines. What's the best way to do this? Hack together code from the rest of the source tree or can I get stuff from the cache/optimiser? Has anybody else tried doing anything like this? Am I smoking huge quantities of crack? Simon -- PHP Development Mailing L