1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00
Commit Graph

42361 Commits

Author SHA1 Message Date
Dmitry Stogov d379f1fd06 Added checks for destroied objects 2008-07-26 18:32:39 +00:00
Dmitry Stogov 1e355b4173 Fixed bug #44660 (Indexed and reference assignment to propery of non-object don't trigger warning) 2008-07-26 18:00:18 +00:00
Dmitry Stogov 192caef98c Added support for overloaded functions (e.g. COM) in call_user_func(). 2008-07-26 17:01:59 +00:00
Dmitry Stogov ef5f3cfdf2 . Added support for using static HEREDOCs to initialize static variables and class members or constants. (Matt)
. Improved syntax highlighting and consistency for variables in double-quoted strings and literal text in HEREDOCs and backticks. (Matt)
. Optimized interpolated strings to use one less opcode. (Matt)
2008-07-26 15:31:38 +00:00
Dmitry Stogov 2d49dc63e6 Fixed bug #45608 (closures don't work in static methods) 2008-07-26 14:15:44 +00:00
Dmitry Stogov 60daaf792f Fixed crashes and memory leak for objects with NULL write_property/has_property/unset_property handlers 2008-07-26 14:09:05 +00:00
Dmitry Stogov bdf7981e28 Fixed is_callable/call_user_func mess that had done different things for very similar arguments e.g. array("A","B") and "A::B" 2008-07-26 13:14:56 +00:00
Arnaud Le Blanc a3f0f90dfd Fix bug #45622 (isset($arrayObject->p) misbehaves with ArrayObject::ARRAY_AS_PROPS set) 2008-07-26 12:33:34 +00:00
7f2786ea52 ChangeLog update 2008-07-26 01:32:07 +00:00
Scott MacVicar de9093bf87 Forgot to add these earlier
SQLite3 extension, still has 2 failing tests that will be sorted shortly.
2008-07-26 01:23:45 +00:00
Scott MacVicar f591e9076d SQLite3 extension, still has 2 failing tests that will be sorted shortly. 2008-07-25 21:34:15 +00:00
Felipe Pena f074bae1ea - Added arginfo
- Fixed:
  . proto: finfo_buffer
  . parameter type in _php_finfo_get_type()
2008-07-25 15:20:58 +00:00
Antony Dovgal dba7f154fc fix warnings 2008-07-25 15:05:33 +00:00
Moriyoshi Koizumi de0e9cea83 - Fix warnings 2008-07-25 14:04:39 +00:00
Moriyoshi Koizumi 86e8d7ebf1 - Fix wrong cast 2008-07-25 13:56:50 +00:00
Felipe Pena 6182c24aa8 - Fixed the parameter type expected. set_time_limit() should accept only integer. 2008-07-25 13:39:39 +00:00
Jani Taskinen 3f73317c79 - Fix PDO configure dependancy: If --disable-pdo is used, disable all enabled-by-default drivers. Also error out if you try to configure a driver as static but pdo is disabled. 2008-07-25 13:38:41 +00:00
Moriyoshi Koizumi e8741cc4fc - fix a typo in mb_stripos() that caused segfault.
(noticed by bs@php.net, thanks).
2008-07-25 12:50:14 +00:00
Andrey Hristov cab531026b Fix bug#45019 Segmentation fault with SELECT ? and UNION 2008-07-25 12:45:27 +00:00
Rob Richards accb0bcc01 fix zts build 2008-07-25 12:40:23 +00:00
Pierre Joye 1da1e3e719 - fix EXT_FOO_SHARED usage as dep mgt broke it (one more hack but we can clean them after alpha) 2008-07-25 12:40:13 +00:00
Jani Taskinen 9a1d920934 - Fixed a minor problem in not enabling c++/g++ when not needed. 2008-07-25 12:34:55 +00:00
Felipe Pena 4eaf978874 - MFB: New parameter parsing API (set_time_limit) 2008-07-25 12:14:36 +00:00
Felipe Pena 5d1a2c3317 - Fix build 2008-07-25 11:54:06 +00:00
Antony Dovgal ffb5b88be7 fix typo 2008-07-25 09:55:51 +00:00
Dmitry Stogov c96256bcaf Fixed support for static methods 2008-07-25 09:48:36 +00:00
Moriyoshi Koizumi ea0ef45de2 - Allow the results of a partial run to be saved when -s option is explicitly
specified.
2008-07-25 09:32:06 +00:00
Jani Taskinen b3ec151f8f MFB: generated with a bit newer re2c 2008-07-25 09:17:52 +00:00
Jani Taskinen 419a40f14a - Enable fileinfo by default 2008-07-25 09:16:09 +00:00
Jani Taskinen a1981bf2d8 - Cleanup after test 2008-07-25 09:10:02 +00:00
Dmitry Stogov 013059c247 Fixed uninitialized data 2008-07-25 08:53:11 +00:00
Michael Wallner 6e228f0c76 - Changed HTTP stream wrapper to accept any code between and including
200 to 399 as successful. (patch by Noah Fontes)
2008-07-25 08:27:10 +00:00
Derick Rethans 0192c570c8 - No C++ comments. 2008-07-25 08:18:34 +00:00
Derick Rethans 1fdbee278a - Updating the libmagic patch.
- Adding myself to credits.
2008-07-25 08:17:21 +00:00
Derick Rethans 1371ec3fbf - Fixed size calculation.
- Reverted cosmetic fixes that makes upgrading harder.
2008-07-25 08:16:03 +00:00
Dmitry Stogov d8208b0541 Substitute persistent constants by their values at compile time. (Matt) 2008-07-25 04:54:56 +00:00
Moriyoshi Koizumi ffde39dce5 - Suppress signedness warnings. 2008-07-25 03:41:38 +00:00
f38b76e283 ChangeLog update 2008-07-25 01:32:16 +00:00
Jani Taskinen fb2d20eeba - Revert accidental commit. 2008-07-24 21:39:23 +00:00
Moriyoshi Koizumi 6e18e49861 - Suppress signedness warnings. 2008-07-24 20:44:10 +00:00
Moriyoshi Koizumi eaeb1f7ee3 * Constify read-only arguments. 2008-07-24 20:38:43 +00:00
Felipe Pena 8e1b4a55cc - Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments. 2008-07-24 19:50:23 +00:00
Moriyoshi Koizumi 935fa7a97e - Fix win32 build 2008-07-24 16:59:53 +00:00
Pierre Joye 265d2e6c5d - force static for now, broken now 2008-07-24 16:05:17 +00:00
Arnaud Le Blanc 2db33d3d7f Fixed bug #45614 (ArrayIterator::current(), ::key() can show 1st private prop of wrapped object) 2008-07-24 15:51:14 +00:00
Christopher Jones c3ecda4dfd 1. Fix macro version test for constants
2. [DOC] Increase oci8.default_prefetch to 100.  Better out of box experience.  Consistent woth PDO_OCI
2008-07-24 15:23:29 +00:00
Antony Dovgal 1133a7c224 use "r" instead of "z" when accepting resources 2008-07-24 15:07:37 +00:00
Ulf Wendel c2c9b61a79 Test for PS fallback logic in prepare() 2008-07-24 15:07:20 +00:00
Antony Dovgal 231bafaade we don't do fstat, hence st struct is uninitalized 2008-07-24 14:53:59 +00:00
Antony Dovgal 54e1d048cd silence compile warning 2008-07-24 14:45:53 +00:00