Messages by Thread
-
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/phar/util.c
Felipe Pena
-
[PHP-CVS] com php-src: - Fixed possible NULL ptr dereference: ext/phar/util.c
Felipe Pena
-
[PHP-CVS] com php-src: - Fixed possible uninitialized scalar variable usage (spotted by Coverity): ext/mbstring/libmbfl/filters/mbfilter_iso2022jp_mobile.c ext/mbstring/libmbfl/filters/mbfilter_sjis_2004.c ext/mbstring/libmbfl/filters/mbfilter_sjis_mobile.c ext/mbstring/libmbfl/mbfl/mbfilter.c
Felipe Pena
-
[PHP-CVS] com php-src: fixed skeleton to produce the normalized ext version macros: ext/skeleton/php_skeleton.h ext/skeleton/skeleton.c
Anatol Belski
-
[PHP-CVS] com php-src: OCI8: sync README and package.xml descriptions: ext/oci8/README ext/oci8/package.xml
Christopher Jones
-
[PHP-CVS] com php-src: Thanks Daniel, I didn't think long enough: UPGRADING
Michael Wallner
-
[PHP-CVS] com php-src: run-tests.php: Adding support for sections EXPECT_EXTERNAL, EXPECTF_EXTERNAL and EXPECTREGEX_EXTERNAL. (Issue 55736): run-tests.php tests/run-test/test011.phpt tests/run-test/test011.txt tests/run-test/test012.phpt tests/run-test/test012.txt tests/run-test/test013.phpt tests/run-test/test013.txt
Michael Wallner
-
[PHP-CVS] com php-src: consolidate NEWS with 5.4: NEWS
Michael Wallner
-
Re: [PHP-CVS] com php-src: Merge branch 'issue-55736' of https://github.com/tistre/php-src: run-tests.php
Michael Wallner
-
[PHP-CVS] com php-src: openssl NEWS,UPGRADING: NEWS UPGRADING
Michael Wallner
-
[PHP-CVS] com php-src: Add unit test that covers setting the crypto method.: ext/openssl/tests/streams_crypto_method.pem ext/openssl/tests/streams_crypto_method.phpt
Michael Wallner
-
[PHP-CVS] com php-src: Streams for ssl:// transports can now be configured to use a specific crypto method (SSLv3, SSLv2 etc.) by calling: ext/openssl/xp_ssl.c
Michael Wallner
-
[PHP-CVS] com php-src: added better wildcard matching for CN: ext/openssl/openssl.c ext/openssl/tests/bug65729.pem ext/openssl/tests/bug65729.phpt
Michael Wallner
-
[PHP-CVS] com php-src: yay, reduced one variable: ext/openssl/openssl.c
Michael Wallner
-
[PHP-CVS] com php-src: Added two more test cases for CN matching.: ext/openssl/tests/bug65729.phpt
Michael Wallner
-
[PHP-CVS] com php-src: Fixed bug that would lead to out of bounds memory access: ext/openssl/openssl.c
Michael Wallner
-
[PHP-CVS] com php-src: DNS name comparison is now case insensitive.: ext/openssl/openssl.c ext/openssl/tests/bug65729.phpt
Michael Wallner
-
[PHP-CVS] com php-src: Use zend_bool as return value for _match(): ext/openssl/openssl.c
Michael Wallner
-
[PHP-CVS] com php-src: added option for hash function: ext/openssl/openssl.c
Michael Wallner
-
[PHP-CVS] com php-src: added openssl_x509_digest(), output is binary sha1: ext/openssl/openssl.c ext/openssl/php_openssl.h
Michael Wallner
-
[PHP-CVS] com php-src: Merge branch 'bug65729' of https://github.com/datibbaw/php-src: ext/openssl/openssl.c
Michael Wallner
-
[PHP-CVS] com php-src: removed the byref result: ext/openssl/openssl.c
Michael Wallner
-
[PHP-CVS] com php-src: added option for raw output: ext/openssl/openssl.c
Michael Wallner
-
[PHP-CVS] com php-src: indentation fail: ext/openssl/openssl.c
Michael Wallner
-
[PHP-CVS] com php-src: who put that stupid newline there?: ext/openssl/openssl.c
Michael Wallner
-
[PHP-CVS] com php-src: don't leak cert on errors, return null on zpp failure: ext/openssl/openssl.c ext/openssl/tests/openssl_x509_digest.phpt
Michael Wallner
-
[PHP-CVS] com php-src: Support string and array for peer fingerprint matching: ext/openssl/openssl.c ext/openssl/tests/openssl_peer_fingerprint.phpt
Michael Wallner
-
[PHP-CVS] com php-src: Renamed to be more descriptive of what it does: ext/openssl/openssl.c ext/openssl/php_openssl.h ext/openssl/tests/openssl_x509_digest.phpt ext/openssl/tests/openssl_x509_fingerprint.phpt
Michael Wallner
-
[PHP-CVS] com php-src: add md5 and sha1 fingerprint tests: ext/openssl/openssl.c ext/openssl/tests/openssl_peer_fingerprint.phpt
Michael Wallner
-
[PHP-CVS] com php-src: show method in error message: ext/openssl/openssl.c
Michael Wallner
-
[PHP-CVS] com php-src: Added test case for openssl_x509_digest(): ext/openssl/tests/openssl_x509_digest.phpt
Michael Wallner
-
[PHP-CVS] com php-src: Using SUCCESS and FAILURE for return values Using zend_bool for boolean arguments and return values Reduced one level of zval indirection where possible: ext/openssl/openssl.c
Michael Wallner
-
[PHP-CVS] com php-src: fix bad cast: ext/standard/php_fopen_wrapper.c
Michael Wallner
-
[PHP-CVS] com php-src: fix bug #51076 (race condition in shtool's mkdir -p): NEWS build/shtool
Michael Wallner
-
[PHP-CVS] com php-src: Add new tests to package.xml: ext/oci8/package.xml
Christopher Jones
-
[PHP-CVS] com php-src: Add new tests: ext/oci8/tests/db_op_1.phpt ext/oci8/tests/db_op_2.phpt
Christopher Jones
-
[PHP-CVS] com php-src: Bump mininum requirements for PHP OCI8 2.0 to PHP 5.2 and Oracle client library 10.2 (Note this will connect to Oracle Database 8.1.7 onwards). Use the older OCI8 1.4 from PECL if using an earlier PHP version or older Oracle client library support is necessary.: ext/oci8/config.m4 ext/oci8/config.w32 ext/oci8/oci8.c ext/oci8/oci8_collection.c ext/oci8/oci8_interface.c ext/oci8/oci8_lob.c ext/oci8/package.xml ext/oci8/php_oci8_int.h
Christopher Jones
-
[PHP-CVS] com php-src: fixed failing tests for ICU >= 51.2: ext/intl/tests/bug58756_MessageFormatter.phpt ext/intl/tests/collator_asort.phpt ext/intl/tests/collator_compare.phpt ext/intl/tests/collator_get_sort_key.phpt ext/intl/tests/collator_sort.phpt ext/intl/tests/collator_sort_with_sort_keys.phpt ext/intl/tests/dateformat_calendars.phpt ext/intl/tests/dateformat_create_cal_arg.phpt ext/intl/tests/dateformat_format.phpt ext/intl/tests/dateformat_format
Anatol Belski
-
[PHP-CVS] com php-src: fixing a minor typo in CODING_STANDARDS document: CODING_STANDARDS
Lior Kaplan
-
[PHP-CVS] com php-src: FIX BUG #65219 - Typo correction: ext/pdo_dblib/dblib_driver.c
Stanley Sufficool
-
[PHP-CVS] com php-src: Fix bug #64338 pdo_dblib can't connect to Azure SQL: ext/pdo_dblib/dblib_driver.c
Stanley Sufficool
-
[PHP-CVS] com php-src: FIX BUG #65219 - USE DB not being sent for FreeTDS version < 0.92 FreeTDS <0.92 does not support DBSETLDBNAME option and therefore will not work with SQL Azure. Fallback to dbuse command in letter versions.: ext/pdo_dblib/dblib_driver.c
Stanley Sufficool
-
[PHP-CVS] com php-src: - Fixed bug #65818 (Segfault with built-in webserver and chunked transfer encoding): sapi/cli/php_cli_server.c
Felipe Pena
-
[PHP-CVS] com php-src: Allow the ldap extension to be compiled with Oracle's LDAP implementation, if desired. Note the implementations differ so you will see different ldap behavior.: ext/ldap/config.m4 ext/ldap/ldap.c
Christopher Jones
-
[PHP-CVS] com php-src: Fix bug #65667: ftp_nb_continue produces segfault: NEWS ext/ftp/php_ftp.c ext/ftp/tests/ftp_nb_continue.phpt ext/ftp/tests/server.inc
Nikita Popov
-
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/standard/var.c
Michael Wallner
-
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/standard/var.c
Michael Wallner
-
[PHP-CVS] com php-src: fix bug #64146 (serialize incorrectly saving objects when they are cloned): ext/standard/tests/serialize/bug64146.phpt ext/standard/var.c
Michael Wallner
-
[PHP-CVS] com php-src: such a weird hack probably helps in finding regressions in the future: ext/standard/tests/serialize/bug65806.phpt
Michael Wallner
-
[PHP-CVS] com php-src: Fix bug #65821: By-ref foreach on property access of string offset segfaults: NEWS Zend/zend_compile.c Zend/zend_vm_def.h Zend/zend_vm_execute.h
Nikita Popov
-
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': Zend/zend_compile.c Zend/zend_vm_def.h Zend/zend_vm_execute.h
Nikita Popov
-
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/xmlreader/php_xmlreader.c
Michael Wallner
-
[PHP-CVS] com php-src: Fixed bug #64230 (XMLReader does not suppress errors): NEWS ext/xmlreader/php_xmlreader.c ext/xmlreader/tests/bug64230.phpt
Michael Wallner
-
[PHP-CVS] com php-src: Add support for CryptoPro S-box for GOST: ext/hash/hash.c ext/hash/hash_gost.c ext/hash/php_hash.h ext/hash/php_hash_gost.h ext/hash/php_hash_gost_tables.h ext/hash/tests/gost.phpt
Michael Wallner
-
[PHP-CVS] com php-src: add NEWS and UPGRADING about gost-crypto: NEWS UPGRADING
Michael Wallner
-
[PHP-CVS] com php-src: fix failing tests: ext/hash/tests/hash_algos.phpt ext/hash/tests/hash_copy_001.phpt
Michael Wallner
-
[PHP-CVS] com php-src: fix indention: ext/hash/hash_gost.c
Michael Wallner
-
[PHP-CVS] com php-src: fix bug #55285 XMLReader::getAttribute/No/Ns methods inconsistency: NEWS UPGRADING ext/xmlreader/php_xmlreader.c
Michael Wallner
-
[PHP-CVS] com php-src: typo: really fix bug #51936 Crash with clone xmlreader: NEWS ext/xmlreader/tests/bug51936.phpt ext/xmlreader/tests/bug51963.phpt
Michael Wallner
-
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/xmlreader/php_xmlreader.c
Michael Wallner
-
[PHP-CVS] com php-src: fix bug #59613 (Crash with clone XMLReader): NEWS ext/xmlreader/php_xmlreader.c ext/xmlreader/tests/bug51963.phpt
Michael Wallner
-
[PHP-CVS] com php-src: Fix Bug #60633 build warning in bcmath: ext/bcmath/libbcmath/src/recmul.c
Remi Collet
-
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/sockets/multicast.c ext/sockets/multicast.h ext/sockets/sockaddr_conv.c
Michael Wallner
-
[PHP-CVS] com php-src: fix bug #65808 the socket_connect() won't work with IPv6 address: NEWS ext/sockets/sockets.c
Michael Wallner
-
[PHP-CVS] com php-src: 5.4.22-dev now: NEWS configure.in main/php_version.h
Stanislav Malyshev
-
[PHP-CVS] tag php-src: create tag php-5.4.21RC1
Stanislav Malyshev
-
[PHP-CVS] com php-src: 5.4.21 rc1: NEWS configure.in main/php_version.h
Stanislav Malyshev
-
[PHP-CVS] com php-src: Revert "Make 'make distclean' remove the downloaded pear PHAR": Makefile.global
Christopher Jones
-
[PHP-CVS] com php-src: fix bug #62396 'make test' crashes starting with 5.3.14 (missing gzencode()): NEWS run-tests.php
Michael Wallner
-
[PHP-CVS] tag php-src: create tag php-5.5.5RC1
JulienPauli
-
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/standard/http_fopen_wrapper.c
Michael Wallner
-
[PHP-CVS] com php-src: Fixed bug #61548: NEWS ext/standard/http_fopen_wrapper.c ext/standard/tests/http/bug61548.phpt
Michael Wallner
-
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': sapi/cgi/cgi_main.c
Dmitry Stogov
-
[PHP-CVS] com php-src: Reverted patch (it was used for internal testing and was committed by accident): sapi/cgi/cgi_main.c
Dmitry Stogov
-
[PHP-CVS] com php-src: OCI8 2.0: Added a new oci_set_db_operation() user space function for the "DB Operation" tracing feature of Oracle DB 12c.: ext/oci8/oci8.c ext/oci8/oci8_interface.c
Christopher Jones
-
[PHP-CVS] com php-src: Make 'make distclean' remove the downloaded pear PHAR: Makefile.global
Christopher Jones
-
[PHP-CVS] com php-src: fix memleak on resetting rebind_proc: ext/ldap/ldap.c
Michael Wallner
-
[PHP-CVS] com php-src: fix test: ext/ldap/tests/ldap_search_variation6.phpt
Michael Wallner
-
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': Zend/zend_generators.c
Nikita Popov
-
[PHP-CVS] com php-src: Fix bug #64979: Wrong behavior of static variables in closure generators: NEWS Zend/tests/bug64979.phpt Zend/zend_generators.c
Nikita Popov
-
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: Zend/zend.c
Nikita Popov
-
[PHP-CVS] com php-src: Fix bug #65322: compile time errors won't trigger auto loading: NEWS Zend/tests/bug65322.phpt Zend/tests/errmsg_045.phpt Zend/zend.c
Nikita Popov
-
[PHP-CVS] com php-src: 5.4.20 release date: NEWS
Stanislav Malyshev
-
[PHP-CVS] com php-src: 5.5.4 release date: NEWS
Stanislav Malyshev
-
[PHP-CVS] com php-src: Prepare for next release: ext/oci8/package.xml ext/oci8/php_oci8.h
Christopher Jones
-
[PHP-CVS] com php-src: OCI8: Fix alloc function and DLL generation: ext/oci8/oci8.c ext/oci8/oci8_interface.c ext/oci8/package.xml
Christopher Jones
-
[PHP-CVS] com php-src: Add information about which INI file is which inside respective files: php.ini-development php.ini-production
Lior Kaplan
-
[PHP-CVS] com php-src: Removed references to "Zend Support": ext/opcache/zend_accelerator_util_funcs.c
Dmitry Stogov
-
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/opcache/ZendAccelerator.h sapi/cgi/cgi_main.c
Dmitry Stogov
-
[PHP-CVS] com php-src: Added support for GNU Hurd. (Svante Signell): NEWS ext/opcache/ZendAccelerator.h ext/opcache/config.m4 sapi/cgi/cgi_main.c
Dmitry Stogov
-
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/pdo_dblib/dblib_driver.c
Derick Rethans
-
[PHP-CVS] com php-src: More OCI8 DTrace probe updates. Change php.ini-* doc to match an earlier change to config.w32: ext/oci8/config.m4 ext/oci8/oci8.c ext/oci8/oci8_dtrace.d ext/oci8/oci8_interface.c ext/oci8/oci8_statement.c ext/oci8/package.xml ext/oci8/php_oci8.h ext/oci8/php_oci8_int.h php.ini-development php.ini-production
Christopher Jones
-
[PHP-CVS] com php-src: FIX BUG #48539 - Disable TEXTLIMIT for FreeTDS driver: ext/pdo_dblib/dblib_driver.c
Stanley Sufficool
-
[PHP-CVS] com php-src: fix missing change from 'tcp_socket' to the more common 'server': ext/standard/tests/file/fread_socket_variation1.phpt
Sara Golemon
-
[PHP-CVS] com php-src: Don't track parameter number in separate znode: Zend/zend_compile.c Zend/zend_compile.h Zend/zend_language_parser.y
Nikita Popov
-
[PHP-CVS] com php-src: Implement variadic function syntax: NEWS UPGRADING UPGRADING.INTERNALS Zend/tests/variadic/adding_additional_optional_parameter.phpt Zend/tests/variadic/adding_additional_optional_parameter_error.phpt Zend/tests/variadic/basic.phpt Zend/tests/variadic/by_ref.phpt Zend/tests/variadic/by_ref_error.phpt Zend/tests/variadic/no_default_error.phpt Zend/tests/variadic/non_variadic_implements_variadic_error.phpt Zend/tests/variadic/only_last
Nikita Popov
-
[PHP-CVS] com php-src: Added function opcache_compile_file() to load PHP scripts into cache without execution.: NEWS ext/opcache/ZendAccelerator.c ext/opcache/ZendAccelerator.h ext/opcache/zend_accelerator_module.c
Dmitry Stogov
-
[PHP-CVS] com php-src: Fixed issue #135 (segfault in interned strings if initial memory is too low): NEWS ext/opcache/ZendAccelerator.c
Dmitry Stogov
-
[PHP-CVS] com php-src: Fix typo: HTTP_ROW_POST_DATA → HTTP_RAW_POST_DATA.: UPGRADING
Adam Harvey
-
[PHP-CVS] com php-src: Make message and format arguments const char * to avoid build warning about invalid cast.: Zend/zend_exceptions.c Zend/zend_exceptions.h
Remi Collet
-
[PHP-CVS] com php-src: Copy dba_*() keys before converting to string.: NEWS ext/dba/dba.c ext/dba/tests/bug65708.phpt
Adam Harvey
-
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: NEWS ext/imap/config.m4
Adam Harvey
-
[PHP-CVS] com php-src: Fix the broken sh syntax in ext/imap/config.m4.: NEWS ext/imap/config.m4
Adam Harvey
-
[PHP-CVS] com php-src: Fixed bug #65678 the test cli_process_title_windows will fails on particular environnement: sapi/cli/tests/cli_process_title_windows.phpt
Anatol Belski
-
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': sapi/cli/php_cli_server.c
Christopher Jones
-
[PHP-CVS] com php-src: Added application/pdf to PHP CLI Web Server mime types.: NEWS sapi/cli/php_cli_server.c
Christopher Jones
-
[PHP-CVS] com php-src: add note about request_body and php://input: main/SAPI.h
Michael Wallner
-
[PHP-CVS] com php-src: Build OCI8 2.0 on Windows with Oracle Database 12c libraries only: ext/oci8/config.w32
Christopher Jones
-
[PHP-CVS] tag php-src: update tag php-5.5.4
JulienPauli
-
[PHP-CVS] del php-src: ext/filter/logical_filters.c ext/spl/internal/emptyiterator.inc ext/spl/spl_iterators.c ext/spl/tests/bug60577.phpt main/fopen_wrappers.c
JulienPauli
-
[PHP-CVS] com php-src: better way to fix PRIu64 availability on windows: main/php_variables.c win32/php_inttypes.h
Anatol Belski
-
[PHP-CVS] com php-src: Revert "EmptyIterator now implements Countable; fixes bug 60577": NEWS ext/spl/internal/emptyiterator.inc ext/spl/spl_iterators.c ext/spl/tests/bug60577.phpt
David Soria Parra
-
[PHP-CVS] com php-src: RFC 6598 reserved ip range starts at 100.64.0.0: ext/filter/logical_filters.c
David Soria Parra
-
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': main/fopen_wrappers.c
Michael Wallner
-
[PHP-CVS] com php-src: fix a very rare case of use of uninitialized value combined with a memleak: main/fopen_wrappers.c
Michael Wallner
-
[PHP-CVS] com php-src: fix test concurrency: ext/phar/tests/phar_extract2.phpt
Michael Wallner
-
[PHP-CVS] com php-src: fix test concurrency: ext/standard/tests/dir/chdir_basic.phpt ext/standard/tests/dir/chdir_variation2.phpt ext/standard/tests/file/bug41655_2.phpt ext/standard/tests/file/fopen_include_path.inc ext/standard/tests/file/fopen_variation16.phpt ext/standard/tests/file/fopen_variation17.phpt ext/standard/tests/file/fscanf_variation53.phpt ext/standard/tests/file/rename_variation1.phpt ext/standard/tests/file/rename_variation2-win32.phpt e
Michael Wallner
-
[PHP-CVS] com php-src: fix test concurrency: ext/phar/tests/031.phpt ext/phar/tests/032.phpt ext/phar/tests/files/phar_oo_test.inc ext/phar/tests/phar_buildfromdirectory1.phpt ext/phar/tests/phar_buildfromdirectory2-win.phpt ext/phar/tests/phar_buildfromdirectory2.phpt ext/phar/tests/phar_buildfromdirectory3.phpt ext/phar/tests/phar_buildfromdirectory4.phpt ext/phar/tests/phar_buildfromdirectory5.phpt ext/phar/tests/phar_buildfromdirectory6.phpt ext/phar/t
Michael Wallner
-
[PHP-CVS] com php-src: fix test concurrency: ext/spl/tests/DirectoryIterator_getBasename_basic_test.phpt ext/spl/tests/DirectoryIterator_getBasename_pass_array.phpt ext/spl/tests/RecursiveDirectoryIterator_getSubPath_basic.phpt ext/spl/tests/RecursiveDirectoryIterator_getSubPathname_basic.phpt ext/spl/tests/SplFileObject_fgetcsv_basic.phpt ext/spl/tests/SplFileObject_fgetcsv_delimiter_basic.phpt ext/spl/tests/SplFileObject_fgetcsv_delimiter_error.phpt ext/
Michael Wallner
-
[PHP-CVS] com php-src: fix test concurrency: ext/libxml/tests/bug61367-read.phpt ext/libxml/tests/bug61367-write.phpt
Michael Wallner
-
[PHP-CVS] com php-src: PHP-5.5.4: NEWS configure.in main/php_version.h
JulienPauli
-
[PHP-CVS] tag php-src: create tag php-5.5.4
JulienPauli
-
[PHP-CVS] tag php-src: create tag php-5.4.20
Stanislav Malyshev
-
[PHP-CVS] com php-src: 5.4.20: NEWS configure.in main/php_version.h
Stanislav Malyshev
-
[PHP-CVS] com php-src: fix build - PRIu64 vs %I64u: main/php_variables.c
Anatol Belski
-
[PHP-CVS] com php-src: revert stream cast: main/php_streams.h
Michael Wallner
-
[PHP-CVS] com php-src: remove unused code: ext/standard/php_fopen_wrapper.c
Michael Wallner
-
[PHP-CVS] com php-src: make reading php://input JIT if enable_post_data_reading=0: ext/standard/php_fopen_wrapper.c main/SAPI.c main/SAPI.h
Michael Wallner
-
[PHP-CVS] com php-src: fix ZTS build: ext/soap/soap.c
Michael Wallner
-
[PHP-CVS] com php-src: we need to use the full stream wrapper for filters: ext/standard/php_fopen_wrapper.c
Michael Wallner
-
[PHP-CVS] com php-src: Merge branch 'slim-postdata-merge': ext/soap/soap.c ext/standard/php_fopen_wrapper.c main/SAPI.c
Michael Wallner
-
[PHP-CVS] com php-src: final bits: ext/soap/soap.c ext/standard/php_fopen_wrapper.c
Michael Wallner
-
[PHP-CVS] com php-src: tests: tests/basic/enable_post_data_reading_01.phpt tests/basic/enable_post_data_reading_02.phpt tests/basic/enable_post_data_reading_03.phpt tests/basic/enable_post_data_reading_04.phpt tests/basic/enable_post_data_reading_05.phpt tests/basic/enable_post_data_reading_06.phpt
Michael Wallner
-
[PHP-CVS] com php-src: let the libsqlite3 symbols be exported in dll: ext/sqlite3/config.w32
Anatol Belski
-
[PHP-CVS] com php-src: NEWS/UPGRADING{,.INTERNALS} notes about temp POST stream: NEWS UPGRADING UPGRADING.INTERNALS
Michael Wallner
-
[PHP-CVS] com php-src: Merge branch 'master' of github.com:/ralflang/php-src: sapi/cgi/cgi_main.c
Michael Wallner
-
[PHP-CVS] com php-src: Merge branch 'slim-postdata': main/main.c main/php_variables.c sapi/cli/php_cli_server.c
Michael Wallner
-
[PHP-CVS] com php-src: slim post data: ext/mbstring/mb_gpc.c ext/soap/soap.c ext/standard/php_fopen_wrapper.c main/SAPI.c main/SAPI.h main/main.c main/php_content_types.c main/php_globals.h main/php_streams.h main/php_variables.c sapi/cli/php_cli_server.c tests/basic/024.phpt tests/basic/026.phpt
Michael Wallner
-
[PHP-CVS] com php-src: Exclude bison 3.0 by Mike: Zend/acinclude.m4
Xinchen Hui
-
[PHP-CVS] com php-src: Add RFC 6598 IPs to reserved addresses: ext/filter/logical_filters.c ext/filter/tests/018.phpt
David Soria Parra
-
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/filter/logical_filters.c
David Soria Parra
-
[PHP-CVS] com php-src: NEWS for added reserved ip addresses according to RFC 6598: NEWS
David Soria Parra
-
[PHP-CVS] com php-src: upload2G note: NEWS
Michael Wallner
-
[PHP-CVS] com php-src: EmptyIterator now implements Countable; fixes bug 60577: ext/spl/internal/emptyiterator.inc ext/spl/spl_iterators.c ext/spl/tests/bug60577.phpt
David Soria Parra
-
[PHP-CVS] com php-src: News for bugfix #64157: NEWS
David Soria Parra
-
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/date/lib/parse_date.c ext/date/lib/parse_date.re ext/filter/logical_filters.c ext/spl/spl_iterators.c
David Soria Parra
-
[PHP-CVS] com php-src: Fix bug #64441 (FILTER_VALIDATE_URL rejects fully qualified domain names): ext/filter/logical_filters.c ext/filter/tests/bug64441.phpt
David Soria Parra
-
[PHP-CVS] com php-src: NEWS for bug #64441: NEWS
David Soria Parra
-
[PHP-CVS] com php-src: NEWS for #60577: NEWS
David Soria Parra
-
[PHP-CVS] com php-src: Bug 64157 Changed error message to make sense: ext/date/lib/parse_date.c ext/date/lib/parse_date.re ext/date/tests/bug64157.phpt
David Soria Parra
-
[PHP-CVS] com php-src: use 65k of data to get a more explicit result: ext/standard/tests/file/disk_free_space_basic.phpt
Michael Wallner
-
[PHP-CVS] com php-src: double test timeout for travis: .travis.yml
Michael Wallner
-
[PHP-CVS] com php-src: this test is fragile on travis, let's see why: ext/standard/tests/file/disk_free_space_basic.phpt
Michael Wallner
-
[PHP-CVS] com php-src: Add test for ISSUE #128: ext/opcache/tests/issue0128.phpt
Xinchen Hui
-
[PHP-CVS] com php-src: Fixed bug #65665 (Exception not properly caught when opcache enabled): NEWS ext/opcache/Optimizer/block_pass.c ext/opcache/tests/bug65665.phpt
Xinchen Hui
-
[PHP-CVS] com php-src: Save a TSRMLS_FETCH() for zval_ptr_dtor in executor: Zend/zend_execute.c Zend/zend_execute.h Zend/zend_execute_API.c Zend/zend_generators.c Zend/zend_vm_def.h Zend/zend_vm_execute.h
Nikita Popov
-
[PHP-CVS] com php-src: Fix intl build: Zend/zend_string.h
Nikita Popov
-
Re: [PHP-CVS] com php-src: Provide more macros for handling of interned strings: Zend/zend.h Zend/zend_API.c Zend/zend_builtin_functions.c Zend/zend_compile.c Zend/zend_constants.c Zend/zend_execute.c Zend/zend_execute_API.c Zend/zend_language_scanner.c Zend/zend_language_scanner.l Zend/zend_operators.c Zend/zend_string.h Zend/zend_variables.c Zend/zend_vm_def.h Zend/zend_vm_execute.h
Christopher Jones
-
[PHP-CVS] com php-src: Remove version checks in phar: ext/phar/phar.c ext/phar/phar_internal.h ext/phar/phar_object.c ext/phar/stream.c ext/phar/util.c ext/phar/zip.c
Nikita Popov
-
[PHP-CVS] com php-src: Remove PHAR_(Z)STR* usages: ext/phar/dirstream.c ext/phar/phar.c ext/phar/phar_internal.h ext/phar/stream.c ext/phar/util.c
Nikita Popov