Dmitry Stogov
|
23b44e7f39
|
Fixed ZTS build
|
2013-04-01 21:16:33 +04:00 |
|
Xinchen Hui
|
d8a5f41a60
|
Fixed bug parameter is casted to string of array_column
|
2013-04-01 19:11:45 +08:00 |
|
Dmitry Stogov
|
74f158fb9d
|
Fixed issue #79 (Optimization Problem/Bug)
|
2013-04-01 11:33:04 +04:00 |
|
Xinchen Hui
|
ad7c0b1928
|
Merge branch 'PHP-5.4' into PHP-5.5
|
2013-03-31 21:26:26 +08:00 |
|
Xinchen Hui
|
72426a446d
|
Skip test when --with-curlwrappers enabled.
|
2013-03-31 21:22:48 +08:00 |
|
Xinchen Hui
|
2f6b9b970c
|
Fix typo (it's in DateTime::__wakeup)
|
2013-03-31 20:07:14 +08:00 |
|
Derick Rethans
|
503760c913
|
Updated test case and added BFN to NEWS.
|
2013-03-31 11:07:24 +01:00 |
|
EC2 Default User
|
b07ecb5501
|
Bug #60774 (DateInterval::format("%a") is always zero when an interval is
created using the createFromDateString method)
|
2013-03-31 10:59:21 +01:00 |
|
Derick Rethans
|
84208d9dc5
|
Added the new .c files as well as they are not automatically regenerated.
|
2013-03-31 10:55:45 +01:00 |
|
Lonny Kapelushnik
|
58a8013e5f
|
Rebased to PHP-5.4
Implemented Dmitrys change from df97c3aa0d
Moved the timelib_parse_tz_cor function to ext/date/lib/timelib.c
|
2013-03-31 10:45:01 +01:00 |
|
Lonny Kapelushnik
|
a4ca01cc2b
|
Made separate tests for each TZ type
Fixed handling of unserializing types 1 and 3
|
2013-03-31 10:45:00 +01:00 |
|
Lonny Kapelushnik
|
a1ebd82a29
|
Fixed the test to use %d instead of an actual number
|
2013-03-31 10:45:00 +01:00 |
|
Lonny Kapelushnik
|
30d0ae42b5
|
Bug 54567 DateTimeZone serialize/unserialize
Make DateTimeZone serializable and implement __set_state
|
2013-03-31 10:45:00 +01:00 |
|
Derick Rethans
|
5dd73b9e54
|
Merge branch 'splitting-out-date-time-immutable' into PHP-5.5
|
2013-03-31 10:39:01 +01:00 |
|
Derick Rethans
|
68a7fec7af
|
Make DateTime and DateTimeImmutable siblings.
They both implement the DateTimeInterface interface, which specifies the
non-modifying methods of DateTime/DateTimeImmutable.
|
2013-03-31 10:37:16 +01:00 |
|
Stanislav Malyshev
|
61fff1fd8b
|
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fix bug #64433: does not follow redirects for non-3xx response codes
|
2013-03-30 21:24:21 -07:00 |
|
Sergey Akbarov
|
1d4fcdff9f
|
Fix bug #64433: does not follow redirects for non-3xx response codes
|
2013-03-30 21:22:30 -07:00 |
|
Nikita Popov
|
8aff7f0528
|
Fix "passing NULL to non-pointer argument" warnings in intl
The second argument to spprintf is a size_t (maximum length).
|
2013-03-29 12:55:00 +01:00 |
|
Nikita Popov
|
0e25e00ecf
|
Fix whitespace issue in the SOAP test
|
2013-03-28 19:10:57 +01:00 |
|
Nikita Popov
|
a5e606a2ba
|
Fix SOAP test
Doesn't look like these warnings are present anymore.
|
2013-03-28 19:05:06 +01:00 |
|
Nikita Popov
|
dcf0b71c98
|
Fix tests after addition of ^ (xor) operator to ini
|
2013-03-28 18:35:46 +01:00 |
|
Xinchen Hui
|
f4daaf9250
|
Merge branch 'PHP-5.4' into PHP-5.5
|
2013-03-28 19:13:58 +08:00 |
|
Veres Lajos
|
124a867b6a
|
Typo fix (greater then => greater than)
|
2013-03-28 19:12:08 +08:00 |
|
Dmitry Stogov
|
3ae5c55596
|
don't optimize script if it's not going to be cached
|
2013-03-28 13:45:40 +04:00 |
|
Dmitry Stogov
|
037ea6f360
|
Reimplemented OPcache restart trigger. Now, if memory or hash are full the restart is scheduled only in case the amount of wasted memory is above opcache.max_wasted_percentage. Otherwise OPcahce continue serving the following requests using already cached files, but doesn't try to add new files (the cache is full anyway).
|
2013-03-28 13:34:59 +04:00 |
|
Dmitry Stogov
|
031553cd01
|
Fixed issue #78 (incorrect file path validation)
|
2013-03-28 12:30:18 +04:00 |
|
Dmitry Stogov
|
391a41e167
|
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
* 'PHP-5.5' of git.php.net:php-src:
Remove unused variable
NEWS Section for beta 3
News for beta 2
|
2013-03-27 23:15:38 +04:00 |
|
Dmitry Stogov
|
1556d5df8a
|
Fixed issue #74 (Allowed per request OPcache disabling)
|
2013-03-27 23:13:21 +04:00 |
|
David Soria Parra
|
f92a15864b
|
Remove unused variable
|
2013-03-27 20:00:54 +01:00 |
|
Dmitry Stogov
|
91ab11ed07
|
Fixed issue #76 (actually we don't need zend_shared_memory_block_header at all)
|
2013-03-27 22:16:18 +04:00 |
|
Dmitry Stogov
|
fc7efecda0
|
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
* 'PHP-5.5' of git.php.net:php-src:
add WebP support in phpinfo
|
2013-03-27 21:09:51 +04:00 |
|
Dmitry Stogov
|
f139534694
|
Added description for opcache.enable_cli
|
2013-03-27 21:02:39 +04:00 |
|
Pierre Joye
|
e7d88a63fa
|
add WebP support in phpinfo
|
2013-03-27 17:38:57 +01:00 |
|
Pierre Joye
|
f01a7e54d3
|
add windows 8 and windows server 2012
|
2013-03-27 07:29:47 +01:00 |
|
Pierre Joye
|
f3ebb40ad6
|
FALSE on error
|
2013-03-27 05:13:30 +01:00 |
|
Pierre Joye
|
5ae6f582fb
|
fix regression, take #2 (merge issue due to git 1.8 default setting changes)
|
2013-03-26 11:23:15 +01:00 |
|
Dmitry Stogov
|
6a7088fd18
|
back to dev (7.0.2-dev)
|
2013-03-25 13:57:50 +04:00 |
|
Dmitry Stogov
|
f17156c2d1
|
Fixed copy/paste mistake
|
2013-03-25 13:30:45 +04:00 |
|
Dmitry Stogov
|
0a00d29256
|
Fixed bug #64482 (Opcodes for dynamic includes should not be cached)
|
2013-03-25 13:05:16 +04:00 |
|
Dmitry Stogov
|
64b029af0d
|
Separate "start_time" from "last_restart_time"
|
2013-03-25 12:33:24 +04:00 |
|
Dmitry Stogov
|
987dee9ca1
|
Fixed PHP-5.2 ZTS compatibility
|
2013-03-25 12:21:58 +04:00 |
|
Dmitry Stogov
|
a3316ffe6a
|
7.0.1 release
|
2013-03-25 11:44:09 +04:00 |
|
Stanislav Malyshev
|
c20e4bbc96
|
make it int main
|
2013-03-24 23:58:30 -07:00 |
|
Stanislav Malyshev
|
016fbd9991
|
fix return value
|
2013-03-24 23:43:25 -07:00 |
|
Stanislav Malyshev
|
385d0e52cc
|
add code to check if we know flock definition on this system
In order to configure detect it and not fail the compile.
Not an ideal solution, suggestions are welcome on how to improve it.
|
2013-03-24 20:11:28 -07:00 |
|
Stanislav Malyshev
|
504ef64c7b
|
fix typo
|
2013-03-24 20:03:57 -07:00 |
|
Stanislav Malyshev
|
7c0bdb9a4f
|
add definition for 5.5
|
2013-03-24 19:54:10 -07:00 |
|
Pierre Joye
|
4394249881
|
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
|
2013-03-25 03:19:08 +01:00 |
|
Pierre Joye
|
1b34ab8ff8
|
remove comments
|
2013-03-25 03:14:27 +01:00 |
|
Stanislav Malyshev
|
c342c9b964
|
fix bug #64490 - add __FreeBSD_kernel__ to allowed FreeBSD defs
|
2013-03-24 19:07:30 -07:00 |
|