php-cvs
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PHP-CVS] com php-src: fixed ext/readline: ext/readline/readline.c
Anatol Belski
[PHP-CVS] com php-src: Merge branch 'master' into str_size_and_int64: Zend/zend_API.c Zend/zend_API.h Zend/zend_compile.h Zend/zend_execute.c Zend/zend_object_handlers.c Zend/zend_vm_def.h Zend/zend_vm_execute.h ext/opcache/ZendAccelerator.c ext/opcache/ZendAccelerator.h ext/opcache/zend_accelerator_module.c main/main.c sapi/cgi/cgi_main.c sapi/cli/php_cli.c
Anatol Belski
[PHP-CVS] com php-src: fixed sapi/embed: sapi/embed/php_embed.c
Anatol Belski
[PHP-CVS] com php-src: OCI8 build change: Fix source variable definition for C89 compatibility: ext/oci8/oci8.c ext/oci8/package.xml ext/oci8/php_oci8.h
Christopher Jones
[PHP-CVS] com php-src: Kill another TSRMLS_FETCH() in zend_indent(): Zend/zend_indent.c Zend/zend_indent.h main/main.c sapi/cgi/cgi_main.c sapi/cli/php_cli.c sapi/pi3web/pi3web_sapi.c
Kalle Sommer Nielsen
[PHP-CVS] com php-src: Add Tests for #65784 in 5.5: Zend/tests/bug65784.phpt
Xinchen Hui
[PHP-CVS] com php-src: Merge branch 'master' into str_size_and_int64: ext/sockets/sockaddr_conv.c
Anatol Belski
[PHP-CVS] com php-src: revamp ext/pdo_mysql: ext/pdo_mysql/mysql_driver.c ext/pdo_mysql/mysql_statement.c
Anatol Belski
[PHP-CVS] com php-src: Fix CVE-2013-6420 - memory corruption in openssl_x509_parse: NEWS ext/openssl/openssl.c ext/openssl/tests/cve-2013-6420.crt ext/openssl/tests/cve-2013-6420.phpt
Stanislav Malyshev
[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: NEWS ext/openssl/openssl.c
Stanislav Malyshev
[PHP-CVS] com php-src: Zend: fix overflow handling bug in non-x86 fast_add_function(): Zend/zend_operators.h
Ard Biesheuvel
Re: [PHP-CVS] com php-src: Zend: fix overflow handling bug in non-x86 fast_add_function(): Zend/zend_operators.h
Ard Biesheuvel
Re: [PHP-CVS] com php-src: Zend: fix overflow handling bug in non-x86 fast_add_function(): Zend/zend_operators.h
Ard Biesheuvel
Re: [PHP-CVS] com php-src: Zend: fix overflow handling bug in non-x86 fast_add_function(): Zend/zend_operators.h
Dmitry Stogov
Re: [PHP-CVS] com php-src: Zend: fix overflow handling bug in non-x86 fast_add_function(): Zend/zend_operators.h
Remi Collet
[PHP-CVS] tag php-src: create tag php-5.5.7
JulienPauli
[PHP-CVS] com php-src: Fixed bug #66251 (Constants get statically bound at compile time when Optimized): ext/opcache/Optimizer/pass1_5.c ext/opcache/tests/bug66251.phpt
Dmitry Stogov
[PHP-CVS] com php-src: fix function params: Zend/zend_builtin_functions.c
Anatol Belski
[PHP-CVS] com php-src: Merge branch 'PHP-5.5' into PHP-5.6: ext/soap/soap.c
Dmitry Stogov
[PHP-CVS] com php-src: Fixed bug #66112 (Use after free condition in SOAP extension). (martin dot koegler at brz dot gv dot at): NEWS ext/soap/soap.c ext/soap/tests/bugs/bug66112.phpt ext/soap/tests/bugs/bug66112.wsdl
Dmitry Stogov
[PHP-CVS] com php-src: fixed return: ext/tidy/tidy.c
Anatol Belski
Re: [PHP-CVS] com php-src: more range checks for ext/tidy: ext/tidy/tidy.c
Nikita Popov
Re: [PHP-CVS] com php-src: more range checks for ext/tidy: ext/tidy/tidy.c
Anatol Belski
[PHP-CVS] com php-src: Fixed bug #66252 (Problems in AST evaluation invalidating valid parent:: reference. Constant expessions have to be evaluated in context of defining class).: Zend/tests/bug66252.phpt Zend/zend_ast.c Zend/zend_ast.h Zend/zend_compile.c Zend/zend_execute_API.c
Dmitry Stogov
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: Zend/zend_builtin_functions.c ext/reflection/php_reflection.c
Remi Collet
[PHP-CVS] com php-src: Merge branch 'PHP-5.5' into PHP-5.6: Zend/zend_builtin_functions.c ext/reflection/php_reflection.c
Remi Collet
[PHP-CVS] com php-src: 5.4.28: configure.in main/php_version.h
Stanislav Malyshev
[PHP-CVS] tag php-src: create tag php-5.3.28
Stanislav Malyshev
[PHP-CVS] com php-src: 5.4.23: NEWS configure.in main/php_version.h
Stanislav Malyshev
[PHP-CVS] com php-src: Merge branch 'master' into str_size_and_int64: Zend/zend_builtin_functions.c Zend/zend_compile.c Zend/zend_execute_API.c Zend/zend_operators.h ext/opcache/Optimizer/pass1_5.c ext/reflection/php_reflection.c ext/soap/soap.c sapi/cli/php_cli_server.c
Anatol Belski
[PHP-CVS] com php-src: more range checks for ext/sqlite3: ext/sqlite3/sqlite3.c
Anatol Belski
[PHP-CVS] com php-src: revamp ext/xsl: ext/xsl/xsltprocessor.c
Anatol Belski
[PHP-CVS] com php-src: revamp range checks in ext/xml: ext/xml/xml.c
Anatol Belski
[PHP-CVS] com php-src: add some overflow checks and use correct msg formatting in openssl: ext/openssl/openssl.c
Anatol Belski
[PHP-CVS] com php-src: Add missing overflow checks: ext/openssl/openssl.c
Anatol Belski
[PHP-CVS] com php-src: Fix typo: ext/openssl/openssl.c
Anatol Belski
[PHP-CVS] com php-src: Merge remote-tracking branch 'origin/master' into str_size_and_int64: Zend/zend_compile.c Zend/zend_compile.h Zend/zend_globals.h Zend/zend_language_parser.y main/streams/plain_wrapper.c
Anatol Belski
[PHP-CVS] com php-src: Merge branch 'str_size_and_int64' into str_size_and_int64_openssl: ext/openssl/openssl.c
Anatol Belski
[PHP-CVS] com php-src: Replace invalid code with a proper #error: NEWS Zend/zend_strtod.c
Stanislav Malyshev
[PHP-CVS] com php-src: Merge remote-tracking branch 'upstream/PHP-5.6' into use-function: Zend/zend_compile.c Zend/zend_compile.h Zend/zend_language_parser.y
Ferenc Kovacs
[PHP-CVS] com php-src: Remove now unused function_filenames struct.: Zend/zend_compile.c Zend/zend_globals.h
Ferenc Kovacs
[PHP-CVS] com php-src: Add test case for conflicting use and use function alias (stas): Zend/tests/use_function/conflicting_use_alias.phpt
Ferenc Kovacs
[PHP-CVS] com php-src: Handle case sensivity of constants (nikic): Zend/tests/use_const/case_sensivity.phpt Zend/tests/use_function/case_insensivity.phpt Zend/zend_compile.c Zend/zend_compile.h
Ferenc Kovacs
[PHP-CVS] com php-src: Compile error on const definition conflicting with import: Zend/zend_compile.c
Ferenc Kovacs
[PHP-CVS] com php-src: Compile error on function definition conflicting with import: Zend/zend_compile.c
Ferenc Kovacs
[PHP-CVS] com php-src: Add new 'use function' sequence for importing namespaced functions: Zend/tests/use_function/alias.phpt Zend/tests/use_function/basic.phpt Zend/tests/use_function/conflicting_use.phpt Zend/tests/use_function/no_global_fallback.phpt Zend/tests/use_function/shadow_core.phpt Zend/tests/use_function/shadow_global.phpt Zend/tests/use_function/shadow_global_same_ns.phpt Zend/zend_compile.c Zend/zend_compile.h Zend/zend_globals.h Zend/zend_l
Ferenc Kovacs
[PHP-CVS] com php-src: Merge branch 'use-function' of git://github.com/igorw/php-src into igorw-use-function: Zend/zend_compile.c Zend/zend_compile.h Zend/zend_language_parser.y
Ferenc Kovacs
[PHP-CVS] com php-src: Only check user functions for filenames.: Zend/zend_compile.c
Ferenc Kovacs
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/dom/document.c main/streams/plain_wrapper.c
Michael Wallner
[PHP-CVS] com php-src: use ZVAL_ZVAL to init ZVAL from ZVAL: Zend/zend_compile.c
Ferenc Kovacs
[PHP-CVS] com php-src: Fix issue with global fallback when not in global space: Zend/tests/use_function/no_global_fallback2.phpt
Ferenc Kovacs
[PHP-CVS] com php-src: fixes to rand: ext/standard/php_rand.h ext/standard/rand.c
Anatol Belski
[PHP-CVS] com php-src: More test cases for conflicting aliases: Zend/tests/use_const/conflicting_use_alias.phpt Zend/tests/use_function/conflicting_use_const_alias.phpt
Ferenc Kovacs
[PHP-CVS] com php-src: Correctly distinguish between functions and constants: Zend/tests/use_function/ignore_constants.phpt Zend/zend_compile.c Zend/zend_compile.h
Ferenc Kovacs
[PHP-CVS] com php-src: Stop PHP from modifying the lowercase function name in place.: Zend/zend_compile.c
Ferenc Kovacs
[PHP-CVS] com php-src: Add "Done" output to distinguish hard from soft failures: Zend/tests/use_const/define_imported_before.phpt Zend/tests/use_function/define_imported_before.phpt
Ferenc Kovacs
[PHP-CVS] com php-src: Import namespaced constants via new 'use const' sequence: Zend/tests/use_const/alias.phpt Zend/tests/use_const/basic.phpt Zend/tests/use_const/conflicting_use.phpt Zend/tests/use_const/function_and_cons.phpt Zend/tests/use_const/no_global_fallback.phpt Zend/tests/use_const/shadow_core.phpt Zend/tests/use_const/shadow_core_null.phpt Zend/tests/use_const/shadow_global.phpt Zend/tests/use_const/shadow_global_same_ns.phpt Zend/zend_compi
Ferenc Kovacs
[PHP-CVS] com php-src: fix Zend/tests/ns_040.phpt failing: Zend/zend_compile.c
Ferenc Kovacs
[PHP-CVS] com php-src: Add test for conditional function declaration: Zend/tests/use_function/conditional_function_declaration.phpt
Ferenc Kovacs
[PHP-CVS] com php-src: Clarify type of use in error messages: Zend/tests/use_const/conflicting_use.phpt Zend/tests/use_function/case_insensivity.phpt Zend/tests/use_function/conflicting_use.phpt Zend/zend_compile.c
Ferenc Kovacs
[PHP-CVS] com php-src: Merge remote-tracking branch 'lgnome/use-function' into use-function: Zend/zend_compile.c
Ferenc Kovacs
[PHP-CVS] com php-src: Removed assumption that \\ will be present: Zend/zend_compile.c
Ferenc Kovacs
[PHP-CVS] com php-src: Fixed bug #61645 (fopen and O_NONBLOCK): NEWS main/streams/plain_wrapper.c
Michael Wallner
[PHP-CVS] com php-src: implemented %pd format for snprintf and spprintf: main/snprintf.c main/snprintf.h main/spprintf.c
Anatol Belski
[PHP-CVS] com php-src: BFN: NEWS UPGRADING
Michael Wallner
[PHP-CVS] com php-src: fix php_stream_copy_to_stream_ex usage: ext/dba/libinifile/inifile.c
Michael Wallner
[PHP-CVS] com php-src: Use 'u...@example.com' rather than 'u...@company.com' in tests: ext/standard/tests/mail/bug51604.phpt ext/standard/tests/mail/mail_basic.phpt ext/standard/tests/mail/mail_basic2.phpt ext/standard/tests/mail/mail_basic3.phpt ext/standard/tests/mail/mail_basic4.phpt ext/standard/tests/mail/mail_basic5.phpt ext/standard/tests/mail/mail_basic_alt1-win32.phpt ext/standard/tests/mail/mail_basic_alt2-win32.phpt ext/standard/tests/mail/mail_
Sara Golemon
[PHP-CVS] com php-src: Renumber the comments in php_request_shutdown() to be in order.: main/main.c
Adam Harvey
[PHP-CVS] com php-src: fix test: ext/dba/tests/dba_inifile.phpt
Michael Wallner
[PHP-CVS] com php-src: remove test for already removed feature: ext/dba/tests/dba_db4_010.phpt
Michael Wallner
[PHP-CVS] com php-src: Merge branch 'master' into str_size_and_int64: ext/mysqli/mysqli_nonapi.c ext/mysqlnd/mysqlnd.c ext/mysqlnd/mysqlnd.h main/main.c
Anatol Belski
[PHP-CVS] com php-src: Fix loss of precision: ext/mysqli/mysqli_nonapi.c ext/mysqlnd/mysqlnd.c ext/mysqlnd/mysqlnd.h
Andrey Hristov
[PHP-CVS] com php-src: integrated %pd into more ported extensions: ext/calendar/calendar.c ext/mysqli/mysqli_api.c ext/mysqli/mysqli_nonapi.c ext/mysqlnd/mysqlnd_bt.c ext/mysqlnd/mysqlnd_wireprotocol.c ext/mysqlnd/php_mysqlnd.c ext/odbc/php_odbc.c ext/odbc/tests/config.inc ext/opcache/zend_accelerator_module.c ext/opcache/zend_shared_alloc.c ext/pdo/pdo_dbh.c ext/pdo/pdo_stmt.c ext/pdo_pgsql/pgsql_driver.c ext/pdo_pgsql/pgsql_statement.c ext/pgsql/tests/co
Anatol Belski
[PHP-CVS] com php-src: add missing clean section: ext/dba/tests/dba_inifile.phpt
Michael Wallner
[PHP-CVS] com php-src: added range check for pcre ini entries: ext/pcre/php_pcre.c ext/pcre/php_pcre.h
Anatol Belski
[PHP-CVS] com php-src: more test fixes: ext/dba/tests/dba_db4_003.phpt ext/dba/tests/dba_db4_007.phpt ext/dba/tests/dba_handler.inc ext/dba/tests/dba_tcadb.phpt
Michael Wallner
[PHP-CVS] com php-src: Merge branch 'PHP-5.6': NEWS configure.in main/main.c
Andrey Hristov
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/mysqli/mysqli_nonapi.c ext/mysqlnd/mysqlnd.c ext/mysqlnd/mysqlnd.h
Andrey Hristov
[PHP-CVS] com php-src: Merge branch 'PHP-5.5' into PHP-5.6: main/main.c
Sara Golemon
[PHP-CVS] com php-src: basic fixes to ext/odbc: ext/odbc/birdstep.c ext/odbc/php_birdstep.h ext/odbc/php_odbc.c ext/odbc/php_odbc_includes.h
Anatol Belski
[PHP-CVS] com php-src: basic fixes to ext/pdo_sqlite: ext/pdo_sqlite/sqlite_driver.c ext/pdo_sqlite/sqlite_statement.c
Anatol Belski
[PHP-CVS] com php-src: basic fixes to ext/pdo_mysql: ext/pdo_mysql/mysql_driver.c ext/pdo_mysql/mysql_statement.c ext/pdo_mysql/pdo_mysql.c ext/pdo_mysql/php_pdo_mysql_int.h
Anatol Belski
[PHP-CVS] com php-src: Leftover: Bump version to 5.7.0: Zend/zend.h
Sebastian Bergmann
[PHP-CVS] com php-src: Leftover: Bump version to 5.7.0: Zend/zend.h
Anatol Belski
[PHP-CVS] com php-src: basic fixes to ext/pdo_pgsql: ext/pdo_pgsql/pgsql_driver.c ext/pdo_pgsql/pgsql_statement.c ext/pdo_pgsql/php_pdo_pgsql_int.h
Anatol Belski
[PHP-CVS] com php-src: basic fixes to ext/ftp: ext/ftp/ftp.c ext/ftp/ftp.h ext/ftp/php_ftp.c
Anatol Belski
[PHP-CVS] com php-src: Support gmp_remroot() on GMP 4.1: ext/gmp/gmp.c
Nikita Popov
[PHP-CVS] com php-src: Support gmp_remroot() on GMP 4.1: ext/gmp/gmp.c
Anatol Belski
[PHP-CVS] com php-src: BFN: NEWS
Michael Wallner
[PHP-CVS] com php-src: BFN: NEWS
Michael Wallner
[PHP-CVS] com php-src: BFN: NEWS
Michael Wallner
[PHP-CVS] com php-src: Fix bug #65196: NEWS ext/dom/document.c ext/dom/tests/bug65196.phpt
Michael Wallner
[PHP-CVS] com php-src: basic fixes for ext/mysql: ext/mysql/php_mysql.c ext/mysql/php_mysql_structs.h
Anatol Belski
Re: [PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: NEWS Zend/zend_execute_API.c
Derick Rethans
[PHP-CVS] com php-src: Add gmp_root() and gmp_rootrem() functions: NEWS UPGRADING ext/gmp/gmp.c ext/gmp/php_gmp.h
Nikita Popov
[PHP-CVS] com php-src: Clean up GMP arginfos: ext/gmp/gmp.c
Nikita Popov
[PHP-CVS] com php-src: Fixed mem leaks, added tests and ternary operator: Zend/tests/class_properties_dynamic.phpt Zend/tests/class_properties_static.phpt Zend/tests/constant_expressions.phpt Zend/tests/constant_expressions_dynamic.phpt Zend/tests/function_arguments_003.phpt Zend/tests/static_variable.phpt Zend/zend_ast.c Zend/zend_ast.h Zend/zend_execute_API.c Zend/zend_language_parser.y Zend/zend_operators.c Zend/zend_operators.h
Bob Weinand
[PHP-CVS] com php-src: Whitespace fix: Zend/zend_API.c
Bob Weinand
[PHP-CVS] com php-src: Merge branch 'PHP-5.6': configure.in
Bob Weinand
[PHP-CVS] com php-src: fix after automerge: Zend/zend_language_parser.y
Anatol Belski
[PHP-CVS] com php-src: converted several switches to ifs and made more opcache friendly: Zend/zend.h Zend/zend_API.c Zend/zend_ast.c Zend/zend_builtin_functions.c Zend/zend_compile.c Zend/zend_execute_API.c Zend/zend_vm_def.h Zend/zend_vm_execute.h ext/reflection/php_reflection.c
Bob Weinand
[PHP-CVS] com php-src: Merge branch 'const_scalar_exprs' into PHP-5.6: Zend/zend.h Zend/zend_API.c Zend/zend_compile.c Zend/zend_compile.h Zend/zend_operators.h Zend/zend_vm_def.h Zend/zend_vm_execute.h ext/opcache/zend_accelerator_util_funcs.c
Bob Weinand
[PHP-CVS] com php-src: Remove duplicate / commented code in GMP: ext/gmp/gmp.c
Nikita Popov
[PHP-CVS] com php-src: Move add/sub to timelib.: ext/date/lib/interval.c ext/date/lib/timelib.h ext/date/php_date.c
Derick Rethans
[PHP-CVS] com php-src: fixed ext/fileinfo: ext/fileinfo/fileinfo.c ext/fileinfo/libmagic/apprentice.c ext/fileinfo/libmagic/cdf.c ext/fileinfo/libmagic/compress.c ext/fileinfo/libmagic/elfclass.h ext/fileinfo/libmagic/file.h ext/fileinfo/libmagic/fsmagic.c ext/fileinfo/libmagic/funcs.c ext/fileinfo/libmagic/readcdf.c ext/fileinfo/libmagic/readelf.c ext/fileinfo/libmagic/softmagic.c
Anatol Belski
[PHP-CVS] com php-src: fixed ext/filter: ext/filter/filter.c ext/filter/logical_filters.c ext/filter/php_filter.h ext/filter/sanitizing_filters.c
Anatol Belski
[PHP-CVS] com php-src: Marking those two as XFAIL for now.: ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-bd2.phpt ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-fs.phpt
Derick Rethans
[PHP-CVS] com php-src: Removed unused "pHashFunction" argument in _zend_hash_init() and family (must be 99% source compatible): Zend/zend_API.c Zend/zend_hash.c Zend/zend_hash.h Zend/zend_ts_hash.c Zend/zend_ts_hash.h
Dmitry Stogov
[PHP-CVS] com php-src: fixed ext/curl: ext/curl/curl_file.c ext/curl/interface.c ext/curl/multi.c ext/curl/php_curl.h ext/curl/share.c
Anatol Belski
[PHP-CVS] com php-src: Removed duplicated hash function implementation (100% source compatible): Zend/zend_hash.c Zend/zend_hash.h
Dmitry Stogov
[PHP-CVS] com php-src: basic fixes for ext/exif: ext/exif/exif.c
Anatol Belski
[PHP-CVS] com php-src: Added a few more operators: Zend/tests/constant_expressions.phpt Zend/zend_compile.h Zend/zend_language_parser.y Zend/zend_operators.c Zend/zend_operators.h
Bob Weinand
[PHP-CVS] com php-src: Fixed a few DST changeover issues.: ext/date/lib/interval.c ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-ba.phpt ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-bd2.phpt ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-bs.phpt ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-fs.phpt
Derick Rethans
[PHP-CVS] com php-src: Renaming: Zend/zend_ast.c Zend/zend_ast.h Zend/zend_language_parser.y
Bob Weinand
[PHP-CVS] com php-src: fixed ext/zip: ext/zip/php_zip.c ext/zip/php_zip.h ext/zip/zip_stream.c
Anatol Belski
[PHP-CVS] com php-src: Fixed "Forward Transition" construction of DateTime objects.: ext/date/php_date.c ext/date/tests/forward-transition-construction.phpt
Derick Rethans
[PHP-CVS] com php-src: fixed ext/xsl: ext/xsl/php_xsl.h ext/xsl/xsltprocessor.c
Anatol Belski
Re: [PHP-CVS] com php-src: Don't check argument types for internal functions without type hinting: Zend/zend_API.c Zend/zend_compile.h Zend/zend_vm_def.h Zend/zend_vm_execute.h
Dmitry Stogov
[PHP-CVS] com php-src: Merge branch 'master' into str_size_and_int64: Zend/Zend.dsp Zend/ZendTS.dsp Zend/zend.h Zend/zend_API.c Zend/zend_builtin_functions.c Zend/zend_compile.c Zend/zend_compile.h Zend/zend_execute_API.c Zend/zend_hash.c Zend/zend_hash.h Zend/zend_language_parser.y Zend/zend_operators.h Zend/zend_ts_hash.c Zend/zend_ts_hash.h Zend/zend_vm_def.h Zend/zend_vm_execute.h configure.in ext/date/lib/timelib.h ext/date/php_date.c ext/reflection/p
Anatol Belski
[PHP-CVS] com php-src: fixed ext/ctype: ext/ctype/ctype.c
Anatol Belski
[PHP-CVS] com php-src: fixed ext/wddx: ext/wddx/php_wddx_api.h ext/wddx/wddx.c
Anatol Belski
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/date/lib/timelib.h ext/date/php_date.c
Derick Rethans
[PHP-CVS] com php-src: Removed operations on constant arrays. They make no sense as constants are not allowed to be arrays. And as just properties are allowed to; no problem, we still don't need operations on any constant array.: Zend/zend_language_parser.y
Bob Weinand
[PHP-CVS] com php-src: Moved arrays again to "static_scalar:" & little cleanup: Zend/tests/static_variable.phpt Zend/zend_ast.c Zend/zend_ast.h Zend/zend_extensions.h Zend/zend_language_parser.y ext/opcache/zend_accelerator_util_funcs.c ext/opcache/zend_persist.c ext/opcache/zend_persist_calc.c
Bob Weinand
[PHP-CVS] com php-src: Split up tests into their different categories.: ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-ba.phpt ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-bd1.phpt ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-bd2.phpt ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-bs.phpt ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-fa.phpt ext/date/tests/rfc-datetime_and_daylight_saving_tim
Derick Rethans
[PHP-CVS] com php-src: Avoid interned hash key duplication and hash key length recaclulation: Zend/zend_builtin_functions.c Zend/zend_hash.c ext/pcre/php_pcre.c ext/soap/php_http.c
Dmitry Stogov
[PHP-CVS] com php-src: Merge branch 'master' into str_size_and_int64: Zend/zend_API.c Zend/zend_compile.c Zend/zend_compile.h Zend/zend_execute.c Zend/zend_vm_def.h Zend/zend_vm_execute.h ext/date/php_date.c
Anatol Belski
[PHP-CVS] com php-src: fixed ext/xml: ext/xml/expat_compat.h ext/xml/php_xml.h ext/xml/xml.c
Anatol Belski
[PHP-CVS] com php-src: further fixes for ext/gd: ext/gd/gd.c
Anatol Belski
[PHP-CVS] com php-src: Fatal error about self referencing constants fixed: Zend/zend_execute_API.c
Bob Weinand
[PHP-CVS] com php-src: reverted a couple of things in ext/phar for now, but all tests pass now: ext/phar/phar_internal.h ext/phar/phar_object.c ext/phar/stream.c
Anatol Belski
[PHP-CVS] com php-src: Merge branch 'const_scalar_exprs' of github.com:bwoebi/php-src into const_scalar_exprs: Zend/Makefile.am Zend/Zend.dsp Zend/zend.h Zend/zend_compile.c Zend/zend_vm_execute.h configure.in win32/build/config.w32
Bob Weinand
[PHP-CVS] com php-src: Use class handlers for GMP serialization: ext/gmp/gmp.c
Nikita Popov
[PHP-CVS] com php-src: fixed ext/enchant: ext/enchant/enchant.c
Anatol Belski
[PHP-CVS] com php-src: Updated NEWS for Constant Scalar Exprs RFC: NEWS
Bob Weinand
[PHP-CVS] com php-src: basic fixes for ext/gd: ext/gd/gd.c ext/gd/gd_ctx.c
Anatol Belski
[PHP-CVS] com php-src: Some rare deprecated cases replaced by ZEND_ASSERT() (some extensions might need to be fixed): Zend/zend_hash.c
Dmitry Stogov
[PHP-CVS] com php-src: Always reset those parameters.: ext/date/lib/unixtime2tm.c
Derick Rethans
[PHP-CVS] com php-src: Fixed forward transitions in diffs.: ext/date/lib/interval.c
Derick Rethans
[PHP-CVS] com php-src: Group those tests a bit better, as some of the bd ones wanted a "ST" feature that doesn't exist yet.: ext/date/tests/rfc-datetime_and_daylight_saving_time-type3.phpt
Derick Rethans
[PHP-CVS] com php-src: Fix backwards transition diffs.: ext/date/lib/interval.c
Derick Rethans
[PHP-CVS] com php-src: Fixed bug #65969 (Chain assignment with T_LIST failure): NEWS Zend/tests/bug65969.phpt Zend/zend_execute.c Zend/zend_vm_def.h Zend/zend_vm_execute.h
Dmitry Stogov
[PHP-CVS] com php-src: 5.4.24-dev now: NEWS configure.in main/php_version.h
Stanislav Malyshev
[PHP-CVS] com php-src: 5.4.23 rc1: NEWS configure.in main/php_version.h
Stanislav Malyshev
[PHP-CVS] com php-src: fix function definition: Zend/zend_virtual_cwd.c
Anatol Belski
[PHP-CVS] com php-src: basic fixes to ext/hash: ext/hash/hash.c ext/hash/hash_haval.c ext/hash/hash_joaat.c ext/hash/hash_md.c ext/hash/hash_ripemd.c ext/hash/hash_sha.c ext/hash/php_hash.h ext/hash/php_hash_haval.h ext/hash/php_hash_joaat.h ext/hash/php_hash_md.h ext/hash/php_hash_ripemd.h ext/hash/php_hash_sha.h
Anatol Belski
[PHP-CVS] com php-src: fixed ext/bz2: ext/bz2/bz2.c
Anatol Belski
[PHP-CVS] com php-src: fixed libxml: ext/libxml/libxml.c
Anatol Belski
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/mysqlnd/mysqlnd_ps_codec.c
Andrey Hristov
[PHP-CVS] com php-src: converted simplexml ext: ext/simplexml/simplexml.c
Anatol Belski
[PHP-CVS] com php-src: fixed the skipif part: sapi/cli/tests/upload_2G.phpt
Anatol Belski
[PHP-CVS] com php-src: fixed test: ext/standard/tests/serialize/serialization_error_002.phpt
Anatol Belski
[PHP-CVS] com php-src: first shot for php-cgi for size_t and php_int_t: main/SAPI.h sapi/cgi/cgi_main.c sapi/cgi/fastcgi.c sapi/cgi/fastcgi.h sapi/cli/php_cli_server.c
Anatol Belski
[PHP-CVS] com php-src: datatype fixes for iconv: ext/iconv/iconv.c main/SAPI.c main/SAPI.h
Anatol Belski
[PHP-CVS] com php-src: added a test to cover distinction between boolean return value of unserialize function and deserializing serialized boolean: ext/standard/tests/serialize/serialization_error_002.phpt
Yasuo Ohgaki
[PHP-CVS] com php-src: removed debugbreak: ext/iconv/iconv.c
Anatol Belski
[PHP-CVS] com php-src: Fix WS in serialization_error_002.phpt: ext/standard/tests/serialize/serialization_error_002.phpt
Yasuo Ohgaki
[PHP-CVS] com php-src: fixed key length datatype: sapi/cli/php_cli_server.c
Anatol Belski
[PHP-CVS] com php-src: Merge branch 'PHP-5.5' into PHP-5.6: Zend/zend_operators.h
Anatol Belski
[PHP-CVS] com php-src: Fixed tests that fail with non-default `serialize_precision` configurations.: ext/standard/tests/general_functions/var_export-locale.phpt ext/standard/tests/general_functions/var_export_basic3.phpt ext/standard/tests/general_functions/var_export_basic5.phpt tests/lang/bug24640.phpt
Yasuo Ohgaki
[PHP-CVS] com php-src: Fixed tests that fail with non-default `serialize_precision` configurations.: ext/standard/tests/general_functions/var_export-locale.phpt ext/standard/tests/general_functions/var_export_basic3.phpt ext/standard/tests/general_functions/var_export_basic5.phpt tests/lang/bug24640.phpt
Yasuo Ohgaki
[PHP-CVS] com php-src: Fixed tests that fail with non-default `serialize_precision` configurations.: ext/standard/tests/general_functions/var_export-locale.phpt ext/standard/tests/general_functions/var_export_basic3.phpt ext/standard/tests/general_functions/var_export_basic5.phpt tests/lang/bug24640.phpt
Yasuo Ohgaki
[PHP-CVS] com php-src: Fixed tests that fail with non-default `serialize_precision` configurations.: ext/standard/tests/general_functions/var_export-locale.phpt ext/standard/tests/general_functions/var_export_basic3.phpt ext/standard/tests/general_functions/var_export_basic5.phpt tests/lang/bug24640.phpt
Yasuo Ohgaki
[PHP-CVS] com php-src: Implemented FR #65917 (getallheaders() is not supported by the built-in...): NEWS UPGRADING sapi/cgi/cgi_main.c sapi/cli/php_cli_server.c sapi/cli/tests/php_cli_server_019.phpt
ajf
Re: [PHP-CVS] com php-src: Implemented FR #65917 (getallheaders() is not supported by the built-in...): NEWS UPGRADING sapi/cgi/cgi_main.c sapi/cli/php_cli_server.c sapi/cli/tests/php_cli_server_019.phpt
Hannes Magnusson
Re: [PHP-CVS] com php-src: Implemented FR #65917 (getallheaders() is not supported by the built-in...): NEWS UPGRADING sapi/cgi/cgi_main.c sapi/cli/php_cli_server.c sapi/cli/tests/php_cli_server_019.phpt
Andrea Faulds
[PHP-CVS] com php-src: Merge branch '5.4': sapi/litespeed/lsapi_main.c
Xinchen Hui
[PHP-CVS] com php-src: Merge branch '5.4': sapi/litespeed/lsapi_main.c
Joe Watkins
[PHP-CVS] com php-src: Merge branch 'PHP-5.5' into PHP-5.6: ext/standard/basic_functions.c
Xinchen Hui
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/standard/basic_functions.c
Xinchen Hui
[PHP-CVS] com php-src: fixed undefined behaviour in array_sum: ext/standard/array.c
Anatol Belski
[PHP-CVS] com php-src: missing 'config.h' in 5dc37b3: ext/zip/lib/config.h
Remi Collet
[PHP-CVS] com php-src: Make all code paths in json_determine_array_type() return constants.: ext/json/json.c
Adam Harvey
Re: [PHP-CVS] com php-src: Fix bug #65946 - pdo_sql_parser.c permanently converts values bound to strings: ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser.re ext/pdo/tests/bug65946.phpt
Nikita Popov
Re: [PHP-CVS] com php-src: Sync ext/zip with pecl/zip version 1.3.2 - update libzip to version 1.11.1. We don't use any private symbol anymore - new method ZipArchive::setPassword($password) - add --with-libzip option to build with system libzip: ext/zip/CREDITS ext/zip/config.m4 ext/zip/config.w32 ext/zip/examples/addglob.php ext/zip/examples/addpattern.php ext/zip/lib/mkstemp.c ext/zip/lib/php_zip_config.w32.h ext/zip/lib/zip.h ext/zip/lib/zip_add.c ext/zip/
Felipe Pena
[PHP-CVS] com php-src: too much for a compare func: ext/standard/array.c
Anatol Belski
[PHP-CVS] com php-src: fixed 64 bit pass by ref: Zend/zend_object_handlers.h main/php_variables.c main/streams/memory.c win32/registry.c win32/sendmail.c
Anatol Belski
[PHP-CVS] com php-src: fixes to array funcs: ext/standard/array.c
Anatol Belski
[PHP-CVS] com php-src: Fix English here: UPGRADING
Rasmus Lerdorf
[PHP-CVS] com php-src: add news entry about FPM backlog change: NEWS
Antony Dovgal
[PHP-CVS] com php-src: Link to more readmes: README.md
Hannes Magnusson
[PHP-CVS] com karma: - test: lib/Mail.php
Sascha Schumann
[PHP-CVS] com php-src: Added Zend Debugger to the note about the load order (by trash4you at online dot de): ext/opcache/README
Xinchen Hui
[PHP-CVS] com php-src: Merged PR #293 (Exif crash on unknown encoding was fixed) By: Draal Conflicts: configure.in main/php_version.h: ext/exif/exif.c ext/exif/tests/exif_encoding_crash.jpg ext/exif/tests/exif_encoding_crash.phpt
Michael Wallner
[PHP-CVS] com php-src: Fixed bug #65939 (Space before ";" breaks php.ini parsing). (brainstorm at nopcode dot org): NEWS php.ini-development php.ini-production
Christopher Jones
[PHP-CVS] com php-src: Dont reset other counters when incrementing slow_rq: sapi/fpm/fpm/fpm_php_trace.c sapi/fpm/fpm/fpm_scoreboard.c
Michael Wallner
[PHP-CVS] com php-src: Fix coverity issue with -1 returned by findOffset not being handled by getPreferredTag: ext/intl/locale/locale_methods.c
Stanislav Malyshev
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: sapi/fpm/fpm/fastcgi.c
Rasmus Lerdorf
[PHP-CVS] com php-src: Fixed compilation warning: ext/opcache/ZendAccelerator.c
Dmitry Stogov
[PHP-CVS] com php-src: These getpwnam('') tests are silly and not portable: ext/posix/tests/posix_getgrnam.phpt ext/posix/tests/posix_getgrnam_basic.phpt ext/posix/tests/posix_getpwnam.phpt ext/posix/tests/posix_getpwnam_basic.phpt
Rasmus Lerdorf
[PHP-CVS] com php-src: fix const warnings in intl methods: ext/intl/collator/collator_create.c ext/intl/formatter/formatter_main.c ext/intl/locale/locale_methods.c ext/intl/msgformat/msgformat.c ext/intl/msgformat/msgformat_format.c ext/intl/msgformat/msgformat_parse.c
Stanislav Malyshev
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/standard/tests/file/disk_free_space_basic.phpt
Michael Wallner
[PHP-CVS] com php-src: Just SKIP that test on travis: ext/standard/tests/file/disk_free_space_basic.phpt
Michael Wallner
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/standard/tests/file/disk_free_space_basic.phpt
Michael Wallner
[PHP-CVS] com php-src: Clean up this weird safe_emalloc() call: ext/ftp/ftp.c
Rasmus Lerdorf
[PHP-CVS] com php-src: Minor Coverity tweaks: ext/ftp/ftp.c
Rasmus Lerdorf
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/ftp/ftp.c
Rasmus Lerdorf
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/ftp/ftp.c
Rasmus Lerdorf
[PHP-CVS] com php-src: - Moved NULL check before dereferencing: ext/zip/php_zip.c
Felipe Pena
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/phar/util.c
Felipe Pena
Earlier messages
Later messages