[PHP-DEV] minor change fixed major bug in tokenizer

2004-03-07 Thread Greg Beaver
Hi all, can someone with a spare moment apply the patch in http://bugs.php.net/bug.php?id=24550 to tokenizer.c? It fixes a crash when tokenizing anything with __METHOD__ in it (bad) Thanks, Greg -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/u

[PHP-DEV] apache stops listening after restart and give core dump

2004-03-07 Thread ashish b\\
Hello, I have Apache 2.0.46 server on Redhat Linux 7.3 and PHP 4.3.2.I have a written a PHP extension module. I have a entry in the php.ini as extension=php_mymodule.so. When I issue the following command : apachectl restart my php module gets unloaded but is not reloaded again and a

[PHP-DEV] ignore

2004-03-07 Thread John Coggeshall
nothing to see here... -- -=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=- John Coggeshall http://www.coggeshall.org/ The PHP Developer's Handbookhttp://www.php-handbook.com/ -=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=- -- PHP Internals - PHP Run

Re: [PHP-DEV] Function proposal: nl2p

2004-03-07 Thread Sara Golemon
> Intresting for users that need such functions on several places in code and in > this case better as regexp in PHP itself. Why not take this ideas and put > together into ext/html(format)? > I agree with the statement that functions like these (and nl2br() itself) don't really belong in the PHP c

Re: [PHP-DEV] Function proposal: nl2p

2004-03-07 Thread Kai Schröder
On Sunday 07 March 2004 21:58, Stefan Walk wrote: > On Sun, Mar 07, 2004 at 01:07:08PM -0500, Louis-Philippe Huberdeau wrote: > > I wrote this very simple function (modification from nl2br actually) to > > convert newlines to well formatted HTML paragraphs instead of line > > breaks, allowing bette

[PHP-DEV] CVS Account Request: pottersys

2004-03-07 Thread Potter System
Translating documentation -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Function proposal: nl2p

2004-03-07 Thread Stefan Walk
On Sun, Mar 07, 2004 at 01:07:08PM -0500, Louis-Philippe Huberdeau wrote: > I wrote this very simple function (modification from nl2br actually) to > convert newlines to well formatted HTML paragraphs instead of line > breaks, allowing better formatting of a dynamic output. It's not the > most p

Re: [PHP-DEV] Function proposal: nl2p

2004-03-07 Thread Markus Fischer
On Sun, Mar 07, 2004 at 01:07:08PM -0500, Louis-Philippe Huberdeau wrote : > /* {{{ proto string nl2p(string str) >Converts newlines to HTML paragraphs for standard compliance */ I'm not to judge whether this goes in or not, however using paragraphs is not more standard compliance tha

[PHP-DEV] Function proposal: nl2p

2004-03-07 Thread Louis-Philippe Huberdeau
I wrote this very simple function (modification from nl2br actually) to convert newlines to well formatted HTML paragraphs instead of line breaks, allowing better formatting of a dynamic output. It's not the most perfect piece of code ever written, but it works and it can be quite useful. The

Re: [PHP-DEV] Whom to report a serious bug in Zend Encoder

2004-03-07 Thread George Schlossnagle
Report it to the Zend folks. I imagine they have support information on their site. George On Mar 7, 2004, at 4:24 AM, Erdener Gonenc wrote: Do anyone know who should I contact to report that bug in Zend Encoder? I've already dropped a note to forums at Zend... Thanks -- PHP Internals - PHP

Re: [PHP-DEV] MySQLi missing functions

2004-03-07 Thread Derick Rethans
On Sun, 7 Mar 2004, Juergen Mueller wrote: > hi guys, > > during I played around with the new mysqli extension in PHP 5.0, I missed > some really important functions: mysql_list_dbs(), mysql_db_name(), > mysql_list_tables(), mysql_tablename() > > why didn't these functions be ported to the My

[PHP-DEV] MySQLi missing functions

2004-03-07 Thread Juergen Mueller
hi guys, during I played around with the new mysqli extension in PHP 5.0, I missed some really important functions: mysql_list_dbs(), mysql_db_name(), mysql_list_tables(), mysql_tablename() why didn't these functions be ported to the MySQLi Extension? It would be great if anyone could answe

Re: [PHP-DEV] Perl extension

2004-03-07 Thread Wez Furlong
Ahh, this problem. Andi: remember that we discussed this in the past? Is a solution possible using the get_property_ptr object handlers, or not possible at all? --Wez. - Original Message - From: "Daniel Daley" <[EMAIL PROTECTED]> To: "Wez Furlong" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]

Re: [PHP-DEV] Perl extension

2004-03-07 Thread Daniel Daley
Wez Furlong wrote: So you totally missed the completely new COM and .Net support in PHP 5 ? :-) As far as I've seen the new COM support has yet to allow for setting properties with arguments and as the equivalent asp syntax is not valid php syntax I'm pretty sure it would require a new funct

[PHP-DEV] apache stops listening after restart and give core dump

2004-03-07 Thread ashish b\\
Hello, I have Apache 2.0.46 server on Redhat Linux 7.3 and PHP 4.3.2.I have a written a PHP extension module. I have a entry in the php.ini as extension=php_mymodule.so. When I issue the following command : apachectl restart my php module gets unloaded but is not reloaded again and ap

[PHP-DEV] Whom to report a serious bug in Zend Encoder

2004-03-07 Thread Erdener Gonenc
Do anyone know who should I contact to report that bug in Zend Encoder? I've already dropped a note to forums at Zend... Thanks -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php