Commit Graph

39809 Commits

Author SHA1 Message Date
af0f550acc ChangeLog update 2007-11-23 01:31:35 +00:00
Ilia Alshanetsky
e02a63c98c MFB: Fixed bug #43377 (PHP crashes with invalid argument for DateTimeZone) 2007-11-23 00:15:37 +00:00
Lukas Smith
9efe98ec1b - adapted to reST format
- added 5_3 branch
- added note about getting confirmation from RM on significant changes
2007-11-22 18:12:07 +00:00
Dmitry Stogov
47dc82ecb9 Fixed bug #43128 (Very long class name causes segfault) 2007-11-22 13:33:53 +00:00
Dmitry Stogov
975a66da79 Fixed bug #43318
The "const" statement is still allowed outside of namespaces but arrays are disabled.
2007-11-22 10:46:44 +00:00
Derick Rethans
1e9fec2a49 - Fixed weights array, which was broken with:
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.80&r2=1.81
2007-11-22 10:18:30 +00:00
Dmitry Stogov
32ff00efce Speed-up of ZEND_DO_FCALL and ZEND_INIT_FCALL_BY_NAME by lowercasing and calculating hash values at compile time. 2007-11-22 09:03:11 +00:00
Lukas Smith
193b11c78d - port from todo wiki to reST (http://wiki.pooteeweet.org/ReleaseChecklist) 2007-11-22 08:58:32 +00:00
Greg Beaver
b21f49c7c7 MFB fixes for tests 2007-11-22 05:47:28 +00:00
8151fd3dc6 ChangeLog update 2007-11-22 01:32:49 +00:00
Ilia Alshanetsky
824738fb05 MFB: Fixed bug #43041 (micro-optimizations in pgsql data retrieval) 2007-11-22 00:20:40 +00:00
Robert Nicholson
b0601e161d Add some more pcre tests 2007-11-21 18:23:02 +00:00
Dmitry Stogov
a5f9d8bad2 Macro definitions are moved to zend.h 2007-11-21 14:55:51 +00:00
Dmitry Stogov
21f68908b9 Safe exit from executor() 2007-11-21 12:28:30 +00:00
Jani Taskinen
d4664800ac - Added test for chown bug 2007-11-21 11:31:49 +00:00
Jani Taskinen
ba1e024895 - Fix crash when chown() 2nd parameter is something else than integer or string 2007-11-21 11:28:26 +00:00
Johannes Schlüter
c1c404efc0 - Improve test 2007-11-21 09:38:32 +00:00
Jani Taskinen
4c044e7361 - Fixed bug #43035: ignore_repeated_errors=On causes lot of tests to fail 2007-11-21 08:20:11 +00:00
Stanislav Malyshev
3c0869343f fix #42866, from Claudio Cherubino 2007-11-21 02:27:07 +00:00
Stanislav Malyshev
91701d34b0 test for 42866 2007-11-21 02:24:47 +00:00
857e6f03e0 ChangeLog update 2007-11-21 01:31:29 +00:00
Johannes Schlüter
0f9d8bc066 - Add test 2007-11-20 23:56:45 +00:00
Ilia Alshanetsky
90f57a82b5 revert previous pdo patch 2007-11-20 23:27:56 +00:00
Hannes Magnusson
1727c712b6 - Add support for optional values
- Add support for = as seperator
2007-11-20 22:42:47 +00:00
Johannes Schlüter
6e7ba5ba5f Add stream_supports_lock() function (Benjamin Schulz) 2007-11-20 22:16:20 +00:00
Johannes Schlüter
2977111b5e - Fix build 2007-11-20 21:45:52 +00:00
Johannes Schlüter
e630ee25d6 Add msg_queue_exists() function (Benjamin Schulz) 2007-11-20 21:24:35 +00:00
Dmitry Stogov
e8621c99b2 dead code 2007-11-20 19:12:01 +00:00
Jani Taskinen
6bbcffdd15 - Added ZEND_DEBUG_BUILD constant 2007-11-20 16:34:08 +00:00
Marcus Boerger
5be76b1a85 - Add phar.phar to package 2007-11-20 15:55:37 +00:00
Ilia Alshanetsky
7b6cfe903e MFB: Fixed bug #42978 (mismatch between number of bound params and values
causes a crash in pdo_pgsql)
2007-11-20 14:22:40 +00:00
Dmitry Stogov
ed26ad2809 Optimization of zend_do_fcall_common_helper() 2007-11-20 13:53:37 +00:00
Dmitry Stogov
6bd7c61eb8 math and comparison optimization 2007-11-20 13:26:08 +00:00
Dmitry Stogov
6947bc31a3 ZEND_FETCH_DIM optimization 2007-11-20 11:01:48 +00:00
Dmitry Stogov
ec999516f8 Fixed compilation on some systems (Wez) 2007-11-20 10:19:27 +00:00
Dmitry Stogov
3f247aaf10 Fixed bug #43136 (possible crash on script execution timeout. The EG(function_state_ptr) is completely removed, EG(current_execute_data)->function_state must be used instead) 2007-11-20 09:51:44 +00:00
Dmitry Stogov
2a84434ea3 Added support for "namespace::" prefix that is resolved to current namespace name. 2007-11-20 08:53:17 +00:00
Greg Beaver
43c7e6fa3b fix faulty logic on verification of phar 2007-11-20 05:34:35 +00:00
8e2fcb0bc4 ChangeLog update 2007-11-20 01:31:32 +00:00
Greg Beaver
be023d6f62 much better fix for the problem of phar://c:\path\to\blah.phar
don't use php_parse_url() at all, and always unixify paths on copied strings.
our modification was modifying the zval original string, so a user would pass in
phar://c:\path\to\blah.phar

and their string would change to phar://c:/path/to/blah.phar - bad.

Now using

include 'phar://' . __FILE__ . '/index.php';

works on both unix and windows seamlessly, as well as $a = new Phar(__FILE__)

for use in the loader stub
2007-11-19 23:10:05 +00:00
Dmitry Stogov
ab34cdc706 fixed SIGSEGV in chgrp() 2007-11-19 15:55:48 +00:00
Ilia Alshanetsky
53f25297f4 MFB 'L' size support 2007-11-19 13:57:02 +00:00
Antony Dovgal
f5ae1787b2 fix test broken by Sara's commit 2007-11-19 11:12:21 +00:00
Dmitry Stogov
0ab5a2c203 Fixed tests 2007-11-19 08:21:58 +00:00
ac1f5021c7 ChangeLog update 2007-11-19 01:31:30 +00:00
Derick Rethans
e1dff27540 - Initialize the reserved resource bits so that they can be reliably used. 2007-11-18 21:29:29 +00:00
Ilia Alshanetsky
bd0f06180d Removed duplicate case. (Thanks Hannes) 2007-11-18 16:51:11 +00:00
Ilia Alshanetsky
13e0fa2ba0 MFB: Fixed bug #42261 (Incorrect lengths for date and boolean data types) 2007-11-18 14:20:28 +00:00
1d34763960 ChangeLog update 2007-11-18 01:31:29 +00:00
Sara Golemon
56731de6dc Remove extraneous space in error/notice messages (felipe) 2007-11-17 21:51:40 +00:00