summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove dupYasuo Ohgaki2002-09-261-1/+0
|
* temporarily giving some orphands a new homeHartmut Holzgraefe2002-09-261-7/+7
|
* maintainers for the famous mysql extensionGeorg Richter2002-09-261-1/+2
|
* - Add missing bug fixes.Markus Fischer2002-09-261-0/+6
| | | | | | | | | # Please always add a NEWS entry for fixed bugs. # The NEWS entry are added to http://php.net/ChangeLog-4.php after every # released and the fixed bugs are auto(vi)matically linked to the BTS. # So please also conform to the #<number> style (no one violated this, but # just in case ;).
* Fix ZTS build. Fix warning.Sebastian Bergmann2002-09-261-2/+0
|
* fix windows buildHartmut Holzgraefe2002-09-261-1/+1
|
* - Merge url_rewriter.tags description from Sascha.Markus Fischer2002-09-261-0/+5
|
* Sync MSVC project files.Sebastian Bergmann2002-09-263-0/+20
|
* - Initial commitTal Peer2002-09-261-0/+0
|
* Note that the GD functions now also work with remote files.Wez Furlong2002-09-261-1/+2
|
* (PHP mb_convert_case) Add function that will convert the case of a stringWez Furlong2002-09-266-1/+3256
| | | | | Respecting it's encoding (or the internal encoding).
* ChangeLog update2002-09-262-0/+143
|
* glob should now be ZTS/open_basedir/safe_mode aware (finally)Hartmut Holzgraefe2002-09-261-7/+40
|
* symbolic constants for fnmatch flags addedHartmut Holzgraefe2002-09-261-0/+9
|
* on -> OnYasuo Ohgaki2002-09-251-1/+1
|
* Merge changes from php.ini-distYasuo Ohgaki2002-09-251-2/+3
|
* Test case for strspn()/strcspn().Andrey Hristov2002-09-251-0/+26
|
* Added common handler for strspn() and strcspn(). Almost of the code isAndrey Hristov2002-09-251-24/+59
| | | | | | | | | identical. Modified to accept up to 4 params. Last 2 optional start & len. They are analogic to start & len of substr(). So the behavior when start & len are used is like strspn(substr($s,$start,$len),$good_chars) and strcspn(substr($s,$start,$len), $bad_chars)
* add note about url_rewriter.tagsSascha Schumann2002-09-251-0/+5
|
* str_shuffle() function added. Like shuffle() for arrays - however theAndrey Hristov2002-09-253-0/+35
| | | | | | algorithm for creating the permutation is quite simple. More like the implementation of shuffle() for 4.2.1 .
* *** empty log message ***Andrei Zmievski2002-09-252-2/+2
|
* * Fix bug #19269.Martin Jansen2002-09-251-0/+1
| | | | | | | | | This patch makes popErrorHandling() pop the first _two_ elements from the error handler stack to prevent un-necessary memory consumption. # Patch by: jrust (at) rustyparts (dot) com
* add two extensions - and orphan them.Sterling Hughes2002-09-251-0/+12
|
* Propmote API NO year, so that it will never be the same as ZE1 API NOStanislav Malyshev2002-09-251-1/+1
|
* We are about to enter 2003, sending two-digit years does not make tooSascha Schumann2002-09-253-3/+5
| | | | | | much sense anymore. According to an article from '98, only Netscape 3.x was affected anyway.
* style policeSascha Schumann2002-09-252-2/+2
|
* Make these all work with persistent streams too.Wez Furlong2002-09-258-45/+34
|
* Implement persistent streams. (for pfsockopen).Wez Furlong2002-09-2510-184/+252
| | | | | | Juggle some includes/definitions. Tidy up streams use in ext/standard/file.c
* if this makes people happier about me not working on these anymore, so beSterling Hughes2002-09-251-5/+5
| | | | | it :)
* Fix bug #17570.Andrei Zmievski2002-09-254-30/+28
|
* - Update protoTal Peer2002-09-251-1/+1
|
* Fixed bugs #18167 & #16859Ilia Alshanetsky2002-09-251-1/+1
|
* Improve error messagesSascha Schumann2002-09-251-1/+8
|
* prevent segv on Windows with negative localtime values.Ilia Alshanetsky2002-09-251-2/+14
|
* SyncSascha Schumann2002-09-251-43/+65
|
* Allow - as part of an attributeSascha Schumann2002-09-251-7/+9
| | | | | PR: #19573
* Fix #13472 by making it possible to append the <input> stuff afterSascha Schumann2002-09-252-12/+33
| | | | | <fieldset> for xhtml compliance.
* Sync with .reSascha Schumann2002-09-251-62/+80
|
* Allow malformed HTML such asSascha Schumann2002-09-251-1/+1
| | | | | | | <a onClick=window.open("/hardware/somevar.php?hinfoid=","chgti") ..> where ["'] are part of the attribute value.
* ChangeLog update2002-09-252-0/+37
|
* - Fix leakAndi Gutmans2002-09-241-2/+2
|
* - Megapatch to try and support inheritance from sub-classes. Things mightAndi Gutmans2002-09-244-220/+136
| | | | | | - be *very* buggy now so don't get too upset if that happens. - I still need to improve some stuff but it's a good step (hopefully).
* Fixed bug #17957Ilia Alshanetsky2002-09-242-42/+32
|
* Fix indirectionZeev Suraski2002-09-241-2/+2
|
* Fix for #19570: last character in translation table is omitted.Wez Furlong2002-09-241-1/+1
|
* Fix typoSascha Schumann2002-09-241-1/+1
|
* Replace underscores with dashes in --enable-mime-magicSascha Schumann2002-09-241-2/+2
|
* Fix EOL markers for file() so that Mac EOL work correctly.Wez Furlong2002-09-241-1/+7
|
* NEWS update2002-09-241-0/+1
|
* ChangeLog update2002-09-242-0/+167
|