1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 03:03:26 +02:00
Commit Graph

41418 Commits

Author SHA1 Message Date
Zoe Slattery 77aa29358b clarification of wwwhether 'make test' needs the PHP xecutable to be set 2009-03-20 15:43:40 +00:00
Dmitry Stogov 8f14aed31b Fixed warning 2009-03-20 11:23:00 +00:00
Zoe Slattery c71cc4eda8 added skip if for root 2009-03-20 08:58:09 +00:00
Ilia Alshanetsky c5649092e2 MFB: Fixed bug #47721 (Aligment issues in mbstring and sysvshm extension) 2009-03-19 23:11:32 +00:00
Steph Fox 01a58c323d - Add self to maintainer list so's I can get bug notifications :) 2009-03-19 22:44:55 +00:00
Steph Fox f5a65cabfd MFH
- Fix bug #38805 ( PDO Truncates Text from SQL Server Text Data Type Field)
- Bring behaviour into line with ext/mssql
- Several memleaks plugged
2009-03-19 22:16:29 +00:00
Matt Wilmas 91d325dd72 MFH: Avoid 2 conversions when decoding numbers 2009-03-19 19:26:00 +00:00
Matt Wilmas 021e5d168f MFH: Removed extra space from eval string 2009-03-19 18:34:16 +00:00
Arnaud Le Blanc 2b57d6d6ea MFH: Better fix for #44607. Fixes #47487 (php_stream_fill_read_buffer()
performance degraded after fix of bug 44607).
2009-03-19 17:55:10 +00:00
Dmitry Stogov 9f32cb2d39 Fixed check for long integer overflow 2009-03-19 15:16:10 +00:00
Etienne Kneuss 8623e9db8b MFH: Fix #47231 (offsetGet error using incorrect offset) 2009-03-19 03:01:37 +00:00
Etienne Kneuss c44d7b3576 MFH: Add test covering for #47671 2009-03-19 02:47:00 +00:00
Etienne Kneuss 225d86dcfa MFH: Fix #47671 (cloning SplObjectStorage instances) 2009-03-19 02:45:17 +00:00
Ilia Alshanetsky 61bdfaa082 Improved parameter parsing 2009-03-19 00:18:48 +00:00
andy wharmby a2e4773405 New tests for various date extension functions. Tested on Windows, Linux and linux 64 2009-03-18 23:35:25 +00:00
Dmitry Stogov 3a30cfe1e0 Removed unnecassary checks 2009-03-18 18:49:27 +00:00
Pierre Joye 8235286324 - some cleanup, more to come 2009-03-18 18:40:44 +00:00
Pierre Joye 989b9d7c43 - php.ini-dev/prod 2009-03-18 17:58:09 +00:00
Moriyoshi Koizumi df57de4879 - Use UTF-8 characters as 5.2's NEWS does. 2009-03-18 17:48:18 +00:00
Moriyoshi Koizumi 8ae17615d7 - Add support for CP850 encoding (patch by Denis Giffeler) 2009-03-18 17:44:25 +00:00
Moriyoshi Koizumi 115b041861 - MFH: Synching .dsp file (I am not sure whether I really should do this) 2009-03-18 17:34:27 +00:00
Moriyoshi Koizumi 5f863af8be - Typo. 2009-03-18 17:06:40 +00:00
Moriyoshi Koizumi a9a9e75b0b - Add entries for the encodings that are already supported by mbstring but
not listed here.
2009-03-18 17:03:38 +00:00
Moriyoshi Koizumi f1d24dfcb7 - staticise private symbols. 2009-03-18 16:51:15 +00:00
Matt Wilmas 56ee50ac62 MFH: Fixed test on 64-bit 2009-03-18 16:30:21 +00:00
Takeshi Abe 3e3721be58 MFH: Fixed libgd #186 (Tiling true colour with palette image does not work) 2009-03-18 15:30:37 +00:00
Dmitry Stogov daac1a6273 Improved speed of conditional jump instructions by checking for most useful case (conditional expression) 2009-03-18 14:17:15 +00:00
Dmitry Stogov e66bd02bc6 Inline only the most useful code 2009-03-18 14:15:28 +00:00
Dmitry Stogov ff5620524c Fixed bug #47704 (crashes on some "bad" operations with string offsets)
Removed unnecessary checks
2009-03-18 12:53:17 +00:00
Dmitry Stogov 15de25b228 Forgotten file (sorry) 2009-03-18 11:53:10 +00:00
andy wharmby 0c1fe359a1 New tests for date extension DateTime methods Tested on Windows, Linux and linux 64 2009-03-18 11:32:59 +00:00
Dmitry Stogov 69ce7ea442 optimization 2009-03-18 11:25:37 +00:00
andy wharmby 13db8cb25a New tests for date extension DateTimeZone methods Tested on Windows, Linux and linux 64 2009-03-18 11:13:04 +00:00
Dmitry Stogov c6e55db534 Forgotten include 2009-03-18 10:41:39 +00:00
Dmitry Stogov 31c0af245e Fixed floating point mathematic speed degradation (Christian) 2009-03-18 10:18:10 +00:00
Dmitry Stogov d3b42700a0 Better fix for bug #45877 (smaller and faster) 2009-03-18 09:48:55 +00:00
Pierre Joye 408abe99a7 - to 5.2 2009-03-18 08:16:13 +00:00
Matt Wilmas 6bb0ac9712 MFH: Fixed bug #45877 (Array key '2147483647' left as string) 2009-03-18 01:08:12 +00:00
Pierre Joye 30d058488e - #43073 2009-03-18 00:31:40 +00:00
Pierre Joye d5f2191170 - #43073, TrueType bounding box is wrong for angle<>0 2009-03-18 00:29:42 +00:00
Scott MacVicar a23b4073e8 MFH Missing skip in tests 2009-03-17 23:31:14 +00:00
Scott MacVicar c2b15e947d MFH Replace magic values with a define for json encoding, makes reading it a bit easier 2009-03-17 23:26:02 +00:00
Ilia Alshanetsky 76939503c8 Fixed compiler warning 2009-03-17 23:21:37 +00:00
Scott MacVicar cd9908c69c BFN 2009-03-17 23:17:40 +00:00
Scott MacVicar 8d2a5cabec MFH Add PHP_JSON_FORCE_OBJECT for forcing an object output of an array 2009-03-17 23:15:40 +00:00
Felipe Pena b117752f8b - MFH: Year++ 2009-03-17 23:07:40 +00:00
Matt Wilmas 927880b5cc MFH: Fixed bug #46882 (Serialize / Unserialize misbehaviour under OS with different bit numbers) 2009-03-17 22:04:10 +00:00
Johannes Schlüter c3fcaf1d7d MFH: Replace old php.ini files with the new ones according to
http://wiki.php.net/rfc/newinis (by Eric Lee Stewart)
2009-03-17 19:19:17 +00:00
Pierre Joye bd1e5696d1 - make it less(er) sensible to bison version 2009-03-17 16:02:00 +00:00
Pierre Joye ef5c2c83dc - make it less sensible to bison version 2009-03-17 15:59:24 +00:00