Stanislav Malyshev
2bad01e61b
Fix bug #62665 : add curl.cainfo to php.ini
Conflicts:
php.ini-development
php.ini-production
13 years ago
Stanislav Malyshev
a51b50000d
add news for bug #65219
13 years ago
Lior Kaplan
f4b9b20b35
Add built-in web server to invocation list
13 years ago
Lior Kaplan
bcef0ebc2d
Terminology: change embedded web server to built-in web server to align with cli usage
13 years ago
Lior Kaplan
07501dc1a2
Align -B and -E parameter names with cli usage (begin_code and end_code)
13 years ago
Anatol Belski
6e3134610c
Merge branch 'PHP-5.4' of https://github.com/php/php-src into PHP-5.4
13 years ago
Anatol Belski
add0833681
fix uninitialized memory usage
13 years ago
Stanley Sufficool
67c03eac62
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
13 years ago
Stanley Sufficool
d012bdca03
Fix Bug #65219
DBSETLDBNAME should be called before login to set DBNAME in login record
13 years ago
Stanley Sufficool
6e32a871a4
Merge branch 'PHP-5.3' of https://git.php.net/push/php-src into PHP-5.3
* 'PHP-5.3' of https://git.php.net/push/php-src : (23 commits)
Merge PHP 5.3.27 NEWS
add test for bug #65236
truncate results at depth of 255 to prevent corruption
fix assembly of safe_address() for x86 and x86_64
Add bison 2.6.4 to the list of supported versions
Update git rules (5.5 is stable, 5.3 sec only)
This will be PHP 5.3.28
Fixed bug #63186 (compile failure on netbsd)
ensure the error_reporting level to get expected notice
fixed tests
missing tests for bug #53437
missing colon
Backported the fix for bug #53437
Fixed test script
Fixed bug #64997 (Segfault while using RecursiveIteratorIterator on 64-bits systems)
Fixed bug #64966 (segfault in zend_do_fcall_common_helper_SPEC)
Fixed bug #64934 Apache2 TS crash with get_browser()
Add NEWS for PHP 5.3.26
Fixed bug #64960 (Segfault in gc_zval_possible_root)
fix CVE-2013-2110 - use correct formula to calculate string size
...
13 years ago
Xinchen Hui
ebad5178c4
Fixed bug #65254 (Exception not catchable when exception thrown in autoload with a namespace).
13 years ago
Felipe Pena
eab076020d
- BFN
13 years ago
Felipe Pena
0863a0d6a0
- Bug #65228 (FTPs memory leak) patch by: marco dot beierer at mbsecurity dot ch
13 years ago
Felipe Pena
281936b295
- Fixed bug #65227 (Memory leak in gmp_cmp second parameter)
13 years ago
Yasuo Ohgaki
0ddb3d97de
Fixed meta data retrieve when OID is larger than 2^31
13 years ago
Stanislav Malyshev
d2a83efe5b
fix the date for 5.4.17
13 years ago
Stanislav Malyshev
b2fbb4cc40
update 5.4.17 date
13 years ago
Stanislav Malyshev
5b01b0904f
update 5.4.17 date
13 years ago
Anatol Belski
2acc386270
Fixed bug #65226 chroot() does not get enabled
13 years ago
Christopher Jones
96f77f845a
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
* 'PHP-5.4' of https://git.php.net/repository/php-src :
Merge PHP 5.3.27 NEWS
add test for bug #65236
fix possible resource leak and make sure there's something to qsort()
- Updated to version 2013.4 (2013d)
13 years ago
Christopher Jones
e2e002d4ea
Merge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3
* 'PHP-5.3' of https://git.php.net/repository/php-src :
Merge PHP 5.3.27 NEWS
add test for bug #65236
13 years ago
Johannes Schlüter
4c6c048e3e
Merge branch 'PHP-5.3' into PHP-5.4
13 years ago
Johannes Schlüter
9c4ef50146
Merge PHP 5.3.27 NEWS
13 years ago
Johannes Schlüter
4204e2cb5b
Merge branch 'PHP-5.3' into PHP-5.4
13 years ago
Johannes Schlüter
710eee5555
add test for bug #65236
13 years ago
Anatol Belski
29ac511b8a
fix possible resource leak and make sure there's something to qsort()
13 years ago
Derick Rethans
c7ee677f2f
- Updated to version 2013.4 (2013d)
13 years ago
Christopher Jones
79df8cf9c2
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
* 'PHP-5.4' of https://git.php.net/repository/php-src :
Fixed segfault in mysqlnd when doing long prepare
13 years ago
Andrey Hristov
2c3f6dcdb6
Merge branch 'PHP-5.4' of ssh://git.php.net/php-src into PHP-5.4
Conflicts:
NEWS
13 years ago
Andrey Hristov
9fc38183b7
Fixed segfault in mysqlnd when doing long prepare
13 years ago
Rob Richards
e4a28b7b7b
Merge branch 'PHP-5.3' into PHP-5.4
# By Rob Richards (1)
* PHP-5.3:
truncate results at depth of 255 to prevent corruption
13 years ago
Rob Richards
7d163e8a08
truncate results at depth of 255 to prevent corruption
13 years ago
Nuno Lopes
e964817b24
fix assembly of safe_address() for x86 and x86_64
13 years ago
Nuno Lopes
c652cc93ec
fix assembly of safe_address() for x86 and x86_64
13 years ago
Felipe Pena
7549beb102
- Fixed build on FreeTDS 0.82
13 years ago
Johannes Schlüter
5bc7e597d9
Make sure return value is initialised in case transaction startup fails
13 years ago
Johannes Schlüter
0265c2d961
Make sure result is initilized
Practically this could only be an issue when overriding mysqlnd from
an extension, but makes static analysis happy
13 years ago
Sebastian Bergmann
74d434c091
Merge branch 'PHP-5.3' into PHP-5.4
13 years ago
Sebastian Bergmann
50ac53e1b1
Add bison 2.6.4 to the list of supported versions
13 years ago
Remi Collet
67817a199c
fix typo in php man page
13 years ago
Remi Collet
f4ce5e7fb6
Fixed Bug #65142 Missing phar man page
Simple man page from phar help output.
13 years ago
Remi Collet
4bc11af193
NEWS
13 years ago
Remi Collet
c940aab789
Fixed Bug #65143 Missing php-cgi man page
Currently php-cgi man page is a simple redirect to
php (CLI) man page.
Could be splited / improved in the future.
13 years ago
Anatol Belski
743c4864eb
Fixed mysql tests parsing phpinfo()
13 years ago
Christopher Jones
06418aca28
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
# By Stanislav Malyshev (3) and others
# Via Stanislav Malyshev (1) and Yasuo Ohgaki (1)
* 'PHP-5.4' of https://git.php.net/repository/php-src :
Update NEWS
Fixed bug #35703 : when session_name("123") consist only digits, should warning
Fixed bug #49175 : mod_files.sh does not support hash bits
add fix for #60560 into upgrading
Add a __wakeup() method to SplFixedArray, thereby fixing serialising an
small optimization
fix bug #61860 : use USearch for searches, it does the right thing
13 years ago
Yasuo Ohgaki
46214a23b8
Update NEWS
13 years ago
Yasuo Ohgaki
87dda666c7
Fixed bug #35703 : when session_name("123") consist only digits, should warning
13 years ago
Yasuo Ohgaki
ef63334fa6
Fixed bug #49175 : mod_files.sh does not support hash bits
13 years ago
Stanislav Malyshev
103cf4c060
add fix for #60560 into upgrading
13 years ago
Stanislav Malyshev
e46beabe8f
Merge branch 'bug61860' into PHP-5.4
* bug61860:
small optimization
fix bug #61860 : use USearch for searches, it does the right thing
13 years ago