Andrea Faulds
389d285973
Special-case aliases, add warning comments to implementations
2014-08-29 00:10:52 +02:00
Anatol Belski
5fc0006d35
skip this if we can't check the uid
2014-08-28 22:22:38 +02:00
Anatol Belski
898e1570a2
fixed trim() and strtok() to work with big strings
2014-08-28 21:59:00 +02:00
Anatol Belski
8e05b9104b
fixed strip_tags() and hebrev() to work with big strings
2014-08-28 19:35:37 +02:00
Anatol Belski
d6faac2cb2
make array/object APIs accept large strings as values of elements/props
2014-08-28 19:17:47 +02:00
Anatol Belski
d6930c9a87
replace llabs with imaxabs
...
both are gcc built-in but imaxabs doesn't require C99 compat (see man)
2014-08-28 18:58:24 +02:00
Dmitry Stogov
c8ff3421a0
Duplicate array only if neccessary
2014-08-28 20:51:22 +04:00
Anatol Belski
7faac0267f
Merge branch 'master' of git.php.net:php-src
...
# By Popa Adrian Marius
# Via Popa Adrian Marius
* 'master' of git.php.net:php-src:
rename misleading define
2014-08-28 17:39:03 +02:00
Anatol Belski
f4e04b9fb1
fix phar copy-on-write
2014-08-28 17:35:54 +02:00
Popa Adrian Marius
e41754b7d8
rename misleading define
2014-08-28 18:20:28 +03:00
Anatol Belski
9f1b68eda5
fix incompatible pointer
2014-08-28 17:03:41 +02:00
Anatol Belski
7f6d2b124b
fix format
2014-08-28 17:03:40 +02:00
Anatol Belski
d3bfbc079f
remove duplicate condition already present a line upper
2014-08-28 17:03:39 +02:00
Popa Adrian Marius
59286f89f7
solve conflicting type size_t vs int
2014-08-28 17:10:42 +03:00
Dmitry Stogov
3447d465af
Use better hash functions
2014-08-28 17:47:40 +04:00
Dmitry Stogov
234af84c04
Refactored optimizer (compile different opimizer passes separately, instead of including *.c file)
2014-08-28 17:23:12 +04:00
Anatol Belski
1c252d5dd4
use stddef.h definitions for uintptr_t and intptr_t
2014-08-28 13:07:47 +02:00
Anatol Belski
8e4e765f7e
better alignment, won 8 byte on 64 bit with default alignment
2014-08-28 12:12:24 +02:00
Anatol Belski
6890830ec0
fix number format
2014-08-28 12:07:39 +02:00
Anatol Belski
bf84517b64
fix dir separator
2014-08-28 11:56:27 +02:00
Anatol Belski
a502639412
remove the expression parts, which are always true
2014-08-28 11:38:23 +02:00
Anatol Belski
e831de3024
fix some types and unnecessary casts
2014-08-28 11:38:22 +02:00
Anatol Belski
0b04843573
fix type
2014-08-28 11:38:21 +02:00
Xinchen Hui
6a7c60540b
Merge branch 'master' of https://git.php.net/repository/php-src
2014-08-28 17:37:00 +08:00
Dmitry Stogov
b4f2588513
Merge branch 'master' of git.php.net:php-src
...
* 'master' of git.php.net:php-src:
fix pg_last_notice()
Changed 'unsigned size_t' to 'size_t'
Fixed segfaults after change size_t of "s"
Fixed zend extensions multipy-times loadable
Revert "Fixed incompatible pointer type"
fix hash_pbkdf2()
2014-08-28 13:13:52 +04:00
Xinchen Hui
ff0045ea67
Fixed typo
2014-08-28 17:05:21 +08:00
Xinchen Hui
31d6f15b54
Merge branch 'master' of https://git.php.net/repository/php-src
2014-08-28 17:04:04 +08:00
Xinchen Hui
537344161f
Fixed zbacktrace
2014-08-28 17:03:27 +08:00
Anatol Belski
d2e416a90b
fix pg_last_notice()
2014-08-28 10:45:47 +02:00
Tjerk Meesters
aa161f0723
Changed 'unsigned size_t' to 'size_t'
2014-08-28 16:39:35 +08:00
Xinchen Hui
bc3d9b3ba2
Fixed segfaults after change size_t of "s"
2014-08-28 15:43:14 +08:00
Xinchen Hui
671caa6255
Fixed zend extensions multipy-times loadable
2014-08-28 15:13:57 +08:00
Xinchen Hui
697472e3e1
Merge branch 'master' of https://git.php.net/repository/php-src
2014-08-28 14:56:53 +08:00
Xinchen Hui
de4282fa3e
Revert "Fixed incompatible pointer type"
...
This reverts commit 007406c775
.
2014-08-28 14:56:25 +08:00
Dmitry Stogov
319ce224d2
LOAD_REGS() is not used anymore
2014-08-28 10:55:16 +04:00
Anatol Belski
a4532f6d4d
fix hash_pbkdf2()
2014-08-28 08:55:05 +02:00
Dmitry Stogov
a038ab892f
Fixed type
2014-08-28 10:31:13 +04:00
Xinchen Hui
4a12b4cef9
closesocket is defined in php_network.h
2014-08-28 13:20:43 +08:00
Xinchen Hui
7a90e40af7
closesocket is already defined in main/php_network.h
2014-08-28 13:18:55 +08:00
Xinchen Hui
88fdb5f084
Fixed iconv MINFO
2014-08-28 13:11:07 +08:00
Xinchen Hui
007406c775
Fixed incompatible pointer type
2014-08-28 11:34:00 +08:00
Tjerk Meesters
6954bd4ff6
Merged PR 785 - Fixed ZEND_INT_(MIN/MAX) constants in signed multiplication
...
ZEND_INT_MIN and ZEND_INT_MAX should be ZEND_LONG_MIN and ZEND_LONG_MAX respectively.
2014-08-28 08:33:18 +08:00
Dmitry Stogov
f2b0370193
Use 'const' qualifier for pointrs to code used at run-time (the code must not be changed)
2014-08-28 02:44:06 +04:00
Anatol Belski
ca0069bc33
fix remaining 's' args for pgsql
2014-08-28 00:21:12 +02:00
Johannes Schlüter
dadbbf8945
Fix compilation on systems without ecdh_curve
2014-08-28 00:12:48 +02:00
Anatol Belski
7d6c3e01c9
fix remaining 's' args for openssl
2014-08-28 00:05:29 +02:00
Anatol Belski
734e11cca7
fixed remaining 's' args for ftp
2014-08-27 23:56:19 +02:00
Lior Kaplan
d3fd3a0b66
Merge branch 'PHP-5.6'
...
* PHP-5.6:
config.guess: add ppc64le / ppcle support by Anton Blanchard <anton@samba.org>
libtool: powerpc*le-linux support by Alan Modra <amodra@bigpond.net.au>
2014-08-28 00:50:31 +03:00
Lior Kaplan
a8b97086d7
Merge branch 'PHP-5.5' into PHP-5.6
...
* PHP-5.5:
config.guess: add ppc64le / ppcle support by Anton Blanchard <anton@samba.org>
libtool: powerpc*le-linux support by Alan Modra <amodra@bigpond.net.au>
2014-08-28 00:48:28 +03:00
Lior Kaplan
b38ca3adee
config.guess: add ppc64le / ppcle support by Anton Blanchard <anton@samba.org>
...
Based on http://git.savannah.gnu.org/cgit/config.git/commit/?id=29900d3b
2014-08-28 00:44:31 +03:00