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

87542 Commits

Author SHA1 Message Date
Yasuo Ohgaki e71099bc4e Remove legacy code 2015-01-28 16:01:10 +09:00
Yasuo Ohgaki 4d747b1356 Forgot to apply important peace of patch 2015-01-28 14:22:22 +09:00
Yasuo Ohgaki feeaaa4c3f Fixed crash 2015-01-28 08:03:37 +09:00
Yasuo Ohgaki b45872c2ec Fix typo in doc 2015-01-26 10:24:12 +09:00
Yasuo Ohgaki 7b17980875 Update UPGRADING and UPGRADING.INTERNALS 2015-01-26 06:14:40 +09:00
Yasuo Ohgaki 4ba97bb2ea Merge branch 'master' into master-rfc-session-lock4 2015-01-25 15:47:27 +09:00
Yasuo Ohgaki 0c9bfa96b2 Make session_decode return FALSE when it fails.
Fix a test.
Use proper types.
2015-01-25 15:26:00 +09:00
Rasmus Lerdorf 388624d359 These tests all have intentional circular references
and they will leak and cause failures unless gc is enabled
2015-01-24 16:06:18 -08:00
Nikita Popov 6093c9370b Fix resource leak when casting to string 2015-01-24 23:18:26 +01:00
Nikita Popov 05166566db Fix declare encoding tests
Also add a test for bwoebi's last change.
2015-01-24 21:51:45 +01:00
Bob Weinand c637ba118e Fix segfault when no class ctx is defined 2015-01-24 20:00:46 +01:00
Nikita Popov 8dc1287739 Fix build 2015-01-24 19:53:07 +01:00
Bob Weinand f3675d950d Inline self-constants if possible at compile time 2015-01-24 19:19:02 +01:00
Xinchen Hui a98fd7125a Fixed bug #68897 (Using variable for sort flag in array_multisort cause wrong results) 2015-01-24 22:51:37 +08:00
Márcio Almada f27e96c2f8 remove unused var, make string.c compilation zero warnings 2015-01-24 00:26:01 -03:00
Anatol Belski be53374216 Merge branch 'pull-request/1023' 2015-01-23 20:57:47 +01:00
Adam Harvey eb6dc9db29 Make gc_collect_cycles hookable. 2015-01-23 19:23:58 +00:00
Dmitry Stogov e427188755 Fixed memory leak 2015-01-23 21:47:26 +03:00
Dmitry Stogov be31acc927 Fixed memory leak 2015-01-23 20:35:32 +03:00
Anatol Belski ee8a0b3797 cleanup TSRMLS_* 2015-01-23 18:05:18 +01:00
Dmitry Stogov b06ba87926 Merge branch 'master' of git.php.net:php-src
* 'master' of git.php.net:php-src:
  C89 compat
2015-01-23 17:11:19 +03:00
Dmitry Stogov a7f1bf3ec5 Fixed possible double free of class static members 2015-01-23 17:10:05 +03:00
Anatol Belski 647caea9f7 C89 compat 2015-01-23 15:04:29 +01:00
Dmitry Stogov 46e486ff3d It doesn't make sense to colect garbage after fatal errors 2015-01-23 16:40:16 +03:00
Dmitry Stogov f71e64e53a Revert "Fixed ASSERTION"
This reverts commit 76f438e06f.
2015-01-23 16:37:39 +03:00
Xinchen Hui 4369215b8f Merge branch 'fix-strripos-memleak' of https://github.com/reeze/php-src 2015-01-23 17:35:37 +08:00
Reeze Xia bdfe4d6558 Fix one more leak when wrong $needle type provide of strripos 2015-01-23 17:14:39 +08:00
Reeze Xia d44b6e58ba Fixed memory leak of strripos() when empty needle or haystack 2015-01-23 16:53:58 +08:00
Xinchen Hui ad36fe34df Merge branch 'master' of https://git.php.net/repository/php-src 2015-01-23 14:19:40 +08:00
Xinchen Hui 76f438e06f Fixed ASSERTION 2015-01-23 14:18:56 +08:00
Daniel Lowrey ec62b8ddb6 NEWS 2015-01-23 01:05:28 -05:00
Daniel Lowrey 459edceea9 Merge branch 'master' of https://github.com/bbroerman30/php-src
Conflicts:
	ext/openssl/xp_ssl.c
2015-01-23 01:03:39 -05:00
Xinchen Hui 16732dedfe Fixed refcount handling in get_class_vars() 2015-01-23 13:32:07 +08:00
Sara Golemon b8e262901e Add missing ZEND_API tag to declaration of int zendparse(); 2015-01-22 14:04:49 -08:00
Ferenc Kovacs 5f61f0b976 Merge branch 'PHP-5.6'
* PHP-5.6:
  fix some factual errors in the process
2015-01-22 21:29:03 +01:00
Ferenc Kovacs 49cc1d4e84 Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
  fix some factual errors in the process
2015-01-22 21:28:41 +01:00
Ferenc Kovacs f014785eeb Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
  fix some factual errors in the process
2015-01-22 21:28:21 +01:00
Ferenc Kovacs 61ad5e24ea fix some factual errors in the process 2015-01-22 21:27:38 +01:00
Dmitry Stogov b494aa0ba0 Fixed compiler reenterability 2015-01-22 20:39:34 +03:00
Dmitry Stogov 6f0e5aab43 Fixed GC after destruction of object store. 2015-01-22 20:38:42 +03:00
Kalle Sommer Nielsen 26eb876bb7 Remove Jouni (As requested) from the maintainers file of INTERBASE 2015-01-22 15:15:02 +01:00
Anatol Belski 699ada706a Fixed bug #68884 Null pointer deference 2015-01-22 15:01:27 +01:00
Dmitry Stogov faf917d94e define() must not modify the source array 2015-01-22 15:49:38 +03:00
Remi Collet 0b70f58822 Merge branch 'PHP-5.6'
* PHP-5.6:
  move CVE to the right version
2015-01-22 13:07:34 +01:00
Remi Collet b318e54fac Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
  move CVE to the right version
2015-01-22 13:06:50 +01:00
Remi Collet 2955993947 move CVE to the right version 2015-01-22 13:06:15 +01:00
Anatol Belski 53d01c4580 Merge branch 'master' of git.php.net:php-src 2015-01-22 12:29:03 +01:00
Anatol Belski d2a4940bd2 Merge branch 'PHP-5.6'
* PHP-5.6:
  Fixed bug #68731 finfo_buffer doesn't extract the correct mime with some gifs
2015-01-22 12:28:11 +01:00
Anatol Belski 093a23d1c4 Fixed bug #68731 finfo_buffer doesn't extract the correct mime with some gifs
The fix for bug #67647 applies here, too.
2015-01-22 12:26:50 +01:00
Dmitry Stogov e21fefde38 Fixed destruction of circular garbage 2015-01-22 14:24:27 +03:00