Hi Alex, *,

  the webjames SAPI module, which you maintain, uses a couple of
  deprecated macros, namely

    CLS_FETCH()
   
      http://lxr.php.net/source/php4/sapi/webjames/webjames.c#178
  
    ELS_FETCH()
  
      http://lxr.php.net/source/php4/sapi/webjames/webjames.c#179
    
    PLS_FETCH()
  
      http://lxr.php.net/source/php4/sapi/webjames/webjames.c#180
  
    SLS_FETCH()
  
      http://lxr.php.net/source/php4/sapi/webjames/webjames.c#239
  
    SLS_D
  
      http://lxr.php.net/source/php4/sapi/webjames/webjames.c#104
  
    ELS_DC
  
      http://lxr.php.net/source/php4/sapi/webjames/webjames.c#125
  
    PLS_DC
  
      http://lxr.php.net/source/php4/sapi/webjames/webjames.c#125
  
    SLS_DC
  
      http://lxr.php.net/source/php4/sapi/webjames/webjames.c#63
      http://lxr.php.net/source/php4/sapi/webjames/webjames.c#92
      http://lxr.php.net/source/php4/sapi/webjames/webjames.c#125
      http://lxr.php.net/source/php4/sapi/webjames/webjames.c#173
  
    CLS_C
  
      http://lxr.php.net/source/php4/sapi/webjames/webjames.c#221
  
    PLS_C
  
      http://lxr.php.net/source/php4/sapi/webjames/webjames.c#122
  
    CLS_CC
  
      http://lxr.php.net/source/php4/sapi/webjames/webjames.c#225
  
    ELS_CC
  
      http://lxr.php.net/source/php4/sapi/webjames/webjames.c#113
      http://lxr.php.net/source/php4/sapi/webjames/webjames.c#117
      http://lxr.php.net/source/php4/sapi/webjames/webjames.c#122
      http://lxr.php.net/source/php4/sapi/webjames/webjames.c#221
      http://lxr.php.net/source/php4/sapi/webjames/webjames.c#225
  
    PLS_CC
  
      http://lxr.php.net/source/php4/sapi/webjames/webjames.c#113
      http://lxr.php.net/source/php4/sapi/webjames/webjames.c#117
      http://lxr.php.net/source/php4/sapi/webjames/webjames.c#221
      http://lxr.php.net/source/php4/sapi/webjames/webjames.c#225
  
    SLS_CC
  
      http://lxr.php.net/source/php4/sapi/webjames/webjames.c#221
      http://lxr.php.net/source/php4/sapi/webjames/webjames.c#247

  It would be great if you could modify your code to use the new TSRM
  macros instead so that we can drop those macros, which no other section
  of PHP uses, for PHP 5 / Zend Engine 2.

  Greetings,
Sebastian

-- 
  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 <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to