History log of /PHP-5.5/ (Results 576 – 600 of 57919)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
869f8bd205-Mar-2015 Xinchen Hui

Error also maybe happened here

f039225505-Mar-2015 Xinchen Hui

Fixed bug #69174 (leaks when unused inner class use traits precedence)

837eeefe03-Mar-2015 nathan r. hruby

Make killing a locker an ERROR event

At least in apache, killing a locker with SIGKILL from inside opcache prevents
the child process from emitting a corresponding log event to the acces

Make killing a locker an ERROR event

At least in apache, killing a locker with SIGKILL from inside opcache prevents
the child process from emitting a corresponding log event to the access or
error logs, therefore requests are termed with no record. This makes is
incredibly difficult to debug problems espically on systems with high counts
of cache restarts. Since INFO level is far too noisy for production use,
switch the killing to a higher level so we can see it easier.

show more ...

304fb7a303-Mar-2015 Reeze Xia

Merge branch 'PHP-5.5' of git.php.net:/php-src into PHP-5.5

* 'PHP-5.5' of git.php.net:/php-src:
Added type checks
Added type checks


860fc39403-Mar-2015 Reeze Xia

Improve fix for bug 67741

Thanks to laruence.

b3ac352203-Mar-2015 Dmitry Stogov

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Added type checks


c8eaca0103-Mar-2015 Dmitry Stogov

Added type checks

5c03e05603-Mar-2015 Dmitry Stogov

Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5

* 'PHP-5.5' of git.php.net:php-src:
Update NEWS


035d805203-Mar-2015 Dmitry Stogov

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Added type checks

Conflicts:
ext/soap/soap.c


0c136a2a03-Mar-2015 Dmitry Stogov

Added type checks

bb466d5703-Mar-2015 Reeze Xia

Update NEWS

34f09b6203-Mar-2015 Reeze Xia

Fixed bug #67741 (auto_prepend_file messes up __LINE__)

This also fixes bug #54081

dea7bc8702-Mar-2015 Jeremy Mikola

Regression tests for SplFileInfo class setters

Adds tests for SplFileInfo class setters accepting either the base and child classes, and throwing an exception for unexpected classes.

Regression tests for SplFileInfo class setters

Adds tests for SplFileInfo class setters accepting either the base and child classes, and throwing an exception for unexpected classes.

Related: http://svn.php.net/viewvc?view=revision&revision=336017 and https://github.com/facebook/hhvm/pull/4917

show more ...

d5248f6702-Mar-2015 Dmitry Stogov

Check variable type before its usage as IS_ARRAY.

caebb76101-Mar-2015 Xinchen Hui

Fixed bug #69139 (Crash in gc_zval_possible_root on unserialize)

1a35c95901-Mar-2015 Lior Kaplan

Add missing value for error_reporting directive

55f7747b01-Mar-2015 Lior Kaplan

Align entries format for 5.5.23

c98eb69501-Mar-2015 Reeze Xia

Bump header year

8b0cf0d728-Feb-2015 Reeze Xia

Update NEWS

f824f91a28-Feb-2015 Reeze Xia

Fixed bug #69141 Missing arguments in reflection info for some builtin functions

This include:

- setcookie (missing "httponly")
- setrawcookie (missing "httponly")
- spl_aut

Fixed bug #69141 Missing arguments in reflection info for some builtin functions

This include:

- setcookie (missing "httponly")
- setrawcookie (missing "httponly")
- spl_autoload_register (missing 2 optional params)
- mktime (missing "is_dst")
- gmmktime (missing "is_dst")

show more ...

e9c6798724-Feb-2015 Дмитрий Пацура

Fix ARG_INFO for levenshtein

This can work with 2 parameters (require)

refs http://php.net/manual/ru/function.levenshtein.php
refs https://github.com/phalcon/zephir/issues/753

997b7e5627-Feb-2015 Xinchen Hui

Fixed bug #69085 (SoapClient's __call() type confusion through unserialize()).

4eb830b227-Feb-2015 Xinchen Hui

Reorder

ebfc49aa27-Feb-2015 Xinchen Hui

Fixed bug #69121 (Segfault in get_current_user when script owner is not in passwd with ZTS build)

3e82816b27-Feb-2015 Xinchen Hui

Fixed bug #69125 (Array numeric string as key)

1...<<21222324252627282930>>...2317