1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 07:58:20 +02:00
Commit Graph

7072 Commits

Author SHA1 Message Date
Pierre Joye 6cf9269fa0 - Ensure that stderr output are not buffered, portability for tests 2010-01-25 14:47:19 +00:00
Ilia Alshanetsky d2127c143a Added test case for bug #44827 2010-01-25 13:08:43 +00:00
Rasmus Lerdorf 7931525343 Fix gcc version check - bug #50771 2010-01-15 18:26:53 +00:00
Ilia Alshanetsky 7669d7681a year++ 2010-01-11 12:34:10 +00:00
Dmitry Stogov 78e905bde0 Fixed bug #50519 (segfault in garbage collection when using set_error_handler and DomDocument) 2010-01-11 10:07:10 +00:00
Sebastian Bergmann 35e83d2afb sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
Sebastian Bergmann ed61d4c0b7 sed -i "s#1998-2009#1998-2010#g" **/*.re **/*.y **/*.l 2010-01-05 20:40:23 +00:00
Ilia Alshanetsky 0ffd94cb72 Fixed bug #44827 (define() allows :: in constant names). 2009-12-30 19:15:11 +00:00
Dmitry Stogov acd8753c5d Fixed bug #50519 (segfault in garbage collection when using set_error_handler and DomDocument) 2009-12-25 13:11:18 +00:00
Stanislav Malyshev 6ae89a4c8e fix flags handling in zend_parse_method_parameters_ex 2009-12-24 00:15:13 +00:00
Dmitry Stogov 3c822ea189 Fixed Unicode support 2009-12-21 15:29:21 +00:00
Felipe Pena d5e1c1718b - New tests 2009-12-20 22:04:55 +00:00
Stanislav Malyshev 7f775864d1 fix regression bug #50394: Reference argument converted to value in __call 2009-12-18 19:12:11 +00:00
Jani Taskinen 8831f4ca23 touch 2009-12-18 12:49:20 +00:00
Dmitry Stogov 94f414ca1d Fixed ASCII-comatimle encoding detection 2009-12-15 12:30:14 +00:00
Dmitry Stogov ddb43dfb5a Fixed ASCII-comatimle encoding detection 2009-12-15 12:29:26 +00:00
Dmitry Stogov d61f88b61f Fixed urldecode() and rawurldecode() to accept ASCII-Unicode strings 2009-12-14 13:46:46 +00:00
Dmitry Stogov 37bbc5cda2 Fixed wrong result of empty($_GET) in case of uninitialized $_GET 2009-12-09 10:50:10 +00:00
Jani Taskinen 30c726cfba ws 2009-12-08 16:32:26 +00:00
Felipe Pena a51e7d3343 - Added MAKE_COPY_ZVAL(ppzv, pzv) macro 2009-12-08 01:57:37 +00:00
Dmitry Stogov ee04ea7935 Fixed bug #49866 (Making reference on string offsets crashes PHP) 2009-12-07 08:47:18 +00:00
Dmitry Stogov ebc6dc19d0 Fixed bug #50351 (performance regression handling objects, ten times slower in 5.3 than in 5.2. foreach statement should not initiate GC) 2009-12-07 08:14:48 +00:00
Felipe Pena e6444b9899 - Fixed bug #49472 (Constants defined in Interfaces can be overridden) 2009-12-03 12:34:50 +00:00
Jani Taskinen eeb84ad2e7 - Touché filés 2009-11-30 22:39:59 +00:00
Jani Taskinen 8813b40f1b - Fixed bug #50340 (php.ini parser does not allow spaces in ini keys) 2009-11-30 22:38:32 +00:00
Dmitry Stogov 9ef40c1284 Fixed bug #50261 (Crash When Calling Parent Constructor with call_user_func()) 2009-11-30 11:39:53 +00:00
Felipe Pena 1d71e14007 - Fixed bug #50255 (isset() and empty() silently casts array to object) 2009-11-24 21:54:12 +00:00
Felipe Pena 2ccf2dc514 - Added test for bug #50261 2009-11-23 23:07:07 +00:00
David Soria Parra ad929b4a24 Add object-create and object-destroy dtrace probe 2009-11-16 03:10:25 +00:00
David Soria Parra b3ecb14649 Set eol-style 2009-11-16 02:06:44 +00:00
Felipe Pena adfc96335a - Fixed bug #50174 (Incorrectly matched docComment) 2009-11-14 19:17:22 +00:00
Felipe Pena 51986f9ce3 - Drop brackets 2009-11-13 00:24:43 +00:00
Felipe Pena e87ae0b388 - Fixed bug #49734 (toString must return string value) 2009-11-12 23:18:04 +00:00
Felipe Pena 11ee48ed76 - Fixed bug #50005 (Throwing through Reflection modified Exception object makes segmentation fault) 2009-11-12 00:10:00 +00:00
Felipe Pena fc9c17690d - Fixed bug #50146 (property_exists: Closure object cannot have properties) 2009-11-11 18:59:37 +00:00
Felipe Pena 3be23aba26 - Fixed bug #50148 (zend_get_property_info should check for Z_TYPE_P(member) == IS_STRING) patch by yoarvi at gmail dot com 2009-11-11 17:13:14 +00:00
Jani Taskinen a5531c13fc - Fix bad section names (extra - in the end..) 2009-11-09 17:08:48 +00:00
Dmitry Stogov a50b6f8ee0 Fixed unnecessary invokation of setitimer when timeouts have been disabled (Arvind Srinivasan) 2009-11-05 09:33:19 +00:00
Felipe Pena 480f5c4e90 - Fixed bug #49908 (throwing exception in __autoload crashes when interface is not defined) 2009-11-01 21:26:03 +00:00
David Soria Parra e21c46aec2 - Fixed bug #49142 (crash when exception thrown from __tostring()) 2009-10-27 13:02:36 +00:00
Felipe Pena d85064adcf - Fixed PDORow and PDOStatement crashes when instantiating throught Reflection 2009-10-12 17:09:11 +00:00
Dmitry Stogov 85f7a0da61 Fixed memleak in tests/lang/engine_assignExecutionOrder_001.phpt 2009-09-21 13:01:17 +00:00
Moriyoshi Koizumi 01ecb86a3c - WS fix (spaces to tabs) 2009-09-15 00:09:13 +00:00
Felipe Pena 127427a51c - Fixed warnings (Kalle) 2009-09-13 14:42:36 +00:00
Pierre Joye 558e7133c4 - revert last commit, breaks the build and needs test case(s) 2009-09-06 15:56:58 +00:00
Moriyoshi Koizumi 797249daf4 - Fix leaks. 2009-09-06 14:43:09 +00:00
Pierre Joye 82fb676913 - don't hide previous declaration 2009-09-05 21:16:05 +00:00
Pierre Joye 9ec72d0415 - don't hide early declaration 2009-09-05 19:00:05 +00:00
Dmitry Stogov a6412a5e71 Fixed bug #46074 (Bus error during running PHP CLI under IRIX 6.5.30) 2009-09-03 14:33:11 +00:00
Zoe Slattery 7effcd5f6c Test from 2009 testfest 2009-08-26 17:17:58 +00:00