Messages by Date
-
2013/05/17
[PHP-CVS] com php-src: other fix for #64214, unmodified file may not have old fp set, causing other possible crashes: ext/phar/zip.c
Pierre Joye
-
2013/05/17
[PHP-CVS] com php-src: Added missing ZE/OPcache related entries: NEWS
Dmitry Stogov
-
2013/05/17
[PHP-CVS] com php-src: Recover NEWS: NEWS
Johannes Schlüter
-
2013/05/17
[PHP-CVS] com php-src: Improved IS_VAR operands fetching: Zend/zend_execute.c Zend/zend_vm_def.h Zend/zend_vm_execute.h Zend/zend_vm_gen.php
Dmitry Stogov
-
2013/05/17
Re: [PHP-CVS] com php-src: Add optional second arg to unserialize(): ext/standard/basic_functions.c ext/standard/tests/serialize/serialization_error_001.phpt ext/standard/tests/serialize/unserialize_consumed.phpt ext/standard/var.c
Nikita Popov
-
2013/05/16
Re: [PHP-CVS] com php-src: Add optional second arg to unserialize(): ext/standard/basic_functions.c ext/standard/tests/serialize/serialization_error_001.phpt ext/standard/tests/serialize/unserialize_consumed.phpt ext/standard/var.c
Pierre Joye
-
2013/05/16
[PHP-CVS] com php-src: Add optional second arg to unserialize(): ext/standard/basic_functions.c ext/standard/tests/serialize/serialization_error_001.phpt ext/standard/tests/serialize/unserialize_consumed.phpt ext/standard/var.c
Sara Golemon
-
2013/05/16
[PHP-CVS] com php-src: Fixed error handling for ext/sockets under win: ext/sockets/sockets.c
Anatol Belski
-
2013/05/16
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/sockets/sockets.c
Anatol Belski
-
2013/05/15
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': main/main.c
Anatol Belski
-
2013/05/15
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: main/main.c
Anatol Belski
-
2013/05/15
[PHP-CVS] com php-src: Fixed bug #64853Use of no longer available ini directives causes crash on TS build: NEWS main/main.c
Anatol Belski
-
2013/05/15
[PHP-CVS] com php-src: updated NEWS: NEWS
Anatol Belski
-
2013/05/15
[PHP-CVS] svn: /SVNROOT/ global_avail
Hannes Magnusson
-
2013/05/15
[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: ext/phar/phar_object.c ext/phar/util.c
Pierre Joye
-
2013/05/15
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/phar/phar_object.c
Pierre Joye
-
2013/05/15
[PHP-CVS] com php-src: Fix array_colum segfault: ext/standard/array.c
David Soria Parra
-
2013/05/15
[PHP-CVS] com php-src: fixe preprocessor definition: ext/gd/config.w32
Anatol Belski
-
2013/05/15
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/mysql/php_mysql.c ext/phar/phar_object.c
Anatol Belski
-
2013/05/15
[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: ext/mysql/php_mysql.c ext/phar/phar_object.c ext/phar/util.c
Anatol Belski
-
2013/05/15
[PHP-CVS] com php-src: Fix unitialized vars when sql.safe_mode=1: ext/mysql/php_mysql.c
Anatol Belski
-
2013/05/14
[PHP-CVS] svn: /SVNROOT/ global_avail
Ferenc Kovacs
-
2013/05/14
[PHP-CVS] svn: /SVNROOT/ global_avail
Ferenc Kovacs
-
2013/05/14
[PHP-CVS] com php-src: more check for php_stream_fopen_tmpfile failure: ext/phar/phar_object.c ext/phar/tar.c ext/phar/util.c ext/phar/zip.c
Pierre Joye
-
2013/05/14
[PHP-CVS] com php-src: Fix for Bug #64394 MYSQL_OPT_CAN_HANDLE_EXPIRED_PASSWORDS undeclared when using Connector/C: NEWS ext/mysqli/mysqli.c ext/mysqli/mysqli_api.c ext/mysqli/tests/mysqli_expire_password.phpt
Andrey Hristov
-
2013/05/14
[PHP-CVS] com php-src: updated libmagic.patch after fix for #64830: ext/fileinfo/libmagic.patch
Anatol Belski
-
2013/05/14
[PHP-CVS] com php-src: updated NEWS: NEWS
Anatol Belski
-
2013/05/14
[PHP-CVS] com php-src: Fixed bug #64830 mimetype detection segfaults on mp3 file: NEWS ext/fileinfo/libmagic/softmagic.c ext/fileinfo/tests/finfo_file_002.phpt ext/fileinfo/tests/resources/test.mp3
Anatol Belski
-
2013/05/14
[PHP-CVS] com php-src: php_stream_fopen_tmpfile may file, causing any following stream usage to crash: ext/phar/zip.c
Pierre Joye
-
2013/05/13
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/soap/soap.c
Anatol Belski
-
2013/05/13
[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: ext/soap/soap.c
Anatol Belski
-
2013/05/13
[PHP-CVS] com php-src: fix heap overflow warnings on win x64 debug crt: ext/soap/soap.c
Anatol Belski
-
2013/05/12
[PHP-CVS] com php-src: Fixed bug #64825 Invalid free unserializing DateTimeZone: NEWS ext/date/php_date.c
Anatol Belski
-
2013/05/12
[PHP-CVS] com php-src: updated NEWS: NEWS
Anatol Belski
-
2013/05/12
[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: Zend/zend_exceptions.c
Anatol Belski
-
2013/05/12
[PHP-CVS] com php-src: updated NEWS: NEWS
Anatol Belski
-
2013/05/12
[PHP-CVS] com php-src: Fixed bug #64821 Custom Exceptions crash when internal properties overridden: NEWS Zend/tests/bug64821.1.phpt Zend/tests/bug64821.2.phpt Zend/tests/bug64821.3.phpt Zend/zend_exceptions.c
Anatol Belski
-
2013/05/11
[PHP-CVS] svn: /SVNROOT/ global_avail
Ferenc Kovacs
-
2013/05/10
[PHP-CVS] com php-src: fixed variable corruption under win x64: ext/wddx/wddx.c
Anatol Belski
-
2013/05/10
[PHP-CVS] svn: /SVNROOT/ global_avail
Ferenc Kovacs
-
2013/05/09
[PHP-CVS] com php-src: Fix for challenge string length pointed out by Kalle Nielsen: ext/openssl/openssl.c
Jason Gerfen
-
2013/05/09
Re: [PHP-CVS] com php-src: Address feature request #38917 for native SPKAC (HTML5 keygen element) support: ext/openssl/openssl.c ext/openssl/php_openssl.h ext/openssl/tests/openssl_spki_export.phpt ext/openssl/tests/openssl_spki_export_challenge.phpt ext/openssl/tests/openssl_spki_new.phpt ext/openssl/tests/openssl_spki_verify.phpt
Kalle Sommer Nielsen
-
2013/05/09
[PHP-CVS] com php-src: Address feature request #38917 for native SPKAC (HTML5 keygen element) support: ext/openssl/openssl.c ext/openssl/php_openssl.h ext/openssl/tests/openssl_spki_export.phpt ext/openssl/tests/openssl_spki_export_challenge.phpt ext/openssl/tests/openssl_spki_new.phpt ext/openssl/tests/openssl_spki_verify.phpt
Jason Gerfen
-
2013/05/09
[PHP-CVS] com php-src: Missed SKIPIF: ext/filter/tests/bug49510.phpt ext/mbstring/tests/mb_str_functions_opt-parameter.phpt
Xinchen Hui
-
2013/05/08
[PHP-CVS] svn: /SVNROOT/ global_avail
Ferenc Kovacs
-
2013/05/08
[PHP-CVS] com php-src: Fix NEWS (wrong bug # AND wrong section...): NEWS
Gustavo André dos Santos Lopes
-
2013/05/08
[PHP-CVS] com php-src: Fix bug #64506: fix build with --disable-ipv6: NEWS ext/sockets/conversions.c ext/sockets/sendrecvmsg.c ext/sockets/sockets.c
Gustavo André dos Santos Lopes
-
2013/05/08
[PHP-CVS] com php-src: Fix bug #64506: fix build with --disable-ipv6: NEWS ext/sockets/conversions.c ext/sockets/sendrecvmsg.c ext/sockets/sockets.c
Gustavo André dos Santos Lopes
-
2013/05/08
[PHP-CVS] com php-src: Fixed bug #64769 mbstring PHPTs crash on Windows x64: NEWS ext/mbstring/oniguruma/oniguruma.h ext/mbstring/oniguruma/st.h
Anatol Belski
-
2013/05/08
[PHP-CVS] com php-src: Fixed bug #64769 mbstring PHPTs crash on Windows x64: NEWS ext/mbstring/oniguruma/oniguruma.h ext/mbstring/oniguruma/st.h
Anatol Belski
-
2013/05/08
[PHP-CVS] com php-src: Fixed news, rc1 is already branched: NEWS
Anatol Belski
-
2013/05/08
[PHP-CVS] com php-src: NEWS for RC1: NEWS
David Soria Parra
-
2013/05/08
[PHP-CVS] com php-src: News for RC2: NEWS
David Soria Parra
-
2013/05/08
[PHP-CVS] tag php-src: create tag php-5.5.0RC1
David Soria Parra
-
2013/05/08
[PHP-CVS] com php-src: PHP 5.3.25 NEWS: NEWS
Johannes Schlüter
-
2013/05/08
[PHP-CVS] tag php-src: create tag php-5.3.25
Johannes Schlüter
-
2013/05/08
[PHP-CVS] com php-src: PHP 5.3.25: NEWS configure.in main/php_version.h
Johannes Schlüter
-
2013/05/07
[PHP-CVS] tag php-src: create tag php-5.4.15
Stanislav Malyshev
-
2013/05/07
[PHP-CVS] com php-src: 5.4.15: NEWS configure.in main/php_version.h
Stanislav Malyshev
-
2013/05/07
[PHP-CVS] com php-src: Fixed bug #64785 : restore 5.4 behaviour, libpng is mandatory: ext/gd/config.m4
Remi Collet
-
2013/05/07
[PHP-CVS] com php-src: Fix #64780 (PHP 5.5 builds are broken with GCC 3): Zend/zend_operators.h
Ard Biesheuvel
-
2013/05/07
[PHP-CVS] svn: /SVNROOT/ global_avail
Ferenc Kovacs
-
2013/05/06
Re: [PHP-CVS] com php-src: Improve x86 inline assembler: Zend/zend_alloc.c Zend/zend_operators.h
Christopher Jones
-
2013/05/06
[PHP-CVS] com php-src: gd: fix 2 failed tests (bundled lib) due to arithmetic precision (allow minor diff).: ext/gd/tests/bug43073.phpt ext/gd/tests/bug48801.phpt
Remi Collet
-
2013/05/06
[PHP-CVS] com php-src: gd: fix previous (bad include): ext/gd/gd_compat.c
Remi Collet
-
2013/05/06
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/gd/gd.c
Remi Collet
-
2013/05/06
[PHP-CVS] com php-src: Revert removal of overflow2 use in gd.c Function provided by gd_security with bundled libgd Function provided by gd_compat with system libgd: ext/gd/gd.c ext/gd/gd_compat.c ext/gd/gd_compat.h ext/gd/tests/imageloadfont_invalid.phpt
Remi Collet
-
2013/05/05
[PHP-CVS] com php-src: gd: fix include...: ext/gd/gd_compat.c
Remi Collet
-
2013/05/05
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/gd/gd.c
Remi Collet
-
2013/05/05
[PHP-CVS] com php-src: Move (back) missing functions in system libgd to gd_compat - display libPng version in all cases - gd_compat.c in ext/gd (nothing in ext/gd/libgd): ext/gd/config.m4 ext/gd/gd.c ext/gd/gd_compat.c ext/gd/gd_compat.h
Remi Collet
-
2013/05/04
[PHP-CVS] com php-src: gd: don't include png.h (breaks build on some old version), so report libPNG version only with external libgd: ext/gd/gd.c
Remi Collet
-
2013/05/04
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/gd/gd.c
Remi Collet
-
2013/05/04
Re: [PHP-CVS] com php-src: gd: missing comma: ext/gd/config.m4
Christopher Jones
-
2013/05/04
[PHP-CVS] com php-src: gd: missing comma: ext/gd/config.m4
Remi Collet
-
2013/05/04
Re: [PHP-CVS] com php-src: gd: fix typo and cleanups: ext/gd/config.m4
Christopher Jones
-
2013/05/04
[PHP-CVS] com php-src: gd: fix typo and cleanups: ext/gd/config.m4
Remi Collet
-
2013/05/04
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/gd/gd.c
Remi Collet
-
2013/05/04
[PHP-CVS] com php-src: Remove overflow2, getmbi and skipheader, since they are not needed anymore.: ext/gd/libgd/gd_compat.c
Remi Collet
-
2013/05/04
[PHP-CVS] com php-src: Allow to use new GD-2.1.0 function from system library: ext/gd/config.m4 ext/gd/gd.c ext/gd/libgd/gd_compat.h ext/gd/php_gd.h
Remi Collet
-
2013/05/04
[PHP-CVS] com php-src: * Remove overflow2, getmbi and skipheaders from gd_compat.h * Add missing return in _php_ctx_getmbi * Reintroduce imagecreatefromxbm by checking for gdCreateImageFromXbm: ext/gd/config.m4 ext/gd/gd.c ext/gd/libgd/gd_compat.h
Remi Collet
-
2013/05/04
[PHP-CVS] com php-src: Remove extra unused functions from gd_compat.h: ext/gd/libgd/gd_compat.h
Remi Collet
-
2013/05/04
[PHP-CVS] com php-src: Move png and jpeg version functions to gd.c so the external library build doesn't include anything from libgd/.: ext/gd/config.m4 ext/gd/gd.c ext/gd/libgd/gd_compat.c ext/gd/libgd/gd_compat.h
Remi Collet
-
2013/05/04
[PHP-CVS] com php-src: Rewrite Xpm library check so it doesn't break on MultiArch systems: ext/gd/config.m4
Remi Collet
-
2013/05/04
[PHP-CVS] com php-src: fix build with bundled libgd: ext/gd/gd.c ext/gd/php_gd.h
Remi Collet
-
2013/05/04
[PHP-CVS] com php-src: NEWS: NEWS
Remi Collet
-
2013/05/04
[PHP-CVS] com php-src: Fix #64749 (warning: cast from pointer to integer of different size): Zend/zend_compile.c
Xinchen Hui
-
2013/05/04
[PHP-CVS] com php-src: better fix for bug #64770: ext/standard/streamsfuncs.c ext/standard/tests/streams/bug64770.phpt
Anatol Belski
-
2013/05/04
[PHP-CVS] com php-src: better fix for bug #64770: ext/standard/streamsfuncs.c ext/standard/tests/streams/bug64770.phpt
Anatol Belski
-
2013/05/03
[PHP-CVS] com php-src: remove OS-specific OIDs from 'WALK multiple on single OID with OID suffix as keys' test part: ext/snmp/tests/snmp-object.phpt
Boris Lytochkin
-
2013/05/03
[PHP-CVS] com php-src: re-work walkaround for net-snmp BUGid 2027834, no need to detect it anymore add test for Bug #64159 bump default buffer size for values(32->512): do not reallocate buffers in 99% cases: ext/snmp/config.m4 ext/snmp/snmp.c ext/snmp/tests/README ext/snmp/tests/bigtest.sh ext/snmp/tests/bug64159.phpt ext/snmp/tests/snmpd.conf
Boris Lytochkin
-
2013/05/03
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/snmp/snmp.c
Boris Lytochkin
-
2013/05/03
[PHP-CVS] com php-src: cut PHP_VERSION_ID - we know API version now: ext/snmp/snmp.c
Boris Lytochkin
-
2013/05/03
[PHP-CVS] com php-src: updated NEWS: NEWS
Anatol Belski
-
2013/05/03
[PHP-CVS] com php-src: updated NEWS: NEWS
Anatol Belski
-
2013/05/03
[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: ext/standard/streamsfuncs.c
Anatol Belski
-
2013/05/03
[PHP-CVS] com php-src: Fixed bug #64770 stream_select() fails with pipes: NEWS ext/standard/streamsfuncs.c ext/standard/tests/streams/bug64770.phpt
Anatol Belski
-
2013/05/03
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/snmp/snmp.c
Boris Lytochkin
-
2013/05/03
[PHP-CVS] com php-src: Fixed bug #64159 (Truncated snmpget): NEWS ext/snmp/snmp.c
Boris Lytochkin
-
2013/05/03
[PHP-CVS] com php-src: Fixed bug #64159 (Truncated snmpget): NEWS
Boris Lytochkin
-
2013/05/03
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/snmp/snmp.c
Boris Lytochkin
-
2013/05/03
[PHP-CVS] com php-src: Fix bug #64765 (enclose IPv6 address into square brackets): ext/snmp/snmp.c
Boris Lytochkin
-
2013/05/03
[PHP-CVS] com php-src: update NEWS: NEWS
Boris Lytochkin
-
2013/05/03
[PHP-CVS] com php-src: update NEWS: NEWS
Boris Lytochkin
-
2013/05/02
[PHP-CVS] com php-src: NEWS: NEWS
Remi Collet
-
2013/05/02
[PHP-CVS] com php-src: NEWS: NEWS
Remi Collet
-
2013/05/02
[PHP-CVS] com php-src: NEWS: NEWS
Remi Collet
-
2013/05/02
[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: sapi/fpm/fpm/fpm_sockets.c
Remi Collet
-
2013/05/02
[PHP-CVS] com php-src: From code coverity scan, syscall return value must be check.: sapi/fpm/fpm/fpm_log.c sapi/fpm/fpm/fpm_signals.c sapi/fpm/fpm/fpm_sockets.c sapi/fpm/fpm/fpm_stdio.c
Remi Collet
-
2013/05/02
[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: sapi/fpm/fpm/fpm_sockets.c
Remi Collet
-
2013/05/02
[PHP-CVS] com php-src: fix more resource leaks: sapi/fpm/fpm/fpm_sockets.c sapi/fpm/fpm/fpm_stdio.c
Remi Collet
-
2013/05/02
[PHP-CVS] com php-src: From code coverity scan - fix some memory leak - fix some resources leak (fd) - create fpm_worker_pool_free (shared use) - possible null dref (wp->user and wp->home can be null): sapi/fpm/fpm/fpm_conf.c sapi/fpm/fpm/fpm_worker_pool.c sapi/fpm/fpm/fpm_worker_pool.h
Remi Collet
-
2013/05/02
[PHP-CVS] com php-src: fixed size array cannot be null: sapi/fpm/fpm/fpm_log.c
Remi Collet
-
2013/05/02
[PHP-CVS] com php-src: unused variable: sapi/fpm/fpm/fpm_conf.c
Remi Collet
-
2013/05/02
[PHP-CVS] com php-src: use limit_extensions as we use security_limit_extensions later (free): sapi/fpm/fpm/fpm_conf.c
Remi Collet
-
2013/05/02
[PHP-CVS] com php-src: fix possible null deref (detected by code coverity scan): sapi/fpm/fpm/fpm_main.c
Remi Collet
-
2013/05/02
[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: sapi/fpm/fpm/fpm_main.c
Remi Collet
-
2013/05/01
[PHP-CVS] svn: /SVNROOT/ global_avail
Pierre Joye
-
2013/05/01
[PHP-CVS] com php-src: updated lib versions: win32/build/libs_version.txt
Anatol Belski
-
2013/04/30
[PHP-CVS] com php-src: Oops: ext/sockets/tests/ipv6loop.phpt
Sara Golemon
-
2013/04/30
[PHP-CVS] com php-src: Harden loopback tests: ext/sockets/tests/ipv4loop.phpt ext/sockets/tests/ipv6loop.phpt ext/sockets/tests/socket_getpeername_ipv4loop.phpt ext/sockets/tests/socket_getpeername_ipv6loop.phpt
Sara Golemon
-
2013/04/30
[PHP-CVS] com php-src: Fix race condition when ext/hash/tests run in parallel: ext/hash/tests/hash_file_basic.phpt ext/hash/tests/hash_file_error.phpt
Sara Golemon
-
2013/04/30
Re: [PHP-CVS] com php-src: Fix bug #64729: compilation failure on x32: Zend/zend_alloc.c Zend/zend_multiply.h
Gustavo Lopes
-
2013/04/30
Re: [PHP-CVS] com php-src: Fix bug #64729: compilation failure on x32: Zend/zend_alloc.c Zend/zend_multiply.h
Stas Malyshev
-
2013/04/30
[PHP-CVS] com php-src: Fix bug #64729: compilation failure on x32: Zend/zend_alloc.c Zend/zend_multiply.h
Gustavo André dos Santos Lopes
-
2013/04/30
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: Zend/zend_alloc.c Zend/zend_multiply.h
Gustavo André dos Santos Lopes
-
2013/04/30
[PHP-CVS] com php-src: NEWS for 514afd67: NEWS
Gustavo André dos Santos Lopes
-
2013/04/30
[PHP-CVS] com php-src: don't include smart_str.h in a too global header, fixes #64718: ext/mysqlnd/mysqlnd.c ext/mysqlnd/mysqlnd_structs.h
Johannes Schlüter
-
2013/04/30
[PHP-CVS] com php-src: NEWS: NEWS
Remi Collet
-
2013/04/30
[PHP-CVS] com php-src: When Apache use RewriteRule to redirect, via mod_proxy_fgi, to php-fpm the SCRIPT_FILENAME may contains the QUERY_STRING.: NEWS sapi/fpm/fpm/fpm_main.c
Remi Collet
-
2013/04/29
[PHP-CVS] com php-src: Added SoapClient constructor option 'ssl_method' to specify ssl method: NEWS ext/soap/php_http.c ext/soap/php_soap.h ext/soap/soap.c
Dmitry Stogov
-
2013/04/29
[PHP-CVS] com php-src: fix #64738, fix implicit type declaration: ext/gd/libgd/gd_interpolation.c
Pierre Joye
-
2013/04/29
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/gd/libgd/gd_interpolation.c
Pierre Joye
-
2013/04/29
Re: [PHP-CVS] com php-src: Fix conversion from unsigned char to char: sapi/cgi/cgi_main.c
David Soria Parra
-
2013/04/29
Re: [PHP-CVS] com php-src: Fix conversion from unsigned char to char: sapi/cgi/cgi_main.c
Stas Malyshev
-
2013/04/29
[PHP-CVS] com php-src: Revert "Add CURL_WRAPPERS_ENABLE constant": NEWS ext/curl/interface.c
Stanislav Malyshev
-
2013/04/29
[PHP-CVS] com php-src: Revert "Fix conversion from unsigned char to char": sapi/cgi/cgi_main.c
David Soria Parra
-
2013/04/29
[PHP-CVS] com php-src: Fixed compilation warnings (issue #92): ext/opcache/Optimizer/zend_optimizer_internal.h
Dmitry Stogov
-
2013/04/29
[PHP-CVS] com php-src: Revert "Add CURL_WRAPPERS_ENABLE constant": NEWS ext/curl/interface.c
Stanislav Malyshev
-
2013/04/29
[PHP-CVS] com php-src: Avoid possible conditional jump depended on uninitialised value: ext/opcache/Optimizer/block_pass.c
Dmitry Stogov
-
2013/04/27
Re: [PHP-CVS] com php-src: Fix conversion from unsigned char to char: sapi/cgi/cgi_main.c
Nuno Lopes
-
2013/04/27
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/gd/gd.c
Pierre Joye
-
2013/04/27
[PHP-CVS] com php-src: fix #64725, wrong res check: ext/gd/gd.c
Pierre Joye
-
2013/04/27
[PHP-CVS] com php-src: Also fixed bug #64726 in 5.3: NEWS ext/mysqli/mysqli.c ext/mysqli/tests/bug64726.phpt
Xinchen Hui
-
2013/04/27
[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: ext/mysqli/tests/bug64726.phpt
Xinchen Hui
-
2013/04/27
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/mysqli/mysqli.c ext/mysqlnd/mysqlnd_result.c
Xinchen Hui
-
2013/04/27
[PHP-CVS] com php-src: Update NEWS: NEWS
Xinchen Hui
-
2013/04/27
[PHP-CVS] com php-src: Fixed bug #64726 (Segfault when calling fetch_object on a use_result and DB pointer has closed): NEWS ext/mysqli/mysqli.c ext/mysqli/tests/bug64726.phpt
Xinchen Hui
-
2013/04/27
[PHP-CVS] com php-src: Fix memory realted to #64726: ext/mysqli/tests/bug64726.phpt ext/mysqlnd/mysqlnd_result.c
Xinchen Hui
-
2013/04/27
[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: ext/mysqlnd/mysqlnd_result.c
Xinchen Hui
-
2013/04/27
[PHP-CVS] com php-src: updated libmagic.patch: ext/fileinfo/libmagic.patch
Anatol Belski
-
2013/04/27
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/fileinfo/libmagic/print.c
Anatol Belski
-
2013/04/27
[PHP-CVS] com php-src: Fixed bug bug #64713 Compilation warnings in finfo: ext/fileinfo/libmagic/apprentice.c ext/fileinfo/libmagic/magic.c ext/fileinfo/libmagic/print.c
Anatol Belski
-
2013/04/26
[PHP-CVS] com php-src: Fix conversion from unsigned char to char: sapi/cgi/cgi_main.c
David Soria Parra
-
2013/04/26
[PHP-CVS] com php-src: Fix #64712 (Obsolete declarations in php_date.c): ext/date/php_date.c
David Soria Parra
-
2013/04/26
[PHP-CVS] com php-src: Fix #64711 ("value computed but not used" in parse_date.c): ext/date/lib/parse_date.c ext/date/lib/parse_date.re
David Soria Parra
-
2013/04/26
[PHP-CVS] com php-src: Fix implicit uint* to int* conversion warning: Zend/zend_builtin_functions.c
David Soria Parra
-
2013/04/25
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/gd/gd.c
Pierre Joye
-
2013/04/25
[PHP-CVS] com php-src: #64710, kill unused vars: ext/gd/libgd/gd.c
Pierre Joye
-
2013/04/25
[PHP-CVS] com php-src: #64710, Implicit declaration: ext/gd/gd.c
Pierre Joye
-
2013/04/25
[PHP-CVS] com php-src: #64710, kill unused vars: ext/gd/gd.c
Pierre Joye
-
2013/04/25
[PHP-CVS] com php-src: #64710, kill unused vars: ext/gd/libgd/gd.c
Pierre Joye
-
2013/04/25
[PHP-CVS] com php-src: #64710, kill unused vars: ext/gd/gd.c
Pierre Joye
-
2013/04/25
[PHP-CVS] com php-src: #64710, kill unused vars: ext/gd/gd.c
Pierre Joye
-
2013/04/25
[PHP-CVS] com php-src: - #64710, kill unused var: ext/gd/libgd/gd.c
Pierre Joye
-
2013/04/25
[PHP-CVS] com php-src: - #64710, check return val: ext/gd/gd.c
Pierre Joye
-
2013/04/25
[PHP-CVS] com php-src: Adding sys_get_temp_dir() test specific for Windows.: tests/basic/req60524-win.phpt tests/basic/req60524.phpt
Matt Ficken
-
2013/04/25
[PHP-CVS] com php-src: Fixed float precision change under Windows x64: Zend/zend_float.h
Anatol Belski
-
2013/04/25
[PHP-CVS] com php-src: Fix Test Bug #64714: ext/standard/tests/file/bug24482.phpt
Matt Ficken
-
2013/04/25
[PHP-CVS] com php-src: PHP 5.3.25RC1: NEWS configure.in main/php_version.h
Johannes Schlüter
-
2013/04/25
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': NEWS
Johannes Schlüter
-
2013/04/25
[PHP-CVS] com php-src: PHP 5.3.26 this will be: NEWS configure.in main/php_version.h
Johannes Schlüter
-
2013/04/25
[PHP-CVS] tag php-src: create tag php-5.3.25RC1
Johannes Schlüter
-
2013/04/25
[PHP-CVS] com php-src: Fix NEWS: NEWS
Johannes Schlüter
-
2013/04/25
[PHP-CVS] com php-src: Fix zlib/tests/gzseek to create unique temporary files: ext/zlib/tests/gzseek_basic2.phpt ext/zlib/tests/gzseek_variation1.phpt ext/zlib/tests/gzseek_variation4.phpt ext/zlib/tests/gzseek_variation5.phpt ext/zlib/tests/gzseek_variation7.phpt
Sara Golemon
-
2013/04/24
[PHP-CVS] com php-src: Fix curl build on windows: ext/curl/config.w32
David Soria Parra
-
2013/04/24
[PHP-CVS] com php-src: NEWS for PHP 5.5.0 Beta 4 again: NEWS
David Soria Parra
-
2013/04/24
[PHP-CVS] com php-src: NEWS for RC1: NEWS
David Soria Parra
-
2013/04/24
[PHP-CVS] tag php-src: update tag php-5.5.0beta4
David Soria Parra
-
2013/04/24
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/gd/libgd/gd.h
Remi Collet
-
2013/04/24
[PHP-CVS] com php-src: Fixed bug #64707 missing declaration after dd0399f: ext/gd/libgd/gd.h
Remi Collet
-
2013/04/24
Re: [PHP-CVS] com php-src: We need both gdImageCreateFromJpeg* and gdImageCreateFromJpeg*Ex: ext/gd/gd.c ext/gd/libgd/gd.h ext/gd/libgd/gd_jpeg.c
Christopher Jones
-
2013/04/24
Re: [PHP-CVS] com php-src: Allow array_column() to take -1 as a valid value in third param: ext/standard/array.c ext/standard/tests/array/array_column_basic.phpt
Christopher Jones
-
2013/04/24
[PHP-CVS] com php-src: Update NEWS file: NEWS
Pierrick Charron
-
2013/04/24
[PHP-CVS] com php-src: 5.4.16-dev: NEWS configure.in main/php_version.h
Stanislav Malyshev
-
2013/04/24
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/gd/gd.c
Remi Collet
-
2013/04/24
[PHP-CVS] com php-src: allow use of gdImageCreateFromJpegEx with system libgd: ext/gd/config.m4 ext/gd/gd.c
Remi Collet
-
2013/04/24
[PHP-CVS] com php-src: gd: missing headers in previous: ext/gd/php_gd.h
Remi Collet
-
2013/04/24
[PHP-CVS] com php-src: We need both gdImageCreateFromJpeg* and gdImageCreateFromJpeg*Ex: ext/gd/gd.c ext/gd/libgd/gd.h ext/gd/libgd/gd_jpeg.c
Remi Collet
-
2013/04/24
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/gd/gd.c ext/gd/libgd/gd.h
Remi Collet
-
2013/04/24
[PHP-CVS] com php-src: gd: fix proto comment: ext/gd/gd.c
Remi Collet
-
2013/04/24
[PHP-CVS] com php-src: gd: fix proto comment: ext/gd/gd.c
Remi Collet
-
2013/04/24
[PHP-CVS] com php-src: Removed fork of ext/zlib/tests/bug_52944.phpt: ext/zlib/tests/bug_52944-win.phpt ext/zlib/tests/bug_52944.phpt
Anatol Belski
-
2013/04/24
[PHP-CVS] com php-src: gd: provide imageflip with system libgd when available: ext/gd/config.m4 ext/gd/gd.c
Remi Collet
-
2013/04/24
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/gd/gd.c
Remi Collet
-
2013/04/24
[PHP-CVS] com php-src: NEWS for beta 4: NEWS
David Soria Parra
-
2013/04/24
[PHP-CVS] com php-src: NEWS for RC 1: NEWS
David Soria Parra
-
2013/04/24
[PHP-CVS] tag php-src: create tag php-5.5.0beta4
David Soria Parra
-
2013/04/23
[PHP-CVS] com php-src: update credits: ext/standard/credits_sapi.h
Stanislav Malyshev
-
2013/04/23
[PHP-CVS] com php-src: update credits: ext/standard/credits_sapi.h
Stanislav Malyshev
-
2013/04/23
[PHP-CVS] tag php-src: create tag php-5.4.15RC1
Stanislav Malyshev