1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 17:38:14 +02:00
Commit Graph

44368 Commits

Author SHA1 Message Date
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
Pierre Joye 3c0e78268c - MFB: fix build 2009-03-16 10:14:16 +00:00
Dmitry Stogov d3e3c4e666 Fixed bug #47664 (get_class returns NULL instead of FALSE) 2009-03-16 09:52:26 +00:00
Christopher Jones 2d574c99d3 Prepare for PECL OCI8 1.3.5 2009-03-16 05:37:35 +00:00
Christopher Jones bc535521eb Mac OSX customization for initialization error message 2009-03-16 05:29:49 +00:00
Brian Shire b9a54927b4 Fix scanner handling of NULL values in heredoc, nowdoc, strings, comments, and non-parsed content. 2009-03-16 01:40:01 +00:00
e30076c03b ChangeLog update 2009-03-16 01:32:53 +00:00
Scott MacVicar 0ac605c41b fileinfo tests are missing skipif 2009-03-15 23:16:55 +00:00
Scott MacVicar daf4211e0b Update fileinfo to libmagic 5.00 and remove dependency on dirent.h on Windows 2009-03-15 23:02:35 +00:00
Moriyoshi Koizumi 0a3289baaa - Fix a bug that mbstring.internal_encoding doesn't take effect within
the request encoding converter.
2009-03-15 20:42:30 +00:00
efd265f79d ChangeLog update 2009-03-15 01:33:03 +00:00
Takeshi Abe c1b257fc45 Fixed bug #45799 (imagepng() crashes on empty image) 2009-03-14 16:06:57 +00:00