Commit Graph

37539 Commits

Author SHA1 Message Date
Antony Dovgal
6f0a6b3f9c add test 2007-02-21 19:37:05 +00:00
Antony Dovgal
25994a33b7 fix test 2007-02-21 19:27:30 +00:00
Nuno Lopes
48f1b8cc77 MFB 2007-02-21 16:27:12 +00:00
Dmitry Stogov
23ee3bf9bc Check for FD_SETSIZE limit 2007-02-21 15:46:30 +00:00
Antony Dovgal
c3b7cb1901 fix #40578 (imagettftext() multithreading issue) 2007-02-21 14:59:36 +00:00
Antony Dovgal
8b9bf1e2c3 fix bug #40576 (double values are truncated to 6 decimal digits when encoding) 2007-02-21 14:24:44 +00:00
Dmitry Stogov
96511b3523 Special case for last iteration 2007-02-21 14:11:12 +00:00
Dmitry Stogov
53925c02ac Fixed bug #40560 (DIR functions do not work on root UNC path) 2007-02-21 13:09:15 +00:00
Antony Dovgal
0f5b9e4e39 fix typo 2007-02-21 08:08:47 +00:00
4bb3b68b8a ChangeLog update 2007-02-21 01:31:03 +00:00
Stanislav Malyshev
c176e7d564 Cosmetic fix - safe_emalloc(nmemb, size, offset) 2007-02-21 01:23:02 +00:00
Stanislav Malyshev
9f2357eb4e MF5.2: CreateInstance requires BSTR (should fix #33188) 2007-02-21 01:21:24 +00:00
Antony Dovgal
389e17332e move PHP_TEST_WRITE_STDOUT to acinclude.m4 and use it in configure.in
its result is used in sapi/cli & sapi/embed, not just sapi/cgi
2007-02-20 20:10:53 +00:00
Antony Dovgal
2ad6c07ca1 don't call php_module_startup() directly, use startup functions
patch by Andrei Nigmatulin
2007-02-20 19:19:14 +00:00
Antony Dovgal
a3a2cab6b9 new test 2007-02-20 14:06:05 +00:00
Antony Dovgal
f3867ec5e3 fix leak, convert unicode values to string before assigning
change error message to use zend_error() since there is no active function
2007-02-20 14:04:59 +00:00
Antony Dovgal
296f20f657 fix #38406 (crash when assigning objects to SimpleXML attributes) 2007-02-20 13:21:54 +00:00
Marcus Boerger
1aa148e647 - Make stat based functions throw an exception 2007-02-20 13:07:53 +00:00
Antony Dovgal
0ea9b84302 fix #40545 (multithreading issue in zend_strtod()) 2007-02-20 12:00:41 +00:00
Antony Dovgal
95741bd34a MFB 2007-02-20 09:09:47 +00:00
Greg Beaver
a906cadedc update package.xml for potential release 2007-02-20 03:44:26 +00:00
69c95f67cf ChangeLog update 2007-02-20 01:31:05 +00:00
Marcus Boerger
9bf2f53e87 - Bugfix #40546: SplFileInfo::getPathInfo() throws an execption if directory is in root dir. 2007-02-19 20:32:39 +00:00
Antony Dovgal
86f29b0cf7 check SQLError() return value and output a meaningful errmsg when it fails 2007-02-19 20:22:29 +00:00
Antony Dovgal
4c4d865e9b fix tests 2007-02-19 20:02:08 +00:00
Antony Dovgal
862523f69a MFB: Eliminate strcat() usage
Fixed handling of argv[] for GET
2007-02-19 20:01:17 +00:00
Antony Dovgal
9e5d731619 MFB: PQfreemem() checks 2007-02-19 19:46:36 +00:00
Antony Dovgal
4676d78ab5 MFB: #40503 (json_encode() value corruption on 32bit systems with overflown values) 2007-02-19 19:44:44 +00:00
Antony Dovgal
d315853532 fix heap protection on SPARC, required by GCC4
patch by Dmitry
2007-02-19 18:29:20 +00:00
Dmitry Stogov
2b2dcf7b2c typo 2007-02-19 17:29:41 +00:00
Edin Kadribasic
5182530587 MFB 2007-02-19 17:28:26 +00:00
Marcus Boerger
e490ccf47d - MFH Fixed bug #40465 (Ensure that all PHP elements are printed by var_dump) 2007-02-19 17:28:11 +00:00
Marcus Boerger
260443cdfe - WS/CS 2007-02-19 16:20:43 +00:00
Edin Kadribasic
6864564797 MFB 2007-02-19 16:04:14 +00:00
Dmitry Stogov
1c00069571 On win32 directories in the middle of the patch may be unreadable 2007-02-19 14:59:03 +00:00
Dmitry Stogov
bc873b7b1d Initialize "retval" on each request 2007-02-19 14:13:35 +00:00
Dmitry Stogov
4de0758b91 Fixed fcgi_putenv() semantic with NULL value 2007-02-19 13:21:49 +00:00
Antony Dovgal
876e8f2dae fix test
stdout is closed in non-debug mode
2007-02-19 12:19:33 +00:00
85d0394d1e ChangeLog update 2007-02-19 01:31:00 +00:00
f0553cb49a ChangeLog update 2007-02-18 01:31:12 +00:00
Stanislav Malyshev
1ed4c9a08c use safer functions, check error value 2007-02-17 01:47:26 +00:00
2f1a7054c5 ChangeLog update 2007-02-17 01:31:03 +00:00
Antony Dovgal
e10a7a734e typo in Dmitry's last name =) 2007-02-16 23:49:34 +00:00
Dmitry Stogov
d7df9badf6 Added runtime JIT auto-globals fetching and caching 2007-02-16 19:36:45 +00:00
Stanislav Malyshev
d78f8b05a0 use error message size 2007-02-16 18:49:06 +00:00
Stanislav Malyshev
9466c35fe4 use snprintf, increase hebdate buffer 2007-02-16 18:29:40 +00:00
Antony Dovgal
2099208dc8 fix build 2007-02-16 18:23:53 +00:00
Stanislav Malyshev
aa827cf2b9 add safe_realloc 2007-02-16 18:12:34 +00:00
Dmitry Stogov
54f2863991 Optimize out RINIT() 2007-02-16 16:33:37 +00:00
Antony Dovgal
063883dd47 MFB: fix leak 2007-02-16 13:28:32 +00:00