summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_0_1b1'.php-5.0.1b1SVN Migration2005-06-104546-1038819/+0
* - Go with 5.1.0b1Andi Gutmans2005-06-103-4/+4
* - Go with Beta 1Andi Gutmans2005-06-101-509/+398
* - Fix phpize: need to eval path variables for them to be usablefoobar2005-06-101-10/+20
* Add some entries that was forgottenDmitry Stogov2005-06-101-0/+4
* Added test for bug #30162 (it is already fixed but test file was forgotten)Dmitry Stogov2005-06-101-0/+52
* Added test file for bug #31177 (not fixed yet)Dmitry Stogov2005-06-101-0/+44
* typosDmitry Stogov2005-06-101-1/+1
* Fixed support for ZEND_ACC_SHADOW in ReflectionProperty constructorDmitry Stogov2005-06-102-2/+2
* Fix so that extensions like xdebug, can overload opcodes in all execution mod...Dmitry Stogov2005-06-107-17/+159
* Merge three opcodes (ZEND_NEW, ZEND_JMP_NO_CTOR, ZEND_INIT_CTOR) into one (ZE...Dmitry Stogov2005-06-104-364/+157
* Patch from zhao ming sen.Wez Furlong2005-06-101-2/+6
* "Fix" PECL #4411Wez Furlong2005-06-101-1/+1
* implement the 'request shutdown' hook; this allows us to register UDFs onWez Furlong2005-06-101-11/+12
* Fix a dumb bug that would effecively ignore persistent connections and create aWez Furlong2005-06-102-27/+53
* ChangeLog update2005-06-102-0/+141
* add sqliteCreateAggregate()Wez Furlong2005-06-101-32/+165
* finish implementation of sqliteCreateFunction().Wez Furlong2005-06-101-13/+39
* initialize type of functionWez Furlong2005-06-101-1/+1
* work in progress on UDF.Wez Furlong2005-06-102-4/+205
* #29689Stanislav Malyshev2005-06-091-0/+3
* MF50: fix #29689 and more private property problemsStanislav Malyshev2005-06-096-43/+84
* add test for this TBF bugStanislav Malyshev2005-06-091-0/+28
* disallow abstrace private methodsStanislav Malyshev2005-06-091-0/+3
* Fixed double call to php_stream_close() on compiler errorsDmitry Stogov2005-06-092-5/+2
* Fixed compiler warning.Ilia Alshanetsky2005-06-091-2/+2
* add --enable-memory-manager switch for win32 tooWez Furlong2005-06-093-4/+5
* hmm, backing out this change, as it seems to cause problems with user-spaceWez Furlong2005-06-091-6/+1
* Fixed bug #25922 (In error handler, modifying 5th arg (errcontext) may result...Dmitry Stogov2005-06-092-2/+5
* Fixed bug (Crash on Windows and ZTS) that was introduced with fix for bug #26456Dmitry Stogov2005-06-091-2/+3
* Fixed reference counting and probable crash on fclose() or shutdownDmitry Stogov2005-06-091-5/+4
* Fixed array type autodetection (use namespace name, but not the namespace prefixDmitry Stogov2005-06-093-14/+27
* ChangeLog update2005-06-092-0/+173
* Fixed bug #33268 (iconv_strlen() works only with a parameter of < 3 in length)Ilia Alshanetsky2005-06-081-1/+2
* USE_ZEND_ALLOC should be defined here too.Frank M. Kromann2005-06-081-0/+1
* Fixed memory allocation bugs in array_reduce() with initial value (#22463 & #...Dmitry Stogov2005-06-081-3/+6
* Fixed zval_ptr_dtor(&return_value) on uninicialized zvalDmitry Stogov2005-06-081-0/+2
* Fixed exception handling in getIterator() callback (bugs #26229 & #30725)Dmitry Stogov2005-06-082-6/+0
* Fixed valgrind errorsDmitry Stogov2005-06-081-1/+2
* Fixed ReflectionClass::setStaticPropertyValue()Dmitry Stogov2005-06-082-0/+14
* Hopefully fixes win32 buildsfoobar2005-06-081-0/+1
* Fixed incorrect usage of zend_mangle_property_name() (valgrind errors)Dmitry Stogov2005-06-081-6/+6
* Fixed lookups for previos opcodesDmitry Stogov2005-06-081-88/+109
* Fixed bug #30140 (Problem with array in static properties)Dmitry Stogov2005-06-082-3/+35
* Added test for bug #32322 (Return values by reference broken( using self::),e...Dmitry Stogov2005-06-081-0/+80
* Fixed test file affected by fix for bug #30820 (static member conflict with $...Dmitry Stogov2005-06-081-0/+2
* Fixed bug #30820 (static member conflict with $this->member silently ignored)Dmitry Stogov2005-06-082-0/+30
* Fixed bug #30961 (Wrong linenumber in ReflectionClass getStartLine())Dmitry Stogov2005-06-083-6/+26
* ChangeLog update2005-06-082-0/+199
* ChangeLog update2005-06-082-0/+199