Nuno Lopes
d6802e1022
statification of local functions and variables.
...
also remove a few uneeded global variables
interesting new warnings:
/cvs/php5/ext/xmlwriter/php_xmlwriter.c:391: warning: 'xmlwriter_objects_clone' defined but not used
/cvs/php5/ext/xmlwriter/php_xmlwriter.c:1281: warning: 'zif_xmlwriter_start_dtd_entity' defined but not used
/cvs/php5/ext/xmlwriter/php_xmlwriter.c:1325: warning: 'zif_xmlwriter_end_dtd_entity' defined but not used
/cvs/php5/ext/xmlwriter/php_xmlwriter.c:1333: warning: 'zif_xmlwriter_write_dtd_entity' defined but not used
2006-11-09 16:04:34 +00:00
Hannes Magnusson
371400ae15
Add "As of 5.2.1" notes as requested
2006-11-09 12:35:12 +00:00
Hannes Magnusson
4989f0d899
New features/errormsgs/return values in ext/zip
...
New optional parameter in ext/ming
2006-11-09 11:44:13 +00:00
Frank M. Kromann
87b412dc3a
Revert patch for warnings about missing headers. These are fixed in the latest version of libming.
...
Sync code for SWFMovie::streamMP3. This function will now return the number of frames in the file.
2006-11-09 09:19:21 +00:00
Dmitry Stogov
25f01e8ec3
Fixed tests
2006-11-09 08:29:18 +00:00
Ilia Alshanetsky
e5f9b479af
Fixed bug #38602 (header( "HTTP/1.0 ..." ) does not change proto version).
2006-11-09 00:13:26 +00:00
Antony Dovgal
1f061b3154
fix #39300 (make install fails if wget is not available)
...
add support of 'fetch'
2006-11-08 19:05:41 +00:00
Dmitry Stogov
cc895444b1
HashTable copying optimization (Matt Wilmas)
2006-11-08 16:02:03 +00:00
Dmitry Stogov
41ae8de136
Fixed bug #39297 (Memory corryption because of indirect modification of overloaded array).
2006-11-08 13:38:28 +00:00
Dmitry Stogov
a84a2eae6a
Fixed bug #39344 (Unnecessary calls to OnModify callback routine for an extension INI directive). (wharmby at uk dot ibm dot com, Dmitry)
2006-11-08 11:04:27 +00:00
Dmitry Stogov
84b9dcb73f
Fixed bug #38536 (SOAP returns an array of values instead of an object)
2006-11-08 10:05:19 +00:00
Ilia Alshanetsky
d6b3b73490
Fixed tests
2006-11-07 20:24:38 +00:00
Ilia Alshanetsky
6e30ea1e3f
BFN
2006-11-07 20:24:04 +00:00
Ilia Alshanetsky
cb96148912
Fixed bug #33282 (Re-assignment by reference does not clear the is_ref flag)
...
# Original patch by Matt Wilmas
2006-11-07 20:23:30 +00:00
Ilia Alshanetsky
887b3484f7
Fixed bug #39398 (Booleans are not automatically translated to integers).
2006-11-07 17:57:17 +00:00
Johannes Schlüter
c65a1f10cb
- MFH: No C++ comments ( fix #39414 )
2006-11-07 15:19:11 +00:00
Hannes Magnusson
69dbaaacac
MFH: arginfo fixes
2006-11-06 23:20:11 +00:00
Rasmus Lerdorf
cdf8494879
It is allow_url_include not allow_fopen_include
2006-11-06 18:21:25 +00:00
Ilia Alshanetsky
07cdfefdee
Fixed bug #39350 (crash with implode("\n", array(false))).
2006-11-06 17:21:05 +00:00
Hannes Magnusson
4cb16d8328
include php://input && data: have been disabled (with allow_fopen_include off)
...
new DateTime(new stdclass) now throws exception
imap_[re]open() has new optional parameter
2006-11-06 16:51:55 +00:00
Ilia Alshanetsky
5cc7f616c9
param parsing fix
...
# Thanks Hannes
2006-11-06 16:44:03 +00:00
Dmitry Stogov
7b8f30adcb
Fixed bug #39121 (Incorrect return array handling in non-wsdl soap client)
2006-11-06 16:36:43 +00:00
Hannes Magnusson
c263929002
MFH: throw exception on invalid parameters
2006-11-06 16:11:26 +00:00
Hannes Magnusson
c32408e694
MFH: fix segfault & improve test
2006-11-06 15:21:45 +00:00
Dmitry Stogov
82f89748a4
Windows doesn't have chown(). Remove unused function and reference to undeclared macro VCWD_CHOWN().
2006-11-06 14:54:52 +00:00
Dmitry Stogov
95fbb9514e
MFH: Fixed decoding list of arrays (related to bug #39121 )
2006-11-06 13:22:49 +00:00
Rasmus Lerdorf
cea64d52fa
data: and php:stdin/input allow_url_include checks
2006-11-05 20:08:58 +00:00
Ilia Alshanetsky
86a6812dbb
Fixed bug #39362 (Added an option to imap_open/imap_reopen to control the
...
number of connection retries).
2006-11-05 18:31:41 +00:00
Pierre Joye
00f0e92dee
- gdpng entry
2006-11-05 15:08:50 +00:00
Pierre Joye
5784602544
- Merge from gd-cvs, initialize the signature not the infile ctx
...
NB: good that we don't use getC :)
2006-11-05 15:04:50 +00:00
Marcus Boerger
79946dc8a0
- MFH: Make parameter parsing api check happy
2006-11-04 20:46:32 +00:00
Rasmus Lerdorf
c8778c73c3
Mark memory streams as is_url
2006-11-04 20:43:28 +00:00
Marcus Boerger
15592390c5
- MFH Store length of autoload file exts
2006-11-04 20:27:28 +00:00
Frank M. Kromann
9df320c423
Fix win32 build
2006-11-04 17:25:14 +00:00
Pierre Joye
4e257c03a1
- WS
2006-11-04 14:34:33 +00:00
Pierre Joye
29242cfab9
- MFH: optimize horizontal and vertical lines
2006-11-04 14:27:07 +00:00
Hannes Magnusson
7b15d02b99
Fix build
2006-11-04 13:03:56 +00:00
Pierre Joye
d05ef39c74
- MFH #39366 , imagerotate does not use alpha with angles>45
2006-11-04 03:15:31 +00:00
Pierre Joye
59841dd25c
- #39273 entry
2006-11-04 02:24:53 +00:00
Pierre Joye
541f9940ac
- #39273 , imagecopyresized and alpha channel
2006-11-04 02:21:06 +00:00
Pierre Joye
b867123e30
- News entry for zip MFH
2006-11-04 00:09:04 +00:00
Ilia Alshanetsky
6f0a9d6f76
wrong bug #
2006-11-03 20:38:21 +00:00
Ilia Alshanetsky
6516d8e1d6
Fixed bug #39358 (INSTALL_HEADERS contains incorrect reference to
...
php_filter.h)
2006-11-03 20:08:38 +00:00
Ilia Alshanetsky
4f3889d5bf
Fixed bug #39361 (Removed warning on empty haystack inside mb_strstr()).
2006-11-03 19:55:51 +00:00
Marcus Boerger
f7948f7fef
- BFN
2006-11-03 19:04:19 +00:00
Marcus Boerger
17b675132b
- Fix version
2006-11-03 19:03:25 +00:00
Marcus Boerger
da8b00a5e4
- MFH: Fixed bug #39320
2006-11-03 19:02:16 +00:00
Marcus Boerger
978dd0fdd9
- MFH: Fix issue with some mangeled properties
2006-11-03 19:01:40 +00:00
Marcus Boerger
2820e9cf1e
- MFH: Fixed bug #38698
2006-11-03 19:00:46 +00:00
Marcus Boerger
76ba475d76
- MFH: Synch
2006-11-03 18:58:41 +00:00