Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | added krsort() function | Thies C. Arntzen | 1999-09-21 | 2 | -0/+29 | |
| | ||||||
* | Continue, if re2c is not available. | Sascha Schumann | 1999-09-21 | 1 | -1/+1 | |
| | | | | | Using the ".new" suffix, we prevent the shell from zeroing the file. | |||||
* | Fix typo. | Sascha Schumann | 1999-09-21 | 1 | -1/+1 | |
| | | | | | catched by: ssb | |||||
* | On at least Win32, gettimeofday() returns values in tv_usec which exceed | Sascha Schumann | 1999-09-21 | 1 | -0/+1 | |
| | | | | | | | | 1,000,000. For portability reasons we set the integer part of our result to 0. This is equivalent to using tv_usec % 1000000. | |||||
* | 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. | |||||
* | 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 | |
| | ||||||
* | - Internal functions which are basic language functions should be in Zend | Andi Gutmans | 1999-09-20 | 4 | -130/+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 | 3 | -16/+126 | |
| | | | | | | | | | 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. | |||||
* | php3 compatibility added | Andrew Skalski | 1999-09-20 | 2 | -6/+23 | |
| | ||||||
* | - 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 | |
| | ||||||
* | resource API & ZTS stuff | Thies C. Arntzen | 1999-09-20 | 2 | -246/+141 | |
| | ||||||
* | added array_count_values function. | Thies C. Arntzen | 1999-09-20 | 2 | -0/+62 | |
| | ||||||
* | new API for var_dump | Thies C. Arntzen | 1999-09-20 | 1 | -3/+3 | |
| | ||||||
* | - Fix bug #2278 | Andi Gutmans | 1999-09-18 | 1 | -1/+1 | |
| | ||||||
* | Fixed prototype. | Stefan Roehrich | 1999-09-18 | 1 | -1/+1 | |
| | ||||||
* | Aline escape signs in macro definitions. | Sascha Schumann | 1999-09-18 | 2 | -47/+49 | |
| | ||||||
* | SUN c89 doesn't like } direct after a label;-( | Thies C. Arntzen | 1999-09-17 | 2 | -1/+5 | |
| | ||||||
* | 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 | 1 | -7/+11 | |
| | ||||||
* | don't call empty function names | Sascha Schumann | 1999-09-17 | 1 | -3/+1 | |
| | ||||||
* | add user-level callbacks | Sascha Schumann | 1999-09-17 | 6 | -18/+279 | |
| | ||||||
* | supply path to xml include dir for APXS and APACI | Sascha Schumann | 1999-09-17 | 1 | -5/+3 | |
| | ||||||
* | This format is also used by the XML module | Sascha Schumann | 1999-09-17 | 1 | -1/+1 | |
| | | | | | allows us to compile with Apache's expat-lite dir | |||||
* | If available, use Apache's embedded expat | Sascha Schumann | 1999-09-17 | 1 | -0/+5 | |
| | ||||||
* | - Added support for unknown POST content types (Zeev) | Zeev Suraski | 1999-09-16 | 1 | -4/+4 | |
| | | | | | - Introduce the convert_to_*_ex() API in strlen() | |||||
* | Generalize SAPI a bit | Zeev Suraski | 1999-09-16 | 1 | -1/+1 | |
| | ||||||
* | Fixed memory leak. | Andrey Hristov | 1999-09-16 | 1 | -0/+1 | |
| | ||||||
* | Added documentation hooks to ftp.c | Andrew Skalski | 1999-09-16 | 1 | -0/+39 | |
| | ||||||
* | added ftp_pwd() ftp_cdup() ftp_mkdir() and ftp_rmdir() | Andrew Skalski | 1999-09-16 | 2 | -0/+136 | |
| | ||||||
* | added ftp_systype() and ftp_listraw() functions | Andrew Skalski | 1999-09-16 | 2 | -0/+113 | |
| | ||||||
* | Added rudimentary FTP support. | Andrew Skalski | 1999-09-16 | 7 | -0/+1859 | |
| | ||||||
* | improve short help messages | Sascha Schumann | 1999-09-16 | 6 | -12/+18 | |
| | ||||||
* | Make some things accessible from outside for session module | Sascha Schumann | 1999-09-16 | 2 | -32/+82 | |
| | ||||||
* | wddx decode works as well | Sascha Schumann | 1999-09-16 | 2 | -4/+6 | |
| | ||||||
* | wddx serialization works now | Sascha Schumann | 1999-09-16 | 2 | -5/+25 | |
| | ||||||
* | Since Thies fixed var.c, objects work now, too. | Sascha Schumann | 1999-09-16 | 1 | -1/+0 | |
| | ||||||
* | php4 now deserialized php3 objects correctly! | Thies C. Arntzen | 1999-09-16 | 1 | -30/+36 | |
| | | | | | | php3 will ignore objects serialized by php4 (that's the price we have to pay!) small fix in deserializing objects with static initializers (thanx boris) | |||||
* | when unserializing classes: | Thies C. Arntzen | 1999-09-15 | 1 | -1/+2 | |
| | | | | | | if the class is not known the standard class (no methods) will be used. if the class is known - the created object will functional again! | |||||
* | Fixed printf format. | Andrey Hristov | 1999-09-15 | 1 | -1/+1 | |
| | ||||||
* | HASH_OF is now in php.h. | Andrey Hristov | 1999-09-15 | 1 | -2/+0 | |
| | ||||||
* | use new API in var.c | Thies C. Arntzen | 1999-09-15 | 1 | -9/+9 | |
| | ||||||
* | i love id-strings | Thies C. Arntzen | 1999-09-15 | 1 | -0/+2 | |
| | ||||||
* | made serialize/unserialize work with classes! (also made the code "shorter") | Thies C. Arntzen | 1999-09-15 | 1 | -96/+66 | |
| | | | | | | | | CHANGES: - the serialized string now also contains the class name (was not available in PHP3)! - when unserializing php will create a fully working object of that class again therby the class has to be defined when unserializing - else you get a warning! |