summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 5.4.25php-5.4.25PHP-5.4.25Stanislav Malyshev2014-02-053-4/+4
|
* 5.4.25 RC1php-5.4.25RC1Stanislav Malyshev2014-01-213-4/+4
|
* 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
|
* fixed parameter order for zend_throw_exception_ex callAnatol Belski2013-12-141-1/+1
|
* Fix doc (svn -> git)DQNEO2013-12-131-2/+2
|
* Merge branch 'PHP-5.3' into PHP-5.4Julien Pauli2013-12-131-68/+78
|\ | | | | | | | | * PHP-5.3: Updated release process
| * Updated release processJulien Pauli2013-12-131-77/+79
| |
* | fix testMichael Wallner2013-12-121-0/+2
| |
* | Switch to using freetype-config for freetype detection.Adam Harvey2013-12-072-16/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes GD compilation against libfreetype 2.5.1 and later after they made the rather interesting decision to change their include directory layout in a point release. The original suggestion in the bug was to use pkg-config, but my inclination is to use freetype-config instead: we should be able to get the same configuration information without actually needing pkg-config installed, since pkg-config is by no means guaranteed to exist on many Unices and distros, whereas freetype-config should always be present if a libfreetype build environment is installed. Let's try it out and see what happens. Fixes bug #64405 (Use freetype-config for determining freetype2 dir(s)).