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

62336 Commits

Author SHA1 Message Date
Pierre Joye d285c75819 - add test for bug #60771 2012-01-18 20:22:47 +00:00
Pierre Joye 27fb1c24b7 - add test for bug #60761 2012-01-18 20:21:40 +00:00
Michael Wallner 9168f1c807 remove XFAIL for bug #47178 2012-01-18 10:16:37 +00:00
Michael Wallner 15e16b31a4 merge ext/hash from trunk 2012-01-18 09:15:34 +00:00
Michael Wallner d6b11dbfdf fix tests I borked 2012-01-17 17:21:32 +00:00
Michael Wallner 2d2aefe414 remove Salsa10/Salsa20, which are actually stream ciphers not hash functions 2012-01-17 16:35:32 +00:00
Michael Wallner 3e9a7c6c3d adapted tiger hash byte print order to those of md5 and sha1
see http://en.wikipedia.org/wiki/Tiger_(cryptography)
    http://www.cs.technion.ac.il/~biham/Reports/Tiger/test-vectors-nessie-format.dat

Closes Bug #60221 Tiger hash output byte order
2012-01-17 15:25:54 +00:00
Xinchen Hui 19a663d02d unnecessay slash 2012-01-17 14:32:01 +00:00
Sebastian Bergmann ebddf8a975 Revert r322390. 2012-01-17 13:46:31 +00:00
Sebastian Bergmann e76c1cc03c Implement ReflectionClass::setFinal() and ReflectionMethod::setFinal().
Patch by Jan Dolecek <juzna.cz@gmail.com>.
2012-01-17 12:59:33 +00:00
Dmitry Stogov 9025d6219d Fixed workaround for bug #48034 on Windows (Crash when script is 8192 (8KB) bytes long) 2012-01-17 09:30:12 +00:00
Dmitry Stogov 877f97cde1 Regenerated scanners 2012-01-17 08:11:32 +00:00
Dmitry Stogov 032d140fd6 Improved traits implementation. Now to support __CLASS__ constant in traits php doesn't have to copy the complete compiled method, but can reuse the same code. The resolution of __CLASS__ constants in methods defined in traits are delayed till run-time. This approach also made possible to use __CLASS__ constant as default value for traits properties and method arguments. 2012-01-17 08:09:13 +00:00
Michael Wallner f32760bd40 Fix bug #60768 Output buffer not discarded
in php_output_handler_op():
  * if appending to buffer succeeds, just return HANDLER_NO_DATA
    and do nothing else
  * if a zero sized string or true is returned from the handler
    function, reset the context as well as the handler's buffer
2012-01-16 17:51:35 +00:00
Xinchen Hui 36df53421e typo 2012-01-16 10:20:18 +00:00
Xinchen Hui d74a258f24 Fixed Bug #60573 (type hinting with "self" keyword causes weird errors) 2012-01-16 09:53:45 +00:00
Boris Lytochkin 583292ab22 Fixed bug #60585 (php build fails with USE flag snmp when IPv6 support is disabled)
Fixed bug #60749 (SNMP module should not strip non-standard SNMP port from hostname)
Fixed ipv6 test skipto if IPv6 support is disabled
2012-01-13 18:34:21 +00:00
Christopher Jones dd9ce389c2 Fix configuration message typo and alignment (5.4 merge approved by Stas) 2012-01-12 23:23:05 +00:00
Pierre Joye 612e73b00b - add new build type, optional. has been used for the last 2 RCs 2012-01-11 15:46:45 +00:00
Dmitry Stogov fc2d10a4d3 Fixed incorrect type cast 2012-01-11 15:04:14 +00:00
Pierre Joye 71edeb61bd - make it windows version independent, error msg differs, bad but well 2012-01-10 08:30:00 +00:00
Pierre Joye 3893b152ed - any other dir may not exist or may not be used 2012-01-10 07:33:36 +00:00
Pierre Joye 5d6446513e - error is windows version dependent and not what we test here 2012-01-09 15:31:33 +00:00
Pierre Joye b63c6f6f20 - rm 2012-01-09 14:29:06 +00:00
Pierre Joye 7f2c8b347c - spl tests are also under examples (sigh) 2012-01-09 13:56:46 +00:00
Rasmus Lerdorf cb6603ac56 These tests don't work if run as root 2012-01-08 18:43:30 +00:00
Gustavo André dos Santos Lopes 10324891f8 - Added the ability for the intl exception to throw exceptions when a global error is set. 2012-01-08 18:41:53 +00:00
Rasmus Lerdorf 2651a1fc39 Make sure gc is enabled 2012-01-08 18:22:50 +00:00
Nuno Lopes 34bcd34b8c do kill 9 to fix a race condition in this test. (should fix the debian 32-bit buildbot) 2012-01-08 18:03:56 +00:00
Daniel Convissor bbf403f4ce Remove test for bug 60675, the change in behavior between 5.3 and 5.4 is intentional. 2012-01-07 23:09:49 +00:00
Daniel Convissor b21b982672 Test for bug 60675. 2012-01-06 22:10:04 +00:00
Patrick Allaert a4305214a3 Changed: restoring REQUEST_TIME as a long, introducing REQUEST_TIME_FLOAT instead as discussed on the ML 2012-01-06 13:37:51 +00:00
Jérôme Loyet 0a67d26633 - Fixed bug #60659 (FPM does not clear auth_user on request accept) 2012-01-04 21:18:26 +00:00
Stanislav Malyshev 951940668d move to XFAIL since it fails on 32-bit 2012-01-04 20:40:13 +00:00
Arpad Ray ed4041c6c5 add more tests for #60634 (stems from #21306) and xfail them all for the moment 2012-01-04 11:44:05 +00:00
Xinchen Hui b31c12435c Fixed bug #60627 (httpd.worker segfault on startup with php_value) 2012-01-04 08:25:06 +00:00
Xinchen Hui 5d2dba81a1 fix test 2012-01-04 08:13:58 +00:00
Arpad Ray 7b7c871d65 fix return values of inherited session handler to match user handlers - #60640 2012-01-04 01:31:30 +00:00
Arpad Ray 5142a4edc8 add SessionHandlerInterface for session_set_save_handler() - #60551 2012-01-04 01:16:45 +00:00
Jérôme Loyet 0eb2eec938 - Fixed bug #60629 (memory corruption when web server closed the fcgi fd) 2012-01-03 22:26:11 +00:00
Arpad Ray e41557e8db add test for #60634 2012-01-03 21:47:16 +00:00
Matteo Beccati 479a3c3dc5 Bug #55663, fixed test for bug 43139 on Firebird. Per request from mariuz 2012-01-02 11:43:25 +00:00
Stanislav Malyshev e2a2ed348f fix bug #55871 - Interruption in substr_replace() 2012-01-02 00:47:57 +00:00
Stanislav Malyshev 7c3177e5ab fix bug #54374, bug #55500 - filter file names better, no dangling [s 2012-01-01 23:54:25 +00:00
Stanislav Malyshev 80dd931d40 add test for ob_gzhandler 2012-01-01 23:51:21 +00:00
Nuno Lopes d3f0eaee02 regen for r321655 2012-01-01 22:52:23 +00:00
Nuno Lopes a542baa720 fix memory leak in compile_string when there's a parse error (used e.g. in eval or assert) 2012-01-01 22:45:58 +00:00
Felipe Pena 8775a37559 - Year++ 2012-01-01 13:15:04 +00:00
Michael Wallner db51b6b84b follow naming convention 2011-12-30 09:20:07 +00:00
Dmitry Stogov 8de2aa24b6 Added an API call to return active output handler 2011-12-30 08:50:49 +00:00