| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 167 | -1147/+1134 |
| | | |||||
| * | (gdImageSetPixel) Tidied 'normal' blending effect | Tim Toohey | 2004-01-17 | 1 | -41/+1 |
| | | | | | | | # libgd-2.0.12 fixed the problem with alpha-blending on semi-transparent backgrounds so # gdFullAlphaBlend() and friends are no longer needed | ||||
| * | typofix | foobar | 2004-01-17 | 1 | -1/+1 |
| | | |||||
| * | ChangeLog update | 2004-01-17 | 2 | -0/+103 | |
| | | |||||
| * | Expose zend_std_call_user_call(), needed for implementation of things like | Ilia Alshanetsky | 2004-01-17 | 2 | -1/+3 |
| | | | | | | __call handlers. | ||||
| * | Nuke compile warning by using the LANG_SCNG macro instead | foobar | 2004-01-17 | 3 | -7/+1 |
| | | |||||
| * | Fixed bug #26923 (ext/imap: pam and crypt libraries missing when build as ↵ | foobar | 2004-01-17 | 1 | -2/+11 |
| | | | | | shared) | ||||
| * | update file for win32 build | Wez Furlong | 2004-01-16 | 1 | -1/+1 |
| | | |||||
| * | update the profile of how namespaces should work after discussions with | Sterling Hughes | 2004-01-16 | 6 | -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) | foobar | 2004-01-16 | 3 | -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 Hughes | 2004-01-16 | 11 | -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) | foobar | 2004-01-16 | 1 | -1/+1 |
| | | |||||
| * | Added test case for bug #26640 | foobar | 2004-01-16 | 1 | -0/+25 |
| | | |||||
| * | Update TODO | Ilia Alshanetsky | 2004-01-16 | 1 | -4/+1 |
| | | |||||
| * | Added Antony Dovgal as OCI8 maintainer. | Ilia Alshanetsky | 2004-01-16 | 1 | -1/+2 |
| | | |||||
| * | Fixed division by zero warning. | Ilia Alshanetsky | 2004-01-16 | 1 | -3/+7 |
| | | |||||
| * | Added missing skip condition. | Ilia Alshanetsky | 2004-01-16 | 1 | -0/+2 |
| | | |||||
| * | fix | Dmitry Stogov | 2004-01-16 | 3 | -57/+66 |
| | | |||||
| * | WSDL support was improved | Dmitry Stogov | 2004-01-16 | 4 | -53/+155 |
| | | | | | | | support for message/part element attribute was implemented support for portType operation input/output name attribute was implemented | ||||
| * | BFN | foobar | 2004-01-16 | 1 | -0/+2 |
| | | |||||
| * | Fix the mime_magic.debug option init | foobar | 2004-01-16 | 1 | -1/+1 |
| | | |||||
| * | Add myself at last =) | Antony Dovgal | 2004-01-16 | 1 | -1/+1 |
| | | |||||
| * | faultcode/faultstring mismatch was fixed | Dmitry Stogov | 2004-01-16 | 2 | -8/+18 |
| | | |||||
| * | Support for SOAP 1.2 HTTP binding namespase was added | Dmitry Stogov | 2004-01-16 | 2 | -2/+5 |
| | | |||||
| * | Tests where updated. | Dmitry Stogov | 2004-01-16 | 10 | -10/+10 |
| | | |||||
| * | SOAP 1.2: enc:id & enc:ref attributes support and fault codes ↵ | Dmitry Stogov | 2004-01-16 | 3 | -3/+39 |
| | | | | | (Sender/Receiver) where implemented | ||||
| * | Fixed Bug #26927 (preg_quote() does not escape \0). | Ilia Alshanetsky | 2004-01-16 | 2 | -0/+16 |
| | | |||||
| * | ChangeLog update | 2004-01-16 | 2 | -0/+68 | |
| | | |||||
| * | Fix shutdown | Marcus Boerger | 2004-01-15 | 1 | -3/+3 |
| | | |||||
| * | - Fix the php dependency | Pierre Joye | 2004-01-15 | 2 | -2/+2 |
| | | | | | | (wide copy/paste is not that good no? ;) ) | ||||
| * | SOAP 1.2 support was improved | Dmitry Stogov | 2004-01-15 | 4 | -65/+147 |
| | | |||||
| * | Nice patch Christian, but it wasn't at all enabled? :) | Zeev Suraski | 2004-01-15 | 1 | -1/+2 |
| | | | | | | Fix bug #26883 | ||||
| * | Fix bug #26892, ORA-21301 in ocinewcollection() call. | Antony Dovgal | 2004-01-15 | 1 | -2/+2 |
| | | | | | | pEnv should be initialized in object mode too. | ||||
| * | Changed to mixed-case response header codes. This is in keeping with | Alex Leigh | 2004-01-15 | 1 | -5/+5 |
| | | | | | | the changes to >= Continuity mk4 mod1. | ||||
| * | Support for SOAP 1.2 array encoding/decoding was implemented | Dmitry Stogov | 2004-01-15 | 4 | -104/+79 |
| | | |||||
| * | SOAP 1.2 support was improved | Dmitry Stogov | 2004-01-15 | 6 | -137/+259 |
| | | |||||
| * | Drop userspace iteration correctly. | Marcus Boerger | 2004-01-15 | 1 | -20/+2 |
| | | | | | | # People if you do such things then please fix the class tree. | ||||
| * | SOAP 1.2 support was improved | Dmitry Stogov | 2004-01-15 | 7 | -107/+126 |
| | | |||||
| * | Fix typo | foobar | 2004-01-15 | 2 | -2/+2 |
| | | |||||
| * | - Fixed bug #26844 (ext/mime_magic: magic file validation broken). | foobar | 2004-01-15 | 2 | -11/+18 |
| | | |||||
| * | ChangeLog update | 2004-01-15 | 2 | -0/+188 | |
| | | |||||
| * | Fixed bug #26909 (crash in imap_mime_header_decode() when no encoding is | Ilia Alshanetsky | 2004-01-15 | 1 | -2/+6 |
| | | | | | | used). | ||||
| * | fix get_class() case-sensitive incompatibility in PHP5 | Greg Beaver | 2004-01-14 | 1 | -6/+6 |
| | | |||||
| * | This is no longer usefull in any way. | Marcus Boerger | 2004-01-14 | 2 | -83/+0 |
| | | |||||
| * | MFH: Fixed bug #26911 (crash in sqlite extension when fetching data from | Ilia Alshanetsky | 2004-01-14 | 3 | -0/+15 |
| | | | | | | empty queries). | ||||
| * | test user define namespace aliases | Rob Richards | 2004-01-14 | 1 | -9/+17 |
| | | |||||
| * | touch generated parser. | Ilia Alshanetsky | 2004-01-14 | 1 | -1/+1 |
| | | |||||
| * | Upgraded bundled libsqlite to 2.8.11 (fixed critical bug of *NIX systems). | Ilia Alshanetsky | 2004-01-14 | 20 | -348/+648 |
| | | |||||
| * | WSDL: restrictions support (whiteSpace, minLength, maxLength, length) | Dmitry Stogov | 2004-01-14 | 4 | -25/+70 |
| | | |||||
| * | array/object encoding | Dmitry Stogov | 2004-01-14 | 4 | -309/+258 |
| | | |||||
