1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00
Commit Graph

20187 Commits

Author SHA1 Message Date
Marcus Boerger 73f097ee87 - Readability 2007-02-25 13:09:07 +00:00
Pierre Joye 519e18a2c3 - MFB: sync with libgd.org, patch from Kees Cook 2007-02-25 02:56:03 +00:00
Pierre Joye 8efa71db4a - MFB: Fixed snprintf() usage 2007-02-24 19:09:18 +00:00
Pierre Joye c7d417e50e - merge from pecl: Force binary mode on windows 2007-02-24 18:59:37 +00:00
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 20a40063c5 - avoid sprintf 2007-02-24 16:25:58 +00:00
Marcus Boerger 94c3896f73 - Provide dedicated hex function for digests 2007-02-24 02:08:08 +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
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
Nuno Lopes c0c9d8b164 MFB 2007-02-22 11:49:23 +00:00
Dmitry Stogov cc39e75ac7 Fixed possible crash in putenv() on win32 2007-02-22 08:23:44 +00:00
Antony Dovgal 2edcbcbbd5 minor improvements 2007-02-21 22:08:00 +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
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
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 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
Greg Beaver a906cadedc update package.xml for potential release 2007-02-20 03:44:26 +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 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
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
Stanislav Malyshev 1ed4c9a08c use safer functions, check error value 2007-02-17 01:47:26 +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
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
Dmitry Stogov adec1ae327 Fixed return value of assert_options(ASSERT_CALLBACK) and possible crash (Andy Wharmby) 2007-02-16 13:12:55 +00:00
Antony Dovgal 71340e43f9 fix test name 2007-02-16 11:08:11 +00:00
Nuno Lopes 286d7ba2da MFB: fix build on cygwin with windows-style EOLs 2007-02-15 20:53:26 +00:00
Dmitry Stogov 9c75989fb9 Fixed memory leak 2007-02-15 17:00:52 +00:00
Dmitry Stogov 9c294ae1a6 Fixed bug #40467 (Partial SOAP request sent when XSD sequence or choice include minOccurs=0) 2007-02-15 14:49:13 +00:00