Jani Taskinen
08f8621a9f
- Fixed bug #48994 (zlib.output_compression does not ouput HTTP headers when set to a string value)
...
# also fixes bug #35936 (ini.zlib.output-compression Documentation :)
2009-08-03 18:15:30 +00:00
Rasmus Lerdorf
8608857c1a
Fix bug #48880
...
The ini entry was being corrupted because it wasn't being set
on the ACTIVATE and DEACTIVATE stages.
2009-07-31 21:09:45 +00:00
Stanislav Malyshev
d1a16fc86d
fix extension functions disabling (bug #49065 )
2009-07-29 00:17:10 +00:00
Ilia Alshanetsky
c71358379d
Fixed a possible crash inside OnUpdateErrorLog() when restoring an empty value
...
Avoid pointless safe_mode/open_basedir checks on OnUpdateMailLog() if value is empty
2009-07-12 16:38:14 +00:00
Stanislav Malyshev
4bb8672039
fix mail.log openbasedir interaction with .htaccess
2009-07-09 00:21:17 +00:00
Jani Taskinen
87f9d62861
- Fixed bug #48247 (Infinite loop and possible crash during startup with errors)
2009-07-07 16:42:11 +00:00
Ilia Alshanetsky
ae2c5ee7d4
MFB: Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when using
...
TMPDIR).
2009-06-30 12:20:35 +00:00
Johannes Schlüter
52c9cad8e4
Back to -dev
2009-06-29 16:33:25 +00:00
Johannes Schlüter
4b4283bdc0
Bump version to 5.3.0 and API Nos. up
2009-06-26 15:44:19 +00:00
Ilia Alshanetsky
00d0ecda10
Revert patch
2009-06-24 20:08:54 +00:00
Ilia Alshanetsky
c0aa23fd86
MFB: Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when using
...
TMPDIR).
2009-06-24 12:21:45 +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
Rasmus Lerdorf
269df474bf
Ah, broken vimrc..
2009-06-18 06:38:30 +00:00
Rasmus Lerdorf
e70abda281
Fix bug #48592
2009-06-18 06:32:38 +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
e7560b8316
- typo
2009-06-04 07:41:01 +00:00
Pierre Joye
0168025f4c
- [DOC] add PHP_WINDOWS_NT_* and PHP_WINDOWS_VERSION_* constants (usefull for testing and features detections)
...
see http://msdn.microsoft.com/en-us/library/ms724451(VS.85).aspx for the explanation
2009-06-04 06:59:46 +00:00
Scott MacVicar
16398c1990
MFH: Make sure the timeout is checked in the shutdown function, patch from Etienne
2009-05-30 09:48:16 +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
c79528a26d
MFH: Fixed bug #48309 (stream_copy_to_stream() and fpasstru() do not
...
update stream position of plain files)
2009-05-17 14:58:10 +00:00
Arnaud Le Blanc
fab1f0e754
Fix warning when inner stream of a temp:// stream is closed before
...
the stream ifself
2009-05-16 20:27:36 +00:00
Arnaud Le Blanc
a2600facdd
MFH: Fixed bug #48307 (stream_copy_to_stream() copies 0 bytes when $source
...
is a socket)
2009-05-16 20:23:06 +00:00
Dmitry Stogov
2f8ca07d18
Fixed wrong return value
2009-05-14 08:21:54 +00:00
Hannes Magnusson
ebf7a8e9a3
Fix comments
2009-05-08 11:35:12 +00:00
Johannes Schlüter
508a2d0c3d
Back to -dev
2009-05-06 18:57:45 +00:00
Johannes Schlüter
6eb27922d7
5.3.0RC2-dev
2009-05-06 18:51:29 +00:00
Kalle Sommer Nielsen
5a6d3cc42b
Added E_DEPRECATED startup notice (5.3 only)
2009-05-04 21:18:22 +00:00
Derick Rethans
53bb83ab8c
- MFH: Fixed warnings
2009-05-04 19:55:47 +00:00
Antony Dovgal
79d1691d11
MFH: use correct function
2009-05-04 14:44:46 +00:00
Antony Dovgal
7809cd64e8
MFH: don't segfault on bindto == NULL
2009-05-04 14:25:17 +00:00
Ilia Alshanetsky
8c9195e48d
Fixed bug #48131 (Don't try to bind ipv4 addresses to ipv6 ips via bindto)
2009-05-04 13:09:15 +00:00
Derick Rethans
65fc904143
- MFH: Fixed bug #45191 (error_log ignores date.timezone php.ini val when
...
setting logging timestamps).
2009-05-03 19:08:49 +00:00
Pierre Joye
3cce609d77
- fix build (Marcus, fix re2c please)
2009-04-30 09:11:00 +00:00
Stanislav Malyshev
94b7a00760
fix for #47930
2009-04-28 21:30:23 +00:00
Dmitry Stogov
9e36fae5ff
Fixed bug #48034 (PHP crashes when script is 8192 (8KB) bytes long)
2009-04-28 07:13:30 +00:00
Pierre Joye
be093af4fa
- silent compiler warning
2009-04-20 08:28:44 +00:00
Arnaud Le Blanc
8ea9eb8560
MFH: Better fix for #47997
2009-04-19 17:10:35 +00:00
Arnaud Le Blanc
14c717f449
Fixed bug #47997 (stream_copy_to_stream returns 1 on empty streams)
2009-04-19 13:46:47 +00:00
Mikko Koppanen
3fd12260aa
MFH: Added support for passing O_NONBLOCK to the underlying open() system call
2009-04-11 11:44:15 +00:00
Arnaud Le Blanc
843202cd5c
MFH: Fixed initialization of tick functions list in ZTS
2009-03-27 02:34:06 +00:00
Christian Seiler
3470a30125
- Fixed memory leak in ob_get_clean/ob_get_flush.
...
# Not necessary in HEAD because output buffering was completely rewritten
# there.
2009-03-25 23:59:45 +00:00
Hannes Magnusson
2881a60e31
Add missing proto
2009-03-25 19:55:59 +00:00
Johannes Schlüter
5afff17958
Back to dev
2009-03-23 20:40:37 +00:00
Johannes Schlüter
3c038201eb
5.3.0 RC 1
2009-03-23 20:33:21 +00:00
Arnaud Le Blanc
2b57d6d6ea
MFH: Better fix for #44607 . Fixes #47487 (php_stream_fill_read_buffer()
...
performance degraded after fix of bug 44607).
2009-03-19 17:55:10 +00:00
David Coallier
2e5f11b841
- Fixed bug #46897 : ob_flush() should fail to flush unerasable buffers
...
- Added test for bug46897
- A memleak has been identified while fixing this bug but the changes
made by this commit do not affect ob_get_clean where the memleak (which
is fixed in HEAD with the new handler) resides.
- [DOC] New noticed is outputted in ob_flush when the buffer is unerasable
2009-02-13 11:48:17 +00:00
Ilia Alshanetsky
aaa5361c90
Adjust condition
2009-02-10 16:14:18 +00:00
Ilia Alshanetsky
2b531b5149
MFB: typo fix
2009-02-10 14:21:27 +00:00