1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 07:28:09 +02:00
Commit Graph

60372 Commits

Author SHA1 Message Date
Gustavo André dos Santos Lopes 9b698dbcea - Revert of revision 306542, turns out the semantics of compare() are
different in SplMinHeap and SplMaxHeap.
2010-12-21 19:52:17 +00:00
Gustavo André dos Santos Lopes 4a11d76a75 - Fixed bug #53588 (SplMinHeap bad sorting with custom compare
function).
2010-12-21 17:29:14 +00:00
Moriyoshi Koizumi b0f8ac5299 - Update ini descriptions. It is still possible that zend.multibyte will be removed in the near future as it is confirmed to not impose any significant overhead with the standard configuration even when it is enabled. 2010-12-21 06:57:46 +00:00
Ilia Alshanetsky c9459ed7e7 Fixed compiler warnings 2010-12-20 23:00:11 +00:00
Rui Hirokawa 7f055f54a2 fixed compile error with VS2008. 2010-12-20 14:38:08 +00:00
Felipe Pena 7c9fb17d00 - Fix build 2010-12-20 12:41:35 +00:00
Hannes Magnusson bbd23afa98 Fixed bug#53579 (stream_get_contents() segfaults on ziparchive streams)
Also added the filename being access to the stream_get_meta_data() array
2010-12-20 11:00:27 +00:00
Stefan Marr d6ac811e5d Removed dead code.
# should not have been commited in the first place.
2010-12-20 08:49:59 +00:00
Moriyoshi Koizumi a304a0fc04 - Avoid allocating extra buffers. This makes parsing with zend.multibyte enabled as fast as with it disabled. 2010-12-20 03:16:09 +00:00
Moriyoshi Koizumi b09bb21292 - Fix a bug that the script gets wrongly converted into UTF-8 when the script encoding is not GL-safe. 2010-12-20 03:11:41 +00:00
Felipe Pena 3e3d7c52f0 - Fix build 2010-12-20 01:42:25 +00:00
Stefan Marr 7357867bac Added strict handling of properties in traits.
# This is the first attempt to implement the properties as discussed on the mailinglist.
# RFC is not updated to reflect this changes, yet.
2010-12-20 00:52:40 +00:00
Gustavo André dos Santos Lopes 433dff36d7 - Fixed bug #53574 (Integer overflow in SdnToJulian, sometimes leading to
segfault).
2010-12-19 23:47:00 +00:00
Stefan Marr d88515e1b8 Fixed naming of parameters, was inconsistent with implementation. 2010-12-19 22:13:41 +00:00
Moriyoshi Koizumi a57e59ed6c WS 2010-12-19 17:29:21 +00:00
Moriyoshi Koizumi 7cbe5f164a WS 2010-12-19 17:28:57 +00:00
Moriyoshi Koizumi bbf3d43c1e * Refactor zend_multibyte facility.
Now mbstring.script_encoding is superseded by zend.script_encoding.
2010-12-19 16:36:37 +00:00
Stanislav Malyshev c28cac404d Fix bad args to grapheme_extract(), reported by Maksymilian Arciemowicz 2010-12-19 05:07:31 +00:00
Jérôme Loyet e1dee992ee - Fixed bug #53527 (php-fpm --test doesn't set a valuable return value). 2010-12-18 11:22:11 +00:00
Gustavo André dos Santos Lopes 9a52c2f370 - Fixed bug #53568 (swapped memset arguments in struct initialization). 2010-12-17 23:05:26 +00:00
Jani Taskinen ddf42dde2f - Update credits 2010-12-17 10:48:47 +00:00
Jani Taskinen 116e097287 - Revert 2010-12-17 10:43:52 +00:00
Hannes Magnusson fc146c7352 Throw some credit around 2010-12-17 10:15:21 +00:00
Andrey Hristov b51abfb35f fix a small bug about affected_rows in the text protocol 2010-12-16 12:56:19 +00:00
Jani Taskinen dfb0e70844 - Typos, WS, CS 2010-12-16 12:25:27 +00:00
Andrey Hristov 47bb667a64 Fix sprintf modifier to be right, wrong data reported in the log 2010-12-16 12:18:54 +00:00
Gustavo André dos Santos Lopes c8622a07f5 - Adding enable_post_data_reading to php.ini-* 2010-12-16 11:27:17 +00:00
Derick Rethans 3a03c53dbd - Fixed a bug in DateTime->modify() where absolute date/time statements had no
effect.
2010-12-15 21:45:25 +00:00
Andrey Hristov 69894eaf80 count preciser in case of error 2010-12-15 14:14:58 +00:00
Pierre Joye 18deebed4b - we don't bundled fbclient, system version is used 2010-12-15 02:01:21 +00:00
Pierre Joye b25ded66ea - sync with 5.3 2010-12-14 23:21:53 +00:00
Ilia Alshanetsky 844a58dc3c Fixed compiler warning 2010-12-14 17:01:54 +00:00
Ilia Alshanetsky 9c30a3398a Fixed bug #53541 (format string bug in ext/phar). 2010-12-14 17:00:36 +00:00
Jani Taskinen ab80d4e4b7 - $_REQUEST is also JIT global now 2010-12-14 15:42:22 +00:00
Pierre Joye 52563ea0a3 - fix header install 2010-12-14 13:10:25 +00:00
Pierre Joye e79ed6359d - add nmake install-sdk (create the devel package) and related sub rules 2010-12-14 02:55:26 +00:00
Pierre Joye 269a6b09a3 -add a link to snmp install doc about the MIBS data, remove static or removed exts 2010-12-13 21:07:13 +00:00
Pierre Joye 31f97e2440 - no need to diplay that 2010-12-13 20:56:44 +00:00
Pierre Joye 4df03c1ded - phpize support merge from 5.3 2010-12-13 20:55:13 +00:00
Kalle Sommer Nielsen 15ee70e8e0 * Don't print the shared headers table after enabling each extension (cleaner configure output)
* Fix double slashes for directory targets in PHP_INSTALL_HEADERS()
2010-12-13 20:46:57 +00:00
Ilia Alshanetsky 1f13d55895 Fixed bug #48607 (fwrite() doesn't check reply from ftp server before exiting) 2010-12-13 16:53:26 +00:00
Kalle Sommer Nielsen d4b95b8bd6 Revert fix for bug #53493 to be compliant with the XML specification 2010-12-13 14:29:42 +00:00
Kalle Sommer Nielsen 1081bd1528 Fixed bug #53493 (xmlrpc_decode should not be sensitive to leading whitespace) 2010-12-13 09:52:05 +00:00
Stanislav Malyshev 91ad5e7369 add & fix tests for lenient parsing 2010-12-12 22:38:05 +00:00
Gustavo André dos Santos Lopes 52ea9da401 - Fixed bug #53530 (php_crypt tests gcc version incorrectly due to
typo) (vapier at gmail dot com)
2010-12-12 22:27:02 +00:00
Ilia Alshanetsky e90265ac97 Fixed bug #47435 (FILTER_FLAG_NO_RES_RANGE don't work with ipv6). 2010-12-12 19:54:21 +00:00
Ilia Alshanetsky 9696faa790 Fixed bug 48484 (array_product() always returns 0 for an empty array). 2010-12-12 19:27:04 +00:00
Ilia Alshanetsky c6bbf9ee57 Fixed bug #53150 (FILTER_FLAG_NO_RES_RANGE is missing some IP ranges) 2010-12-12 18:36:21 +00:00
Ilia Alshanetsky a7d8c0e2a5 sqlite3 lib news 2010-12-12 18:01:46 +00:00
Kalle Sommer Nielsen b016c7ded7 Fixed bug #53425 (mysqli_real_connect() ignores client flags when built to call libmysql)
# Based on patch by tre-php-net at crushedhat dot com
2010-12-12 18:00:25 +00:00