summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 5.4.0alpha2php-5.4.0alpha2Stanislav Malyshev2011-07-140-0/+0
* 5.4.0 alpha2Stanislav Malyshev2011-07-143-4/+4
* find option '-not' is not POSIX compliantJérôme Loyet2011-07-131-1/+1
* integrate 5.3 NEWSStanislav Malyshev2011-07-131-1/+65
* Have test for add/sub/diff one second during DST/ST transition.Daniel Convissor2011-07-1320-0/+88
* Add test for constructing times during the dst/st conversion.Daniel Convissor2011-07-131-0/+15
* Use datetime examine diff file from 5.3 in 5.4 and trunk.Daniel Convissor2011-07-131-36/+37
* - bind to the available crt versionPierre Joye2011-07-131-0/+1
* - Implemented FR #55181 (Enhance security by limiting access to user defined ...Jérôme Loyet2011-07-128-0/+106
* Fix crashEtienne Kneuss2011-07-121-2/+2
* Fix #48860 Implement Serialization for DLLEtienne Kneuss2011-07-122-1/+184
* - Fixed bug #55187, readlink returns weird characters when false resultPierre Joye2011-07-121-0/+1
* - Bug #55169, improve fix, allow non interactive user, hash-like ops only usagePierre Joye2011-07-121-3/+6
* Added credentials to XSL NEWS entryChristian Stocker2011-07-121-1/+1
* remove warning for is_a() BCStanislav Malyshev2011-07-121-1/+0
* MF53Stanislav Malyshev2011-07-121-2/+2
* Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs()Christian Stocker2011-07-126-1/+119
* MFHStanislav Malyshev2011-07-121-1/+3
* MF53Stanislav Malyshev2011-07-121-0/+1
* Changed http_response_code() to be able to set a response codeKalle Sommer Nielsen2011-07-123-5/+23
* split changes between alphasStanislav Malyshev2011-07-111-18/+29
* Fixed bug #55014 (Compile failure due to improper use of ctime_r()).Ilia Alshanetsky2011-07-111-2/+2
* Added the ability to pass options to loadHTML (Chregu, fxmulder at gmail dot ...Christian Stocker2011-07-113-2/+21
* Fixed bug #54305 (Crash in gc_remove_zval_from_buffer)Dmitry Stogov2011-07-113-20/+72
* Fixed bug #54332 (Crash in zend_mm_check_ptr // Heap corruption)Dmitry Stogov2011-07-113-2/+16
* - Further fix for bug #55111 (compilation failure of ext/sockets in Mac OS X).Gustavo André dos Santos Lopes2011-07-111-1/+12
* Fixed bug #55150 (php -a segfaults)Dmitry Stogov2011-07-111-0/+9
* - Added zend_is_auto_global_quick functionFelipe Pena2011-07-102-5/+13
* - rng changePierre Joye2011-07-101-1/+3
* - use php_win32_get_random_bytes instead of over slow and partially wrong op...Pierre Joye2011-07-101-0/+13
* - fix bug #55169, mcrypt_create_iv always fails to gather sufficient random dataPierre Joye2011-07-101-1/+3
* - use warning here to match unix behaviorPierre Joye2011-07-101-1/+1
* - Year++Felipe Pena2011-07-103-4/+4
* - Minor optimization taking the computed hash of interned stringsFelipe Pena2011-07-103-17/+41
* - update libpng to 1.2.45Pierre Joye2011-07-101-0/+1
* - Minor optimization, use the computed hash when availableFelipe Pena2011-07-101-4/+12
* - Changed zend_resolve_class_name() prototypeFelipe Pena2011-07-093-21/+14
* - WSFelipe Pena2011-07-091-1/+1
* - Minor optimization and clean upFelipe Pena2011-07-091-48/+46
* - CS and WSFelipe Pena2011-07-081-77/+47
* - Fixed bug #55156 (ReflectionClass::getDocComment() returns comment even tho...Felipe Pena2011-07-072-0/+36
* Fixed bug#55084 (Function registered by header_register_callback isHannes Magnusson2011-07-062-1/+9
* Fixed bug #55135 (Array keys are no longer type casted in unset())Dmitry Stogov2011-07-063-13/+116
* - add apache 2.3 (upcoming 2.4) handlerPierre Joye2011-07-061-2/+21
* - Fixed bug #55076 (requires() fails in a subdirectory with the in-built webs...Felipe Pena2011-07-061-0/+5
* - Fixed bug #55137 (Changing trait static method visibility)Felipe Pena2011-07-062-0/+28
* - Implemented FR #54098 (Lowered default value for Process Manager)Jérôme Loyet2011-07-052-5/+7
* free data in case of failure in the callee not in the callerAndrey Hristov2011-07-051-5/+3
* Fixed bug relating to un-initialized memory accessIlia Alshanetsky2011-07-052-3/+4
* - FR #52052: Added partial syslog support (on error_log only)Jérôme Loyet2011-07-057-36/+312