Commit Graph

44398 Commits

Author SHA1 Message Date
f1b56d6fcc ChangeLog update 2009-03-24 01:32:44 +00:00
Felipe Pena
501a5a0d94 - MFB old changes 2009-03-23 23:58:49 +00:00
Felipe Pena
09c94bda00 - Fix test 2009-03-23 23:03:08 +00:00
Felipe Pena
11dde4a7c5 - Fixed bug #44409 (PDO::FETCH_SERIALIZE calls __construct())
Patch by: matteo at beccati dot com
2009-03-23 23:02:06 +00:00
Derick Rethans
f7943572c1 - Updated to version 2009.4 (2009d) 2009-03-23 21:39:21 +00:00
Felipe Pena
55f4a1c0de - Fixed build 2009-03-23 11:01:07 +00:00
Eric Stewart
70d48df0a1 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:40:30 +00:00
e6a6a261f6 ChangeLog update 2009-03-23 01:33:16 +00:00
Ilia Alshanetsky
cefb8a91f0 MFB: Improved parameter parsing 2009-03-22 15:07:31 +00:00
Derick Rethans
7d259905cd - Updated to version 2009.3 (2009c) 2009-03-22 11:49:32 +00:00
e687be99f4 ChangeLog update 2009-03-21 01:32:48 +00:00
Uwe Schindler
2605683a36 Fix a sigsegv on server shutdown, add missing sapi_shutdown().
!!! This should also be merged into 5.3, I prepared it, please tell me if it is ok to commit !!!
2009-03-20 15:53:34 +00:00
Zoe Slattery
9705e310ca clarification of wwwhether 'make test' needs the PHP xecutable to be set 2009-03-20 15:43:11 +00:00
Dmitry Stogov
105c01765a Fixed warning 2009-03-20 11:23:22 +00:00
Zoe Slattery
ec3ee30a75 added skipif for root 2009-03-20 09:09:34 +00:00
Antony Dovgal
92f17edda7 set return_len to 0 when returning empty string and fix segfault 2009-03-20 08:38:42 +00:00
8d0b4579d2 ChangeLog update 2009-03-20 01:32:48 +00:00
Ilia Alshanetsky
d37c3367db MFB: Fixed bug #47721 (Aligment issues in mbstring and sysvshm extension) 2009-03-19 23:11:54 +00:00
Steph Fox
1abe544f41 - 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:15:03 +00:00
Matt Wilmas
efd9d3482d Avoid 2 conversions when decoding numbers 2009-03-19 19:25:42 +00:00
Matt Wilmas
b7c73cf1dd MFB (zend_execute_API.c v1.331.2.20.2.13): "Avoid strcpy() & strcat()"
Removed extra space from eval string, and unnecessary variable
2009-03-19 18:32:45 +00:00
Arnaud Le Blanc
f6d76ad89a Better fix for #44607. Fixes #47487 (php_stream_fill_read_buffer()
performance degraded after fix of bug 44607).
2009-03-19 17:54:28 +00:00
Dmitry Stogov
60e6e4b52f Fixed check for long integer overflow 2009-03-19 15:15:31 +00:00
Etienne Kneuss
c856710706 Fix #47231 (offsetGet error using incorrect offset) 2009-03-19 03:00:44 +00:00
Etienne Kneuss
24835e7fb1 Add test covering for #47671 2009-03-19 02:46:41 +00:00
Etienne Kneuss
47aa4817f3 Fix #47671 (cloning SplObjectStorage instances) 2009-03-19 02:44:04 +00:00
57111e0e83 ChangeLog update 2009-03-19 01:32:50 +00:00
Ilia Alshanetsky
f0efcc577b MFB:Improved parameter parsing 2009-03-19 00:19:20 +00:00
andy wharmby
8558435556 New tests for various date extension functions. Tested on Windows, Linux and linux 64 2009-03-18 23:35:10 +00:00
Dmitry Stogov
de2d640dba Removed unnecassary checks 2009-03-18 18:48:52 +00:00
Pierre Joye
fe46af7615 - php.ini-dev/prod 2009-03-18 17:58:44 +00:00
Moriyoshi Koizumi
09f857e49d - Synching .dsp file (I am not sure whether I really should do this) 2009-03-18 17:34:02 +00:00
Matt Wilmas
b68c241623 Fixed test on 64-bit (thanks Antony) 2009-03-18 16:30:04 +00:00
Takeshi Abe
27cf6d587f Fixed libgd #186 (Tiling true colour with palette image does not work) 2009-03-18 15:29:56 +00:00
Dmitry Stogov
dbb1f2d46d Improved speed of conditional jump instructions by checking for most useful case (conditional expression) 2009-03-18 14:17:38 +00:00
Dmitry Stogov
37ecbbf388 Inline only the most useful code 2009-03-18 14:15:59 +00:00
Dmitry Stogov
ac1ccb1331 Fixed bug #47704 (crashes on some "bad" operations with string offsets)
Removed unnecessary checks
2009-03-18 12:52:58 +00:00
andy wharmby
124fc28089 New tests for date extension DateTime methods Tested on Windows, Linux and linux 64 2009-03-18 11:32:56 +00:00
Dmitry Stogov
a2fb2a5bf7 optimization 2009-03-18 11:25:47 +00:00
andy wharmby
84bd22c4ee New tests for date extension DateTimeZone methods Tested on Windows, Linux and linux 64 2009-03-18 11:13:01 +00:00
Dmitry Stogov
83a6de49b1 Fixed floating point mathematic speed degradation (Christian) 2009-03-18 10:49:36 +00:00
Dmitry Stogov
6581ded618 Better fix for bug #45877 (smaller and faster) 2009-03-18 09:49:07 +00:00
0fdb8fd8c8 ChangeLog update 2009-03-18 01:32:39 +00:00
Matt Wilmas
d4207fc58d Fixed bug #45877 (Array key '2147483647' left as string) 2009-03-18 01:06:30 +00:00
Scott MacVicar
4143771208 Missing skip in tests 2009-03-17 23:29:39 +00:00
Scott MacVicar
5674e6735b Replace magic values with a define, makes reading it a bit easier 2009-03-17 23:25:39 +00:00
Ilia Alshanetsky
df7460a17b MFB: Fixed compiler warning 2009-03-17 23:22:05 +00:00
Scott MacVicar
bc51a1e9f7 Add PHP_JSON_FORCE_OBJECT for forcing an object output of an array 2009-03-17 23:15:17 +00:00
Felipe Pena
f3d11b4415 - Fix version && year++ 2009-03-17 23:02:22 +00:00
Matt Wilmas
0c20069851 Fixed bug #46882 (Serialize / Unserialize misbehaviour under OS with different bit numbers) 2009-03-17 22:02:05 +00:00