Fixes string comparisons (strcmp/etc return 0 when the strings are the same)
added some actuall notes. will pretty up later.
Adding a .cvsignore file for that pesky php_var.lo ;)
Fixed lots of whitespace
Fixed massive parser bug, implimented partial OOP support.
Latest update - moving functions from header file to respective files.
by Derek Ford
Commiting for dweller
Added gethostbyname()
Add gethostbyname()
went back to "type = PHP_TYPE", because I've realized its better not to do "type.is_type=true", because if something sets "type.is_string=true" then later sets "type.is_array=true" then both are true, and the actual type remains a string (because its first in the list).
hanged `return -1;` to `return "";` in operator char*(), woops
Added "operator char*" to make it easy to display the type of a var as a string.
Add float type to class php_var_type.
the type should be the same on both sides of va_arg
Arrays fully work.
fixed an echo bug
Make is_* macros use php_var_type bitfield.
Fix "int php_var::operator++(int i)" ... you don't actually use "i", its just to differentiate between prefix and postfix.
Fix typos.
... missed one
Use class php_var_type.
- php_var_type class: handles the type of php_var
_cpp() implimented.
Fixed 'hello world' example.
User-defined functions work.
Add arg_list class.
Add #ifndef check so php_var.hpp can be included multiple times with out error.
Fix whitespace
Added 'the missing link' to the authors file. ;)
fixed parse errors, turned semicolons to commas
*** empty log message ***
Change default channel the bot joins to #testbot
Added function: ord()
Added function: chr()
Added test for array_reverse().
Added more tests. Now have all tests for the 'arrays' and 'base' section done.
Added support for header().
Added php_var header file.
For and If support.
Functions work\!
Added variable support.
Fixed multiple parameter parsing.
Added new parser, broke everything except echo (yay\! :) )
Segfault fixed in mysql_fetch_array(), and argument list fixed in array().
Segfault fixed in mysql_fetch_array(), and argument list fixed in array().
Fixed MySQL functions.
fixed the implode() example, arrays seem to segfault
Doc fine-tuning
Fixed irc bot, php_var.cpp, substr()...
Deleting because they got moved
Partial class support (segfaults\!). Final commit for this branch of the project.
*** empty log message ***
added some unit tests
finished cleaning up the functions dir
actually reorganized some files this time
cleaned up functions/ and fixed up functions.php
Fixed a commited conflict.
Fixed some notices, code only shows now if -v argument is present
*** empty log message ***
*** empty log message ***
*** empty log message ***
added hello world example
*** empty log message ***
Fixed for gcc/g++3 compatibility.
Functional IRC bot example!
*** empty log message ***
*** empty log message ***
Added ReDucTor's email.
Concatenation works. === and !== work.
Added docs.
Moved files into their proper subdirectories.
Fixed numerous bugs in tokenflow.php. Implimented globals. Split some functions into subdirectories.
Added socket_create(), socket_connect(), socket_read(), socket_write(), readdir(), opendir(), closedir(), mysql_connect(), mysql_error(), mysql_fetch_array(), mysql_fetch_row(), mysql_query(), mysql_select_db(). Fixed oodles of bugs in tokenflow.php
Added *dir() functions, and prototypes of the socket_*() functions. Fixed oodles of bugs in tokenflow.php
Fix to loginfo
Added empty DOCS directory as a HINT.
Added syncmail to control files.
added opendir() and readdir(), closedir() has problems
Fixed if()s.
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
Added ltrim and rtrim functions.
Added trim function.
Fixed strings with "s in them.
Fixed strings with "s in them.
Fixed strings with "s in them.
Fixed strings with "s in them.
Fixed strings with "s in them.
Fixed strings with "s in them.
*** empty log message ***
added ucfirst()
Explode now functions properly.
Added ucwords function and made changes to the explode function.
Fixed strpos function.
Added stristr function.
Fixed strstr function.
Added ksort function.