Messages by Date
-
2013/10/21
[PHP-CVS] com php-src: Fixed compilation warning: ext/opcache/ZendAccelerator.c
Dmitry Stogov
-
2013/10/21
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/standard/basic_functions.c
Antony Dovgal
-
2013/10/21
[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
-
2013/10/21
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/opcache/ZendAccelerator.c
Xinchen Hui
-
2013/10/21
[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
-
2013/10/21
[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
-
2013/10/21
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/opcache/ZendAccelerator.c
Dmitry Stogov
-
2013/10/21
[PHP-CVS] com php-src: Just SKIP that test on travis: ext/standard/tests/file/disk_free_space_basic.phpt
Michael Wallner
-
2013/10/21
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/standard/tests/file/disk_free_space_basic.phpt
Michael Wallner
-
2013/10/20
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/ftp/ftp.c
Rasmus Lerdorf
-
2013/10/20
[PHP-CVS] com php-src: Clean up this weird safe_emalloc() call: ext/ftp/ftp.c
Rasmus Lerdorf
-
2013/10/20
[PHP-CVS] com php-src: Minor Coverity tweaks: ext/ftp/ftp.c
Rasmus Lerdorf
-
2013/10/20
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/ftp/ftp.c
Rasmus Lerdorf
-
2013/10/20
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/zip/php_zip.c
Felipe Pena
-
2013/10/20
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/zip/php_zip.c
Felipe Pena
-
2013/10/20
[PHP-CVS] com php-src: - Moved NULL check before dereferencing: ext/zip/php_zip.c
Felipe Pena
-
2013/10/20
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/phar/util.c
Felipe Pena
-
2013/10/20
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/phar/util.c
Felipe Pena
-
2013/10/20
[PHP-CVS] com php-src: - Fixed possible NULL ptr dereference: ext/phar/util.c
Felipe Pena
-
2013/10/20
[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
-
2013/10/14
[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
-
2013/10/10
[PHP-CVS] com php-src: OCI8: sync README and package.xml descriptions: ext/oci8/README ext/oci8/package.xml
Christopher Jones
-
2013/10/09
Re: [PHP-CVS] com php-src: Merge branch 'issue-55736' of https://github.com/tistre/php-src: run-tests.php
Michael Wallner
-
2013/10/09
[PHP-CVS] com php-src: Thanks Daniel, I didn't think long enough: UPGRADING
Michael Wallner
-
2013/10/09
[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] com php-src: Merge branch 'issue-55736' of https://github.com/tistre/php-src: run-tests.php
Ferenc Kovacs
-
2013/10/09
[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
-
2013/10/09
[PHP-CVS] svn: /SVNROOT/ global_avail
Ferenc Kovacs
-
2013/10/09
[PHP-CVS] com php-src: consolidate NEWS with 5.4: NEWS
Michael Wallner
-
2013/10/09
Re: [PHP-CVS] com php-src: Merge branch 'issue-55736' of https://github.com/tistre/php-src: run-tests.php
Michael Wallner
-
2013/10/08
Re: [PHP-CVS] com php-src: DNS name comparison is now case insensitive.: ext/openssl/openssl.c ext/openssl/tests/bug65729.phpt
Johannes Schlüter
-
2013/10/08
[PHP-CVS] com php-src: openssl NEWS,UPGRADING: NEWS UPGRADING
Michael Wallner
-
2013/10/08
[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
-
2013/10/08
[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
-
2013/10/08
[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
-
2013/10/08
[PHP-CVS] com php-src: yay, reduced one variable: ext/openssl/openssl.c
Michael Wallner
-
2013/10/08
[PHP-CVS] com php-src: Added two more test cases for CN matching.: ext/openssl/tests/bug65729.phpt
Michael Wallner
-
2013/10/08
[PHP-CVS] com php-src: Fixed bug that would lead to out of bounds memory access: ext/openssl/openssl.c
Michael Wallner
-
2013/10/08
[PHP-CVS] com php-src: DNS name comparison is now case insensitive.: ext/openssl/openssl.c ext/openssl/tests/bug65729.phpt
Michael Wallner
-
2013/10/08
[PHP-CVS] com php-src: Use zend_bool as return value for _match(): ext/openssl/openssl.c
Michael Wallner
-
2013/10/08
[PHP-CVS] com php-src: added option for hash function: ext/openssl/openssl.c
Michael Wallner
-
2013/10/08
[PHP-CVS] com php-src: added openssl_x509_digest(), output is binary sha1: ext/openssl/openssl.c ext/openssl/php_openssl.h
Michael Wallner
-
2013/10/08
[PHP-CVS] com php-src: Merge branch 'bug65729' of https://github.com/datibbaw/php-src: ext/openssl/openssl.c
Michael Wallner
-
2013/10/08
[PHP-CVS] com php-src: removed the byref result: ext/openssl/openssl.c
Michael Wallner
-
2013/10/08
[PHP-CVS] com php-src: added option for raw output: ext/openssl/openssl.c
Michael Wallner
-
2013/10/08
[PHP-CVS] com php-src: indentation fail: ext/openssl/openssl.c
Michael Wallner
-
2013/10/08
[PHP-CVS] com php-src: who put that stupid newline there?: ext/openssl/openssl.c
Michael Wallner
-
2013/10/08
[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
-
2013/10/08
[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
-
2013/10/08
[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
-
2013/10/08
[PHP-CVS] com php-src: add md5 and sha1 fingerprint tests: ext/openssl/openssl.c ext/openssl/tests/openssl_peer_fingerprint.phpt
Michael Wallner
-
2013/10/08
[PHP-CVS] com php-src: show method in error message: ext/openssl/openssl.c
Michael Wallner
-
2013/10/08
[PHP-CVS] com php-src: Added test case for openssl_x509_digest(): ext/openssl/tests/openssl_x509_digest.phpt
Michael Wallner
-
2013/10/08
[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
-
2013/10/08
[PHP-CVS] svn: /SVNROOT/ global_avail
Pierre Joye
-
2013/10/08
[PHP-CVS] com php-src: fix bad cast: ext/standard/php_fopen_wrapper.c
Michael Wallner
-
2013/10/07
[PHP-CVS] com php-src: fix bug #51076 (race condition in shtool's mkdir -p): NEWS build/shtool
Michael Wallner
-
2013/10/07
[PHP-CVS] com php-src: Add new tests to package.xml: ext/oci8/package.xml
Christopher Jones
-
2013/10/07
[PHP-CVS] com php-src: Add new tests: ext/oci8/tests/db_op_1.phpt ext/oci8/tests/db_op_2.phpt
Christopher Jones
-
2013/10/07
[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
-
2013/10/07
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': sapi/cli/php_cli_server.c
Anatol Belski
-
2013/10/07
[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
-
2013/10/06
[PHP-CVS] com php-src: fixing a minor typo in CODING_STANDARDS document: CODING_STANDARDS
Lior Kaplan
-
2013/10/06
[PHP-CVS] svn: /SVNROOT/ global_avail
Ferenc Kovacs
-
2013/10/05
[PHP-CVS] com php-src: FIX BUG #65219 - Typo correction: ext/pdo_dblib/dblib_driver.c
Stanley Sufficool
-
2013/10/05
[PHP-CVS] com php-src: FIX BUG #65219 - Typo correction: ext/pdo_dblib/dblib_driver.c
Stanley Sufficool
-
2013/10/05
[PHP-CVS] com php-src: Fix bug #64338 pdo_dblib can't connect to Azure SQL: ext/pdo_dblib/dblib_driver.c
Stanley Sufficool
-
2013/10/05
Re: [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
Nikita Popov
-
2013/10/05
[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
-
2013/10/05
[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
-
2013/10/05
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: sapi/cli/php_cli_server.c
Felipe Pena
-
2013/10/05
[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
-
2013/10/05
[PHP-CVS] com php-src: - BFN: NEWS
Felipe Pena
-
2013/10/04
[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
-
2013/10/04
[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
-
2013/10/04
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/standard/var.c
Michael Wallner
-
2013/10/04
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/standard/var.c
Michael Wallner
-
2013/10/04
[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
-
2013/10/04
[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
-
2013/10/04
[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
-
2013/10/04
[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
-
2013/10/04
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/xmlreader/php_xmlreader.c
Michael Wallner
-
2013/10/04
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/xmlreader/php_xmlreader.c
Michael Wallner
-
2013/10/04
[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
-
2013/10/03
[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
-
2013/10/03
[PHP-CVS] com php-src: add NEWS and UPGRADING about gost-crypto: NEWS UPGRADING
Michael Wallner
-
2013/10/03
[PHP-CVS] com php-src: fix failing tests: ext/hash/tests/hash_algos.phpt ext/hash/tests/hash_copy_001.phpt
Michael Wallner
-
2013/10/03
[PHP-CVS] com php-src: fix indention: ext/hash/hash_gost.c
Michael Wallner
-
2013/10/03
[PHP-CVS] com php-src: fix bug #55285 XMLReader::getAttribute/No/Ns methods inconsistency: NEWS UPGRADING ext/xmlreader/php_xmlreader.c
Michael Wallner
-
2013/10/03
[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
-
2013/10/03
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/xmlreader/php_xmlreader.c
Michael Wallner
-
2013/10/03
[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
-
2013/10/02
[PHP-CVS] com php-src: Fix Bug #60633 build warning in bcmath: ext/bcmath/libbcmath/src/recmul.c
Remi Collet
-
2013/10/02
Re: [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
-
2013/10/02
[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
-
2013/10/02
[PHP-CVS] com php-src: fix bug #65808 the socket_connect() won't work with IPv6 address: NEWS ext/sockets/sockets.c
Michael Wallner
-
2013/10/01
[PHP-CVS] svn: /SVNROOT/ global_avail
Pierre Joye
-
2013/10/01
[PHP-CVS] com php-src: 5.4.22-dev now: NEWS configure.in main/php_version.h
Stanislav Malyshev
-
2013/10/01
[PHP-CVS] tag php-src: create tag php-5.4.21RC1
Stanislav Malyshev
-
2013/10/01
[PHP-CVS] com php-src: 5.4.21 rc1: NEWS configure.in main/php_version.h
Stanislav Malyshev
-
2013/10/01
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': Makefile.global
Christopher Jones
-
2013/10/01
[PHP-CVS] com php-src: Revert "Make 'make distclean' remove the downloaded pear PHAR": Makefile.global
Christopher Jones
-
2013/10/01
Re: [PHP-CVS] com php-src: Make 'make distclean' remove the downloaded pear PHAR: Makefile.global
Christopher Jones
-
2013/10/01
[PHP-CVS] com php-src: fix bug #62396 'make test' crashes starting with 5.3.14 (missing gzencode()): NEWS run-tests.php
Michael Wallner
-
2013/10/01
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: run-tests.php
Michael Wallner
-
2013/10/01
[PHP-CVS] tag php-src: create tag php-5.5.5RC1
JulienPauli
-
2013/10/01
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/standard/http_fopen_wrapper.c
Michael Wallner
-
2013/10/01
[PHP-CVS] com php-src: Fixed bug #61548: NEWS ext/standard/http_fopen_wrapper.c ext/standard/tests/http/bug61548.phpt
Michael Wallner
-
2013/10/01
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': sapi/cgi/cgi_main.c
Dmitry Stogov
-
2013/10/01
[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
-
2013/09/30
Re: [PHP-CVS] com php-src: Make 'make distclean' remove the downloaded pear PHAR: Makefile.global
Johannes Schlüter
-
2013/09/30
[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
-
2013/09/30
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': Makefile.global
Christopher Jones
-
2013/09/30
[PHP-CVS] com php-src: Make 'make distclean' remove the downloaded pear PHAR: Makefile.global
Christopher Jones
-
2013/09/30
[PHP-CVS] com php-src: fix memleak on resetting rebind_proc: ext/ldap/ldap.c
Michael Wallner
-
2013/09/30
[PHP-CVS] com php-src: fix test: ext/ldap/tests/ldap_search_variation6.phpt
Michael Wallner
-
2013/09/29
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': Zend/zend_generators.c
Nikita Popov
-
2013/09/29
[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
-
2013/09/29
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: Zend/zend.c
Nikita Popov
-
2013/09/29
[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
-
2013/09/28
[PHP-CVS] com php-src: 5.4.20 release date: NEWS
Stanislav Malyshev
-
2013/09/28
[PHP-CVS] com php-src: 5.5.4 release date: NEWS
Stanislav Malyshev
-
2013/09/28
[PHP-CVS] svn: /SVNROOT/ global_avail
Ferenc Kovacs
-
2013/09/27
[PHP-CVS] com php-src: Prepare for next release: ext/oci8/package.xml ext/oci8/php_oci8.h
Christopher Jones
-
2013/09/27
[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
-
2013/09/27
Re: [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
Yasuo Ohgaki
-
2013/09/27
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: php.ini-development php.ini-production
Lior Kaplan
-
2013/09/27
[PHP-CVS] com php-src: Add information about which INI file is which inside respective files: php.ini-development php.ini-production
Lior Kaplan
-
2013/09/27
[PHP-CVS] com php-src: Removed references to "Zend Support": ext/opcache/zend_accelerator_util_funcs.c
Dmitry Stogov
-
2013/09/27
Re: [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
-
2013/09/27
Re: [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
Antony Dovgal
-
2013/09/27
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/opcache/ZendAccelerator.h sapi/cgi/cgi_main.c
Dmitry Stogov
-
2013/09/27
[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
-
2013/09/27
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/pdo_dblib/dblib_driver.c
Derick Rethans
-
2013/09/27
Re: [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
-
2013/09/27
Re: [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
-
2013/09/26
[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
-
2013/09/26
[PHP-CVS] com php-src: FIX BUG #48539 - Disable TEXTLIMIT for FreeTDS driver: ext/pdo_dblib/dblib_driver.c
Stanley Sufficool
-
2013/09/26
[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
-
2013/09/26
[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
-
2013/09/26
[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
-
2013/09/26
Re: [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
Antony Dovgal
-
2013/09/25
Re: [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
Yasuo Ohgaki
-
2013/09/25
Re: [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
-
2013/09/25
Re: [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
Adam Harvey
-
2013/09/25
[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
-
2013/09/25
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/opcache/ZendAccelerator.c ext/opcache/ZendAccelerator.h
Dmitry Stogov
-
2013/09/25
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/opcache/ZendAccelerator.c
Dmitry Stogov
-
2013/09/25
[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
-
2013/09/23
[PHP-CVS] com php-src: Fix typo: HTTP_ROW_POST_DATA → HTTP_RAW_POST_DATA.: UPGRADING
Adam Harvey
-
2013/09/23
[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
-
2013/09/22
[PHP-CVS] com php-src: Copy dba_*() keys before converting to string.: NEWS ext/dba/dba.c ext/dba/tests/bug65708.phpt
Adam Harvey
-
2013/09/22
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: NEWS
Adam Harvey
-
2013/09/20
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: NEWS ext/imap/config.m4
Adam Harvey
-
2013/09/20
[PHP-CVS] com php-src: Fix the broken sh syntax in ext/imap/config.m4.: NEWS ext/imap/config.m4
Adam Harvey
-
2013/09/20
[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
-
2013/09/19
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': sapi/cli/php_cli_server.c
Christopher Jones
-
2013/09/19
[PHP-CVS] com php-src: Added application/pdf to PHP CLI Web Server mime types.: NEWS sapi/cli/php_cli_server.c
Christopher Jones
-
2013/09/19
[PHP-CVS] com php-src: add note about request_body and php://input: main/SAPI.h
Michael Wallner
-
2013/09/18
[PHP-CVS] com php-src: Build OCI8 2.0 on Windows with Oracle Database 12c libraries only: ext/oci8/config.w32
Christopher Jones
-
2013/09/18
[PHP-CVS] tag php-src: update tag php-5.5.4
JulienPauli
-
2013/09/18
[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
-
2013/09/18
[PHP-CVS] com php-src: PHP-5.5.4: NEWS configure.in main/php_version.h
JulienPauli
-
2013/09/18
[PHP-CVS] com php-src: better way to fix PRIu64 availability on windows: main/php_variables.c win32/php_inttypes.h
Anatol Belski
-
2013/09/18
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/spl/spl_iterators.c
David Soria Parra
-
2013/09/18
[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
-
2013/09/18
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/filter/logical_filters.c
David Soria Parra
-
2013/09/18
[PHP-CVS] com php-src: RFC 6598 reserved ip range starts at 100.64.0.0: ext/filter/logical_filters.c
David Soria Parra
-
2013/09/18
Re: [PHP-CVS] com php-src: fix build - PRIu64 vs %I64u: main/php_variables.c
Anatol Belski
-
2013/09/18
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': main/fopen_wrappers.c
Michael Wallner
-
2013/09/18
[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
-
2013/09/18
[PHP-CVS] com php-src: fix test concurrency: ext/phar/tests/phar_extract2.phpt
Michael Wallner
-
2013/09/18
Re: [PHP-CVS] com php-src: fix build - PRIu64 vs %I64u: main/php_variables.c
Michael Wallner
-
2013/09/18
[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
-
2013/09/18
[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
-
2013/09/18
[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
-
2013/09/18
[PHP-CVS] com php-src: fix test concurrency: ext/libxml/tests/bug61367-read.phpt ext/libxml/tests/bug61367-write.phpt
Michael Wallner
-
2013/09/18
[PHP-CVS] com php-src: PHP-5.5.4: NEWS configure.in main/php_version.h
JulienPauli
-
2013/09/18
Re: [PHP-CVS] com php-src: fix build - PRIu64 vs %I64u: main/php_variables.c
Anatol Belski
-
2013/09/18
[PHP-CVS] tag php-src: create tag php-5.5.4
JulienPauli
-
2013/09/18
Re: [PHP-CVS] com php-src: NEWS/UPGRADING{,.INTERNALS} notes about temp POST stream: NEWS UPGRADING UPGRADING.INTERNALS
Michael Wallner
-
2013/09/18
Re: [PHP-CVS] com php-src: fix build - PRIu64 vs %I64u: main/php_variables.c
Michael Wallner
-
2013/09/18
Re: [PHP-CVS] com php-src: NEWS/UPGRADING{,.INTERNALS} notes about temp POST stream: NEWS UPGRADING UPGRADING.INTERNALS
Jacques Marneweck
-
2013/09/17
[PHP-CVS] tag php-src: create tag php-5.4.20
Stanislav Malyshev
-
2013/09/17
[PHP-CVS] com php-src: 5.4.20: NEWS configure.in main/php_version.h
Stanislav Malyshev
-
2013/09/17
[PHP-CVS] svn: /SVNROOT/ global_avail
Hannes Magnusson
-
2013/09/17
Re: [PHP-CVS] com php-src: NEWS/UPGRADING{,.INTERNALS} notes about temp POST stream: NEWS UPGRADING UPGRADING.INTERNALS
Yasuo Ohgaki
-
2013/09/17
Re: [PHP-CVS] com php-src: NEWS/UPGRADING{,.INTERNALS} notes about temp POST stream: NEWS UPGRADING UPGRADING.INTERNALS
Michael Wallner
-
2013/09/17
Re: [PHP-CVS] com php-src: NEWS/UPGRADING{,.INTERNALS} notes about temp POST stream: NEWS UPGRADING UPGRADING.INTERNALS
Yasuo Ohgaki
-
2013/09/17
[PHP-CVS] com php-src: fix build - PRIu64 vs %I64u: main/php_variables.c
Anatol Belski
-
2013/09/17
[PHP-CVS] com php-src: revert stream cast: main/php_streams.h
Michael Wallner
-
2013/09/17
[PHP-CVS] com php-src: remove unused code: ext/standard/php_fopen_wrapper.c
Michael Wallner
-
2013/09/17
[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
-
2013/09/17
[PHP-CVS] com php-src: fix ZTS build: ext/soap/soap.c
Michael Wallner
-
2013/09/17
[PHP-CVS] com php-src: we need to use the full stream wrapper for filters: ext/standard/php_fopen_wrapper.c
Michael Wallner
-
2013/09/17
[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
-
2013/09/17
[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
-
2013/09/17
[PHP-CVS] com php-src: final bits: ext/soap/soap.c ext/standard/php_fopen_wrapper.c
Michael Wallner
-
2013/09/17
[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
-
2013/09/17
[PHP-CVS] com php-src: let the libsqlite3 symbols be exported in dll: ext/sqlite3/config.w32
Anatol Belski
-
2013/09/17
Re: [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