1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00
Commit Graph

4180 Commits

Author SHA1 Message Date
Felipe Pena
58c717ff8f - BFN #48641 (I missed to add in the previous commit: patch by crrodriguez at opensuse dot org) :P 2009-06-22 11:44:49 +00:00
Scott MacVicar
96be32d8ca BFN - Partially fixed in RC4, fixed properly in the next release. 2009-06-21 22:38:49 +00:00
Ilia Alshanetsky
0ce6b61e04 BFN 2009-06-21 15:30:57 +00:00
Johannes Schlüter
ef9c23468c Merge in NEWS from 5.2 2009-06-21 11:50:37 +00:00
Takeshi Abe
f1c919496b entry for bug #48555 2009-06-21 06:29:41 +00:00
Johannes Schlüter
9851acba7b Back to dev 2009-06-18 21:07:08 +00:00
Johannes Schlüter
ff1bf7f766 5.3.0 RC 4 2009-06-18 21:01:03 +00:00
Jani Taskinen
dabcff916d Pierre, this can not be so hard 2009-06-17 22:51:05 +00:00
Jani Taskinen
8c7c7de858 unfuck the file, fucked up by Pierre as usual 2009-06-17 22:50:18 +00:00
Felipe Pena
7ef7c93849 - Reorder 2009-06-17 19:55:32 +00:00
Pierre Joye
99b0b22582 - fix NEWS (thx Felipe!) 2009-06-17 19:42:56 +00:00
Pierre Joye
27ea6ef77f - update with latest bits 2009-06-17 19:40:33 +00:00
Felipe Pena
31f64d6943 BFN #48578 2009-06-17 16:22:14 +00:00
Scott MacVicar
fdfc7d05e7 BFN 2009-06-15 13:41:42 +00:00
Greg Beaver
8fc5746d0e remove missing erealloc entry that will go in php 5.2 NEWS 2009-06-13 17:34:21 +00:00
Greg Beaver
79d05eac0d fix Bug #48541: spl_autoload_register only registers first closure, then leaks the others. Fix missing erealloc in fix for bug #40091 (PHP_5_3 only) 2009-06-13 17:30:50 +00:00
Greg Beaver
df07072f7c fix criminally unclear NEWS entry by me 2009-06-13 16:43:04 +00:00
Felipe Pena
5f8ca6da95 MFH: Fixed bug #48533 (__callStatic is not invoked for private/protected methods) 2009-06-12 01:05:25 +00:00
Greg Beaver
4016894486 update NEWS about phar.phar on windows 2009-06-11 14:40:43 +00:00
Johannes Schlüter
a8f3eeefe8 back to -dev 2009-06-10 18:39:15 +00:00
Johannes Schlüter
10d976d225 5.3.0RC3 2009-06-10 18:18:43 +00:00
Pierre Joye
efb976cd2c - missing ACL entry 2009-06-09 16:38:17 +00:00
Pierre Joye
2276bc5188 - #41874 2009-06-09 14:10:08 +00:00
Scott MacVicar
2d96aa5b22 BFN 2009-06-09 02:00:46 +00:00
Scott MacVicar
cf1a08e317 Move entry to 5.2 2009-06-09 00:42:51 +00:00
Greg Beaver
fb86c3f7a2 MFH: fixed isset() on sub-directories (isset("blah") if file "blah/foo.php" exists) 2009-06-05 04:46:49 +00:00
Greg Beaver
a8e7103bbe MFPECL: fix security vulnerability in phar's handling of long tar filenames 2009-06-04 19:59:09 +00:00
Pierre Joye
6220c88f14 - new constnats 2009-06-04 07:01:47 +00:00
Jani Taskinen
686ede9c50 fix news 2009-05-31 13:20:22 +00:00
Andrey Hristov
0f5e7e2bf9 NEWS 2009-05-29 13:11:10 +00:00
Arnaud Le Blanc
245f051bbe Moved to 5.2 2009-05-28 13:21:08 +00:00
Scott MacVicar
2cbe718985 BFN, though this library gets a lot of updates 2009-05-28 03:22:44 +00:00
Greg Beaver
1c30b43e50 MFH: fix potential segfault when converting phars with metadata to other formats, add test 2009-05-24 18:50:58 +00:00
Ilia Alshanetsky
8f7b7495f2 Upgraded to 3.6.14.1 2009-05-19 18:32:46 +00:00
Jani Taskinen
ec9b82f0f4 fix news 2009-05-19 09:41:34 +00:00
Derick Rethans
d29d24427f - MFH: Get rid of the four different versions of zend_extension* and only use
zend_extension. Because of the API identifier change in PHP 5.3 you also get
  a proper warning message now.
#- [DOC]
2009-05-18 21:33:38 +00:00
Arnaud Le Blanc
a5db3627e5 Fixed bug #38802 (max_redirects and ignore_errors)
(patch by datibbaw@php.net)
2009-05-16 20:34:48 +00:00
Scott MacVicar
a6acb07d2a BFN 2009-05-14 22:03:35 +00:00
Arnaud Le Blanc
12d41f7a1f moved to 5.2 2009-05-14 19:03:59 +00:00
Arnaud Le Blanc
eeed7e12f5 moved to 5.2 2009-05-14 16:23:58 +00:00
Matt Wilmas
464cfab1b1 Now in 5.2 (or should the entry be here as well...?) 2009-05-14 01:31:02 +00:00
Greg Beaver
475cf4d288 fix Bug #48257: PharData throws exception with non-phar tar 2009-05-13 20:25:43 +00:00
Matteo Beccati
3fb4089ba7 MFH
- Fixed bug #48188
2009-05-12 22:18:15 +00:00
Ilia Alshanetsky
d73b2316a1 moved to 5.2 as well 2009-05-11 12:35:19 +00:00
Ilia Alshanetsky
60d4c0308a Fixed bug #48204 (xmlwriter_open_uri() does not emit warnings on invalid
paths)
2009-05-11 12:21:26 +00:00
Jani Taskinen
235712f3de BFN 2009-05-10 21:06:35 +00:00
Felipe Pena
f306943799 - Fixed bug #48227 (NumberFormatter::format leaks memory) 2009-05-10 20:17:22 +00:00
Etienne Kneuss
bc75208538 MFH: Fix bug #47534 (RecursiveDirectoryIterator::getChildren ignoring CURRENT_AS_PATHNAME) 2009-05-09 21:06:59 +00:00
Scott MacVicar
c81345bbd0 BFN 2009-05-09 20:42:44 +00:00
Jani Taskinen
8308ce2d0a - Moved to PHP_5_2 2009-05-09 20:37:47 +00:00