Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | *** empty log message *** | Zeev Suraski | 1999-09-21 | 1 | -10/+10 | |
| | ||||||
* | woops | Rasmus Lerdorf | 1999-09-21 | 1 | -1/+1 | |
| | ||||||
* | Fix zlib compile problem | Rasmus Lerdorf | 1999-09-21 | 1 | -4/+18 | |
| | ||||||
* | - Move some more language specific functions over to Zend. | Andi Gutmans | 1999-09-20 | 2 | -155/+0 | |
| | | | | | get_class() and friends. | |||||
* | - Move some more Zend internal functions from PHP | Andi Gutmans | 1999-09-20 | 1 | -0/+155 | |
| | ||||||
* | Timestamp commit. I do consider removing the rule from Makefile.am | Sascha Schumann | 1999-09-20 | 1 | -2/+2 | |
| | ||||||
* | Here was also something missing. | Egon Schmid | 1999-09-20 | 2 | -2/+2 | |
| | ||||||
* | - Next part of locking fix. | Andi Gutmans | 1999-09-20 | 1 | -13/+13 | |
| | | | | | | $var = expr; and $var += expr; first create code for expr and later on for the fetch_w of $var. | |||||
* | added FTP module | Andrew Skalski | 1999-09-20 | 1 | -0/+1 | |
| | ||||||
* | - Newline for Sun's compiler | Andi Gutmans | 1999-09-20 | 1 | -1/+1 | |
| | ||||||
* | - Add some internal functions to Zend | Andi Gutmans | 1999-09-20 | 2 | -0/+131 | |
| | ||||||
* | - Internal functions which are basic language functions should be in Zend | Andi Gutmans | 1999-09-20 | 6 | -132/+0 | |
| | | | | | | and not in PHP. I.e. strlen(), each(), error_reporting(), count(), get_class_name(). | |||||
* | Added optional allowable_tags arguments to strip_tags() and fgetss() to | Rasmus Lerdorf | 1999-09-20 | 4 | -16/+128 | |
| | | | | | | | | | allow you to specify a string of tags that are not to be stripped Could have used flex for this, and Andrew sent me a flex file to do this, but I could do the same thing with only minor additions to the existing state machine and the resulting code is much smaller and tighter. | |||||
* | - First step in fixing locking problem. Array fetches are now always done last. | Andi Gutmans | 1999-09-20 | 3 | -45/+64 | |
| | | | | | | | Later on we will want to delay the write fetches even longer until after their resulting expression is parsed. The way it is now, will make it very easy to delay as long as we need. | |||||
* | php3 compatibility added | Andrew Skalski | 1999-09-20 | 2 | -6/+23 | |
| | ||||||
* | - Indirect references had all of the fetches by mistakenly backpatched. | Andi Gutmans | 1999-09-20 | 2 | -5/+14 | |
| | | | | | | Actually all of the fetches are supposed to be read, except for the last one. | |||||
* | *** empty log message *** | Andrey Hristov | 1999-09-20 | 1 | -0/+1 | |
| | ||||||
* | - Upgraded var_dump() to take multiple arguments | Andrey Hristov | 1999-09-20 | 4 | -31/+42 | |
| | | | | | - php3api_ is changed to php_ | |||||
* | Replaced ftplib because of incompatible license. | Andrew Skalski | 1999-09-20 | 7 | -1945/+1350 | |
| | ||||||
* | logic fix | Stig Bakken | 1999-09-20 | 1 | -1/+1 | |
| | ||||||
* | Added zend_num_args() and zend_get_arg() | Zeev Suraski | 1999-09-20 | 3 | -4/+81 | |
| | ||||||
* | resource API & ZTS stuff | Thies C. Arntzen | 1999-09-20 | 3 | -246/+142 | |
| | ||||||
* | Add a file in which we can put Zend builtin functions | Zeev Suraski | 1999-09-20 | 4 | -1/+72 | |
| | ||||||
* | *** empty log message *** | Zeev Suraski | 1999-09-20 | 1 | -8/+8 | |
| | ||||||
* | Fixed a memory leak in the Apache per-directory directives handler | Zeev Suraski | 1999-09-20 | 2 | -4/+9 | |
| | ||||||
* | added array_count_values function. | Thies C. Arntzen | 1999-09-20 | 3 | -0/+63 | |
| | ||||||
* | new API for var_dump | Thies C. Arntzen | 1999-09-20 | 1 | -3/+3 | |
| | ||||||
* | *** empty log message *** | Zeev Suraski | 1999-09-19 | 1 | -1/+1 | |
| | ||||||
* | - Fix bug #2278 | Andi Gutmans | 1999-09-18 | 1 | -1/+1 | |
| | ||||||
* | - Try to fix the leak Rasmus reported. It's pretty sucky code so I'm really | Andi Gutmans | 1999-09-18 | 1 | -5/+8 | |
| | | | | | not sure this fix is OK.I can't remember all of what we did there. | |||||
* | - Make Win32 compile again | Andi Gutmans | 1999-09-18 | 3 | -61/+26 | |
| | ||||||
* | Fixed prototype. | Stefan Roehrich | 1999-09-18 | 1 | -1/+1 | |
| | ||||||
* | Safer behavior | Zeev Suraski | 1999-09-18 | 1 | -1/+4 | |
| | ||||||
* | Aline escape signs in macro definitions. | Sascha Schumann | 1999-09-18 | 2 | -47/+49 | |
| | ||||||
* | Pipe header names through sort and put only one on each line. This | Sascha Schumann | 1999-09-18 | 1 | -1/+29 | |
| | | | | | | | makes them better accessible. Add stdlib.h to check headers. | |||||
* | There is no reason to define malloc() to xmalloc() in this context. | Sascha Schumann | 1999-09-18 | 1 | -16/+1 | |
| | ||||||
* | Make CVS quiet. | Andrey Hristov | 1999-09-17 | 0 | -0/+0 | |
| | ||||||
* | make SUNs c89 happy | Thies C. Arntzen | 1999-09-17 | 1 | -4/+3 | |
| | ||||||
* | SUN c89 doesn't like } direct after a label;-( | Thies C. Arntzen | 1999-09-17 | 2 | -1/+5 | |
| | ||||||
* | no // in the sources please | Thies C. Arntzen | 1999-09-17 | 1 | -1/+1 | |
| | ||||||
* | added newline at end of file | Thies C. Arntzen | 1999-09-17 | 1 | -1/+2 | |
| | ||||||
* | note the shared modules in the changelog | Gergely Madarász | 1999-09-17 | 1 | -0/+2 | |
| | ||||||
* | Convert to Ex API. Does anyone have a better name for it? | Sascha Schumann | 1999-09-17 | 6 | -44/+47 | |
| | ||||||
* | Use Ex API here as well. | Sascha Schumann | 1999-09-17 | 2 | -81/+84 | |
| | ||||||
* | Convert module to use Ex API. | Sascha Schumann | 1999-09-17 | 1 | -32/+34 | |
| | ||||||
* | fix #2316 - fetching empty LOBs via OCI8 | Thies C. Arntzen | 1999-09-17 | 2 | -7/+12 | |
| | ||||||
* | don't call empty function names | Sascha Schumann | 1999-09-17 | 1 | -3/+1 | |
| | ||||||
* | add user-level callbacks | Sascha Schumann | 1999-09-17 | 7 | -18/+280 | |
| | ||||||
* | - Fix bug #2318 | Zeev Suraski | 1999-09-17 | 1 | -0/+1 | |
| | ||||||
* | *** empty log message *** | Zeev Suraski | 1999-09-17 | 1 | -0/+20 | |
| |