Re: [PHP-DEV] PECL/PHPDoc

2002-01-30 Thread jan

On Wed, Jan 30, 2002 at 09:07:57AM +0100, Sebastian Bergmann wrote:
>   'lo,
> 
>   could someone please fix, if possible, the PHPDoc extension from PECL
>   so that it compiles in ZTS mode?

Can you provide some error messages ?
 
>   Thanks,
> Sebastian

  Jan

-- 
mailto: [EMAIL PROTECTED] weigon @ #php.de (IRCnet)
 http://jan.kneschke.de weigon @ #modlogan (openprojects)

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




Re: [PHP-DEV] PECL/PHPDoc

2002-01-30 Thread Sebastian Bergmann

[EMAIL PROTECTED] wrote:
> Can you provide some error messages ?

c:\home\php\php4\ext\phpdoc\phpdoc.c(177) : warning C4013:
'php_info_print_table_start' undefiniert; Annahme: extern mit Rueckgabetyp
int
c:\home\php\php4\ext\phpdoc\phpdoc.c(178) : warning C4013:
'php_info_print_table_header' undefiniert; Annahme: extern mit
Rueckgabetyp int
c:\home\php\php4\ext\phpdoc\phpdoc.c(179) : warning C4013:
'php_info_print_table_row' undefiniert; Annahme: extern mit Rueckgabetyp
int
c:\home\php\php4\ext\phpdoc\phpdoc.c(180) : warning C4013:
'php_info_print_table_end' undefiniert; Annahme: extern mit Rueckgabetyp
int
c:\home\php\php4\ext\phpdoc\phpdoc.c(313) : error C2198: 'lex_scan' :
Nicht genuegend Parameter uebergeben
c:\home\php\php4\ext\phpdoc\phpdoc.c(315) : error C2065: 'tsrm_ls' :
nichtdeklarierter Bezeichner
c:\home\php\php4\ext\phpdoc\phpdoc.c(629) : error C2198: 'lex_scan' :
Nicht genuegend Parameter uebergeben
c:\home\php\php4\ext\phpdoc\phpdoc.c(652) : error C2065: 'istrstream' :
nichtdeklarierter Bezeichner
c:\home\php\php4\ext\phpdoc\phpdoc.c(652) : error C2065: 'input_stream' :
nichtdeklarierter Bezeichner
c:\home\php\php4\ext\phpdoc\phpdoc.c(652) : warning C4552: '*' : Operator
hat keine Auswirkungen; Operator mit Seiteneffekt erwartet
c:\home\php\php4\ext\phpdoc\phpdoc.c(663) : error C2198:
'zend_save_lexical_state' : Nicht genuegend Parameter uebergeben
c:\home\php\php4\ext\phpdoc\phpdoc.c(668) : warning C4133: 'function' :
Inkompatible Typen - von 'int *' zu 'char *'
c:\home\php\php4\ext\phpdoc\phpdoc.c(668) : warning C4047: 'function' :
Anzahl der Dereferenzierungen bei 'void ***  ' und 'char [10]'
unterschiedlich
c:\home\php\php4\ext\phpdoc\phpdoc.c(668) : warning C4022:
'zend_prepare_string_for_scanning' : Zeigertyp fuer uebergebenen Parameter
3 stimmt nicht mit dem deklarierten Zeigertyp ueberein
c:\home\php\php4\ext\phpdoc\phpdoc.c(678) : error C2198:
'zend_restore_lexical_state' : Nicht genuegend Parameter uebergeben
c:\home\php\php4\ext\phpdoc\phpdoc.c(680) : error C2065: 'delete' :
nichtdeklarierter Bezeichner
c:\home\php\php4\ext\phpdoc\phpdoc.c(680) : error C2146: Syntaxfehler :
Fehlendes ';' vor Bezeichner 'input_stream'

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

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




Re: [PHP-DEV] PECL/PHPDoc

2002-01-30 Thread Markus Fischer

I took a look at them earlier already. Most of them are easy
to remove but still I didn't get the use of istrstream in the
code (thoug it looks like you could nuke this). Anyone?

-- 
Please always Cc to me when replying to me on the lists.

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




Re: [PHP-DEV] PECL/PHPDoc

2002-01-30 Thread Derick Rethans

On Wed, 30 Jan 2002, Markus Fischer wrote:

> I took a look at them earlier already. Most of them are easy
> to remove but still I didn't get the use of istrstream in the
> code (thoug it looks like you could nuke this). Anyone?

I came that far too... no clue what istrstream is ... :)

Derick

>
> --
> Please always Cc to me when replying to me on the lists.
>
> --
> 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 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]




Re: [PHP-DEV] PECL/PHPDoc

2002-01-30 Thread Andi Gutmans

None of the PEAR guys ever answered my Email about PECL. Is there
something which actually works?

Andi
On Wed, 30 Jan 2002, Sebastian Bergmann wrote:

>   'lo,
> 
>   could someone please fix, if possible, the PHPDoc extension from PECL
>   so that it compiles in ZTS mode?
> 
>   Thanks,
> Sebastian
> 
> 


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