summaryrefslogtreecommitdiff
path: root/ext/standard/php_standard.h
Commit message (Collapse)AuthorAgeFilesLines
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Adding object aggregation capability along with tests.Andrei Zmievski2002-02-211-0/+1
|
* Move type-handling functions into ext/standard/type.c (which hadjim winstead2002-01-091-1/+1
| | | | | a few otherwise unused functions in it).
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Check in ftok() function by Andrew Sitnikov <sitnikov@infonet.ee>Stanislav Malyshev2001-11-151-0/+1
|
* * prototype of version_compare, doesn't work yetStig Bakken2001-10-051-0/+1
|
* revert bad commit.foobar2001-09-051-1/+0
|
* Merge RAND_REDESIGN into MAINJeroen van Wolffelaar2001-09-031-0/+1
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-22/+10
| | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers.
* Rename phpmath.h to php_math.h.Sascha Schumann2000-06-131-1/+1
|
* Make syslog module thread-safe.Sascha Schumann2000-05-281-1/+1
|
* @Cleaned up extension namespace (Stig)Stig Bakken2000-03-061-0/+5
| | | | | | Cleaned up extension namespace, and changed ext/standard into one single extension.
* post.c really had nothing to do with POST anymore, and it belongs to the top ↵Zeev Suraski2000-01-281-1/+0
| | | | level directory
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-0/+75
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.