summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Correct range checks.Moriyoshi Koizumi2004-07-201-2/+4
| | | | | - Normalize negative values.
* - Cleanups.Moriyoshi Koizumi2004-07-201-114/+188
|
* oops...Moriyoshi Koizumi2004-07-201-1/+1
|
* - Need to set handle prior to calling zend_register_module_ex()Marcus Boerger2004-07-201-3/+2
| | | | | (Marcus, Kamesh Jayachandran <kameshj at fastmail dot fm>)
* - Fix possible leaks / segfaults in persistent filterMoriyoshi Koizumi2004-07-201-13/+48
|
* - Fixed bug 28895 again (long live the dead)Marcus Boerger2004-07-202-2/+2
|
* - Add more null checks.Moriyoshi Koizumi2004-07-201-2/+10
|
* - pemalloc() might return NULL.Moriyoshi Koizumi2004-07-201-1/+3
|
* add optional flush paramter to xmlwriter_output_memoryRob Richards2004-07-201-3/+6
|
* Fix prototypesZeev Suraski2004-07-201-2/+2
|
* Add descriptionsZeev Suraski2004-07-201-0/+43
|
* add todoStanislav Malyshev2004-07-201-1/+3
|
* Fixed incorrect HTTP headers in SOAP responseDmitry Stogov2004-07-201-8/+8
|
* Add bz2 stream filter supportSara Golemon2004-07-209-111/+529
|
* Make persistency safeSara Golemon2004-07-201-19/+16
|
* Fixed bug #29226 (ctype_* functions missing validation of numeric stringIlia Alshanetsky2004-07-201-1/+5
| | | | | representations).
* ChangeLog update2004-07-202-0/+226
|
* Allow pgsql driver to accept login & password as separate parameters likeIlia Alshanetsky2004-07-201-1/+17
| | | | | other PDO drivers can.
* Fix compilation with older versions of libMing. Thanks MarkusFrank M. Kromann2004-07-191-0/+2
|
* Add missing .cvsignoreMarcus Boerger2004-07-190-0/+0
|
* Sync. with the API of libMing 0.3b1Frank M. Kromann2004-07-191-14/+22
|
* Fix prototypes: Reflection_* -> Reflection*.Sebastian Bergmann2004-07-192-22/+22
|
* Make ReflectionClass::getMethod() and ReflectionClass::getProperty() raise ↵Sebastian Bergmann2004-07-192-8/+16
| | | | an ReflectionException instead of returning NULL on failure.
* Do not use contracted forms.Sebastian Bergmann2004-07-192-4/+4
|
* - Fix test nameMoriyoshi Koizumi2004-07-191-1/+1
|
* - Oops, actual PR # is 29119, not 29199...Moriyoshi Koizumi2004-07-191-0/+0
|
* - Fix bug #29199 (html_entity_decode() misbehaves with UTF-8)Moriyoshi Koizumi2004-07-192-5/+14
|
* export INI parserStanislav Malyshev2004-07-192-2/+2
|
* Fixed bug #28985 (__getTypes() returning nothing on complex WSDL).Dmitry Stogov2004-07-194-3/+895
|
* fix for empty_string changes.Wez Furlong2004-07-191-4/+12
| | | | | Don't forget to allocate bytes for NUL terminators
* __set and __get will be called not only when variable doesn't exist but also ↵Stanislav Malyshev2004-07-191-7/+12
| | | | | | | when it's invisible
* - Bump API number due to empty_string changeAndi Gutmans2004-07-192-2/+2
|
* Fixed bugs #29109 and #29236. (WSDL cache failure)Dmitry Stogov2004-07-196-20/+464
|
* Possible fix for #29258 (unverified)Wez Furlong2004-07-191-1/+2
| | | | | win32 people, please test (I have no working win32 build env right now)
* Fixed bug #29061 (soap extension segfaults).Dmitry Stogov2004-07-194-2/+64
|
* Fixed memory leak (related to new implementation of empty strings)Dmitry Stogov2004-07-191-4/+0
|
* Implement empty-string-to-null conversion option for oracle compat.Wez Furlong2004-07-194-2/+12
| | | | | | This can be enabled using: $dbh->setAttribute(PDO_ATTR_ORACLE_NULLS, true);
* - Fix a bug in iconv stream filter that prevents pending buckets from beingMoriyoshi Koizumi2004-07-191-13/+13
| | | | | processed on flush operation (same issue pollita fixed several days ago).
* fix buildAntony Dovgal2004-07-191-1/+1
|
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-1938-124/+96
| | | | | | | | | | | | | | | used to return "" and not bool(false). It's not worth keeping it because STR_FREE() and zval_dtor() always have to check for it and it slows down the general case. In addition, it seems that empty_string has been abused quite a lot, and was used not only for setting zval's but generally in PHP code instead of "", which wasn't the intention. Last but not least, nuking empty_string should improve stability as I doubt every place correctly checked if they are not mistakenly erealloc()'ing it or calling efree() on it. NOTE: Some code is probably broken. Each extension maintainer should check and see that my changes are OK. Also, I haven't had time to touch PECL yet. Will try and do it tomorrow.
* - Fix VPATH build. (patch by Joe Orton)Moriyoshi Koizumi2004-07-191-0/+1
|
* - Rename php_compat.h to php_onig_compat.h to avoid name conflict.Moriyoshi Koizumi2004-07-192-1/+1
| | | | | (reported by Joe Orton, thanks.)
* ChangeLog update2004-07-192-0/+105
|
* Fixed bug #28633 (sprintf incorrectly adding padding to floats).Ilia Alshanetsky2004-07-183-4/+11
|
* UpdateMarcus Boerger2004-07-181-1/+2
|
* - DOS 2 UNIXMarcus Boerger2004-07-180-0/+0
|
* add appendXML() to DOMFragment (chregu)Rob Richards2004-07-182-0/+30
|
* UpdateMarcus Boerger2004-07-181-3/+9
|
* not safe for persistent streamsWez Furlong2004-07-181-1/+6
|
* MFB: enable exslt support for win32 buildsRob Richards2004-07-183-58/+68
| | | | | WS fixes for exslt tests