| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | And use things to throw an exception here | Marcus Boerger | 2003-10-25 | 2 | -4/+6 | |
| | | ||||||
| * | You shall not clone Exception instances | Marcus Boerger | 2003-10-25 | 2 | -0/+14 | |
| | | ||||||
| * | You shall not clone reflection_xx instances | Marcus Boerger | 2003-10-25 | 2 | -2/+36 | |
| | | ||||||
| * | Update | Marcus Boerger | 2003-10-25 | 1 | -0/+3 | |
| | | ||||||
| * | Update | Marcus Boerger | 2003-10-25 | 1 | -4/+86 | |
| | | ||||||
| * | - Fixed bug #25581 (getimagesize () return incorrect values on bitmap | Marcus Boerger | 2003-10-25 | 2 | -6/+19 | |
| | | | | | | (os2) files) | |||||
| * | encoding detection shouldn't be performed if mbstring.http_input is set to ↵ | Rui Hirokawa | 2003-10-25 | 1 | -0/+17 | |
| | | | | | auto or any valid encoding. | |||||
| * | Fugbix typo. | Sebastian Bergmann | 2003-10-25 | 1 | -1/+1 | |
| | | ||||||
| * | s/Throwable/Printable: Exception has become an internal class since I ↵ | Sebastian Bergmann | 2003-10-25 | 1 | -4/+4 | |
| | | | | | initially documented interfaces. | |||||
| * | ChangeLog update | 2003-10-25 | 2 | -0/+123 | ||
| | | ||||||
| * | - Fix typo | Andi Gutmans | 2003-10-24 | 1 | -1/+1 | |
| | | ||||||
| * | For YAZ, RSHUTDOWN closes persistent connections that have been idle | Adam Dickmeiss | 2003-10-24 | 2 | -2/+35 | |
| | | | | | | | more than yaz.keepalive seconds. Default value for config yaz.keepalive is 120 seconds. The shutdown prevents many sockets in CLOSE_WAIT state. | |||||
| * | Revert accidential commit | Marcus Boerger | 2003-10-24 | 1 | -0/+11 | |
| | | ||||||
| * | Revert accidental commit | Marcus Boerger | 2003-10-24 | 2 | -38/+3 | |
| | | ||||||
| * | Zend/ZEND_CHANGES | Marcus Boerger | 2003-10-24 | 4 | -14/+111 | |
| | | ||||||
| * | Workaround for bug #25955 | Marko Karppinen | 2003-10-24 | 2 | -9/+5 | |
| | | | | | | Generalized a Darwin check in dns.c to a check for inet_pton() (kalowsky) | |||||
| * | add #25174 note | Greg Beaver | 2003-10-24 | 1 | -0/+3 | |
| | | ||||||
| * | fixed #25174 Wrong handling of readlink() in OS/Guess.php | Greg Beaver | 2003-10-24 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed some test names. | Ilia Alshanetsky | 2003-10-24 | 7 | -7/+7 | |
| | | | | | | Removed extraneous \r from a number of tests. | |||||
| * | ChangeLog update | 2003-10-24 | 2 | -0/+18 | ||
| | | ||||||
| * | The web server user name starts with IUSR_ and not ISUR_, | Gabor Hojtsy | 2003-10-23 | 1 | -2/+2 | |
| | | | | | | and some clarifications from Phil Driscoll | |||||
| * | Update tests | Marcus Boerger | 2003-10-23 | 2 | -6/+13 | |
| | | ||||||
| * | Update | Marcus Boerger | 2003-10-23 | 1 | -3/+1 | |
| | | ||||||
| * | Add zend_interfaces.{c|h}. | Sebastian Bergmann | 2003-10-23 | 2 | -0/+16 | |
| | | ||||||
| * | ChangeLog update | 2003-10-23 | 2 | -0/+93 | ||
| | | ||||||
| * | Fixed bug #25922 (Crash in error handler when 5th argument is modified). | Ilia Alshanetsky | 2003-10-22 | 2 | -7/+28 | |
| | | ||||||
| * | Don't forget to compile zend_interfaces.c | Ilia Alshanetsky | 2003-10-22 | 1 | -1/+1 | |
| | | ||||||
| * | Impement userspace iterator interfaces and tests. See tests for details | Marcus Boerger | 2003-10-22 | 9 | -0/+965 | |
| | | | | | | on the names. | |||||
| * | Expand Interface C API. | Marcus Boerger | 2003-10-22 | 6 | -32/+76 | |
| | | | | | | | In short: zend_class_entry->interface_gets_implemented() allows to modify the class entry of a class when an interface gets implemented. | |||||
| * | The string conversion method should be named __toString() | Marcus Boerger | 2003-10-22 | 2 | -10/+10 | |
| | | ||||||
| * | name/value in multipart/form-date will be converted into internal encoding ↵ | Rui Hirokawa | 2003-10-22 | 3 | -34/+120 | |
| | | | | | when mbstring.encoding_translation is On. | |||||
| * | Fixed compile warnings. | Ilia Alshanetsky | 2003-10-22 | 1 | -2/+2 | |
| | | ||||||
| * | ChangeLog update | 2003-10-22 | 2 | -0/+44 | ||
| | | ||||||
| * | Fixed bug #25768 | foobar | 2003-10-21 | 5 | -16/+54 | |
| | | ||||||
| * | We don't have this yet | Marcus Boerger | 2003-10-21 | 1 | -1/+1 | |
| | | ||||||
| * | Bugfix #25930 Can't compile snprintf.c | Marcus Boerger | 2003-10-21 | 3 | -2/+9 | |
| | | ||||||
| * | Make this clear | Marcus Boerger | 2003-10-21 | 1 | -2/+2 | |
| | | ||||||
| * | Add a test case for getElementsByTagName() / getElementsByTagNameNS() | Moriyoshi Koizumi | 2003-10-21 | 1 | -0/+57 | |
| | | ||||||
| * | Missing '&' in the result of get_html_translation_table() | Moriyoshi Koizumi | 2003-10-21 | 1 | -1/+3 | |
| | | ||||||
| * | ChangeLog update | 2003-10-21 | 2 | -0/+113 | ||
| | | ||||||
| * | - Add comment from Timm | Andi Gutmans | 2003-10-20 | 1 | -2/+9 | |
| | | ||||||
| * | implement namespace nodes | Rob Richards | 2003-10-20 | 6 | -164/+147 | |
| | | | | | | | | fix getElementsByTagName fixes to attribute namespaces remove safemode stuff as its handled in streams | |||||
| * | Fix typo | Moriyoshi Koizumi | 2003-10-20 | 1 | -1/+1 | |
| | | ||||||
| * | Fix compiler warnings | Moriyoshi Koizumi | 2003-10-20 | 1 | -5/+5 | |
| | | ||||||
| * | go with 1.3b3 (will shipped with PHP4.3.4RC2) | Tomas V.V.Cox | 2003-10-20 | 1 | -1/+4 | |
| | | ||||||
| * | Fix compiler warnings | Moriyoshi Koizumi | 2003-10-20 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed bug #25918 (Possible crash in mime_content_type()). | Ilia Alshanetsky | 2003-10-20 | 1 | -3/+2 | |
| | | ||||||
| * | Fixed bug #25923 (mail() modifies the to & subject arguments). | Ilia Alshanetsky | 2003-10-20 | 1 | -14/+25 | |
| | | ||||||
| * | Update | Marcus Boerger | 2003-10-20 | 1 | -1/+6 | |
| | | ||||||
| * | Update | Marcus Boerger | 2003-10-20 | 1 | -5/+102 | |
| | | ||||||
