Commit Graph

44429 Commits

Author SHA1 Message Date
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
Johannes Schlüter
72c226ee4d Replace old php.ini files with the new ones according to
http://wiki.php.net/rfc/newinis (by Eric Lee Stewart)
2009-03-17 19:12:22 +00:00
Pierre Joye
860232e90e - MFB: make it less(er) sensible to bison version 2009-03-17 16:03:25 +00:00
Pierre Joye
85181631ed - MFB: s,win32,windows, and add myself to the list 2009-03-17 15:38:24 +00:00
Scott MacVicar
2d43af2707 Deal with overflow when decoding large numbers 2009-03-17 14:56:49 +00:00
Pierre Joye
7c3df87c81 - disable HAVE__CONTROLFP_S with VC9, 3x times slowdown 2009-03-17 13:33:51 +00:00
Johannes Schlüter
5306bb0e4b - mark mysqlnd's threading (which can be used for background pre-fetching)
experimental
2009-03-17 10:04:57 +00:00
Andrey Hristov
7271069329 Fix the build, because the macro's name has changed 2009-03-17 09:51:04 +00:00
Moriyoshi Koizumi
8938555fd5 - Make iconv filter accept '.' as the delimiter between encoding names as well
as '/'. It's impossible to specify the filter in php://filter without this
  fix.
2009-03-17 05:27:00 +00:00
Scott MacVicar
43842949b7 Fix bug #47359 - Use the official unofficial mimetype for bmp files, this stops IE from getting confused. 2009-03-17 03:25:44 +00:00
Scott MacVicar
719ba687c0 Fix bug #47678 - Allow loadExtension to be disabled in SQLite3 2009-03-17 02:42:41 +00:00
Scott MacVicar
de4891ab2a Fix bug #47644 - Valid integers are truncated with json_decode() 2009-03-17 02:00:08 +00:00
Christopher Jones
eddf2540da Fix INI blocks 2009-03-17 01:50:34 +00:00
8364d55b39 ChangeLog update 2009-03-17 01:33:02 +00:00
Zoe Slattery
af880ec61e test for /ext/tidy from stefan priebsch 2009-03-16 20:37:18 +00:00
Felipe Pena
85c7789052 - Fixed bug #47616 (curl keeps crashing) 2009-03-16 15:05:21 +00:00
Pierre Joye
b72606c92f - fix the build for win (vc6 or vc9)
- fix logic in time convertion
- force shared on windows, will fix the dirent issue later (no, it is not enough to simply remove the dep or header include)
- add myself before I forget again
2009-03-16 15:02:44 +00:00
Dmitry Stogov
6401ae5c7e Fixed test 2009-03-16 15:00:11 +00:00
Ilia Alshanetsky
52ffe21fdc MFB: Fixed compiler warnings 2009-03-16 12:52:59 +00:00
Mikko Koppanen
9b50cf342d Closes bug #47667 2009-03-16 10:16:16 +00:00