Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added testcases to project fileexperimental/ZendEngine2 | Harald Radi | 2002-08-05 | 1 | -0/+16 |
| | |||||
* | add dispatch.c | Harald Radi | 2002-07-27 | 1 | -0/+4 |
| | |||||
* | merging parts of the old com extension to the new rpc extension | Harald Radi | 2002-07-10 | 1 | -68/+40 |
| | |||||
* | MFH | Harald Radi | 2002-07-09 | 1 | -36/+69 |
| | |||||
* | MFH | Harald Radi | 2002-07-09 | 2 | -19/+75 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'ZendEngine2'. | SVN Migration | 2002-07-03 | 1 | -0/+167 |
| | |||||
* | MFH | Harald Radi | 2002-04-19 | 1 | -3/+114 |
| | |||||
* | MFH | Harald Radi | 2002-03-19 | 1 | -8/+20 |
| | |||||
* | reduced warninglevel to remove the annoying | Harald Radi | 2002-03-17 | 1 | -0/+2 |
| | | | | | warnings from the re2c generated code | ||||
* | project file for ZendEngine2 migration | Harald Radi | 2002-03-16 | 1 | -44/+52 |
| | |||||
* | no message | Harald Radi | 2002-03-16 | 1 | -2/+2 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'ZendEngine2'. | SVN Migration | 2002-03-16 | 1877 | -515219/+0 |
| | |||||
* | - Add streams.c and php_streams.h to project. | Andi Gutmans | 2002-03-16 | 1 | -0/+8 |
| | |||||
* | fixed some errors of mbstring in regression tests. | Rui Hirokawa | 2002-03-16 | 21 | -53/+70 |
| | |||||
* | - Do not use @ when you're merging the fixes to the release branch. | foobar | 2002-03-16 | 1 | -1/+2 |
| | | | | | Instead, edit the NEWS file manually. | ||||
* | some minor docu-in-header changes | Wez Furlong | 2002-03-16 | 2 | -4/+15 |
| | |||||
* | Quick fix build error when ptrdiff_t is not defined in types.h or sys/types.h | Yasuo Ohgaki | 2002-03-16 | 1 | -1/+3 |
| | |||||
* | ZTS build fix | Yasuo Ohgaki | 2002-03-16 | 1 | -1/+1 |
| | |||||
* | ZTS build fix | Yasuo Ohgaki | 2002-03-16 | 1 | -4/+4 |
| | |||||
* | Allow php_stream_copy_to_stream to do nothing when used with code | Wez Furlong | 2002-03-16 | 4 | -6/+16 |
| | | | | | that calculates a max length of zero. (Thanks again Marcus). | ||||
* | -use of corrected stream seek | Marcus Boerger | 2002-03-16 | 1 | -7/+4 |
| | | | | | | #thanks to Wez! #image.c no works again | ||||
* | some tweaks for seek/read used in image.c (thanks Marcus) | Wez Furlong | 2002-03-16 | 1 | -4/+9 |
| | |||||
* | This should help with some build problems/warnings under win32. | Wez Furlong | 2002-03-16 | 5 | -7/+17 |
| | | | | | | | Someone still needs to add the streams.c file to the MSVC project/workspace though (there are so many that I don't really know what I am doing :-). | ||||
* | -new streams | Marcus Boerger | 2002-03-16 | 1 | -4/+6 |
| | |||||
* | more *'s | Wez Furlong | 2002-03-16 | 5 | -62/+62 |
| | |||||
* | change * formatting | Wez Furlong | 2002-03-16 | 3 | -17/+17 |
| | |||||
* | * formatting, plus remove some old fopen wrappers | Wez Furlong | 2002-03-16 | 9 | -307/+47 |
| | |||||
* | change * formatting | Wez Furlong | 2002-03-16 | 11 | -45/+45 |
| | |||||
* | NEWS update | 2002-03-16 | 1 | -0/+1 | |
| | |||||
* | ChangeLog update | 2002-03-16 | 2 | -0/+205 | |
| | |||||
* | the 'setup' script was removed more than two years ago. | jim winstead | 2002-03-16 | 35 | -378/+0 |
| | | | | | these can be safely removed from the 4.2 branch, too. | ||||
* | - More whitespace. I really can't do the other files though... | Andi Gutmans | 2002-03-16 | 1 | -40/+40 |
| | |||||
* | - Change one strncpy() to strlcpy(). | Andi Gutmans | 2002-03-16 | 1 | -100/+116 |
| | | | | | | | | | | | | | - Big indentation patch. I don't have strength to do all of the changed - files but here's a good example. Please try and keep to the coding - standards even if you think they suck :) - Things to keep in mind: - void *foo and not void * foo; - if() { and not if()<TAB>{ - } else { and not {\nelse - - The streams stuff looks very cool though! :) | ||||
* | ongoing development ... | Harald Radi | 2002-03-15 | 7 | -65/+267 |
| | |||||
* | This entry belongs under 4.2.0. | foobar | 2002-03-15 | 1 | -2/+2 |
| | |||||
* | New PHP streams... | Wez Furlong | 2002-03-15 | 41 | -2148/+2356 |
| | |||||
* | @ fixed a bug that caused php to crash in php_COM_get_ids_of_names() ↵ | Harald Radi | 2002-03-15 | 2 | -0/+4 |
| | | | | (Harald, Paul) | ||||
* | - Corrected these entries. (catched by Derick) | foobar | 2002-03-15 | 1 | -3/+2 |
| | |||||
* | - Fixed grammar, made some entries make more sense...etc. (proof read please :) | foobar | 2002-03-15 | 1 | -90/+94 |
| | | | | | | | # People, PLEASE try keeping in mind that these entries are for # the end-users. ie. they need to explain what was changed and why. # And be consistent too.. | ||||
* | - Fix proto (again) | Derick Rethans | 2002-03-15 | 1 | -3/+1 |
| | |||||
* | - proto fixes | Derick Rethans | 2002-03-15 | 1 | -4/+4 |
| | |||||
* | don't redefine NDEBUG if it is already defined. yeesh. | jim winstead | 2002-03-15 | 1 | -0/+2 |
| | |||||
* | - Pass TSRMLS to callbacks. | Andi Gutmans | 2002-03-15 | 5 | -25/+29 |
| | |||||
* | - Scope fix. When calling an imported function the scope will change | Andi Gutmans | 2002-03-15 | 1 | -5/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - correctly to the scope of the functions class. <?php function Hello() { print "Wrong one\n"; } class MyClass { static $hello = "Hello, World\n"; function Hello() { print self::$hello; } function Trampoline() { Hello(); } } import function Trampoline from MyClass; Trampoline(); ?> | ||||
* | added new ibase_fetch_assoc() php function | Daniela Mariaschi | 2002-03-15 | 2 | -15/+22 |
| | |||||
* | - Fix issues with $this when using it by itself without indirection such as | Andi Gutmans | 2002-03-15 | 4 | -78/+54 |
| | | | | | - $this->foo. | ||||
* | * "new and improved" iconv test | Stig Bakken | 2002-03-15 | 3 | -28/+50 |
| | |||||
* | fixed HashTable allocation | Harald Radi | 2002-03-15 | 4 | -19/+129 |
| | |||||
* | * fix for db3 from ports on freebsd | Stig Bakken | 2002-03-15 | 1 | -2/+5 |
| | |||||
* | - Revert assert fix until it becomes clear what was wrong with my previous | Andi Gutmans | 2002-03-15 | 1 | -2/+0 |
| | | | | | - fix. I don't see any warnings when building with VC++ English. |