summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_1_0b1'.php-5.1.0b1SVN Migration2005-06-1036-4321/+0
* Fixed support for ZEND_ACC_SHADOW in ReflectionProperty constructorDmitry Stogov2005-06-101-1/+1
* 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
* 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
* MF50: fix #29689 and more private property problemsStanislav Malyshev2005-06-091-7/+14
* Fixed compiler warning.Ilia Alshanetsky2005-06-091-2/+2
* 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
* Fixed bug #33268 (iconv_strlen() works only with a parameter of < 3 in length)Ilia Alshanetsky2005-06-081-1/+2
* 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 ReflectionClass::setStaticPropertyValue()Dmitry Stogov2005-06-081-0/+7
* Fixed incorrect usage of zend_mangle_property_name() (valgrind errors)Dmitry Stogov2005-06-081-6/+6
* Fixed bug #30961 (Wrong linenumber in ReflectionClass getStartLine())Dmitry Stogov2005-06-081-0/+20
* - It is nice to close the script with ?>..foobar2005-06-071-0/+2
* - Show "none" when nothing is foundfoobar2005-06-071-1/+3
* Fixed memory allocation bugs. Probably this patch should fix bug #31725.Dmitry Stogov2005-06-071-0/+3
* - Added the --disable-zend-memory-manager switch to disable the Zend memoryDerick Rethans2005-06-071-0/+6
* - Allow doing --with-mysql --with-mysqli (no mysql libs are bundled atm)foobar2005-06-072-3/+7
* Enabled test for <any>Dmitry Stogov2005-06-071-2/+6
* fix build on SolarisWez Furlong2005-06-062-0/+5
* test commitWez Furlong2005-06-061-0/+2
* libmonetra-5.0 sync.Brad House2005-06-062-27/+91
* Better storage size for output length.Ilia Alshanetsky2005-06-061-1/+1
* - Fixed bug #33242 (Mangled error message when stream fails).Derick Rethans2005-06-061-0/+2
* fixes for #33251Wez Furlong2005-06-053-3/+4
* Fixed bug #33070 (Improved performance of bzdecompress() by several ordersIlia Alshanetsky2005-06-051-45/+35
* nuke crap, end scripts always with ?>foobar2005-06-031-2/+3
* Add skipif, test requires iconv.Magnus M��tt�2005-06-031-0/+3
* nuke duplicate codefoobar2005-06-031-13/+9
* added new function mysqli_get_charsetGeorg Richter2005-06-033-0/+54
* [Move from branch]George Schlossnagle2005-06-031-8/+29
* fix bug #33222 (segfault when CURL handle is closed in a callback).Antony Dovgal2005-06-022-6/+22
* We only need LEMON for bundled stufffoobar2005-06-021-2/+2
* fix bug #33214 (odbc_next_result does not signal SQL errors with 2-statement ...Antony Dovgal2005-06-021-2/+4
* - That should have been removed, not commented out.Derick Rethans2005-06-021-4/+0
* - Fixed memory corruption in stristr().Derick Rethans2005-06-021-4/+4
* touchfoobar2005-06-021-15/+15
* Fixed bug #33210 (relax jpeg recursive loop protection).Ilia Alshanetsky2005-06-011-1/+1
* fix typoAntony Dovgal2005-06-011-1/+1
* Fixed bug #32941 (Sending structured SOAP fault kills a php)Dmitry Stogov2005-06-015-25/+205
* Fixed bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if ...Dmitry Stogov2005-06-013-3/+6
* kill unused var.Ilia Alshanetsky2005-06-011-1/+0
* Fixed usage of uninicialized variableDmitry Stogov2005-05-311-0/+2