1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 23:18:13 +02:00
Commit Graph

60240 Commits

Author SHA1 Message Date
Dmitry Stogov 7628da98c4 Removed support for break/continue $var syntax 2010-11-24 12:19:56 +00:00
Dmitry Stogov bf05cc7490 Fixed test 2010-11-24 10:54:35 +00:00
Dmitry Stogov ac71f49344 Added multibyte suppport by default. Previosly php had to be compiled with --enable-zend-multibyte. Now it can be enabled or disabled throug zend.multibyte directive in php.ini (regenerated scanner) 2010-11-24 05:42:52 +00:00
Dmitry Stogov ab93d8c621 Added multibyte suppport by default. Previosly php had to be compiled with --enable-zend-multibyte. Now it can be enabled or disabled throug zend.multibyte directive in php.ini 2010-11-24 05:41:23 +00:00
Andi Gutmans 011fd8059d - Fix typo 2010-11-24 04:31:45 +00:00
Pierre Joye 1f454695a4 - fixed #53352 2010-11-23 22:14:54 +00:00
Felipe Pena 7c541356f3 - Fixed compile warnings 2010-11-23 21:49:18 +00:00
Felipe Pena 201ab8bb8c - Fixed test 2010-11-23 21:45:22 +00:00
Ilia Alshanetsky 09b69ee8ad Fixed bug #46587 (mt_rand() does not check that max is greater than min). 2010-11-23 13:09:15 +00:00
Adam Harvey f93b470fd4 Fix bug #53377 (imap_mime_header_decode() doesn't ignore \t during long MIME
header unfolding).
2010-11-23 10:34:44 +00:00
Dmitry Stogov d72ac0771d Fixed bug #35547 (Segfault accessing static method) 2010-11-23 10:22:34 +00:00
Johannes Schlüter ebb978df61 Set svn properties 2010-11-22 22:27:06 +00:00
Johannes Schlüter a876e54196 - Update tokenizer data 2010-11-22 21:56:18 +00:00
Kalle Sommer Nielsen 547691766a Fixed gettimeofday() usage for Ilia's REQUEST_TIME improvement on Windows 2010-11-22 15:43:46 +00:00
Ilia Alshanetsky 50e6d20d3c Fixed bug #51003 (unaligned memory access in ext/hash/hash_tiger.c). 2010-11-22 13:12:28 +00:00
Gustavo André dos Santos Lopes 8d82e96103 - Fix tests for \0 patch in PHP 5.3.
- Fix constants_error_004.phpt (closes bug #51901)
2010-11-22 05:10:14 +00:00
Felipe Pena f327f13204 - Fixed ZTS build 2010-11-21 17:41:33 +00:00
Johannes Schlüter dabb79bf3d - Improve test 2010-11-21 12:28:10 +00:00
Johannes Schlüter 5a1e9d1d6b - Fix #52854 (ReflectionClass::newInstanceArgs does not work for classes without constructors 2010-11-21 12:24:09 +00:00
Felipe Pena 224bfb38f7 - Fixed bug #53366 (Reflection doesnt get dynamic property value from getProperty()) 2010-11-20 22:53:55 +00:00
Kalle Sommer Nielsen 701bfaa2fa Added second fix from #50987 that wasn't apart of Ilia's commit 2010-11-20 20:59:28 +00:00
Ilia Alshanetsky 3016ad46ae Fixed bug #50987 (unaligned memory access in phar.c) 2010-11-20 19:27:31 +00:00
Stanislav Malyshev 0ba1cd1bd2 Add support for DateTime in datefmt_format 2010-11-20 02:09:04 +00:00
Gustavo André dos Santos Lopes 5a1b77422a - Reverted unintended change. 2010-11-19 23:42:44 +00:00
Stanislav Malyshev 0fa76d2407 Fix invalid args bugs by Maksymilian Arciemowicz 2010-11-19 23:22:55 +00:00
Felipe Pena 897f0b4c27 - Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVERWRITE.
patch by: jorto at redhat dot com
2010-11-19 22:06:44 +00:00
Felipe Pena 9608da9443 - Fixed bug #53362 (Segmentation fault when extending SplFixedArray) 2010-11-19 20:07:32 +00:00
Johannes Schlüter e245652b63 - commit missing upgrading note (sqlite removed) 2010-11-19 17:22:05 +00:00
Ilia Alshanetsky 5bdb47791a Fixed bug #47168 (printf of floating point variable prints maximum of 40 decimal places). 2010-11-19 16:36:10 +00:00
Kalle Sommer Nielsen 1fed0e5a84 Kill some more constness warnings in com_dotnet/phar/standard 2010-11-19 16:03:00 +00:00
Kalle Sommer Nielsen 063b213e9e Kill warnings about constness 2010-11-19 15:48:11 +00:00
Johannes Schlüter a8a9314130 Add entry for sqlite 2010-11-19 10:00:10 +00:00
Johannes Schlüter 6c76f3606c - Move the old sqlite extension to PECL
# discussed in http://www.mail-archive.com/internals@lists.php.net/msg47463.html
2010-11-19 09:55:48 +00:00
Stefan Marr 4cc45507da Fixed problem reported by Patrick ALLAERT. Trait method was not applied properly when fully qualified. 2010-11-18 17:59:04 +00:00
Jani Taskinen 15c9da1149 - One more fix for bug #53338 (when copying stuff from other macros, do it all the way.. :) 2010-11-18 16:02:37 +00:00
Jani Taskinen 6791197b31 - Added section for build system changes in UPGRADING.INTERNALS 2010-11-18 10:43:01 +00:00
Patrick Allaert 9ef050ca64 Reviewing php.ini-* configurations files:
* Making both files as similar as possible
* Removed trailing whitespaces
* Fixed some spelling mistakes
* Section [PostgresSQL] -> [PostgreSQL]
* Introducing missing mysqli.allow_{local_infile,persistent} entries in -development
2010-11-18 10:13:58 +00:00
Jani Taskinen 7c76059c1f - Fixed DTrace support in MacOSX (bug #53338) 2010-11-18 10:11:36 +00:00
Felipe Pena 932408b413 - Fixed bug #53335 (pdo_firebird did not implement rowCount())
patch by: preeves at ibphoenix dot com
2010-11-18 01:24:00 +00:00
Stefan Marr 6ad5c889a1 Added tests to for static support of traits.
# This was not tested and documented yet.
# Updated documentation in the RFC http://wiki.php.net/rfc/horizontalreuse
2010-11-17 23:05:20 +00:00
Felipe Pena 45189fa803 - Fixed bug #53306 (php crashes with segfault when DTrace "exception-thrown" probe fires)
patch by: mike at harschsystems dot com
2010-11-17 21:41:30 +00:00
Christopher Jones 46ef2edf8d Some grammar tweaks 2010-11-17 17:59:41 +00:00
Pierrick Charron 71dfe80e05 Remove unused variables 2010-11-17 17:55:18 +00:00
Pierre Joye d6723d57c0 - test for NULL deref fix 2010-11-17 17:26:33 +00:00
Jani Taskinen 55bb6fd757 - NEWS cleanup, please do not mess it anymore :) 2010-11-17 16:56:21 +00:00
Pierre Joye 1d04f413cf - NULL deref fix, patch by Gustavo 2010-11-17 16:46:19 +00:00
Jani Taskinen f6fcf2e3a4 - Fix test: register_globals is gone 2010-11-17 15:00:51 +00:00
Jani Taskinen 6d7fa61843 - Fix test 2010-11-17 14:54:37 +00:00
Felipe Pena a4fb1ff6a5 - Fixed typo (reported by eyal.t at zend dot com) 2010-11-17 14:49:26 +00:00
Jani Taskinen ab88e60310 - Fix possible crashes in 64bit builds caused by usage of int instead of size_t 2010-11-17 14:09:46 +00:00