1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 23:48:14 +02:00
Commit Graph

20249 Commits

Author SHA1 Message Date
Pierre Joye c5b9818e1e - MFB: free rsrc on error in zip_read (old API) 2007-03-14 11:37:35 +00:00
Pierre Joye 14c13cf53b - MFB: free buffer when zip_entry_read returns an empty entry 2007-03-14 11:25:20 +00:00
Pierre Joye 133c226f56 - MFB:
- rename SAFEMODE_CHECKFILE to OPENBASEDIR_CHECKPATH (can be used without
   confusing in head without confusion)
 - Add safemode and open basedir checks in zip:// wrapper (revert Ilia's
   patch). Bug found by Stefan Esser in his MOPB-20-2007
2007-03-14 11:22:13 +00:00
Martin Kraemer e46b1b3747 Typo 2007-03-14 09:49:58 +00:00
Stanislav Malyshev f1c12a32d0 MFB: fix odbc resource handling, patch by Dave Lawson 2007-03-13 00:12:08 +00:00
Antony Dovgal cdce6779ca fix folding and add missing footer 2007-03-12 20:55:07 +00:00
Antony Dovgal 0b9cab8966 one more fix 2007-03-11 12:56:38 +00:00
Antony Dovgal f763bd82ba fix sybase tests 2007-03-11 12:54:48 +00:00
Pierre Joye 37ad5f77df - CVE-2007-1001, integer overflow with invalid wbmp images 2007-03-10 12:16:19 +00:00
Pierre Joye 01c8b39ab8 - MFB: #40764, line thickness not respected for horizontal and vertical
lines
2007-03-10 01:23:42 +00:00
Stanislav Malyshev b9fd0c848a add testcase 2007-03-09 18:37:32 +00:00
Rasmus Lerdorf bdd22775fe MFB Off by ! in file:/// control char check 2007-03-09 01:22:47 +00:00
Stanislav Malyshev 031991d7a7 MFB: fix crash/leak in bug #38710 2007-03-08 22:57:02 +00:00
Nuno Lopes 78f33b160a MFB: fix thread unsafety in the gif reader code (merge from libgd cvs) 2007-03-08 20:26:48 +00:00
Antony Dovgal ebb2fc5b1b fix #40752 (parse_ini_file() segfaults when a scalar setting is redeclared as an array) 2007-03-08 00:43:06 +00:00
Zoe Slattery 16507b73cd New test case for array_slice 2007-03-07 13:22:26 +00:00
Antony Dovgal 94723e9457 fix #40727 (segfault in PDO when failed to bind parameters) 2007-03-07 09:02:18 +00:00
Derick Rethans d184a4f9c3 - MF52: Updated timezone database to version 2007.3. 2007-03-06 21:29:33 +00:00
Antony Dovgal 702c31844b fix tests 2007-03-06 20:53:11 +00:00
Antony Dovgal d5a9eab2e7 fix tests 2007-03-06 20:45:15 +00:00
Antony Dovgal 05dd85e7c9 be consistent with non-unicode implementation 2007-03-06 20:35:49 +00:00
Antony Dovgal fdae6875ea fix segfault in import_request_variables() and its test
I'm not completely sure it's correct to import numeric vars like _POST["1"] etc.
2007-03-06 19:59:13 +00:00
Antony Dovgal 733b197105 initialize variable 2007-03-06 19:45:02 +00:00
Antony Dovgal b43a614ba0 fix AC_TRY_COMPILE usage 2007-03-06 10:13:37 +00:00
Marcus Boerger d826cadb63 - Add missing return value check 2007-03-06 01:21:36 +00:00
Marcus Boerger 269baad27d - Revert back to sprintf (we could define snprintf for windows but we don't) 2007-03-06 00:55:46 +00:00
Michael Wallner d431a16629 - fix ws as requested by derick 2007-03-05 14:10:05 +00:00
Michael Wallner 75383d4658 - fix bug #40691: add comparison object handler 2007-03-05 14:05:31 +00:00
andy wharmby db571b7356 Fixed bug #35872 (Prevent object store references during RSHUTDOWN) 2007-03-05 12:56:26 +00:00
Marcus Boerger 213172a41b - Missed one is-dot check 2007-03-04 12:13:20 +00:00
Marcus Boerger 0646ecdcc8 - Match docu with implementation
- RecursiveFilterIterator::accept() needs to be abstract
2007-03-04 12:06:55 +00:00
Marcus Boerger afe24c2722 - Simplify 2007-03-04 12:02:16 +00:00
Marcus Boerger eefa6754e8 - And finally use prefix style names for consistency sake 2007-03-04 00:42:30 +00:00
Marcus Boerger 9ee90718e9 - Reverting glob on child logic makes globbing work better with the example
code
2007-03-04 00:36:08 +00:00
Marcus Boerger b30dbb98fc - Fix a minor issue with glob support - forgot to set length of string
- Add ability to not use glob on subdirs
2007-03-04 00:23:07 +00:00
Marcus Boerger b0a595d2d7 - Glob might require us to refetch the path for every entry 2007-03-03 23:41:43 +00:00
Marcus Boerger af7829f2dc - Add DirectoryIterator::count() 2007-03-03 23:07:33 +00:00
Marcus Boerger c80d1b184d - Add glob support for DirectoryIterator 2007-03-03 21:41:56 +00:00
Marcus Boerger 01220f548f - Add glob stream wrapper 2007-03-03 20:41:12 +00:00
Marcus Boerger 2b5f0d87b7 - Fix realpath() logic 2007-03-03 19:07:51 +00:00
Marcus Boerger b8969e549c - SplFileInfo::getRealPath() is not always present 2007-03-03 14:51:40 +00:00
Marcus Boerger 394bd0b8d3 # This block got lost somehow 2007-03-03 14:46:44 +00:00
Marcus Boerger 0337110f19 - [DOC] Add SplInfo::getBasename(), DirectoryIterator::getBasename() 2007-03-03 14:37:17 +00:00
Nuno Lopes 65f3544a3c MFB 2007-03-02 18:54:41 +00:00
Nuno Lopes 9777b3a933 MFB
#Pierre: libgd isn't affected. this problem was caused by the recent conversion to strlcpy()
2007-03-02 18:46:16 +00:00
Antony Dovgal 7f4d7749e1 mask resource numbers 2007-03-02 09:12:13 +00:00
Antony Dovgal 42645d14a9 new tests by Chris and me 2007-03-01 23:28:51 +00:00
Antony Dovgal aadee72682 MFB: allocate and define descriptors dynamically 2007-03-01 23:28:13 +00:00
Nuno Lopes ea624e97e5 MFB 2007-03-01 18:41:45 +00:00
Antony Dovgal 544e021080 fix iconv cross-compilation 2007-03-01 11:29:34 +00:00