Ilia Alshanetsky
f87260b8c2
Updated PDO maintainers
2009-03-24 23:57:30 +00:00
Pierre Joye
1d177508c8
- new php.ini names
2009-03-24 22:15:46 +00:00
Dmitry Stogov
343bcc26ab
Fixed double efree()
2009-03-24 16:35:53 +00:00
Dmitry Stogov
4658d9408b
Fixed "-0" parsing and optimized overflow check (Matt)
2009-03-24 16:02:50 +00:00
Felipe Pena
a3e90c2a63
- Fix test
2009-03-24 15:51:13 +00:00
Pierre Joye
bc272fdc68
- GEPJ.. (thx to Derick for the head!)
2009-03-24 12:48:52 +00:00
Pierre Joye
d9febb46be
- #47757 rename JPG to JPEG in phpinfo
2009-03-24 09:45:39 +00:00
Pierre Joye
043ae0e0ee
- fix logic after my build fix, thx to Hannes for the head up!
2009-03-24 09:44:16 +00:00
Pierre Joye
868d7d8144
- #47757 rename JPG to JPEG in phpinfo
2009-03-24 09:41:42 +00:00
Pierre Joye
c68e24ce1a
- fix build
2009-03-24 09:24:35 +00:00
Scott MacVicar
d2dca3a3ec
BFN
2009-03-24 02:00:34 +00:00
Scott MacVicar
da0eb9b8e8
Fix bug #42362 - certain status codes never have output, so sending the gzip compression headers cause problems
2009-03-24 01:57:53 +00:00
Felipe Pena
861d51223f
MFH:
...
- Fixed bug #44409 (PDO::FETCH_SERIALIZE calls __construct())
Patch by: matteo at beccati dot com
2009-03-23 23:15:03 +00:00
Uwe Schindler
0935ae193c
MFH: Fix a sigsegv on server shutdown, add missing sapi_shutdown().
2009-03-23 23:13:14 +00:00
Ilia Alshanetsky
79c44de0ca
Improved parameter handling
2009-03-23 22:30:56 +00:00
Derick Rethans
7560b2ec2f
- Updated to version 2009.4 (2009d)
2009-03-23 21:39:45 +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
Eric Stewart
e0669bf1ab
1. Involves an mbstring setting correction regarding:
...
http://marc.info/?l=php-cvs&m=123596904426621&w=2
2. Added mbstring.http_output_conv_mimetype directive.
3. Adds an additional comment including XOR in the list of usable bitwise operators.
4. Note regarding the merge of E_STRICT into E_ALL in PHP 6.0.0.
5. Notes regarding [PATH] and [HOST] use in CGI/FastCGI.
2009-03-23 02:36:34 +00:00
Ilia Alshanetsky
03a27e3373
Improved parameter parsing
2009-03-22 15:05:20 +00:00
Derick Rethans
caf9054e3d
- Updated to version 2009.3 (2009c)
2009-03-22 11:49:55 +00:00
Pierre Joye
afc5630357
- disable it when ZTS is disabled
2009-03-20 18:49:37 +00:00
Pierre Joye
689c2f9ab2
- fix build, add new cp850 file
2009-03-20 18:42:02 +00:00
Zoe Slattery
77aa29358b
clarification of wwwhether 'make test' needs the PHP xecutable to be set
2009-03-20 15:43:40 +00:00
Dmitry Stogov
8f14aed31b
Fixed warning
2009-03-20 11:23:00 +00:00
Zoe Slattery
c71cc4eda8
added skip if for root
2009-03-20 08:58:09 +00:00
Ilia Alshanetsky
c5649092e2
MFB: Fixed bug #47721 (Aligment issues in mbstring and sysvshm extension)
2009-03-19 23:11:32 +00:00
Steph Fox
01a58c323d
- Add self to maintainer list so's I can get bug notifications :)
2009-03-19 22:44:55 +00:00
Steph Fox
f5a65cabfd
MFH
...
- Fix bug #38805 ( PDO Truncates Text from SQL Server Text Data Type Field)
- Bring behaviour into line with ext/mssql
- Several memleaks plugged
2009-03-19 22:16:29 +00:00
Matt Wilmas
91d325dd72
MFH: Avoid 2 conversions when decoding numbers
2009-03-19 19:26:00 +00:00
Matt Wilmas
021e5d168f
MFH: Removed extra space from eval string
2009-03-19 18:34:16 +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
Dmitry Stogov
9f32cb2d39
Fixed check for long integer overflow
2009-03-19 15:16:10 +00:00
Etienne Kneuss
8623e9db8b
MFH: Fix #47231 (offsetGet error using incorrect offset)
2009-03-19 03:01:37 +00:00
Etienne Kneuss
c44d7b3576
MFH: Add test covering for #47671
2009-03-19 02:47:00 +00:00
Etienne Kneuss
225d86dcfa
MFH: Fix #47671 (cloning SplObjectStorage instances)
2009-03-19 02:45:17 +00:00
Ilia Alshanetsky
61bdfaa082
Improved parameter parsing
2009-03-19 00:18:48 +00:00
andy wharmby
a2e4773405
New tests for various date extension functions. Tested on Windows, Linux and linux 64
2009-03-18 23:35:25 +00:00
Dmitry Stogov
3a30cfe1e0
Removed unnecassary checks
2009-03-18 18:49:27 +00:00
Pierre Joye
8235286324
- some cleanup, more to come
2009-03-18 18:40:44 +00:00
Pierre Joye
989b9d7c43
- php.ini-dev/prod
2009-03-18 17:58:09 +00:00
Moriyoshi Koizumi
df57de4879
- Use UTF-8 characters as 5.2's NEWS does.
2009-03-18 17:48:18 +00:00
Moriyoshi Koizumi
8ae17615d7
- Add support for CP850 encoding (patch by Denis Giffeler)
2009-03-18 17:44:25 +00:00
Moriyoshi Koizumi
115b041861
- MFH: Synching .dsp file (I am not sure whether I really should do this)
2009-03-18 17:34:27 +00:00
Moriyoshi Koizumi
5f863af8be
- Typo.
2009-03-18 17:06:40 +00:00
Moriyoshi Koizumi
a9a9e75b0b
- Add entries for the encodings that are already supported by mbstring but
...
not listed here.
2009-03-18 17:03:38 +00:00
Moriyoshi Koizumi
f1d24dfcb7
- staticise private symbols.
2009-03-18 16:51:15 +00:00
Matt Wilmas
56ee50ac62
MFH: Fixed test on 64-bit
2009-03-18 16:30:21 +00:00
Takeshi Abe
3e3721be58
MFH: Fixed libgd #186 (Tiling true colour with palette image does not work)
2009-03-18 15:30:37 +00:00
Dmitry Stogov
daac1a6273
Improved speed of conditional jump instructions by checking for most useful case (conditional expression)
2009-03-18 14:17:15 +00:00