summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* * fixed <provides> generation, provides elements are now included forStig Bakken2003-02-254-34/+45
| | | | | every non-private class, function and method
* * add new ZE2 tokensStig Bakken2003-02-251-0/+30
|
* Fixed various compiler warnings.Ilia Alshanetsky2003-02-251-7/+10
|
* Use native flock() whenever possible.Ilia Alshanetsky2003-02-251-1/+1
|
* Added locking to streams.Ilia Alshanetsky2003-02-253-9/+45
| | | | | | | Allow PHP to automatically release locks on files when terminating the stream. Fixed bugs in the handling of the 3rd optional parameter to flock().
* ChangeLog update2003-02-252-0/+187
|
* Removed unnecessary assertsMoriyoshi Koizumi2003-02-241-2/+0
|
* Fixed string.strip_tags filter so it reflects the change on php_strip_tagsMoriyoshi Koizumi2003-02-241-2/+3
|
* Made fgetss() binary safe tooMoriyoshi Koizumi2003-02-241-3/+4
|
* Fixed possible buffer overflow of php_strip_tagsMoriyoshi Koizumi2003-02-241-1/+3
|
* Made strip_tags() binary safeMoriyoshi Koizumi2003-02-242-4/+7
|
* Initial re-implementation of userfilters after filterchain redesign by wez. ↵Sara Golemon2003-02-243-17/+198
| | | | More userspace API to come.
* MFB: Bunch of streams related fixes.Wez Furlong2003-02-245-17/+31
|
* Fixed bug #22355 (PHP would remove folding from Subject & To fields).Ilia Alshanetsky2003-02-241-0/+16
|
* Added test case for bug #22367Moriyoshi Koizumi2003-02-241-0/+118
|
* Forgot to fix this partMoriyoshi Koizumi2003-02-242-2/+2
|
* Fixed the test as the result is just considered to be expectedMoriyoshi Koizumi2003-02-241-1/+1
|
* Fixed a signed / unsigned issue.Moriyoshi Koizumi2003-02-242-2/+2
| | | | | | # imagine the case like "\\\xfe" where walk[1] takes a value that is greater # than 127 in integer...
* Possible fix for #22259 + part 1/2 for fixing one AIX bug..foobar2003-02-241-5/+9
|
* Style fixMoriyoshi Koizumi2003-02-242-14/+22
|
* BFNfoobar2003-02-241-1/+3
|
* fix quotesfoobar2003-02-241-1/+1
|
* (possibly) fix Win32 builds of the Apache 2 filterZeev Suraski2003-02-243-0/+7
|
* fix exception handlingStanislav Malyshev2003-02-241-1/+1
|
* "key" has to be zero-delimitedHartmut Holzgraefe2003-02-241-2/+11
|
* Add 'final'Zeev Suraski2003-02-244-1/+18
|
* - code generation: resources and phpinfo logoHartmut Holzgraefe2003-02-247-207/+320
| | | | | | | | | - duplicate code elimination for prototype parsing - improved phpinfo block (incl. logo) - some input error checking - documentation generation for ini-directives, constants and resources
* Remove obsolete not on redeclaring protected members.Sebastian Bergmann2003-02-241-3/+0
|
* Leftover.Sebastian Bergmann2003-02-241-0/+3
|
* Initial documentation of namespace {}.Sebastian Bergmann2003-02-241-165/+21
|
* no c++ commentsfoobar2003-02-241-1/+1
|
* (PHP ifx_errormsg) Fixed Informix bug where ifx_errormsg() would SegfaultCorne' Cornelius2003-02-241-0/+1
| | | | | on an unopened connecection and with an errorcode supplied
* Always use the libtool which is build in the top_builddir.foobar2003-02-241-1/+5
|
* fix compile warningfoobar2003-02-242-2/+2
|
* Fixed bug #22382 (fgetcsv did not handle \" correctly).Ilia Alshanetsky2003-02-243-0/+44
|
* ChangeLog update2003-02-242-0/+76
|
* ws fixGeorge Schlossnagle2003-02-241-4/+4
|
* hopefully a fix for 19919George Schlossnagle2003-02-241-2/+10
|
* Extra paranoia checks if dn_skipname/dn_expand exist or notfoobar2003-02-243-0/+6
|
* MFB: Fix for open_basedir error messagefoobar2003-02-231-1/+1
|
* Move abstract inheritance logic to the right spotZeev Suraski2003-02-231-7/+6
|
* Fixed abstract handling in inheritenceZeev Suraski2003-02-231-3/+3
|
* * upgrading XML_Parser to 1.0.1Stig Bakken2003-02-231-0/+0
|
* Added missing headers and $Id$ tags.foobar2003-02-232-0/+41
|
* MFB: Fixed bug #22356 (Do not add empty -I flags).foobar2003-02-231-2/+2
|
* Fix for bug #22353foobar2003-02-231-1/+1
|
* - Fixed bug #22376 (wrong httpd.conf modified when using INSTALL_ROOT)foobar2003-02-233-9/+31
|
* New test which currently failsMarcus Boerger2003-02-231-0/+22
|
* Fix the nameMarcus Boerger2003-02-231-1/+1
| | | | | # but yes Jani your sentence has better style
* These both are experimental still. (there has been a note in config.m4foobar2003-02-232-0/+10
| | | | | all the time but these marker files were missing)