summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Update gitignore and Makefile for additional entriesWill Fitch2014-01-232-0/+5
| |/ |/|
* | fixed testAnatol Belski2014-01-221-1/+0
| |
* | fix ztsAnatol Belski2014-01-221-2/+2
| |
* | fixed missing usleep() prototype in pgsqlAnatol Belski2014-01-222-0/+5
| |
* | Fixed previous commit may delete unwanted cookies. Sync tests from upper ↵Yasuo Ohgaki2014-01-224-6/+52
| | | | | | | | branches.
* | Re-fixed bug #66469Yasuo Ohgaki2014-01-226-13/+14
| |
* | fix CVE ref for bug #66060Stanislav Malyshev2014-01-211-1/+2
| |
* | 5.4.26 nextStanislav Malyshev2014-01-213-4/+6
| |
* | fix newsStanislav Malyshev2014-01-211-3/+4
| |
* | fixed post deactivate signature in ext\libxmlAnatol Belski2014-01-211-2/+2
| |
* | fix NEWS formattingJohannes Schlüter2014-01-211-1/+2
| |
* | Fix bug #66283 (Segmentation fault after memory_limit)Johannes Schlüter2014-01-212-3/+7
| | | | | | | | | | | | | | | | There are situations where mysqlnd dupliates zvals while freeing result sets. If the memory_limit is reached during this operation the engine will bailout. This patch makes sure that a later attempt (during RSHIUTDOWN) won't cause a double free, instead we rely on the engine to free emalloc()ed memory after bailout.
* | fix these tests so they properly clean up after themselves.Ferenc Kovacs2014-01-202-0/+2
| |
* | Update NEWS for bug fix #62479Will Fitch2014-01-191-0/+3
| |
* | Enable zend.multibyte tests. Tipcal configuration works, but most tests fail.Yasuo Ohgaki2014-01-1914-95/+22
| |
* | Fix #62479: Some chars not parsed in passwordsWill Fitch2014-01-182-2/+85
| | | | | | | | | | This fixes an issue where backslashes and spaces aren't correctly parsed for passwords.
* | Fix bug #66509: copy() arginfo incorrect since 5.4Will Fitch2014-01-183-1/+17
| | | | | | | | | | | | Since 5.4, the ZEND_BEGIN_ARG_INFO_EX was replaced by non _EX, causing Reflection to assume the $context parameter is required.
* | forked the test for bug #66481Anatol Belski2014-01-172-0/+18
| |
* | Re-fixed Bug #66481 (Calls to session_name() segfault when session.name is null)Xinchen Hui2014-01-163-3/+23
| |
* | Revert "Bug #66481 Segfaults on session_name()"Xinchen Hui2014-01-162-23/+0
| | | | | | | | This reverts commit 5662ffb295c6f9cb10768d8246f2656aae6b8abb.
* | Revert "Update NEWS"Xinchen Hui2014-01-161-4/+0
| | | | | | | | This reverts commit 8f5de8ddcf5fea43928cf2358b95f3de1ab5ade9.
* | Update NEWSYasuo Ohgaki2014-01-161-0/+4
| |
* | Bug #66481 Segfaults on session_name()Conor McDermottroe2014-01-162-0/+23
| | | | | | | | | | | | | | | | | | | | If the previous value of session.name was NULL then any call to session_name($string) would result in a segmentation fault. This changes the behaviour to set the value of session.name to "PHPSESSID" if a blank value is given in php.ini or via -d on the command line. There is already protection against setting it to NULL via session_name() or ini_set().
* | fixed EOL in the testAnatol Belski2014-01-091-3/+3
| |
* | added testcase from bug #65371Anatol Belski2014-01-091-0/+22
| |
* | one more extension for the basename testAnatol Belski2014-01-051-0/+2
| |
* | improved the fix for bug #66395Anatol Belski2014-01-052-1/+50
| | | | | | | | | | - fixed the traverse vulnerability in case like c:d:file.txt - ensure paths containing NTFS streams are still worky
* | Fix bug #66286: Incorrect object comparison with inheritanceNikita Popov2014-01-043-4/+29
| | | | | | | | | | | | | | std_compare_objects immidiately returned 0 if the property tables of both objects contain NULL at some index. Thus it would report objects as equal even though properties following after that differ.
* | Fixed bug #66395 basename function doesn't remove drive letterAnatol Belski2014-01-033-1/+20
| |
* | Bump yearXinchen Hui2014-01-03807-817/+817
| |
* | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Derick Rethans2014-01-0216-30/+286
|\ \
| * | fix #66375 bad logic in sapi header callback routinekrakjoe2014-01-011-18/+25
| | |
| * | Fix leak caused by fix to bug #65667Nikita Popov2013-12-302-0/+8
| | | | | | | | | | | | ftp->stream is now closed in the ftp resource dtor.
| * | 5.4.25 nextStanislav Malyshev2013-12-243-4/+6
| | |
| * | removed outdated IsDebuggerPresent declarationAnatol Belski2013-12-231-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | This piece of code seems to retain compatibility with some windows versions before 2000. Today it's not relevant anymore and only produces a warning C4273 because of the conflicting prototype. In VC9 the declaration is present in winbase.h:4142, but available is it already in winxp. Here's the doc link http://msdn.microsoft.com/en-us/library/windows/desktop/ms680345(v=vs.85).aspx
| * | stop warnings from unused opcode mapkrakjoe2013-12-223-7/+17
| | |
| * | - BFNFelipe Pena2013-12-221-0/+4
| | |
| * | - Fixed bug #66311 (Stack smashing protection kills PDO/ODBC queries) patch ↵Felipe Pena2013-12-221-1/+2
| | | | | | | | | | | | by: michael at orlitzky dot com
| * | Included new .c file in build tooBob Weinand2013-12-227-3/+14
| | |
| * | Moved to new file, killing a lot of warningsBob Weinand2013-12-213-165/+196
| | |
| * | Fixed build...Bob Weinand2013-12-212-2/+2
| | |
| * | Added an opcode to opcode name mapBob Weinand2013-12-212-0/+177
| | | | | | | | | | | | | | | That way extensions etc. don't have to maintain their own lists anymore. Also as phpdbg is included and needs such a map, it'd be counterproductive to need to change two things on every new opcode.
| * | Merge branch '5.4' into PHP-5.4Boris Lytochkin2013-12-202-0/+9
| |\ \ | | | | | | | | | | | | | | | | | | | | * 5.4: keep 'em sorted Fixed SNMP_ERR_TOOBIG handling for bulk walk operations
| | * | keep 'em sortedBoris Lytochkin2013-12-201-3/+3
| | | |
| | * | Fixed SNMP_ERR_TOOBIG handling for bulk walk operationsBoris Lytochkin2013-12-202-0/+9
| |/ /
* | | - Updated to version 2013.9 (2013i)Derick Rethans2013-12-191-358/+372
|/ /
* | Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real)Remi Collet2013-12-192-1/+4
| |
* | Update NEWS handling section of README.GIT-RULESMichael Wallner2013-12-191-3/+5
| | | | | | | | See http://marc.info/?t=138124004400005&r=1&w=2
* | fixed possibly uninitialized value usageAnatol Belski2013-12-171-1/+1
| |
* | Fix bug #65873 - Integer overflow in exif_read_data()Stanislav Malyshev2013-12-162-1/+9
| |