summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* And use things to throw an exception hereMarcus Boerger2003-10-252-4/+6
|
* You shall not clone Exception instancesMarcus Boerger2003-10-252-0/+14
|
* You shall not clone reflection_xx instancesMarcus Boerger2003-10-252-2/+36
|
* UpdateMarcus Boerger2003-10-251-0/+3
|
* UpdateMarcus Boerger2003-10-251-4/+86
|
* - Fixed bug #25581 (getimagesize () return incorrect values on bitmapMarcus Boerger2003-10-252-6/+19
| | | | | (os2) files)
* encoding detection shouldn't be performed if mbstring.http_input is set to ↵Rui Hirokawa2003-10-251-0/+17
| | | | auto or any valid encoding.
* Fugbix typo.Sebastian Bergmann2003-10-251-1/+1
|
* s/Throwable/Printable: Exception has become an internal class since I ↵Sebastian Bergmann2003-10-251-4/+4
| | | | initially documented interfaces.
* ChangeLog update2003-10-252-0/+123
|
* - Fix typoAndi Gutmans2003-10-241-1/+1
|
* For YAZ, RSHUTDOWN closes persistent connections that have been idleAdam Dickmeiss2003-10-242-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 commitMarcus Boerger2003-10-241-0/+11
|
* Revert accidental commitMarcus Boerger2003-10-242-38/+3
|
* Zend/ZEND_CHANGESMarcus Boerger2003-10-244-14/+111
|
* Workaround for bug #25955Marko Karppinen2003-10-242-9/+5
| | | | | Generalized a Darwin check in dns.c to a check for inet_pton() (kalowsky)
* add #25174 noteGreg Beaver2003-10-241-0/+3
|
* fixed #25174 Wrong handling of readlink() in OS/Guess.phpGreg Beaver2003-10-241-1/+1
|
* Fixed some test names.Ilia Alshanetsky2003-10-247-7/+7
| | | | | Removed extraneous \r from a number of tests.
* ChangeLog update2003-10-242-0/+18
|
* The web server user name starts with IUSR_ and not ISUR_,Gabor Hojtsy2003-10-231-2/+2
| | | | | and some clarifications from Phil Driscoll
* Update testsMarcus Boerger2003-10-232-6/+13
|
* UpdateMarcus Boerger2003-10-231-3/+1
|
* Add zend_interfaces.{c|h}.Sebastian Bergmann2003-10-232-0/+16
|
* ChangeLog update2003-10-232-0/+93
|
* Fixed bug #25922 (Crash in error handler when 5th argument is modified).Ilia Alshanetsky2003-10-222-7/+28
|
* Don't forget to compile zend_interfaces.cIlia Alshanetsky2003-10-221-1/+1
|
* Impement userspace iterator interfaces and tests. See tests for detailsMarcus Boerger2003-10-229-0/+965
| | | | | on the names.
* Expand Interface C API.Marcus Boerger2003-10-226-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 Boerger2003-10-222-10/+10
|
* name/value in multipart/form-date will be converted into internal encoding ↵Rui Hirokawa2003-10-223-34/+120
| | | | when mbstring.encoding_translation is On.
* Fixed compile warnings.Ilia Alshanetsky2003-10-221-2/+2
|
* ChangeLog update2003-10-222-0/+44
|
* Fixed bug #25768foobar2003-10-215-16/+54
|
* We don't have this yetMarcus Boerger2003-10-211-1/+1
|
* Bugfix #25930 Can't compile snprintf.cMarcus Boerger2003-10-213-2/+9
|
* Make this clearMarcus Boerger2003-10-211-2/+2
|
* Add a test case for getElementsByTagName() / getElementsByTagNameNS()Moriyoshi Koizumi2003-10-211-0/+57
|
* Missing '&' in the result of get_html_translation_table()Moriyoshi Koizumi2003-10-211-1/+3
|
* ChangeLog update2003-10-212-0/+113
|
* - Add comment from TimmAndi Gutmans2003-10-201-2/+9
|
* implement namespace nodesRob Richards2003-10-206-164/+147
| | | | | | | fix getElementsByTagName fixes to attribute namespaces remove safemode stuff as its handled in streams
* Fix typoMoriyoshi Koizumi2003-10-201-1/+1
|
* Fix compiler warningsMoriyoshi Koizumi2003-10-201-5/+5
|
* go with 1.3b3 (will shipped with PHP4.3.4RC2)Tomas V.V.Cox2003-10-201-1/+4
|
* Fix compiler warningsMoriyoshi Koizumi2003-10-201-1/+1
|
* Fixed bug #25918 (Possible crash in mime_content_type()).Ilia Alshanetsky2003-10-201-3/+2
|
* Fixed bug #25923 (mail() modifies the to & subject arguments).Ilia Alshanetsky2003-10-201-14/+25
|
* UpdateMarcus Boerger2003-10-201-1/+6
|
* UpdateMarcus Boerger2003-10-201-5/+102
|