[PHP-DEV] PHP Lists not hiding email address

2003-03-10 Thread Ryan
Hi, I'm getting a lot of spam leading from some of the pages on zend.com/lists/php-dev/ The bug edit pages hide the email address. But the static archives like http://www.zend.com/lists/php-dev/200110/msg02161.html don't hide them. Could you fix this? Thanks, Ryan -- PHP Development Mailing

[PHP-DEV] Safe_mode options

2002-11-14 Thread Ryan McConigley
like this does anyone have good pointers for how to test it? Secondly do people think this is something they would be interested in? Cheers, Ryan. -- Ryan McConigley - Systems Administrator _.-, Computer Science University of Western Australia

RE: [PHP-DEV] odbc problems in 4.2

2002-04-26 Thread Ryan Jameson (USA)
the distributions have all worked. Thanks. Ryan -Original Message- From: Andreas Karajannis [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 5:16 PM To: Dan Kalowsky Cc: Ryan Jameson (USA); [EMAIL PROTECTED] Subject: Re: [PHP-DEV] odbc problems in 4.2 Dan Kalowsky wrote: Hi Ryan, Okay

[PHP-DEV] odbc problems in 4.2

2002-04-24 Thread Ryan Jameson (USA)
to hear about it. It's done in a central core function, but is necessary in a plethora of scripts. The result set comes from the MS SQL Server driver (shhh... I tried to get them to use MySQL ... they are scared of free stuff. I'm just glad they let me use PHP). Thanks! Ryan -- PHP Development

RE: [PHP-DEV] LDAP with version 4.2

2002-04-23 Thread Ryan Jameson (USA)
BINGO Thanks Markus...!!! I changed register_globals = off to register_globals = on And VUWALA!! Ryan -Original Message- From: Markus Fischer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 4:14 PM To: Ryan Jameson (USA) Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DEV

[PHP-DEV] odbc_fetch_row version 4.2

2002-04-23 Thread Ryan Jameson (USA)
The below line no longer seems to reset my result set in 4.2. odbc_fetch_row($rs,0); :-( i hope there's an easy fix for this one. Ryan -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Loading Module In Win32 PHP

2002-02-27 Thread Ryan A. Jameson
to access a PHP file the engine chokes. :-\ Please help. Thanks. Ryan -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Bug #14004: Session variables

2001-11-09 Thread ryan
From: [EMAIL PROTECTED] Operating system: Windows XP PHP version: 4.0.6 PHP Bug Type: IIS related Bug description: Session variables It will not record sessions, or write them. It seems that the win xp file system or NTFS has problems with writing session vars. I am not

[PHP-DEV] Bug #13832: fseek() offset problem with Win32 newlines

2001-10-25 Thread ryan
From: [EMAIL PROTECTED] Operating system: Windows 2000 Professional PHP version: 4.0.6 PHP Bug Type: Filesystem function related Bug description: fseek() offset problem with Win32 newlines Note: this still occurs in 4.0.6 (I think they're the same bug) What I did: tried

[PHP-DEV] Bug #13832 Updated: fseek() offset problem with Win32 newlines

2001-10-25 Thread ryan
ID: 13832 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Filesystem function related Operating System: Windows 2000 Professional PHP Version: 4.0.6 New Comment: This bug is probably related to bug number #6023 (Problem with either fgets or ftell in

[PHP-DEV] Bug #13325 Updated: php_printer.dll causes Access violation in php4ts.dll

2001-09-16 Thread ryan
ID: 13325 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Windows 2000, SP2, all updates PHP Version: 4.0CVS-2001-09-15 New Comment: Sorry, the file it errors in is NOT printer.c, it is zend_alloc.c Previous Comments:

[PHP-DEV] Bug #13325: php_printer.dll causes Access violation in php4ts.dll

2001-09-15 Thread ryan
From: [EMAIL PROTECTED] Operating system: Windows 2000, SP2, all updates PHP version: 4.0CVS-2001-09-15 PHP Bug Type: Reproducible crash Bug description: php_printer.dll causes Access violation in php4ts.dll Command line version of PHP 4.0 CVS, 9-15. Compiled with Visual

[PHP-DEV] Bug #12981: request: bare regexp and =~ operator

2001-08-27 Thread ryan
From: [EMAIL PROTECTED] Operating system: Win2k PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: request: bare regexp and =~ operator Hey guys. I love php, keep up the good work! Anyhow, I've been playing with other scripting languages as well as

[PHP-DEV] Bug #12604: Fix one of the error messages in ./configure script

2001-08-06 Thread ryan
From: [EMAIL PROTECTED] Operating system: Solaris 2.8 PHP version: 4.0.6 PHP Bug Type: *Configuration Issues Bug description: Fix one of the error messages in ./configure script When ./configure finds a problem with the apxs script it tells you you have an error you need

[PHP-DEV] Bug #12409: Form variables are unexpectedly being escaped

2001-07-26 Thread ryan . smith
From: [EMAIL PROTECTED] Operating system: Solaris PHP version: 4.0.6 PHP Bug Type: Variables related Bug description: Form variables are unexpectedly being escaped When I sumbit a form which contains a textarea containing the quote character, the form variable generated in

[PHP-DEV] Bug #12409 Updated: Form variables are unexpectedly being escaped

2001-07-26 Thread ryan . smith
ID: 12409 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Variables related Operating System: Solaris PHP Version: 4.0.6 New Comment: Ah - it looks like magic_quotes_gpc is now defaults to on. Should it? Previous Comments:

[PHP-DEV] Bug #10957: define_syslog_variables

2001-05-18 Thread ryan
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.4pl1 PHP Bug Type: Documentation problem Bug description: define_syslog_variables the word variables spelled wrong right after the void. http://www.php.net/manual/en/function.define-syslog-variables.php

[PHP-DEV] Re: PHP 4.0 Bug #9936 Updated: Unable to register functions whenstarting apache

2001-03-29 Thread Ryan Allen
PHP3 and PHP4 were both compiled as dynamic modules for apache. I commented out all references to php3 in httpd.conf, as per a similear bug I read about in the php bug database. The installation if PHP3 is the stock installation that came with SuSE linux 7.1 -- Ryan On 26 Mar 2001, Bug

[PHP-DEV] PHP 4.0 Bug #9936: Unable to register functions when starting apache

2001-03-22 Thread ryan
From: [EMAIL PROTECTED] Operating system: SuSE Linux 7.1 PHP version: 4.0.4pl1 PHP Bug Type: Apache related Bug description: Unable to register functions when starting apache compile options: ./configure --with-apxs=/usr/sbin/apxs --enable-versioning