1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00
Commit Graph

34826 Commits

Author SHA1 Message Date
Marcus Boerger 032dfa1bc4 - Fix issues with __get() returning arrays (might need to be revised) 2006-07-10 00:07:36 +00:00
Marcus Boerger 465a418908 - Fix logic 2006-07-09 23:28:59 +00:00
Ilia Alshanetsky a96e3567de MFB: Removed pointless declarations 2006-07-09 23:28:41 +00:00
Marcus Boerger 7911340c0f - Add missing entry 2006-07-09 22:57:54 +00:00
Marcus Boerger a29feafc47 - It appears i am the maintainer 2006-07-09 22:48:22 +00:00
Hartmut Holzgraefe 86ae9a5756 more test coverage 2006-07-09 22:42:05 +00:00
Marcus Boerger 2de6065591 - Fixed Bug #37811 define not using toString on objects 2006-07-09 22:40:10 +00:00
Marcus Boerger 3173828d9e - Reword comment 2006-07-09 18:03:17 +00:00
Marcus Boerger 9de66765b8 - Fix issue with comparing objects with objects 2006-07-09 18:01:42 +00:00
Marcus Boerger 5f45fa8cbd - Entry doesn't belong here, fixed in 5.2 2006-07-09 17:58:39 +00:00
Marcus Boerger 2c6b8329e7 - Drop dead code 2006-07-09 17:11:32 +00:00
Marcus Boerger f94e3cc3ba - Add new test 2006-07-09 17:02:34 +00:00
Marcus Boerger 93a1d862f8 - Fix comparision edgecases involving objects (Tony, Marcus)
- Use ZVAL_LONG() where appropriate
2006-07-09 16:57:35 +00:00
Marcus Boerger a37f9719e2 - Fix test 2006-07-09 16:56:07 +00:00
Hartmut Holzgraefe 1fffe3cfa7 additional test cases added, should now cover all functions and modes
allthough still not all edge cases
2006-07-09 16:30:02 +00:00
Marcus Boerger 359dace679 - Add spl_object_hash() 2006-07-09 10:22:03 +00:00
72ef750fbb ChangeLog update 2006-07-09 01:30:55 +00:00
Nuno Lopes 67793e71c0 change char* to void* when using the 't' parameter (as noted by Andrei) 2006-07-08 21:54:49 +00:00
Andrei Zmievski 63ef7fd050 Implement following() and preceding() for codepoint iterators. 2006-07-08 18:46:24 +00:00
Marcus Boerger 634fd5e58d - Add new test 2006-07-08 11:43:07 +00:00
5c94f83a84 ChangeLog update 2006-07-08 01:30:48 +00:00
Nuno Lopes 7a95cb8344 remove some left overs plus static keywording 2006-07-08 00:04:37 +00:00
Nuno Lopes 6cfeae5782 upgrade a couple of functions to Unicode 2006-07-07 23:30:30 +00:00
Nuno Lopes 62338cfeb8 static+const keywords 2006-07-07 23:28:23 +00:00
Andrei Zmievski 73b131869c Implement isBoundary() for code point iterator. 2006-07-07 22:52:26 +00:00
Andrei Zmievski 4757c4ce46 Implement TextIterator::isBoundary() for break iterators. 2006-07-07 22:34:46 +00:00
Andrei Zmievski abbc1053fd Implement TextIterator methods following() and preceding(). 2006-07-07 21:41:18 +00:00
Hannes Magnusson 7e3e99251f Added new method to see if function is disabled or not 2006-07-07 11:53:54 +00:00
Antony Dovgal dc9ea3b961 add missing items to the changelog 2006-07-07 09:21:54 +00:00
86c132acb9 ChangeLog update 2006-07-07 01:30:57 +00:00
Ilia Alshanetsky 5166641599 MFB: E_ERROR > E_RECOVERABLE_ERROR 2006-07-06 23:13:41 +00:00
Antony Dovgal de23c325e9 add test 2006-07-06 16:17:12 +00:00
Sara Golemon aee52fa3ea Silence FETCH_OBJ_IS / undefined notices 2006-07-06 15:28:05 +00:00
816d280580 ChangeLog update 2006-07-06 01:30:52 +00:00
Antony Dovgal 1e5849ca94 add test 2006-07-05 14:12:41 +00:00
Antony Dovgal 81cf3b0d69 fix tests (take #2) 2006-07-05 12:03:35 +00:00
Antony Dovgal 62d568c970 fix tests 2006-07-05 12:02:16 +00:00
Antony Dovgal 6345105612 fix bug #38003(in classes inherited from mysqli it's possible to call private constructors from invalid context)
also, use appropriate macro instead of accessing structure elements directly
2006-07-05 11:48:17 +00:00
Antony Dovgal cbeedda2db export zend_std_get_constructor() 2006-07-05 11:41:09 +00:00
Antony Dovgal 636e7be681 improve error messages 2006-07-05 11:38:13 +00:00
Edin Kadribasic 66790e727a Added windows build support for apach2filter, supporting apache 2.0.x and 2.2.x 2006-07-05 10:12:42 +00:00
fc77abfee4 ChangeLog update 2006-07-05 01:30:51 +00:00
Ilia Alshanetsky a033c5e7f6 MFB: Eliminate some compiler warnings 2006-07-04 20:13:40 +00:00
Derick Rethans 844e32934e - Updated timezonedb to version 2006.7.
- Fixed test cases because of new constant values for the formats.
2006-07-04 18:12:37 +00:00
Hannes Magnusson 2a18040cb5 Obs. ZEND_BEGIN_ARG_INFO => ZEND_BEGIN_ARG_INFO_EX 2006-07-04 15:37:13 +00:00
Hannes Magnusson 2fbf0478da Fix protos&arginfo 2006-07-04 15:33:32 +00:00
Dmitry Stogov e3fb2af28e Fixed memory leak 2006-07-04 07:34:32 +00:00
Dmitry Stogov a72dd9fe17 Changed priority of PHPRC environment variable on win32 to be higher then value from registry. 2006-07-04 06:38:32 +00:00
4074cac2d0 ChangeLog update 2006-07-04 01:30:51 +00:00
Hannes Magnusson 8f1d44beea make everyone happy 2006-07-03 22:41:46 +00:00