Commit Graph

37514 Commits

Author SHA1 Message Date
Pierre Joye
52a965d136 - MFB: free temp buffer 2007-02-24 18:50:53 +00:00
Marcus Boerger
a9f7f4853a - MFB Synch 2007-02-24 18:37:46 +00:00
Marcus Boerger
49add78645 - Make [v]s[nl]printf compatible with 5.2 versions and [v]spprintf of head 2007-02-24 18:33:03 +00:00
Marcus Boerger
1c66194f86 - Add [v]slprintf 2007-02-24 18:24:06 +00:00
Marcus Boerger
20a40063c5 - avoid sprintf 2007-02-24 16:25:58 +00:00
Dmitry Stogov
10ffce3285 Use poll() instead of select() if available 2007-02-24 11:21:10 +00:00
Marcus Boerger
94c3896f73 - Provide dedicated hex function for digests 2007-02-24 02:08:08 +00:00
77da52712c ChangeLog update 2007-02-24 01:31:02 +00:00
Sara Golemon
3b00d29d5a Add retry for interrupted reads and graceful handling for failed retries 2007-02-23 23:08:40 +00:00
Antony Dovgal
b4f2b5d1df fix leak
no need to allocate the buffer if there was no data
2007-02-23 20:50:17 +00:00
Antony Dovgal
72c8da0695 fix #40606 (umask is not being restored when request is finished) 2007-02-23 16:21:31 +00:00
Rob Richards
7550b6d14e fix bug #40598 (libxml segfault)
mark more functions unicode safe
2007-02-23 11:13:42 +00:00
711a2bd4c6 ChangeLog update 2007-02-23 01:31:08 +00:00
Pierre Joye
7d437feb83 - MFB: #40578, fix the 2nd race condition on shutdown when the cache is
freed
2007-02-23 01:02:57 +00:00
Antony Dovgal
65b54baac4 check for buflen (on FreeBSD _SC_GETGR_R_SIZE_MAX is not implemented)
patch by stas at FreeBSD dot org
2007-02-22 23:40:25 +00:00
Marcus Boerger
bbfce40c49 - Fix logic 2007-02-22 23:25:36 +00:00
Nuno Lopes
c0c9d8b164 MFB 2007-02-22 11:49:23 +00:00
Antony Dovgal
30239ea383 check for NULL, then add flag 2007-02-22 10:06:02 +00:00
Dmitry Stogov
cc39e75ac7 Fixed possible crash in putenv() on win32 2007-02-22 08:23:44 +00:00
06cdbd0113 ChangeLog update 2007-02-22 01:31:01 +00:00
Antony Dovgal
2edcbcbbd5 minor improvements 2007-02-21 22:08:00 +00:00
Antony Dovgal
30dacafa72 implement PHP_STREAM_FLAG_NO_CLOSE and avoid hacks in plain wrapper 2007-02-21 21:56:45 +00:00
Stanislav Malyshev
3305731054 use snprintf 2007-02-21 21:11:32 +00:00
Antony Dovgal
c4b38c3af0 fix test on FreeBSD 2007-02-21 19:57:08 +00:00
Antony Dovgal
32561d65b8 fix tests 2007-02-21 19:53:48 +00:00
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