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

45577 Commits

Author SHA1 Message Date
Kalle Sommer Nielsen 3dd9fcbdfb Fix compiler warnings - regenerate 2/2 2009-08-01 14:47:10 +00:00
Kalle Sommer Nielsen 04c14e0d05 Fix compiler warnings 1/2 2009-08-01 14:46:47 +00:00
Kalle Sommer Nielsen fef66b3c2d Kill compiler warnings 2009-08-01 14:45:42 +00:00
Derick Rethans bf79f08084 - Added a function to print all CVs from the local scope. 2009-08-01 12:55:36 +00:00
Jani Taskinen dbeb08f357 - Fixed bug #43510 (stream_get_meta_data() does not return same mode as used in fopen) 2009-08-01 03:17:31 +00:00
Jani Taskinen dd2876c396 - Fixed bug #49092 (ReflectionFunction fails to work with functions in fully qualified namespaces) 2009-08-01 01:45:22 +00:00
Jani Taskinen a8470d2500 - Added test for bug #49074 2009-08-01 01:01:43 +00:00
Jani Taskinen 3088494349 - Fixed bug #49074 (private class static fields can be modified by using reflection) 2009-08-01 00:48:04 +00:00
Greg Beaver 80d061b18f fix segfault when running run-tests.php, and general potential for corruption
by calling php_stream_path_encode for unicode strings, php_stream_path_param_encode decrements
the refcount, but never restores it, which can cause freeing of zvals before they are done being used.
2009-07-31 23:44:52 +00:00
Rasmus Lerdorf 53237e478b Fix bug #48880
The ini entry was being corrupted because it wasn't being set
on the ACTIVATE and DEACTIVATE stages.
2009-07-31 21:09:45 +00:00
Greg Beaver d8750a51c3 fix invalid use of c syntax instead of .gdbinit syntax 2009-07-31 21:01:18 +00:00
Greg Beaver ce0a6e31c5 don't print NULLNULL for null values in a zval 2009-07-30 23:16:42 +00:00
Greg Beaver b891e4a94b fix hashtable dumping helpers 2009-07-30 23:13:07 +00:00
Greg Beaver af0d0285d6 finish unicode string with quote 2009-07-30 22:11:43 +00:00
Garrett Serack ecc90ce5f1 - Updated fix for bug #48911 (embed sapi misses SAPI_API)
#- Windows didn't need SAPI_API
2009-07-30 20:20:56 +00:00
Felipe Pena 148f4dc105 - Fixed bug #49108 (2nd scan_dir produces seg fault) 2009-07-30 12:06:40 +00:00
Jani Taskinen c5584b5f68 - Fixed compile failure with older openssl libs (< 0.9.8), fixes bug #49012 2009-07-30 11:32:08 +00:00
Jani Taskinen 0e6ed79e7e - Fix test 2009-07-30 10:53:04 +00:00
Stanislav Malyshev cc8406151c fix for bug #49000 2009-07-30 05:01:53 +00:00
Kalle Sommer Nielsen 4bd13ad92a Test case for bug #42434 2009-07-30 03:54:27 +00:00
Greg Beaver f03665e33e make dump_bt work with unicode function names 2009-07-29 23:18:41 +00:00
Felipe Pena bdf5fbc0d5 - Fixed memleak in stream_is_local() 2009-07-29 19:09:17 +00:00
Felipe Pena f15d7f8b38 - Fixed memleak on SplFileInfo::getLinkTarget() 2009-07-29 17:31:25 +00:00
Greg Beaver 9275caf719 oops, released as beta instead of stable, Gwynne: svn rm tags/RELEASE_2_0_0 fails, perhaps this can be allowed? 2009-07-29 16:29:30 +00:00
Felipe Pena 9dd9f9f9d2 - Fixed memleak on Phar::mungServer() 2009-07-29 16:17:57 +00:00
Greg Beaver 61b79e7776 restore removed line (thanks Jani) 2009-07-29 16:14:07 +00:00
Derick Rethans 2628e5e4db - Fixed headers...
#- It makes sense to change the .re files instead of just the generated .c
#  files...
2009-07-29 15:41:21 +00:00
Derick Rethans 923a5de072 - Fixed bug #45554 (Inconsistent behavior of the u format char). 2009-07-29 15:34:59 +00:00
Felipe Pena 94ae97b524 - Fixed expected data type for class name (%s -> %v) 2009-07-29 14:27:43 +00:00
Ilia Alshanetsky 4d0e637af8 Fixed bug #45141 (setcookie will output expires years of >4 digits). 2009-07-29 13:44:16 +00:00
Greg Beaver c880f7e5c4 make phar tests pass in php 5.2, prepare for release of pecl/phar 2.0.0, merge Gwynne's TSRM fix to phar_object.c to other branches 2009-07-29 10:14:04 +00:00
Greg Beaver 8d3a04a804 fix EXPECTF tests that have binary in their output by always processing output and expected output as binary 2009-07-29 09:22:57 +00:00
Moriyoshi Koizumi 44e4219d26 * Fix bug #48645 (mb_convert_encoding() doesn't understand hexadecimal html-entities) 2009-07-29 04:44:08 +00:00
Stanislav Malyshev 0c28206914 fix extension functions disabling (bug #49065) 2009-07-29 00:17:10 +00:00
Hannes Magnusson 3d136f42e2 MFH: Fixed bug #44144 & add test 2009-07-28 22:25:31 +00:00
Jani Taskinen b40e882e1f - Fixed bug #48971 (Missing ZEND_NS_NAMED_FE macro) 2009-07-28 21:12:42 +00:00
Jani Taskinen 63530f0e89 - Fixed bug #48911 (embed sapi misses SAPI_API) 2009-07-28 21:07:43 +00:00
Kalle Sommer Nielsen eb3a724441 Fixed bug #42434 (ImageLine w/ antialias = 1px shorter)
- patch by wojjie at gmail dot com
2009-07-28 20:35:06 +00:00
Sriram Natarajan eccab28d64 - 48182 ssl handshake fails during asynchronous socket connection 2009-07-28 19:28:08 +00:00
Jani Taskinen 527d06032d - Skip some tests in 32bit systems, add cleanups where missing 2009-07-28 19:16:02 +00:00
Derick Rethans 349283b445 - Updated to version 2009.11 (2009k) 2009-07-28 15:25:16 +00:00
Rasmus Lerdorf e07464d7f7 Get rid of this platform-specific test 2009-07-28 14:56:08 +00:00
Dmitry Stogov f560d4ea84 Fixed bug #49037 (@list( $b ) = $a; causes a crash) 2009-07-28 13:01:40 +00:00
Dmitry Stogov 5753d36230 Fixed bug #48912 (Namespace causes unexpected strict behaviour with extract()) 2009-07-28 12:36:08 +00:00
Ilia Alshanetsky af90ded818 Fixed compiler warning 2009-07-28 12:26:16 +00:00
Antony Dovgal ae340374b2 configure dependency has to be optional as well 2009-07-28 08:59:08 +00:00
Antony Dovgal 69dba3c996 fix segfault in session/tests/031.phpt by adding optional extension
dependency (php_hash_hashtable has to be initialized when setting
session.hash_function)
2009-07-28 08:54:23 +00:00
Ilia Alshanetsky bf0ef43d30 Fixed compiler warning 2009-07-27 19:36:55 +00:00
Takeshi Abe 2d2f18dedc fixed #48732 (TTF Bounding box wrong for letters below baseline) and #48801 (Problem with imagettfbbox) 2009-07-27 15:02:15 +00:00
Felipe Pena 2d7a87dec5 - Fix compiler warnings 2009-07-27 13:21:42 +00:00