summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***Zeev Suraski1999-09-211-10/+10
|
* woopsRasmus Lerdorf1999-09-211-1/+1
|
* Fix zlib compile problemRasmus Lerdorf1999-09-211-4/+18
|
* - Move some more language specific functions over to Zend.Andi Gutmans1999-09-202-155/+0
| | | | | get_class() and friends.
* - Move some more Zend internal functions from PHPAndi Gutmans1999-09-201-0/+155
|
* Timestamp commit. I do consider removing the rule from Makefile.amSascha Schumann1999-09-201-2/+2
|
* Here was also something missing.Egon Schmid1999-09-202-2/+2
|
* - Next part of locking fix.Andi Gutmans1999-09-201-13/+13
| | | | | | $var = expr; and $var += expr; first create code for expr and later on for the fetch_w of $var.
* added FTP moduleAndrew Skalski1999-09-201-0/+1
|
* - Newline for Sun's compilerAndi Gutmans1999-09-201-1/+1
|
* - Add some internal functions to ZendAndi Gutmans1999-09-202-0/+131
|
* - Internal functions which are basic language functions should be in ZendAndi Gutmans1999-09-206-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() toRasmus Lerdorf1999-09-204-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 Gutmans1999-09-203-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 addedAndrew Skalski1999-09-202-6/+23
|
* - Indirect references had all of the fetches by mistakenly backpatched.Andi Gutmans1999-09-202-5/+14
| | | | | | Actually all of the fetches are supposed to be read, except for the last one.
* *** empty log message ***Andrey Hristov1999-09-201-0/+1
|
* - Upgraded var_dump() to take multiple argumentsAndrey Hristov1999-09-204-31/+42
| | | | | - php3api_ is changed to php_
* Replaced ftplib because of incompatible license.Andrew Skalski1999-09-207-1945/+1350
|
* logic fixStig Bakken1999-09-201-1/+1
|
* Added zend_num_args() and zend_get_arg()Zeev Suraski1999-09-203-4/+81
|
* resource API & ZTS stuffThies C. Arntzen1999-09-203-246/+142
|
* Add a file in which we can put Zend builtin functionsZeev Suraski1999-09-204-1/+72
|
* *** empty log message ***Zeev Suraski1999-09-201-8/+8
|
* Fixed a memory leak in the Apache per-directory directives handlerZeev Suraski1999-09-202-4/+9
|
* added array_count_values function.Thies C. Arntzen1999-09-203-0/+63
|
* new API for var_dumpThies C. Arntzen1999-09-201-3/+3
|
* *** empty log message ***Zeev Suraski1999-09-191-1/+1
|
* - Fix bug #2278Andi Gutmans1999-09-181-1/+1
|
* - Try to fix the leak Rasmus reported. It's pretty sucky code so I'm reallyAndi Gutmans1999-09-181-5/+8
| | | | | not sure this fix is OK.I can't remember all of what we did there.
* - Make Win32 compile againAndi Gutmans1999-09-183-61/+26
|
* Fixed prototype.Stefan Roehrich1999-09-181-1/+1
|
* Safer behaviorZeev Suraski1999-09-181-1/+4
|
* Aline escape signs in macro definitions.Sascha Schumann1999-09-182-47/+49
|
* Pipe header names through sort and put only one on each line. ThisSascha Schumann1999-09-181-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 Schumann1999-09-181-16/+1
|
* Make CVS quiet.Andrey Hristov1999-09-170-0/+0
|
* make SUNs c89 happyThies C. Arntzen1999-09-171-4/+3
|
* SUN c89 doesn't like } direct after a label;-(Thies C. Arntzen1999-09-172-1/+5
|
* no // in the sources pleaseThies C. Arntzen1999-09-171-1/+1
|
* added newline at end of fileThies C. Arntzen1999-09-171-1/+2
|
* note the shared modules in the changelogGergely Madarász1999-09-171-0/+2
|
* Convert to Ex API. Does anyone have a better name for it?Sascha Schumann1999-09-176-44/+47
|
* Use Ex API here as well.Sascha Schumann1999-09-172-81/+84
|
* Convert module to use Ex API.Sascha Schumann1999-09-171-32/+34
|
* fix #2316 - fetching empty LOBs via OCI8Thies C. Arntzen1999-09-172-7/+12
|
* don't call empty function namesSascha Schumann1999-09-171-3/+1
|
* add user-level callbacksSascha Schumann1999-09-177-18/+280
|
* - Fix bug #2318Zeev Suraski1999-09-171-0/+1
|
* *** empty log message ***Zeev Suraski1999-09-171-0/+20
|