1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 17:08:14 +02:00
Commit Graph

5778 Commits

Author SHA1 Message Date
Dmitry Stogov d3b42700a0 Better fix for bug #45877 (smaller and faster) 2009-03-18 09:48:55 +00:00
Matt Wilmas 6bb0ac9712 MFH: Fixed bug #45877 (Array key '2147483647' left as string) 2009-03-18 01:08:12 +00:00
Pierre Joye bd1e5696d1 - make it less(er) sensible to bison version 2009-03-17 16:02:00 +00:00
Pierre Joye ef5c2c83dc - make it less sensible to bison version 2009-03-17 15:59:24 +00:00
Pierre Joye dec9e1910c - MFH: disable HAVE__CONTROLFP_S with VC9, 3x times slowdown 2009-03-17 13:34:26 +00:00
Dmitry Stogov cc91da1bd7 Fixed bug #47664 (get_class returns NULL instead of FALSE) 2009-03-16 09:51:32 +00:00
Brian Shire dd031eee68 MFH: Fix scanner handling of NULL values in heredoc, nowdoc, strings, comments, and non-parsed content. 2009-03-16 01:40:14 +00:00
Brian Shire 9c16bfa194 MFH: Add proper EOF handling for language scanner. Fixes bug #46817. 2009-03-11 22:11:53 +00:00
Dmitry Stogov 742d0b6b68 Fixed speed degradation on gcc-4.3 because of less agressive inlining 2009-03-11 12:14:34 +00:00
Dmitry Stogov e2c3c7aa44 Clenaup deprecated namespace code 2009-03-10 10:01:44 +00:00
Felipe Pena 1c3b44b320 - MFH: Fixed bug #47593 (interface_exists() returns false when using absolute namespace path)
patch by Kalle
- BFN #47572
2009-03-08 17:28:39 +00:00
Felipe Pena 2bc612bc0c - Fixed typo 2009-03-05 16:49:47 +00:00
Felipe Pena c43b935b65 - MFH: Fixed bug #47572 (zval_update_constant_ex: Segmentation fault) 2009-03-05 16:25:43 +00:00
Ilia Alshanetsky e66b91c063 Fixed bug #47549 (get_defined_constants() return array with broken
array categories)
2009-03-03 23:42:51 +00:00
Dmitry Stogov db63e29ab3 Fixed bug #47343 (gc_collect_cycles causes a segfault when called within a destructor in one case) 2009-02-18 12:02:53 +00:00
Dmitry Stogov d3d02fbc83 Fixed zend_print_zval_r_ex() to use the write callback function 2009-02-18 10:55:08 +00:00
Zoe Slattery d980c018d4 fix test 2009-02-17 20:23:45 +00:00
Matt Wilmas 645e15c2ea MFH: Overflow comment 2009-02-17 15:15:18 +00:00
Matt Wilmas a7eb83fef5 MFH: Fixed bug #47422 (modulus operator returns incorrect results on 64 bit linux) 2009-02-17 14:15:52 +00:00
Rasmus Lerdorf 8eea998406 Unmangle 2009-02-14 21:20:16 +00:00
Rasmus Lerdorf 70ecb3074a 2.4.1 is safe 2009-02-14 21:08:02 +00:00
Antony Dovgal 76398ae804 add test 2009-02-11 10:02:11 +00:00
Antony Dovgal 4e2c0bc905 MFH: fix bug #47353 (crash when creating a lot of objects in object destructor) 2009-02-11 09:58:23 +00:00
Dmitry Stogov c277ebc6c8 Fixed bug #47320 ($php_errormsg out of scope in functions) 2009-02-09 09:20:35 +00:00
Dmitry Stogov c13177f182 Better fix for #47341 2009-02-09 08:55:23 +00:00
Derick Rethans 2a1ff72729 - MFH: Fixed bug #47341: Calling gc_collect_cycles() with zend.enable_gc=0
causes segfault.
2009-02-08 19:36:33 +00:00
Nuno Lopes afb19fe0a5 regenerate 2009-02-02 19:23:38 +00:00
Nuno Lopes 7f6ff02f5c fix bug #46347: allow * in ini keys 2009-02-02 19:23:13 +00:00
Nuno Lopes 86df0f095d the offset parameter of mmap() must be aligned to a page boundary (although linux doesnt strictly require it).
use 0 as offset as it will be small and increment the ptrs afterwards
2009-01-28 23:18:49 +00:00
Christian Seiler c6d89bd4a8 [DOC] Remove $this support in closures for PHP 5.3 beta 1
- Implementation notes here:
  http://wiki.php.net/rfc/closures/removal-of-this
2009-01-26 22:54:34 +00:00
David Soria Parra 72b20010d3 MFH: Fix compiler warning. munmap expects a void pointer. 2009-01-25 14:03:09 +00:00
David Soria Parra 8defc0474a Fix WS 2009-01-25 13:41:50 +00:00
David Soria Parra a44511f33c MFH: Fix WS 2009-01-25 13:39:56 +00:00
Sebastian Bergmann e115709774 MFH: Patch by David Soria Parra <dsp@php.net>. 2009-01-25 11:07:40 +00:00
Dmitry Stogov 666bf10d1a Removed wrong warning message 2009-01-20 13:21:52 +00:00
Dmitry Stogov d1958eeea8 Fixed bug #47165 (Possible memory corruption when passing return value by reference) 2009-01-20 11:22:45 +00:00
Felipe Pena 27c77c3985 MFH:
- Added header
- Fixed compiler warning ("no newline at end of file")
2009-01-17 17:18:00 +00:00
Johannes Schlüter cf84f2c5f5 MFH Fix Zend extensions 2009-01-17 16:14:59 +00:00
Stanislav Malyshev 5d8c9f8c56 Build IDs 2009-01-17 02:05:13 +00:00
Pierre Joye f704a50732 - add EG(windows_version_info), set at init time once per instance
contains a OSVERSIONINFOEX struct. It lets us determine easily on which windows version is used (for example)
2009-01-16 00:57:43 +00:00
Dmitry Stogov 8075f2e4b7 Fixed bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object) 2009-01-15 08:48:58 +00:00
Dmitry Stogov f7abb84b43 Fixed bug #46755 (warning: use statement with non-compound name)
Fixed bug #46979 (use with non-compound name *has* effect)
2009-01-14 13:57:42 +00:00
Dmitry Stogov 5d060ebe05 Fixed __call() to be invoked on private/protected method access through callbacks 2009-01-14 11:56:08 +00:00
Dmitry Stogov 312176f083 Reverted "Rebind closure when binding to property" 2009-01-14 10:28:22 +00:00
Felipe Pena 5c654e617f - Fixed test 2009-01-13 20:15:59 +00:00
Andrei Zmievski 440c8c9cb1 Add test 2009-01-13 18:08:25 +00:00
Stanislav Malyshev e2ad4e0178 fix #46304: Defining namespaced constant using define() uses case sensitive match for namespace 2009-01-12 21:54:37 +00:00
Felipe Pena 23f7fa57fe - MFH: Fixed bug #47054 (BC break in static functions called as dynamic) 2009-01-10 19:15:42 +00:00
Felipe Pena 06aa1da0cd - MFH: Fixed test (patch by Timm Friebe [thekid@php]) 2009-01-10 17:07:09 +00:00
Antony Dovgal 514e633327 MFH: add zend_ts_hash_copy_to_hash() 2009-01-09 19:16:55 +00:00