summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-17167-1147/+1134
|
* (gdImageSetPixel) Tidied 'normal' blending effectTim Toohey2004-01-171-41/+1
| | | | | | # libgd-2.0.12 fixed the problem with alpha-blending on semi-transparent backgrounds so # gdFullAlphaBlend() and friends are no longer needed
* typofixfoobar2004-01-171-1/+1
|
* ChangeLog update2004-01-172-0/+103
|
* Expose zend_std_call_user_call(), needed for implementation of things likeIlia Alshanetsky2004-01-172-1/+3
| | | | | __call handlers.
* Nuke compile warning by using the LANG_SCNG macro insteadfoobar2004-01-173-7/+1
|
* Fixed bug #26923 (ext/imap: pam and crypt libraries missing when build as ↵foobar2004-01-171-2/+11
| | | | shared)
* update file for win32 buildWez Furlong2004-01-161-1/+1
|
* update the profile of how namespaces should work after discussions withSterling Hughes2004-01-166-10/+10
| | | | | | | | shane and rob richards. there were a lot of race conditions with regards to the way namespaces have been handled in XML documents so far, this new method removes the race conditions, and gives me a real reason to add the children() and attributes() methods.
* - Fixed bug #26640 (__autoload() not invoked by Reflection classes)foobar2004-01-163-106/+53
| | | | | | | | # Also removed double call of reflection_register_implement() on # reflection_extension_ptr. # Fixed also case-insensitive lookup of property names, # now Reflection_Property('Classname', 'FooBar'); works too.
* Add a "profile" of simplexml's expected behaviour in the form of tests.Sterling Hughes2004-01-1611-0/+227
| | | | | | This will be expanded as issues arise and will be a formal definition (in code) of simplexml's behaviour.
* Kill warning (bug #26937)foobar2004-01-161-1/+1
|
* Added test case for bug #26640foobar2004-01-161-0/+25
|
* Update TODOIlia Alshanetsky2004-01-161-4/+1
|
* Added Antony Dovgal as OCI8 maintainer.Ilia Alshanetsky2004-01-161-1/+2
|
* Fixed division by zero warning.Ilia Alshanetsky2004-01-161-3/+7
|
* Added missing skip condition.Ilia Alshanetsky2004-01-161-0/+2
|
* fixDmitry Stogov2004-01-163-57/+66
|
* WSDL support was improvedDmitry Stogov2004-01-164-53/+155
| | | | | | support for message/part element attribute was implemented support for portType operation input/output name attribute was implemented
* BFNfoobar2004-01-161-0/+2
|
* Fix the mime_magic.debug option initfoobar2004-01-161-1/+1
|
* Add myself at last =)Antony Dovgal2004-01-161-1/+1
|
* faultcode/faultstring mismatch was fixedDmitry Stogov2004-01-162-8/+18
|
* Support for SOAP 1.2 HTTP binding namespase was addedDmitry Stogov2004-01-162-2/+5
|
* Tests where updated.Dmitry Stogov2004-01-1610-10/+10
|
* SOAP 1.2: enc:id & enc:ref attributes support and fault codes ↵Dmitry Stogov2004-01-163-3/+39
| | | | (Sender/Receiver) where implemented
* Fixed Bug #26927 (preg_quote() does not escape \0).Ilia Alshanetsky2004-01-162-0/+16
|
* ChangeLog update2004-01-162-0/+68
|
* Fix shutdownMarcus Boerger2004-01-151-3/+3
|
* - Fix the php dependencyPierre Joye2004-01-152-2/+2
| | | | | (wide copy/paste is not that good no? ;) )
* SOAP 1.2 support was improvedDmitry Stogov2004-01-154-65/+147
|
* Nice patch Christian, but it wasn't at all enabled? :)Zeev Suraski2004-01-151-1/+2
| | | | | Fix bug #26883
* Fix bug #26892, ORA-21301 in ocinewcollection() call.Antony Dovgal2004-01-151-2/+2
| | | | | pEnv should be initialized in object mode too.
* Changed to mixed-case response header codes. This is in keeping withAlex Leigh2004-01-151-5/+5
| | | | | the changes to >= Continuity mk4 mod1.
* Support for SOAP 1.2 array encoding/decoding was implementedDmitry Stogov2004-01-154-104/+79
|
* SOAP 1.2 support was improvedDmitry Stogov2004-01-156-137/+259
|
* Drop userspace iteration correctly.Marcus Boerger2004-01-151-20/+2
| | | | | # People if you do such things then please fix the class tree.
* SOAP 1.2 support was improvedDmitry Stogov2004-01-157-107/+126
|
* Fix typofoobar2004-01-152-2/+2
|
* - Fixed bug #26844 (ext/mime_magic: magic file validation broken).foobar2004-01-152-11/+18
|
* ChangeLog update2004-01-152-0/+188
|
* Fixed bug #26909 (crash in imap_mime_header_decode() when no encoding isIlia Alshanetsky2004-01-151-2/+6
| | | | | used).
* fix get_class() case-sensitive incompatibility in PHP5Greg Beaver2004-01-141-6/+6
|
* This is no longer usefull in any way.Marcus Boerger2004-01-142-83/+0
|
* MFH: Fixed bug #26911 (crash in sqlite extension when fetching data fromIlia Alshanetsky2004-01-143-0/+15
| | | | | empty queries).
* test user define namespace aliasesRob Richards2004-01-141-9/+17
|
* touch generated parser.Ilia Alshanetsky2004-01-141-1/+1
|
* Upgraded bundled libsqlite to 2.8.11 (fixed critical bug of *NIX systems).Ilia Alshanetsky2004-01-1420-348/+648
|
* WSDL: restrictions support (whiteSpace, minLength, maxLength, length)Dmitry Stogov2004-01-144-25/+70
|
* array/object encodingDmitry Stogov2004-01-144-309/+258
|