summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 5.4.24php-5.4.24PHP-5.4.24Stanislav Malyshev2014-01-073-4/+4
|
* 5.4.24 RC1php-5.4.24RC1Stanislav Malyshev2013-12-243-4/+4
|
* 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
|/
* 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)).
* | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-12-111-1/+1
|\ \ | |/ | | | | | | * PHP-5.3: fix dir separator in cve-2013-6420 test
| * fix dir separator in cve-2013-6420 testAnatol Belski2013-12-111-1/+1
| |
* | Zend: fix overflow handling bug in non-x86 fast_add_function()Ard Biesheuvel2013-12-111-2/+7
| | | | | | | | | | | | The 'result' argument of fast_add_function() may alias with either of its operands (or both). Take care not to write to 'result' before reading op1 and op2.
* | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Stanislav Malyshev2013-12-104-59/+100
|\ \ | | | | | | | | | | | | * 'PHP-5.4' of git.php.net:php-src: Fixed Bug #66218 zend_register_functions breaks reflection
| * | Fixed Bug #66218 zend_register_functions breaks reflectionRemi Collet2013-12-105-59/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Functions registered using zend_register_functions instead of zend_module_entry.functions are not seen on reflection. Ex: additional_functions from api_module_entry. Ex: in CLI, dl, cli_set_process_title and cli_get_process_title Note: - also affects functions overrided in extension (should be be reported in extension, where overrided, not in original extension) - also allow extension to call zend_register_functions for various list (instead of having a single bug list)
* | | Merge branch 'PHP-5.3' into PHP-5.4Stanislav Malyshev2013-12-104-5/+66
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | | | * PHP-5.3: 5.3.29-dev Fix CVE-2013-6420 - memory corruption in openssl_x509_parse Conflicts: configure.in main/php_version.h
| * 5.3.29-devStanislav Malyshev2013-12-103-4/+6
| |
| * Fix CVE-2013-6420 - memory corruption in openssl_x509_parseStanislav Malyshev2013-12-104-5/+64
| |
| * Merge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3Christopher Jones2013-08-191-0/+1
| |\ | | | | | | | | | | | | * 'PHP-5.3' of https://git.php.net/repository/php-src: fix using wrong buffer pointer
* | | Replace invalid code with a proper #errorLior Kaplan2013-12-082-2/+2
| | | | | | | | | | | | | | | This code creates a nasty error as mentioned in bugs #31131, #37062 Patch taken from Debian's PHP package: 044-strtod_arm_fix
* | | Fixed bug #61645 (fopen and O_NONBLOCK)Michael Wallner2013-12-062-5/+8
| | | | | | | | | | | | | | | | | | if a mode like "rn" was passed to fopen(), then php_stream_parse_fopen_modes() would assign O_WRONLY to flags, because O_NONBLOCK tainted flags for the r/w/+ check
* | | fix possibly uninitialized valueMichael Wallner2013-12-061-1/+1
| | |
* | | Fix loss of precisionAndrey Hristov2013-12-043-3/+3
| | |
* | | Remove 128.0.0.0/16 and 191.255.0.0/16 from the reserved list.Adam Harvey2013-12-033-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | These were returned to the general allocation pool by RFC 3330, and hence shouldn't cause an IP address validation failure due to being reserved. At least 128.0.0.0/16 is in use on the public Internet today. Fixes bug #66229 (128.0.0.0/16 isn't reserved any longer).
* | | Fix bug #65196Michael Wallner2013-12-023-1/+46
| | | | | | | | | | | | | | | | | | Passing DOMDocumentFragment to DOMDocument::saveHTML() produces invalid markup, because a DocumentFragment is just a container for child nodes and not a real node itself.
* | | fix bug #49634xMichael Wallner2013-12-024-0/+113
| | |
* | | Fixed testsDmitry Stogov2013-12-024-20/+10
| | |
* | | Fixed ability to build non-specialized GOTO VMDmitry Stogov2013-12-021-3/+10
| | |
* | | Added validation of class names in the autoload processDmitry Stogov2013-11-293-0/+24
| | |
* | | Fixed bug #65199 (Wrong Day of Week) and fixed bug #63391 ↵Derick Rethans2013-11-284-10/+27
| | | | | | | | | | | | (Incorrect/inconsistent day of week prior to the year 1600)
* | | Merge branch 'date-time-dst-rfc' into PHP-5.4Derick Rethans2013-11-2813-450/+615
|\ \ \ | | | | | | | | | | | | | | | | This is a partial resolve of some DST issues, plenty of things to do, but as this *does* fix a few issues it's worth merging it already.
| * | | Marking those two as XFAIL for now.Derick Rethans2013-11-282-0/+4
| | | |
| * | | Fixed a few DST changeover issues.Derick Rethans2013-11-285-3/+24
| | | |
| * | | Move add/sub to timelib.Derick Rethans2013-11-283-41/+66
| | | |
| * | | Fix backwards transition diffs.Derick Rethans2013-11-281-0/+12
| | | |
| * | | Split up tests into their different categories.Derick Rethans2013-11-288-406/+470
| | | |
| * | | Group those tests a bit better, as some of the bd ones wanted a "ST" feature ↵Derick Rethans2013-11-281-13/+20
| | | | | | | | | | | | | | | | that doesn't exist yet.