Re: [PHP-CVS] cvs: php-src(PHP_5_3) / run-tests.php /ext/bcmath bcmath.c /ext/bz2 bz2.c /ext/calendar calendar.c /ext/com_dotnet com_extension.c /ext/ctype ctype.c /ext/curl interface.c /ext/date php_date.c /ext/dba dba.c /ext/dom attr.c cdatasection.c characterdata.c comment.c document.c documentfragment.c domconfiguration.c domerrorhandler.c domimplementation.c domimplementationlist.c domimplementationsource.c domstringlist.c element.c entityreference.c namednodemap.c namelist.c node.c nodelist.c php_dom.c processinginstruction.c string_extend.c text.c xpath.c /ext/ereg ereg.c /ext/exif exif.c /ext/fileinfo fileinfo.c /ext/filter filter.c /ext/ftp php_ftp.c /ext/gd gd.c /ext/gettext gettext.c /ext/gmp gmp.c /ext/hash hash.c /ext/iconv iconv.c /ext/imap php_imap.c /ext/interbase interbase.c /ext/intl php_intl.c /ext/intl/collator collator_class.c /ext/intl/dateformat dateformat_class.c /ext/intl/formatter formatter_class.c /ext/intl/locale locale_class.! c /ext/intl/msgformat msgformat_class.c /ext/intl/normalizer normalizer_class.c /ext/json json.c /ext/ldap ldap.c /ext/libxml libxml.c /ext/mbstring mbstring.c /ext/mcrypt mcrypt.c /ext/msql php_msql.c /ext/mssql php_mssql.c /ext/mysqli mysqli_fe.c /ext/oci8 oci8.c /ext/odbc birdstep.c php_odbc.c /ext/openssl openssl.c /ext/pcntl pcntl.c /ext/pcre php_pcre.c /ext/pcre/tests 007.phpt backtrack_limit.phpt bug27103.phpt invalid_utf8.phpt invalid_utf8_offset.phpt locales.phpt pcre_anchored.phpt preg_replace2.phpt recursion_limit.phpt skip.ini skip_001.inc skip_002.inc skip_003.inc /ext/pdo pdo.c pdo_stmt.c /ext/pgsql pgsql.c /ext/phar phar_object.c /ext/posix posix.c /ext/pspell pspell.c /ext/readline readline.c /ext/recode recode.c /ext/reflection php_reflection.c /ext/session session.c /ext/shmop shmop.c /ext/simplexml simplexml.c /ext/snmp snmp.c /ext/soap soap.c /ext/sockets sockets.c /ext/spl php_spl.c spl_array.c spl_directory. c spl_dllist.c! spl_fixedarray.c spl_heap.c spl_iterators.c spl_observer.c /ext/sqlite sqlite.c /ext/sqlite3 sqlite3.c /ext/standard basic_functions.c user_filters.c /ext/sybase_ct php_sybase_ct.c /ext/sysvmsg sysvmsg.c /ext/sysvsem sysvsem.c /ext/sysvshm sysvshm.c /ext/tidy tidy.c /ext/tokenizer tokenizer.c /ext/wddx wddx.c /ex

Mon, 03 Nov 2008 04:59:09 -0800

Hello Felipe,

  please put the static back where it belongs. 5.3 is the only time where
we can fix it. If someone complains, they should first understand waht we
do here and second understand that we cannot change it extension after
extension at random points in time.

When putting it back, it might make sense to change the order to 'static
const' rather than 'const static'.

marcus

Sunday, November 2, 2008, 10:19:41 PM, you wrote:

> felipe          Sun Nov  2 21:19:41 2008 UTC

>   Added files:                 (Branch: PHP_5_3)
>     /php-src/ext/pcre/tests     skip.ini skip_001.inc skip_002.inc 
>                                 skip_003.inc 

>   Modified files:              
>     /php-src    run-tests.php 
>     /ZendEngine2        zend_API.h zend_builtin_functions.c zend_exceptions.c
>                         zend_interfaces.c 
>     /php-src/ext/bcmath       bcmath.c 
>     /php-src/ext/bz2    bz2.c 
>     /php-src/ext/calendar       calendar.c 
>     /php-src/ext/com_dotnet     com_extension.c 
>     /php-src/ext/ctype  ctype.c 
>     /php-src/ext/curl   interface.c 
>     /php-src/ext/date   php_date.c 
>     /php-src/ext/dba    dba.c 
>     /php-src/ext/dom    attr.c cdatasection.c characterdata.c comment.c 
>                         document.c documentfragment.c domconfiguration.c 
>                         domerrorhandler.c domimplementation.c 
>                         domimplementationlist.c domimplementationsource.c 
>                         domstringlist.c element.c entityreference.c 
>                         namednodemap.c namelist.c node.c nodelist.c 
>                         php_dom.c processinginstruction.c string_extend.c 
>                         text.c xpath.c 
>     /php-src/ext/ereg   ereg.c 
>     /php-src/ext/exif   exif.c 
>     /php-src/ext/fileinfo       fileinfo.c 
>     /php-src/ext/filter       filter.c 
>     /php-src/ext/ftp    php_ftp.c 
>     /php-src/ext/gd     gd.c 
>     /php-src/ext/gettext        gettext.c 
>     /php-src/ext/gmp    gmp.c 
>     /php-src/ext/hash   hash.c 
>     /php-src/ext/iconv  iconv.c 
>     /php-src/ext/imap   php_imap.c 
>     /php-src/ext/interbase      interbase.c 
>     /php-src/ext/intl   php_intl.c 
>     /php-src/ext/intl/collator  collator_class.c 
>     /php-src/ext/intl/dateformat        dateformat_class.c 
>     /php-src/ext/intl/formatter       formatter_class.c 
>     /php-src/ext/intl/locale    locale_class.c 
>     /php-src/ext/intl/msgformat       msgformat_class.c 
>     /php-src/ext/intl/normalizer        normalizer_class.c 
>     /php-src/ext/json   json.c 
>     /php-src/ext/ldap   ldap.c 
>     /php-src/ext/libxml       libxml.c 
>     /php-src/ext/mbstring       mbstring.c 
>     /php-src/ext/mcrypt       mcrypt.c 
>     /php-src/ext/msql   php_msql.c 
>     /php-src/ext/mssql  php_mssql.c 
>     /php-src/ext/mysqli       mysqli_fe.c 
>     /php-src/ext/oci8   oci8.c 
>     /php-src/ext/odbc   birdstep.c php_odbc.c 
>     /php-src/ext/openssl        openssl.c 
>     /php-src/ext/pcntl  pcntl.c 
>     /php-src/ext/pcre   php_pcre.c 
>     /php-src/ext/pcre/tests     007.phpt backtrack_limit.phpt bug27103.phpt
>                                 invalid_utf8.phpt invalid_utf8_offset.phpt 
>                                 locales.phpt pcre_anchored.phpt 
>                                 preg_replace2.phpt recursion_limit.phpt 
>     /php-src/ext/pdo    pdo.c pdo_stmt.c 
>     /php-src/ext/pgsql  pgsql.c 
>     /php-src/ext/phar   phar_object.c 
>     /php-src/ext/posix  posix.c 
>     /php-src/ext/pspell       pspell.c 
>     /php-src/ext/readline       readline.c 
>     /php-src/ext/recode       recode.c 
>     /php-src/ext/reflection     php_reflection.c 
>     /php-src/ext/session        session.c 
>     /php-src/ext/shmop  shmop.c 
>     /php-src/ext/simplexml      simplexml.c 
>     /php-src/ext/snmp   snmp.c 
>     /php-src/ext/soap   soap.c 
>     /php-src/ext/sockets        sockets.c 
>     /php-src/ext/spl    php_spl.c spl_array.c spl_directory.c spl_dllist.c 
>                         spl_fixedarray.c spl_heap.c spl_iterators.c 
>                         spl_observer.c 
>     /php-src/ext/sqlite       sqlite.c 
>     /php-src/ext/sqlite3        sqlite3.c 
>     /php-src/ext/standard       basic_functions.c user_filters.c 
>     /php-src/ext/sybase_ct      php_sybase_ct.c 
>     /php-src/ext/sysvmsg        sysvmsg.c 
>     /php-src/ext/sysvsem        sysvsem.c 
>     /php-src/ext/sysvshm        sysvshm.c 
>     /php-src/ext/tidy   tidy.c 
>     /php-src/ext/tokenizer      tokenizer.c 
>     /php-src/ext/wddx   wddx.c 
>     /php-src/ext/xml    xml.c 
>     /php-src/ext/xmlreader      php_xmlreader.c 
>     /php-src/ext/xmlrpc       xmlrpc-epi-php.c 
>     /php-src/ext/xmlwriter      php_xmlwriter.c 
>     /php-src/ext/xsl    xsltprocessor.c 
>     /php-src/ext/zip    php_zip.c 
>     /php-src/ext/zlib   zlib.c 
>     /php-src/sapi/aolserver     aolserver.c 
>     /php-src/sapi/apache        php_apache.c 
>     /php-src/sapi/apache2filter       php_functions.c 
>     /php-src/sapi/apache2handler        php_functions.c 
>     /php-src/sapi/apache_hooks  php_apache.c 
>     /php-src/sapi/milter        php_milter.c 
>     /php-src/sapi/nsapi       nsapi.c 
>   Log:
>   - Revert ZEND_BEGIN_ARG_INFO change
>   



Best regards,
 Marcus


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to