如果你删除了一些你应该使用removeAttr的东西,它会无声地失败吗?它会起作用吗?它会实际删除整个属性还是仅删除其中的值?
如果使用prop()添加'checked',是否可以使用removeAttr删除它?
许多问题!
我在Debian Squeeze上运行PHP5.3并且安装顺利.我使用dotdeb存储库升级到PHP5.4并发现bbcode函数不再有效.然后我尝试重新安装:
pecl uninstall bbcode
pecl install bbcode
Run Code Online (Sandbox Code Playgroud)
但它返回以下内容:
/tmp/pear/temp/bbcode/php_bbcode.c:38: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘bbcode_functions’
/tmp/pear/temp/bbcode/php_bbcode.c:65: error: ‘bbcode_functions’ undeclared here (not in a function)
make: *** [php_bbcode.lo] Error 1
Run Code Online (Sandbox Code Playgroud)
我已经安装了php5-dev,build-essential和ubuntu-dev-tools.完整结果如下:
# pecl install bbcode
downloading bbcode-1.0.2.tgz ...
Starting to download bbcode-1.0.2.tgz (46,961 bytes)
.............done: 46,961 bytes
7 source files, building
running: phpize
Configuring for:
PHP Api Version: 20100412
Zend Module Api No: 20100525
Zend Extension Api No: 220100525
building in /tmp/pear/temp/pear-build-root30VR7V/bbcode-1.0.2
running: /tmp/pear/temp/bbcode/configure
checking for …Run Code Online (Sandbox Code Playgroud)